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 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<? super C>>, TestPropertyValues, TestPropertyValues, ClassLoader, ApplicationContext, List<AbstractApplicationContextRunner<SELF, C, A>.BeanRegistration<?>>, List<Configurations>) - Constructor for class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
Create a new AbstractApplicationContextRunner instance.
AbstractApplicationContextRunner.BeanRegistration<T> - Class in org.springframework.boot.test.context.runner
A Bean registration to be applied when the context loaded.
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.
AbstractCompositeHealthContributorConfiguration<C,I extends C,B> - Class in org.springframework.boot.actuate.autoconfigure.health
Base class for health contributor configurations that can combine source beans into a composite.
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 specific other beans identified by name or type.
AbstractDependsOnBeanFactoryPostProcessor(Class<?>, Class<? extends FactoryBean<?>>, String...) - Constructor for class org.springframework.boot.autoconfigure.AbstractDependsOnBeanFactoryPostProcessor
Create an instance with target bean, factory bean classes, and dependency names.
AbstractDependsOnBeanFactoryPostProcessor(Class<?>, Class<? extends FactoryBean<?>>, Class<?>...) - Constructor for class org.springframework.boot.autoconfigure.AbstractDependsOnBeanFactoryPostProcessor
Create an instance with target bean, factory bean classes, and dependency types.
AbstractDependsOnBeanFactoryPostProcessor(Class<?>, String...) - Constructor for class org.springframework.boot.autoconfigure.AbstractDependsOnBeanFactoryPostProcessor
Create an instance with target bean class and dependency names.
AbstractDependsOnBeanFactoryPostProcessor(Class<?>, Class<?>...) - Constructor for class org.springframework.boot.autoconfigure.AbstractDependsOnBeanFactoryPostProcessor
Create an instance with target bean class and dependency types.
AbstractDiscoveredEndpoint<O extends Operation> - Class in org.springframework.boot.actuate.endpoint.annotation
Abstract base class for endpoints discovered by a EndpointDiscoverer.
AbstractDiscoveredEndpoint(EndpointDiscoverer<?, ?>, Object, EndpointId, 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(EndpointId, 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
 
AbstractFilterRegistrationBean<T extends Filter> - Class in org.springframework.boot.web.servlet
Abstract base ServletContextInitializer to register Filters in a Servlet 3.0+ container.
AbstractHealthAggregator - Class in org.springframework.boot.actuate.health
Deprecated.
since 2.2.0 as HealthAggregator has been deprecated
AbstractHealthAggregator() - Constructor for class org.springframework.boot.actuate.health.AbstractHealthAggregator
Deprecated.
 
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.
AbstractJsonParser - Class in org.springframework.boot.json
Base class for parsers wrapped or implemented in this package.
AbstractJsonParser() - Constructor for class org.springframework.boot.json.AbstractJsonParser
 
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.
AbstractNestedCondition - Class in org.springframework.boot.autoconfigure.condition
Abstract base class for nested conditions.
AbstractNestedCondition.MemberMatchOutcomes - Class in org.springframework.boot.autoconfigure.condition
 
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
Create a new AbstractReactiveHealthIndicator instance with a default healthCheckFailedMessage.
AbstractReactiveHealthIndicator(String) - Constructor for class org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator
Create a new AbstractReactiveHealthIndicator instance with a specific message to log when the health check fails.
AbstractReactiveHealthIndicator(Function<Throwable, String>) - Constructor for class org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator
Create a new AbstractReactiveHealthIndicator instance with a specific message to log when the health check fails.
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, boolean) - 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 bounded elastic scheduler.
AbstractWebFluxEndpointHandlerMapping.LinksHandler - Interface in org.springframework.boot.actuate.endpoint.web.reactive
Reactive handler providing actuator links at the root endpoint.
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, boolean) - 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, boolean) - 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.LinksHandler - Interface in org.springframework.boot.actuate.endpoint.web.servlet
Handler providing actuator links at the root endpoint.
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.OnlyOnceLoggingDenyMeterFilter
 
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
 
ActuatorMediaType - Class in org.springframework.boot.actuate.endpoint.http
Media types that can be consumed and produced by Actuator endpoints.
adapt(HealthContributor) - Static method in interface org.springframework.boot.actuate.health.ReactiveHealthContributor
 
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.
addAdaptableBeans(ListableBeanFactory) - Method in class org.springframework.boot.web.servlet.ServletContextInitializerBeans
 
addAdditionalTomcatConnectors(Connector...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
Add Connectors in addition to the default connector, e.g.
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.
addAsRegistrationBean(ListableBeanFactory, Class<T>, ServletContextInitializerBeans.RegistrationBeanAdapter<T>) - Method in class org.springframework.boot.web.servlet.ServletContextInitializerBeans
 
addBeans(FormatterRegistry, ListableBeanFactory) - Static method in class org.springframework.boot.convert.ApplicationConversionService
Add GenericConverter, Converter, Printer, Parser and Formatter beans from the specified context.
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 class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
Add UndertowDeploymentInfoCustomizers that should be used to customize the Undertow DeploymentInfo.
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
 
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
 
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.
additionalCustomizers(TaskExecutorCustomizer...) - Method in class org.springframework.boot.task.TaskExecutorBuilder
Add TaskExecutorCustomizers that should be applied to the ThreadPoolTaskExecutor.
additionalCustomizers(Iterable<TaskExecutorCustomizer>) - Method in class org.springframework.boot.task.TaskExecutorBuilder
Add TaskExecutorCustomizers that should be applied to the ThreadPoolTaskExecutor.
additionalCustomizers(TaskSchedulerCustomizer...) - Method in class org.springframework.boot.task.TaskSchedulerBuilder
Add taskSchedulerCustomizers that should be applied to the ThreadPoolTaskScheduler.
additionalCustomizers(Iterable<TaskSchedulerCustomizer>) - Method in class org.springframework.boot.task.TaskSchedulerBuilder
Add taskSchedulerCustomizers that should be applied to the ThreadPoolTaskScheduler.
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.
additionalCustomizers(WebServiceTemplateCustomizer...) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Add additional WebServiceTemplateCustomizers that should be applied to the WebServiceTemplate.
additionalCustomizers(Collection<? extends WebServiceTemplateCustomizer>) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Add additional WebServiceTemplateCustomizers that should be applied to the WebServiceTemplate.
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.
additionalInterceptors(ClientInterceptor...) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Add additional ClientInterceptors that should be used with the WebServiceTemplate.
additionalInterceptors(Collection<? extends ClientInterceptor>) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Add additional ClientInterceptors that should be used with the WebServiceTemplate.
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.
additionalMessageSenders(WebServiceMessageSender...) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Add additional WebServiceMessageSenders that should be used with the WebServiceTemplate.
additionalMessageSenders(Collection<? extends WebServiceMessageSender>) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Add additional WebServiceMessageSenders that should be used with the WebServiceTemplate.
additionalRequestCustomizers(RestTemplateRequestCustomizer<?>...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Add the RestTemplateRequestCustomizers that should be applied to the ClientHttpRequest.
additionalRequestCustomizers(Collection<? extends RestTemplateRequestCustomizer<?>>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Add the RestTemplateRequestCustomizers that should be applied to the ClientHttpRequest.
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.
addProtocolHandlerCustomizers(TomcatProtocolHandlerCustomizer<?>...) - Method in interface org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactory
Add TomcatProtocolHandlerCustomizers that should be added to the Tomcat Connector.
addProtocolHandlerCustomizers(TomcatProtocolHandlerCustomizer<?>...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
Add TomcatProtocolHandlerCustomizers that should be added to the Tomcat Connector.
addProtocolHandlerCustomizers(TomcatProtocolHandlerCustomizer<?>...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Add TomcatProtocolHandlerCustomizers that should be added to the Tomcat Connector.
addRegistration(String, ServletContext) - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
 
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
 
address() - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServer
 
address() - Method in interface org.springframework.boot.rsocket.server.RSocketServer
Return the address this server is listening on.
addRouteProviders(NettyRouteProvider...) - Method in class org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
Add NettyRouteProviders that should be applied, in order, before the handler for the Spring application.
addRSocketServerCustomizers(RSocketServerCustomizer...) - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
Add RSocketServerCustomizers that should be called to configure the RSocketServer.
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.
addServletNames(String...) - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
Add servlet names for the filter.
addServletRegistrationBeans(ServletRegistrationBean<?>...) - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
Add ServletRegistrationBeans for the filter.
addSocketFactoryProcessors(ServerRSocketFactoryProcessor...) - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
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
Deprecated.
Add specific status mappings to the existing set.
addStatusMapping(Status, Integer) - Method in class org.springframework.boot.actuate.health.HealthStatusHttpMapper
Deprecated.
Add a status mapping to the existing set.
addStatusMapping(String, Integer) - Method in class org.springframework.boot.actuate.health.HealthStatusHttpMapper
Deprecated.
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.autoconfigure.web.servlet.DispatcherServletRegistrationBean
 
addUrlMappings(String...) - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
Add URL mappings, as defined in the Servlet specification, for the servlet.
addUrlPatterns(String...) - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
Add URL patterns, as defined in the Servlet specification, that the filter will be registered against.
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.
afterAll(ExtensionContext) - Method in class org.springframework.boot.test.system.OutputCaptureExtension
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.boot.actuate.metrics.web.servlet.LongTaskTimingHandlerInterceptor
 
afterEach(ExtensionContext) - Method in class org.springframework.boot.test.system.OutputCaptureExtension
 
afterPropertiesSet() - Method in class org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthContributorAutoConfiguration
 
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.liquibase.DataSourceClosingSpringLiquibase
 
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.test.autoconfigure.restdocs.RestDocsMockMvcBuilderCustomizer
 
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
Deprecated.
 
aggregate(Map<String, Health>) - Method in interface org.springframework.boot.actuate.health.HealthAggregator
Deprecated.
Aggregate several given Health instances into one.
aggregateContributions(ApiVersion, Map<String, HealthComponent>, StatusAggregator, boolean, Set<String>) - Method in class org.springframework.boot.actuate.health.HealthEndpoint
 
aggregateContributions(ApiVersion, Map<String, HealthComponent>, StatusAggregator, boolean, Set<String>) - Method in class org.springframework.boot.actuate.health.HealthEndpointWebExtension
 
aggregateContributions(ApiVersion, Map<String, Mono<? extends HealthComponent>>, StatusAggregator, boolean, Set<String>) - Method in class org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension
 
aggregateDetails(Map<String, Health>) - Method in class org.springframework.boot.actuate.health.AbstractHealthAggregator
Deprecated.
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
Deprecated.
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
Deprecated.
 
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
 
allowCoreThreadTimeOut(boolean) - Method in class org.springframework.boot.task.TaskExecutorBuilder
Set whether core threads are allow to time out.
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.
AnnotatedClassFinder - Class in org.springframework.boot.test.context
Utility class to find a class annotated with a particular annotation in a hierarchy.
AnnotatedClassFinder(Class<? extends Annotation>) - Constructor for class org.springframework.boot.test.context.AnnotatedClassFinder
Create a new instance with the annotationType to find.
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
Create a new AnnotationConfigReactiveWebApplicationContext that needs to be populated through AnnotationConfigApplicationContext.register(java.lang.Class<?>...) calls and then manually refreshed.
AnnotationConfigReactiveWebApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
Create a new AnnotationConfigApplicationContext with the given DefaultListableBeanFactory.
AnnotationConfigReactiveWebApplicationContext(Class<?>...) - Constructor for class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
Create a new AnnotationConfigApplicationContext, deriving bean definitions from the given annotated classes and automatically refreshing the context.
AnnotationConfigReactiveWebApplicationContext(String...) - Constructor for class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
Create a new AnnotationConfigApplicationContext, scanning for bean definitions in the given packages and automatically refreshing the context.
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.
AnnotationConfigServletWebApplicationContext - Class in org.springframework.boot.web.servlet.context
GenericWebApplicationContextthat accepts annotated classes as input - in particular @Configuration-annotated classes, but also plain @Component classes and JSR-330 compliant classes using javax.inject annotations.
AnnotationConfigServletWebApplicationContext() - Constructor for class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
AnnotationConfigServletWebApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
Create a new AnnotationConfigServletWebApplicationContext with the given DefaultListableBeanFactory.
AnnotationConfigServletWebApplicationContext(Class<?>...) - Constructor for class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
Create a new AnnotationConfigServletWebApplicationContext, deriving bean definitions from the given annotated classes and automatically refreshing the context.
AnnotationConfigServletWebApplicationContext(String...) - Constructor for class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
Create a new AnnotationConfigServletWebApplicationContext, 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
 
Ansi8BitColor - Class in org.springframework.boot.ansi
AnsiElement implementation for ANSI 8-bit foreground or background color codes.
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.
AnsiColors(AnsiColors.BitDepth) - Constructor for class org.springframework.boot.ansi.AnsiColors
Create a new AnsiColors instance with the specified bit depth.
AnsiColors.BitDepth - Enum in org.springframework.boot.ansi
Bit depths supported by this class.
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.
AntPathRequestMatcherProvider - Class in org.springframework.boot.autoconfigure.security.servlet
AntPathRequestMatcherProvider(Function<String, String>) - Constructor for class org.springframework.boot.autoconfigure.security.servlet.AntPathRequestMatcherProvider
 
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
 
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
 
ApiVersion - Enum in org.springframework.boot.actuate.endpoint.http
API versions supported for the actuator HTTP API.
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 elements.
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_TASK_EXECUTOR_BEAN_NAME - Static variable in class org.springframework.boot.autoconfigure.task.TaskExecutionAutoConfiguration
Bean name of the application TaskExecutor.
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
 
ApplicationContextInitializedEvent - Class in org.springframework.boot.context.event
Event published when a SpringApplication is starting up and the ApplicationContext is prepared and ApplicationContextInitializers have been called but before any bean definitions are loaded.
ApplicationContextInitializedEvent(SpringApplication, String[], ConfigurableApplicationContext) - Constructor for class org.springframework.boot.context.event.ApplicationContextInitializedEvent
Create a new ApplicationContextInitializedEvent instance.
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 - Class in org.springframework.boot.actuate.health
Deprecated.
since 2.2 in favor of PingHealthIndicator.
ApplicationHealthIndicator() - Constructor for class org.springframework.boot.actuate.health.ApplicationHealthIndicator
Deprecated.
 
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.
applicationTaskExecutor(TaskExecutorBuilder) - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionAutoConfiguration
 
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(Timer.Builder) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.AutoTimeProperties
 
apply(EndpointId, 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(EndpointId, OperationType, OperationParameters, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvokerAdvisor
 
apply(String) - Method in class org.springframework.boot.actuate.health.HealthContributorNameFactory
 
apply(Timer.Builder) - Method in interface org.springframework.boot.actuate.metrics.AutoTimer
Called to apply any auto-timer settings to the given Timer.Builder.
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(BindHandler) - Method in interface org.springframework.boot.context.properties.ConfigurationPropertiesBindHandlerAdvisor
Apply additional functionality to the source bind handler.
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(ConfigurableApplicationContext) - Method in class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner.BeanRegistration
 
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
Deprecated.
 
apply(Statement, Description) - Method in class org.springframework.boot.test.system.OutputCaptureRule
 
apply(HttpServer) - Method in class org.springframework.boot.web.embedded.netty.SslServerCustomizer
 
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.
appOpticsConfig() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics.AppOpticsMetricsExportAutoConfiguration
 
appOpticsMeterRegistry(AppOpticsConfig, Clock) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics.AppOpticsMetricsExportAutoConfiguration
 
AppOpticsMetricsExportAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics
Auto-configuration for exporting metrics to AppOptics.
AppOpticsMetricsExportAutoConfiguration(AppOpticsProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics.AppOpticsMetricsExportAutoConfiguration
 
AppOpticsProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics
@ConfigurationProperties for configuring AppOptics metrics export.
AppOpticsProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics.AppOpticsProperties
 
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 EmbeddedActiveMQ 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.
asBindTarget() - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBean
Return a Bindable instance suitable that can be used as a target for the Binder.
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.
to prevent accidental use. Prefer standard AssertJ assertThat(context)... calls instead.
assertThat() - Method in class org.springframework.boot.test.json.JsonContent
Deprecated.
to prevent accidental use. Prefer standard AssertJ assertThat(context)... calls instead.
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.
asTag() - Method in enum org.springframework.boot.actuate.metrics.http.Outcome
Returns the Outcome as a Tag named outcome.
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() - Constructor for class org.springframework.boot.actuate.autoconfigure.audit.AuditAutoConfiguration
 
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.
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(AuditEventRepository) - 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
 
AutoConfigurationImportSelector.AutoConfigurationEntry - Class in org.springframework.boot.autoconfigure
 
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 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.
AutoConfigureDataJdbc - Annotation Type in org.springframework.boot.test.autoconfigure.data.jdbc
Auto-configuration imports for typical Data JDBC tests.
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.
AutoTimeProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics
Nested configuration properties for items that are automatically timed.
AutoTimeProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.AutoTimeProperties
Create an instance that automatically time requests with no percentiles.
AutoTimer - Interface in org.springframework.boot.actuate.metrics
Strategy that can be used to apply Timers automatically instead of using @Timed.
available(String) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
Indicates something is available.
awaitTermination(boolean) - Method in class org.springframework.boot.task.TaskExecutorBuilder
Set whether the executor should wait for scheduled tasks to complete on shutdown, not interrupting running tasks and executing all tasks in the queue.
awaitTermination(boolean) - Method in class org.springframework.boot.task.TaskSchedulerBuilder
Set whether the executor should wait for scheduled tasks to complete on shutdown, not interrupting running tasks and executing all tasks in the queue.
awaitTerminationPeriod(Duration) - Method in class org.springframework.boot.task.TaskExecutorBuilder
Set the maximum time the executor is supposed to block on shutdown.
awaitTerminationPeriod(Duration) - Method in class org.springframework.boot.task.TaskSchedulerBuilder
Set the maximum time the executor is supposed to block on shutdown.

B

background(int) - Static method in class org.springframework.boot.ansi.Ansi8BitColor
Return a background ANSI color code instance for the given code.
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.
basicAuthentication(String, String) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Add HTTP Basic Authentication to requests with the given username/password pair, unless a custom Authorization header has been set before.
basicAuthentication(String, String, Charset) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Add HTTP Basic Authentication to requests with the given username/password pair, unless a custom Authorization header has been set before.
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, ObjectProvider<ErrorViewResolver>) - 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() - Constructor for class org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration
 
BatchDataSource - Annotation Type in org.springframework.boot.autoconfigure.batch
Qualifier annotation for a DataSource to be injected into Batch auto-configuration.
BatchDataSourceInitializer - Class in org.springframework.boot.autoconfigure.batch
Initialize the Spring Batch schema (ignoring errors, so it 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.PushRegistryPropertiesConfigAdapter
 
BEAN_NAME - Static variable in class org.springframework.boot.context.properties.ConfigurationBeanFactoryMetadata
Deprecated.
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
 
BeanRegistration(String, Class<T>, Object...) - Constructor for class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner.BeanRegistration
 
BeanRegistration(String, Class<T>, Supplier<T>, BeanDefinitionCustomizer...) - Constructor for class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner.BeanRegistration
 
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.
beforeAll(ExtensionContext) - Method in class org.springframework.boot.test.system.OutputCaptureExtension
 
beforeEach(ExtensionContext) - Method in class org.springframework.boot.test.system.OutputCaptureExtension
 
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 binder's property sources.
bind(String, Bindable<T>) - Method in class org.springframework.boot.context.properties.bind.Binder
Bind the specified target Bindable using this binder's property sources.
bind(ConfigurationPropertyName, Bindable<T>) - Method in class org.springframework.boot.context.properties.bind.Binder
Bind the specified target Bindable using this binder's property sources.
bind(String, Bindable<T>, BindHandler) - Method in class org.springframework.boot.context.properties.bind.Binder
Bind the specified target Bindable using this binder's property sources.
bind(ConfigurationPropertyName, Bindable<T>, BindHandler) - Method in class org.springframework.boot.context.properties.bind.Binder
Bind the specified target Bindable using this binder's property sources.
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.
BindConstructorProvider - Interface in org.springframework.boot.context.properties.bind
Strategy interface used to determine a specific constructor to use when binding.
BindContext - Interface in org.springframework.boot.context.properties.bind
Context information for use by BindHandlers.
bindEntityManagerFactoriesToRegistry(Map<String, EntityManagerFactory>, MeterRegistry) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.orm.jpa.HibernateMetricsAutoConfiguration
 
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.
Binder(Iterable<ConfigurationPropertySource>, PlaceholdersResolver, ConversionService, Consumer<PropertyEditorRegistry>, BindHandler) - 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>, BindHandler, BindConstructorProvider) - 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.
bindOrCreate(String, Class<T>) - Method in class org.springframework.boot.context.properties.bind.Binder
Bind the specified target Class using this binder's property sources or create a new instance using the type of the Bindable if the result of the binding is null.
bindOrCreate(String, Bindable<T>) - Method in class org.springframework.boot.context.properties.bind.Binder
Bind the specified target Bindable using this binder's property sources or create a new instance using the type of the Bindable if the result of the binding is null.
bindOrCreate(String, Bindable<T>, BindHandler) - Method in class org.springframework.boot.context.properties.bind.Binder
Bind the specified target Bindable using this binder's property sources or create a new instance using the type of the Bindable if the result of the binding is null.
bindOrCreate(ConfigurationPropertyName, Bindable<T>, BindHandler) - Method in class org.springframework.boot.context.properties.bind.Binder
Bind the specified target Bindable using this binder's property sources or create a new instance using the type of the Bindable if the result of the binding is null.
BindResult<T> - Class in org.springframework.boot.context.properties.bind
A container object to return the 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
 
Bootstrap() - Constructor for class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Bootstrap
 
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.task.TaskExecutorBuilder
Build a new ThreadPoolTaskExecutor instance and configure it using this builder.
build(Class<T>) - Method in class org.springframework.boot.task.TaskExecutorBuilder
Build a new ThreadPoolTaskExecutor instance of the specified type and configure it using this builder.
build() - Method in class org.springframework.boot.task.TaskSchedulerBuilder
Build a new ThreadPoolTaskScheduler instance and configure it using this 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.
build() - Method in class org.springframework.boot.webservices.client.HttpWebServiceMessageSenderBuilder
 
build() - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Build a new WebServiceTemplate instance and configure it using this builder.
build(Class<T>) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Build a new WebServiceTemplate 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
 
builder(String) - Method in interface org.springframework.boot.actuate.metrics.AutoTimer
Factory method to create a new Timer.Builder with auto-timer settings applied.
builder(Supplier<Timer.Builder>) - Method in interface org.springframework.boot.actuate.metrics.AutoTimer
Factory method to create a new Timer.Builder with auto-timer settings applied.
Builder() - Constructor for class org.springframework.boot.configurationdocs.DocumentOptions.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() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
buildProperties() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
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.
buildRequestFactory() - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Build a new ClientHttpRequestFactory instance using the settings of this builder.
buildStreamsProperties() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
Create an initial map of streams properties from the state of this instance.
buildTestContext() - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
 
buildView(String) - Method in class org.springframework.boot.web.servlet.view.MustacheViewResolver
 

C

cache(String, String) - Method in class org.springframework.boot.actuate.cache.CachesEndpoint
Return a CachesEndpoint.CacheDescriptor for the specified cache.
cache(String, String) - Method in class org.springframework.boot.actuate.cache.CachesEndpointWebExtension
 
Cache() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache
 
Cache() - Constructor for class org.springframework.boot.autoconfigure.jms.JmsProperties.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
 
cacheAutoConfigurationValidator(CacheProperties, ObjectProvider<CacheManager>) - Method in class org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration
 
Cachecontrol() - Constructor for class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
 
CacheDescriptor(String) - Constructor for class org.springframework.boot.actuate.cache.CachesEndpoint.CacheDescriptor
 
CacheEntry(Cache, String) - Constructor for class org.springframework.boot.actuate.cache.CachesEndpoint.CacheEntry
 
cacheManager(CacheProperties, CacheManagerCustomizers, Bucket) - Method in class org.springframework.boot.autoconfigure.cache.CouchbaseCacheConfiguration
 
cacheManager(CacheManagerCustomizers, 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<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
 
CacheManagerDescriptor(Map<String, CachesEndpoint.CacheDescriptor>) - Constructor for class org.springframework.boot.actuate.cache.CachesEndpoint.CacheManagerDescriptor
 
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.
caches() - Method in class org.springframework.boot.actuate.cache.CachesEndpoint
Return a CachesEndpoint.CachesReport of all available caches.
cachesEndpoint(Map<String, CacheManager>) - Method in class org.springframework.boot.actuate.autoconfigure.cache.CachesEndpointAutoConfiguration
 
CachesEndpoint - Class in org.springframework.boot.actuate.cache
@Endpoint to expose available caches.
CachesEndpoint(Map<String, CacheManager>) - Constructor for class org.springframework.boot.actuate.cache.CachesEndpoint
Create a new endpoint with the CacheManager instances to use.
CachesEndpoint.CacheDescriptor - Class in org.springframework.boot.actuate.cache
Basic description of a Cache, primarily intended for serialization to JSON.
CachesEndpoint.CacheEntry - Class in org.springframework.boot.actuate.cache
Description of a Cache, primarily intended for serialization to JSON.
CachesEndpoint.CacheManagerDescriptor - Class in org.springframework.boot.actuate.cache
Description of a CacheManager, primarily intended for serialization to JSON.
CachesEndpoint.CachesReport - Class in org.springframework.boot.actuate.cache
A report of available caches, primarily intended for serialization to JSON.
CachesEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.cache
CachesEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.cache.CachesEndpointAutoConfiguration
 
cachesEndpointWebExtension(CachesEndpoint) - Method in class org.springframework.boot.actuate.autoconfigure.cache.CachesEndpointAutoConfiguration
 
CachesEndpointWebExtension - Class in org.springframework.boot.actuate.cache
CachesEndpointWebExtension(CachesEndpoint) - Constructor for class org.springframework.boot.actuate.cache.CachesEndpointWebExtension
 
CachesReport(Map<String, CachesEndpoint.CacheManagerDescriptor>) - Constructor for class org.springframework.boot.actuate.cache.CachesEndpoint.CachesReport
 
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<EndpointId, 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 callback instances, 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.
CapturedOutput - Interface in org.springframework.boot.test.system
Provides access to System.out and System.err output that has been captured by the OutputCaptureExtension or OutputCaptureRule.
CassandraAutoConfiguration - Class in org.springframework.boot.autoconfigure.cassandra
Auto-configuration for Cassandra.
CassandraAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.cassandra.CassandraAutoConfiguration
 
cassandraCluster(CassandraProperties, ObjectProvider<ClusterBuilderCustomizer>, ObjectProvider<ClusterFactory>) - 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(CassandraProperties, Cluster) - Constructor for class org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
 
cassandraHealthContributor(Map<String, CassandraOperations>) - Method in class org.springframework.boot.actuate.autoconfigure.cassandra.CassandraHealthContributorAutoConfiguration
 
cassandraHealthContributor(Map<String, ReactiveCassandraOperations>) - Method in class org.springframework.boot.actuate.autoconfigure.cassandra.CassandraReactiveHealthContributorAutoConfiguration
 
CassandraHealthContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.cassandra
CassandraHealthContributorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.cassandra.CassandraHealthContributorAutoConfiguration
 
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.
cassandraMapping(BeanFactory, 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
 
CassandraReactiveHealthContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.cassandra
CassandraReactiveHealthContributorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.cassandra.CassandraReactiveHealthContributorAutoConfiguration
 
CassandraReactiveHealthIndicator - Class in org.springframework.boot.actuate.cassandra
A ReactiveHealthIndicator for Cassandra.
CassandraReactiveHealthIndicator(ReactiveCassandraOperations) - Constructor for class org.springframework.boot.actuate.cassandra.CassandraReactiveHealthIndicator
Create a new CassandraHealthIndicator instance.
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(Environment, 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.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
 
charAt(int) - Method in interface org.springframework.boot.test.system.CapturedOutput
 
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
 
checkSessionTimeout() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties
 
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
 
classLoaderMetrics() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.JvmMetricsAutoConfiguration
 
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.java.JavaLoggingSystem
 
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(String, String) - Method in class org.springframework.boot.actuate.cache.CachesEndpoint
Clear the specific Cache.
clearCache(String, String) - Method in class org.springframework.boot.actuate.cache.CachesEndpointWebExtension
 
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.
clearCaches() - Method in class org.springframework.boot.actuate.cache.CachesEndpoint
Clear all the available caches.
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
 
clientConfiguration(ReactiveRestClientProperties) - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ReactiveRestClientAutoConfiguration
 
clientConnectorCustomizer(ClientHttpConnector) - Method in class org.springframework.boot.autoconfigure.web.reactive.function.client.ClientHttpConnectorAutoConfiguration
 
ClientHttpConnectorAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.reactive.function.client
ClientHttpConnectorAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.reactive.function.client.ClientHttpConnectorAutoConfiguration
 
clientHttpRequestFactory() - Method in class org.springframework.boot.devtools.remote.client.RemoteClientConfiguration
 
ClientHttpRequestFactorySupplier - Class in org.springframework.boot.web.client
A supplier for ClientHttpRequestFactory that detects the preferred candidate based on the available implementations on the classpath.
ClientHttpRequestFactorySupplier() - Constructor for class org.springframework.boot.web.client.ClientHttpRequestFactorySupplier
 
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.
clientName(ClientRequest) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTags
Create a clientName Tag derived from the host of the URL of the given request.
ClientRequest() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web.Client.ClientRequest
 
ClientsConfiguredCondition - Class in org.springframework.boot.autoconfigure.security.oauth2.client
Condition that matches if any spring.security.oauth2.client.registration properties are defined.
ClientsConfiguredCondition() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.ClientsConfiguredCondition
 
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.devtools.tunnel.client.HttpTunnelConnection.TunnelChannel
 
close() - Method in class org.springframework.boot.devtools.tunnel.client.TunnelClient.ServerThread
 
close() - Method in interface org.springframework.boot.loader.archive.Archive
Closes the Archive, releasing any open resources.
close() - Method in class org.springframework.boot.loader.archive.JarFileArchive
 
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.
CloudFoundryActuatorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet
Auto-configuration to expose actuator endpoints for Cloud Foundry to use.
CloudFoundryActuatorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryActuatorAutoConfiguration
 
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
 
cloudFoundryInfoEndpointWebExtension(GitProperties, ObjectProvider<InfoContributor>) - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive.ReactiveCloudFoundryActuatorAutoConfiguration
 
cloudFoundryInfoEndpointWebExtension(GitProperties, ObjectProvider<InfoContributor>) - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryActuatorAutoConfiguration
 
CloudFoundryInfoEndpointWebExtension - Class in org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet
@EndpointExtension for the InfoEndpoint that always exposes full git details.
CloudFoundryInfoEndpointWebExtension(InfoEndpoint) - Constructor for class org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryInfoEndpointWebExtension
 
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, List<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, ApplicationContext) - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryActuatorAutoConfiguration
 
cloudFoundryWebFluxEndpointHandlerMapping(ParameterValueMapper, EndpointMediaTypes, WebClient.Builder, ControllerEndpointsSupplier, ApplicationContext) - 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.
CloudServiceConnectorsAutoConfiguration - Class in org.springframework.boot.autoconfigure.cloud
Auto-configuration for Spring Cloud Service Connectors.
CloudServiceConnectorsAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.cloud.CloudServiceConnectorsAutoConfiguration
 
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.
ClusterFactory - Interface in org.springframework.boot.autoconfigure.cassandra
ClusterFactory provides control over the creation of a Cluster from an Cluster.Initializer.
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.
CodecProperties - Class in org.springframework.boot.autoconfigure.codec
properties for reactive codecs.
CodecProperties() - Constructor for class org.springframework.boot.autoconfigure.codec.CodecProperties
 
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
 
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
 
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
 
CompositeHealth - Class in org.springframework.boot.actuate.health
A HealthComponent that is composed of other HealthComponent instances.
CompositeHealthContributor - Interface in org.springframework.boot.actuate.health
A HealthContributor that is composed of other HealthContributor instances.
CompositeHealthContributorConfiguration<I extends HealthIndicator,B> - Class in org.springframework.boot.actuate.autoconfigure.health
Base class for health contributor configurations that can combine source beans into a composite.
CompositeHealthContributorConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.health.CompositeHealthContributorConfiguration
 
CompositeHealthIndicator - Class in org.springframework.boot.actuate.health
Deprecated.
since 2.2.0 in favor of a CompositeHealthContributor
CompositeHealthIndicator(HealthAggregator, Map<String, HealthIndicator>) - Constructor for class org.springframework.boot.actuate.health.CompositeHealthIndicator
Deprecated.
Create a new CompositeHealthIndicator from the specified indicators.
CompositeHealthIndicator(HealthAggregator, HealthIndicatorRegistry) - Constructor for class org.springframework.boot.actuate.health.CompositeHealthIndicator
Deprecated.
Create a new CompositeHealthIndicator from the indicators in the given registry.
CompositeHealthIndicatorConfiguration<H extends HealthIndicator,S> - Class in org.springframework.boot.actuate.autoconfigure.health
Deprecated.
CompositeHealthIndicatorConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.health.CompositeHealthIndicatorConfiguration
Deprecated.
 
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
 
CompositeReactiveHealthContributor - Interface in org.springframework.boot.actuate.health
A ReactiveHealthContributor that is composed of other ReactiveHealthContributor instances.
CompositeReactiveHealthContributorConfiguration<I extends ReactiveHealthIndicator,B> - Class in org.springframework.boot.actuate.autoconfigure.health
Base class for health contributor configurations that can combine source beans into a composite.
CompositeReactiveHealthContributorConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.health.CompositeReactiveHealthContributorConfiguration
 
CompositeReactiveHealthIndicator - Class in org.springframework.boot.actuate.health
Deprecated.
since 2.2.0 in favor of a CompositeReactiveHealthContributor
CompositeReactiveHealthIndicator(HealthAggregator, ReactiveHealthIndicatorRegistry) - Constructor for class org.springframework.boot.actuate.health.CompositeReactiveHealthIndicator
Deprecated.
Create a new CompositeReactiveHealthIndicator from the indicators in the given registry.
CompositeReactiveHealthIndicatorConfiguration<H extends ReactiveHealthIndicator,S> - Class in org.springframework.boot.actuate.autoconfigure.health
Deprecated.
CompositeReactiveHealthIndicatorConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.health.CompositeReactiveHealthIndicatorConfiguration
Deprecated.
 
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.
ConditionalOnAvailableEndpoint - Annotation Type in org.springframework.boot.actuate.autoconfigure.endpoint.condition
@Conditional that checks whether an endpoint is available.
ConditionalOnBean - Annotation Type in org.springframework.boot.autoconfigure.condition
@Conditional that only matches when beans meeting all the specified requirements 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
Deprecated.
as of 2.2.0 in favor of @ConditionalOnAvailableEndpoint
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 no beans meeting the specified requirements are 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.
ConditionalOnMissingFilterBean - Annotation Type in org.springframework.boot.autoconfigure.web.servlet
@Conditional that only matches when no Filter beans of the specified type are contained in the BeanFactory.
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 a bean of the specified 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
 
ConditionEvaluationReportLoggingListener(LogLevel) - 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
ConfigurableRSocketServerFactory - Interface in org.springframework.boot.rsocket.server
A configurable RSocketServerFactory.
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_COMPARATOR - Static variable in class org.springframework.boot.logging.AbstractLoggingSystem
 
ConfigurationBeanFactoryMetadata - Class in org.springframework.boot.context.properties
Deprecated.
since 2.2.0 in favor of ConfigurationPropertiesBean
ConfigurationBeanFactoryMetadata() - Constructor for class org.springframework.boot.context.properties.ConfigurationBeanFactoryMetadata
Deprecated.
 
ConfigurationMetadataDocumentWriter - Class in org.springframework.boot.configurationdocs
Write Asciidoc documents with configuration properties listings.
ConfigurationMetadataDocumentWriter() - Constructor for class org.springframework.boot.configurationdocs.ConfigurationMetadataDocumentWriter
 
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
 
ConfigurationPropertiesBean - Class in org.springframework.boot.context.properties
Provides access to @ConfigurationProperties bean details, regardless of if the annotation was used directly or on a @Bean factory method.
ConfigurationPropertiesBean.BindMethod - Enum in org.springframework.boot.context.properties
The binding method that is used for the bean.
ConfigurationPropertiesBindException - Exception in org.springframework.boot.context.properties
Exception thrown when @ConfigurationProperties binding fails.
ConfigurationPropertiesBindHandlerAdvisor - Interface in org.springframework.boot.context.properties
Allows additional functionality to be applied to the BindHandler used by the ConfigurationPropertiesBindingPostProcessor.
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
Deprecated.
since 2.2.0 in favor of @EnableConfigurationProperties
ConfigurationPropertiesBindingPostProcessorRegistrar() - Constructor for class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessorRegistrar
Deprecated.
 
configurationPropertiesReportEndpoint(ConfigurationPropertiesReportEndpointProperties) - 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() - 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
 
ConfigurationPropertiesScan - Annotation Type in org.springframework.boot.context.properties
Configures the base packages used when scanning for @ConfigurationProperties classes.
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 converters appropriate for most Spring Boot applications.
configure(T) - Method in class org.springframework.boot.task.TaskExecutorBuilder
Configure the provided ThreadPoolTaskExecutor instance using this builder.
configure(T) - Method in class org.springframework.boot.task.TaskSchedulerBuilder
Configure the provided ThreadPoolTaskScheduler instance using this builder.
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(FilterRegistration.Dynamic) - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
Configure registration settings.
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.
configure(T) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Configure the provided WebServiceTemplate instance using this builder.
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
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
 
configureLogLevel(LogLevel, BiConsumer<String, LogLevel>) - Method in class org.springframework.boot.logging.LoggerGroup
 
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
 
ConnectorStartFailedException - Exception in org.springframework.boot.web.embedded.tomcat
A ConnectorStartFailedException is thrown when a Tomcat Connector fails to start, for example due to a port clash or incorrect SSL configuration.
ConnectorStartFailedException(int) - Constructor for exception org.springframework.boot.web.embedded.tomcat.ConnectorStartFailedException
Creates a new ConnectorStartFailedException for a connector that's configured to listen on the given port.
CONSOLE_LOG_PATTERN - Static variable in class org.springframework.boot.logging.LoggingSystemProperties
The name of the System property that contains the console log pattern.
ConstructorBinding - Annotation Type in org.springframework.boot.context.properties
Annotation that can be used to indicate that configuration properties should be bound using constructor arguments rather than by calling setters.
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.
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
 
ContributorRegistry<C> - Interface in org.springframework.boot.actuate.health
A mutable registry of health endpoint contributors (either HealthContributor or ReactiveHealthContributor).
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(ObjectProvider<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, List<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.
corePoolSize(int) - Method in class org.springframework.boot.task.TaskExecutorBuilder
Set the core number of threads.
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
 
CouchbaseCacheConfiguration - Class in org.springframework.boot.autoconfigure.cache
Couchbase cache configuration.
CouchbaseCacheConfiguration() - Constructor for class org.springframework.boot.autoconfigure.cache.CouchbaseCacheConfiguration
 
couchbaseClient() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseConfiguration
 
couchbaseClient() - Method in class org.springframework.boot.autoconfigure.data.couchbase.SpringBootCouchbaseConfigurer
 
couchbaseCluster() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseConfiguration
 
couchbaseCluster() - Method in class org.springframework.boot.autoconfigure.data.couchbase.SpringBootCouchbaseConfigurer
 
couchbaseClusterInfo() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseConfiguration
 
couchbaseClusterInfo() - Method in class org.springframework.boot.autoconfigure.data.couchbase.SpringBootCouchbaseConfigurer
 
CouchbaseConfiguration - Class in org.springframework.boot.autoconfigure.couchbase
Support class to configure Couchbase based on CouchbaseProperties.
CouchbaseConfiguration(CouchbaseProperties) - Constructor for class org.springframework.boot.autoconfigure.couchbase.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.CouchbaseConfiguration
 
couchbaseEnvironment() - Method in class org.springframework.boot.autoconfigure.data.couchbase.SpringBootCouchbaseConfigurer
 
couchbaseHealthContributor(Map<String, Cluster>) - Method in class org.springframework.boot.actuate.autoconfigure.couchbase.CouchbaseHealthContributorAutoConfiguration
 
couchbaseHealthContributor(Map<String, Cluster>) - Method in class org.springframework.boot.actuate.autoconfigure.couchbase.CouchbaseReactiveHealthContributorAutoConfiguration
 
CouchbaseHealthContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.couchbase
CouchbaseHealthContributorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.couchbase.CouchbaseHealthContributorAutoConfiguration
 
CouchbaseHealthIndicator - Class in org.springframework.boot.actuate.couchbase
HealthIndicator for Couchbase.
CouchbaseHealthIndicator(Cluster) - Constructor for class org.springframework.boot.actuate.couchbase.CouchbaseHealthIndicator
Create an indicator with the specified Cluster.
CouchbaseProperties - Class in org.springframework.boot.autoconfigure.couchbase
Configuration properties for Couchbase.
CouchbaseProperties() - Constructor for class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties
 
CouchbaseProperties.Bootstrap - Class in org.springframework.boot.autoconfigure.couchbase
 
CouchbaseProperties.Bucket - Class in org.springframework.boot.autoconfigure.couchbase
 
CouchbaseProperties.Endpoints - Class in org.springframework.boot.autoconfigure.couchbase
 
CouchbaseProperties.Endpoints.CouchbaseService - 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
 
CouchbaseReactiveHealthContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.couchbase
CouchbaseReactiveHealthContributorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.couchbase.CouchbaseReactiveHealthContributorAutoConfiguration
 
CouchbaseReactiveHealthIndicator - Class in org.springframework.boot.actuate.couchbase
A ReactiveHealthIndicator for Couchbase.
CouchbaseReactiveHealthIndicator(Cluster) - Constructor for class org.springframework.boot.actuate.couchbase.CouchbaseReactiveHealthIndicator
Create a new CouchbaseReactiveHealthIndicator instance.
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
 
CouchbaseService() - Constructor for class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints.CouchbaseService
 
create(Cluster.Initializer) - Method in interface org.springframework.boot.autoconfigure.cassandra.ClusterFactory
Creates a Cluster from the given Cluster.Initializer.
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
 
create(SocketAcceptor) - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
 
create(SocketAcceptor) - Method in interface org.springframework.boot.rsocket.server.RSocketServerFactory
Gets a new fully configured but paused RSocketServer instance.
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.
createBeanFactory() - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
Deprecated.
since 2.2.0 since this class no longer extends AbstractRefreshableConfigApplicationContext.
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
 
createComposite(Map<String, B>) - Method in class org.springframework.boot.actuate.autoconfigure.health.AbstractCompositeHealthContributorConfiguration
 
createComposite(Map<String, B>) - Method in class org.springframework.boot.actuate.autoconfigure.health.CompositeHealthContributorConfiguration
 
createComposite(Map<String, B>) - Method in class org.springframework.boot.actuate.autoconfigure.health.CompositeReactiveHealthContributorConfiguration
 
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.
createContributor(Map<String, B>) - Method in class org.springframework.boot.actuate.autoconfigure.health.AbstractCompositeHealthContributorConfiguration
 
createDefaultRepositoryConfiguration() - Static method in class org.springframework.boot.cli.compiler.RepositoryConfigurationFactory
Create a new default repository configuration.
createDelegate(WebApplicationContext, EndpointRequest.RequestMatcherFactory) - Method in class org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest.EndpointRequestMatcher
 
createDelegate(WebApplicationContext, EndpointRequest.RequestMatcherFactory) - Method in class org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest.LinksRequestMatcher
 
createEndpoint(Object, EndpointId, boolean, Collection<O>) - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
Factory method called to create the endpoint.
createEndpoint(Object, EndpointId, boolean, Collection<JmxOperation>) - Method in class org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpointDiscoverer
 
createEndpoint(Object, EndpointId, boolean, Collection<Operation>) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
 
createEndpoint(Object, EndpointId, boolean, Collection<Operation>) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer
 
createEndpoint(Object, EndpointId, boolean, Collection<WebOperation>) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointDiscoverer
 
createEndpointResources(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, EndpointLinksResolver, boolean) - 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
 
createHandlerMethod(Object, Method) - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
 
createHandlerMethod(Object, Method) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
 
createHealthIndicator(Map<String, S>) - Method in class org.springframework.boot.actuate.autoconfigure.health.CompositeHealthIndicatorConfiguration
Deprecated.
 
createHealthIndicator(S) - Method in class org.springframework.boot.actuate.autoconfigure.health.CompositeHealthIndicatorConfiguration
Deprecated.
 
createHealthIndicator(Map<String, S>) - Method in class org.springframework.boot.actuate.autoconfigure.health.CompositeReactiveHealthIndicatorConfiguration
Deprecated.
 
createHealthIndicator(S) - Method in class org.springframework.boot.actuate.autoconfigure.health.CompositeReactiveHealthIndicatorConfiguration
Deprecated.
 
createHealthIndicatorRegistry(Map<String, HealthIndicator>) - Method in class org.springframework.boot.actuate.health.HealthIndicatorRegistryFactory
Deprecated.
Create a HealthIndicatorRegistry 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(JestProperties, ObjectProvider<Gson>, ObjectProvider<HttpClientConfigBuilderCustomizer>) - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestAutoConfiguration
Deprecated.
 
createHttpContext(HttpMethod, URI) - Method in class org.springframework.boot.test.web.client.TestRestTemplate.CustomHttpComponentsClientHttpRequestFactory
 
createIndicator(Client) - Method in class org.springframework.boot.actuate.autoconfigure.elasticsearch.ElasticSearchClientHealthContributorAutoConfiguration
Deprecated.
 
createIndicator(B) - Method in class org.springframework.boot.actuate.autoconfigure.health.AbstractCompositeHealthContributorConfiguration
 
createIndicator(DataSource) - Method in class org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthContributorAutoConfiguration
 
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
 
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.
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(EndpointId, DiscoveredOperationMethod, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
Factory method to create an endpoint operation.
createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpointDiscoverer
 
createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
 
createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer
 
createOperation(EndpointId, 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 an 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
 
createPooledConnectionFactory(ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryFactory
Create a JmsPoolConnectionFactory based on the specified ConnectionFactory.
createReactiveHealthIndicatorRegistry(Map<String, ReactiveHealthIndicator>, Map<String, HealthIndicator>) - Method in class org.springframework.boot.actuate.health.ReactiveHealthIndicatorRegistryFactory
Deprecated.
Create a ReactiveHealthIndicatorRegistry based on the specified health indicators.
createRegistrationBean(String, T, int) - Method in interface org.springframework.boot.web.servlet.ServletContextInitializerBeans.RegistrationBeanAdapter
 
createRequest(boolean) - Method in class org.springframework.boot.devtools.tunnel.client.HttpTunnelConnection
 
createRequestMappingHandlerAdapter() - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.EnableWebFluxConfiguration
 
createRequestMappingHandlerAdapter() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 
createRequestMappingHandlerMapping() - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.EnableWebFluxConfiguration
 
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
 
Credential() - Constructor for class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Identityprovider.Verification.Credential
 
Credential() - Constructor for class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration.Signing.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(WebClient.Builder) - Method in class org.springframework.boot.actuate.metrics.web.reactive.client.MetricsWebClientCustomizer
 
customize(RabbitRetryTemplateCustomizer.Target, RetryTemplate) - Method in interface org.springframework.boot.autoconfigure.amqp.RabbitRetryTemplateCustomizer
Callback to customize a RetryTemplate instance used in the context of the specified RabbitRetryTemplateCustomizer.Target.
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(RedisCacheManager.RedisCacheManagerBuilder) - Method in interface org.springframework.boot.autoconfigure.cache.RedisCacheManagerBuilderCustomizer
Customize the RedisCacheManager.RedisCacheManagerBuilder.
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(RestClientBuilder) - Method in interface org.springframework.boot.autoconfigure.elasticsearch.rest.RestClientBuilderCustomizer
Customize the RestClientBuilder.
customize(FluentConfiguration) - Method in interface org.springframework.boot.autoconfigure.flyway.FlywayConfigurationCustomizer
Customize the flyway configuration.
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(DownloadConfigBuilder) - Method in interface org.springframework.boot.autoconfigure.mongo.embedded.DownloadConfigBuilderCustomizer
Customize the DownloadConfigBuilder.
customize(MongoClientSettings.Builder) - Method in interface org.springframework.boot.autoconfigure.mongo.MongoClientSettingsBuilderCustomizer
Customize the MongoClientSettings.Builder.
customize(EntityManagerFactoryBuilder) - Method in interface org.springframework.boot.autoconfigure.orm.jpa.EntityManagerFactoryBuilderCustomizer
Customize the given builder.
customize(Map<String, Object>) - Method in interface org.springframework.boot.autoconfigure.orm.jpa.HibernatePropertiesCustomizer
Customize the specified JPA vendor properties.
customize(ResourceDatabasePopulator) - Method in class org.springframework.boot.autoconfigure.quartz.QuartzDataSourceInitializer
 
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(NettyReactiveWebServerFactory) - Method in class org.springframework.boot.autoconfigure.web.embedded.NettyWebServerFactoryCustomizer
 
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(ResourceHandlerRegistration) - Method in interface org.springframework.boot.autoconfigure.web.reactive.ResourceHandlerRegistrationCustomizer
Customize the given ResourceHandlerRegistration.
customize(TomcatReactiveWebServerFactory) - Method in class org.springframework.boot.autoconfigure.web.reactive.TomcatReactiveWebServerFactoryCustomizer
 
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(UndertowServletWebServerFactory) - Method in class org.springframework.boot.autoconfigure.web.servlet.UndertowServletWebServerFactoryCustomizer
 
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(ResourceDatabasePopulator) - Method in class org.springframework.boot.jdbc.AbstractDataSourceInitializer
customize(RSocketStrategies.Builder) - Method in interface org.springframework.boot.rsocket.messaging.RSocketStrategiesCustomizer
Callback to customize a RSocketStrategies.builder() instance.
customize(RSocketServer) - Method in interface org.springframework.boot.rsocket.server.RSocketServerCustomizer
Callback to customize a RSocketServer instance.
customize(ThreadPoolTaskExecutor) - Method in interface org.springframework.boot.task.TaskExecutorCustomizer
Callback to customize a ThreadPoolTaskExecutor instance.
customize(ThreadPoolTaskScheduler) - Method in interface org.springframework.boot.task.TaskSchedulerCustomizer
Callback to customize a ThreadPoolTaskScheduler instance.
customize(ConfigurableMockMvcBuilder<?>) - Method in class org.springframework.boot.test.autoconfigure.restdocs.RestDocsMockMvcBuilderCustomizer
 
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(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(WebTestClient.Builder) - Method in interface org.springframework.boot.test.web.reactive.server.WebTestClientBuilderCustomizer
Customize the given builder.
customize(RestTemplate) - Method in interface org.springframework.boot.web.client.RestTemplateCustomizer
Callback to customize a RestTemplate instance.
customize(T) - Method in interface org.springframework.boot.web.client.RestTemplateRequestCustomizer
Customize the specified ClientHttpRequest.
customize(CodecConfigurer) - Method in interface org.springframework.boot.web.codec.CodecCustomizer
Callback to customize a CodecConfigurer instance.
customize(Server) - Method in interface org.springframework.boot.web.embedded.jetty.JettyServerCustomizer
Customize the server.
customize(Connector) - Method in interface org.springframework.boot.web.embedded.tomcat.TomcatConnectorCustomizer
Customize the connector.
customize(Context) - Method in interface org.springframework.boot.web.embedded.tomcat.TomcatContextCustomizer
Customize the context.
customize(T) - Method in interface org.springframework.boot.web.embedded.tomcat.TomcatProtocolHandlerCustomizer
Customize the protocol handler.
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.
customize(WebServiceTemplate) - Method in interface org.springframework.boot.webservices.client.WebServiceTemplateCustomizer
Callback to customize a WebServiceTemplate instance.
customizeBeanFactory(DefaultListableBeanFactory) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
Deprecated.
since 2.2.0 since this class no longer extends AbstractRefreshableConfigApplicationContext.
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(TaskExecutorCustomizer...) - Method in class org.springframework.boot.task.TaskExecutorBuilder
Set the TaskExecutorCustomizers that should be applied to the ThreadPoolTaskExecutor.
customizers(Iterable<TaskExecutorCustomizer>) - Method in class org.springframework.boot.task.TaskExecutorBuilder
Set the TaskExecutorCustomizers that should be applied to the ThreadPoolTaskExecutor.
customizers(TaskSchedulerCustomizer...) - Method in class org.springframework.boot.task.TaskSchedulerBuilder
Set the TaskSchedulerCustomizers that should be applied to the ThreadPoolTaskScheduler.
customizers(Iterable<TaskSchedulerCustomizer>) - Method in class org.springframework.boot.task.TaskSchedulerBuilder
Set the taskSchedulerCustomizers that should be applied to the ThreadPoolTaskScheduler.
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.
customizers(WebServiceTemplateCustomizer...) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Set WebServiceTemplateCustomizers that should be applied to the WebServiceTemplate.
customizers(Collection<? extends WebServiceTemplateCustomizer>) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Set WebServiceTemplateCustomizers that should be applied to the WebServiceTemplate.
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

DatabaseDriver - Enum in org.springframework.boot.jdbc
Enumeration of common database drivers.
dataBufferFactory() - Method in class org.springframework.boot.autoconfigure.data.mongo.MongoReactiveDataAutoConfiguration
 
datadogConfig() - 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(DatadogProperties) - 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
 
DataJdbcTest - Annotation Type in org.springframework.boot.test.autoconfigure.data.jdbc
Annotation that can be used for a Data JDBC test that focuses only on Data JDBC components.
DataJdbcTypeExcludeFilter - Class in org.springframework.boot.test.autoconfigure.data.jdbc
DataJpaTest - Annotation Type in org.springframework.boot.test.autoconfigure.orm.jpa
Annotation for a JPA test that focuses only on JPA components.
DataJpaTypeExcludeFilter - Class in org.springframework.boot.test.autoconfigure.orm.jpa
DataLdapTest - Annotation Type in org.springframework.boot.test.autoconfigure.data.ldap
Annotation that can be used for an LDAP test that focuses only on LDAP components.
DataLdapTypeExcludeFilter - Class in org.springframework.boot.test.autoconfigure.data.ldap
DataMongoTest - Annotation Type in org.springframework.boot.test.autoconfigure.data.mongo
Annotation that can be used for a MongoDB test that focuses only on MongoDB components.
DataMongoTypeExcludeFilter - Class in org.springframework.boot.test.autoconfigure.data.mongo
DataNeo4jTest - Annotation Type in org.springframework.boot.test.autoconfigure.data.neo4j
Annotation that can be used for a Neo4j test that focuses only on Neo4j components.
DataNeo4jTypeExcludeFilter - Class in org.springframework.boot.test.autoconfigure.data.neo4j
DataObjectPropertyName - Class in org.springframework.boot.context.properties.bind
Internal utility to help when dealing with data object property names.
DataRedisTest - Annotation Type in org.springframework.boot.test.autoconfigure.data.redis
Annotation for a Data Redis test that focuses only on Redis components.
DataRedisTypeExcludeFilter - Class in org.springframework.boot.test.autoconfigure.data.redis
DataSizeUnit - Annotation Type in org.springframework.boot.convert
Annotation that can be used to change the default unit used when converting a DataSize.
dataSource(DataSourceProperties) - Method in class org.springframework.boot.autoconfigure.jdbc.EmbeddedDataSourceConfiguration
 
dataSource(DataSourceProperties, ApplicationContext) - Method in class org.springframework.boot.autoconfigure.jdbc.JndiDataSourceAutoConfiguration
 
dataSource(XADataSourceWrapper, DataSourceProperties, ObjectProvider<XADataSource>) - Method in class org.springframework.boot.autoconfigure.jdbc.XADataSourceAutoConfiguration
 
dataSource(DataSource) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder
 
dataSource(Environment) - 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.
DataSourceClosingSpringLiquibase - Class in org.springframework.boot.autoconfigure.liquibase
A custom SpringLiquibase extension that closes the underlying DataSource once the database has been migrated.
DataSourceClosingSpringLiquibase() - Constructor for class org.springframework.boot.autoconfigure.liquibase.DataSourceClosingSpringLiquibase
 
dataSourceConnectionProvider(DataSource) - Method in class org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration
 
dataSourceCustomizer(QuartzProperties, DataSource, ObjectProvider<DataSource>, ObjectProvider<PlatformTransactionManager>) - Method in class org.springframework.boot.autoconfigure.quartz.QuartzAutoConfiguration.JdbcStoreTypeConfiguration
 
DataSourceHealthContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.jdbc
DataSourceHealthContributorAutoConfiguration(Map<String, DataSource>, ObjectProvider<DataSourcePoolMetadataProvider>) - Constructor for class org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthContributorAutoConfiguration
 
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.
DataSourceInitializationMode - Enum in org.springframework.boot.jdbc
Supported DataSource initialization modes.
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() - 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
 
DataSourceUnwrapper - Class in org.springframework.boot.jdbc
Unwraps a DataSource that may have been proxied or wrapped in a custom Wrapper such as DelegatingDataSource.
dbHealthContributor(Map<String, DataSource>) - Method in class org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthContributorAutoConfiguration
 
ddlAuto(Supplier<String>) - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateSettings
 
debug(Object) - Method in class org.springframework.boot.logging.DeferredLog
 
debug(Object, Throwable) - Method in class org.springframework.boot.logging.DeferredLog
 
DebugAgentEnvironmentPostProcessor - Class in org.springframework.boot.reactor
EnvironmentPostProcessor to enable the Reactor Debug Agent if available.
DebugAgentEnvironmentPostProcessor() - Constructor for class org.springframework.boot.reactor.DebugAgentEnvironmentPostProcessor
 
DEFAULT - Static variable in class org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes
Default EndpointMediaTypes for this version of Spring Boot.
DEFAULT - Static variable in interface org.springframework.boot.context.properties.bind.BindConstructorProvider
Default BindConstructorProvider implementation that only returns a value when there's a single constructor and when the bindable has no existing value.
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.HttpProperties.Encoding
 
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.reactive.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.OrderedFormContentFilter
Higher order to ensure the filter is applied before Spring Security.
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_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_SERVLET_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.
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.
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.
defaultHeader(String, String...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Add a default header that will be set if not already present on the outgoing HttpClientRequest.
DefaultHealthContributorRegistry - Class in org.springframework.boot.actuate.health
Default HealthContributorRegistry implementation.
DefaultHealthContributorRegistry() - Constructor for class org.springframework.boot.actuate.health.DefaultHealthContributorRegistry
 
DefaultHealthContributorRegistry(Map<String, HealthContributor>) - Constructor for class org.springframework.boot.actuate.health.DefaultHealthContributorRegistry
 
DefaultHealthContributorRegistry(Map<String, HealthContributor>, Function<String, String>) - Constructor for class org.springframework.boot.actuate.health.DefaultHealthContributorRegistry
 
DefaultHealthIndicatorRegistry - Class in org.springframework.boot.actuate.health
Deprecated.
since 2.2.0 in favor of DefaultContributorRegistry
DefaultHealthIndicatorRegistry() - Constructor for class org.springframework.boot.actuate.health.DefaultHealthIndicatorRegistry
Deprecated.
DefaultHealthIndicatorRegistry(Map<String, HealthIndicator>) - Constructor for class org.springframework.boot.actuate.health.DefaultHealthIndicatorRegistry
Deprecated.
Create a new DefaultHealthIndicatorRegistry from the specified indicators.
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.
DefaultJerseyApplicationPath - Class in org.springframework.boot.autoconfigure.web.servlet
Default implementation of JerseyApplicationPath that derives the path from JerseyProperties or the @ApplicationPath annotation.
DefaultJerseyApplicationPath(String, ResourceConfig) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.DefaultJerseyApplicationPath
 
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.
DefaultReactiveHealthContributorRegistry - Class in org.springframework.boot.actuate.health
Default ReactiveHealthContributorRegistry implementation.
DefaultReactiveHealthContributorRegistry() - Constructor for class org.springframework.boot.actuate.health.DefaultReactiveHealthContributorRegistry
 
DefaultReactiveHealthContributorRegistry(Map<String, ReactiveHealthContributor>) - Constructor for class org.springframework.boot.actuate.health.DefaultReactiveHealthContributorRegistry
 
DefaultReactiveHealthContributorRegistry(Map<String, ReactiveHealthContributor>, Function<String, String>) - Constructor for class org.springframework.boot.actuate.health.DefaultReactiveHealthContributorRegistry
 
DefaultReactiveHealthIndicatorRegistry - Class in org.springframework.boot.actuate.health
Deprecated.
since 2.2.0 in favor of DefaultContributorRegistry
DefaultReactiveHealthIndicatorRegistry() - Constructor for class org.springframework.boot.actuate.health.DefaultReactiveHealthIndicatorRegistry
Deprecated.
DefaultReactiveHealthIndicatorRegistry(Map<String, ReactiveHealthIndicator>) - Constructor for class org.springframework.boot.actuate.health.DefaultReactiveHealthIndicatorRegistry
Deprecated.
Create a new DefaultReactiveHealthIndicatorRegistry from the specified indicators.
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
 
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
 
DefaultValue - Annotation Type in org.springframework.boot.context.properties.bind
Annotation that can be used to specify the default value when binding to an immutable property.
defaultViewResolver() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
DefaultWebClientExchangeTagsProvider - Class in org.springframework.boot.actuate.metrics.web.reactive.client
Default implementation of WebClientExchangeTagsProvider.
DefaultWebClientExchangeTagsProvider() - Constructor for class org.springframework.boot.actuate.metrics.web.reactive.client.DefaultWebClientExchangeTagsProvider
 
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
 
DefaultWebFluxTagsProvider(boolean) - 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
 
DefaultWebMvcTagsProvider(boolean) - 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.actuate.metrics.web.tomcat.TomcatMetricsBinder
 
destroy() - Method in class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
 
destroy() - Method in class org.springframework.boot.autoconfigure.liquibase.DataSourceClosingSpringLiquibase
 
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.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.
detectHttpMessageSender(boolean) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Set if a suitable HTTP-based WebServiceMessageSender should be detected based on the classpath.
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.
determineBootstrapHosts() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseConfiguration
Determine the Couchbase nodes to bootstrap from.
determineDatabase(DataSource) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
Deprecated.
since 2.2.0 in favor of letting the JPA container detect the database to use.
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.
determineEnabled() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
Returns whether SSL is enabled from the first address, or the configured ssl enabled flag if no addresses have been set.
determineHibernateProperties(Map<String, String>, HibernateSettings) - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties
Determine the configuration properties for the initialization of the main Hibernate EntityManagerFactory based on standard JPA properties and HibernateSettings.
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
 
determineResourceBasePath(MergedContextConfiguration) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
Determines the resource base path for web applications using the value of @WebAppConfiguration, if any, on the test class of the given configuration.
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
 
DevToolsEnablementDeducer - Class in org.springframework.boot.devtools.system
Utility to deduce if DevTools should be enabled in the current context.
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
 
DevToolsLogFactory - Class in org.springframework.boot.devtools.logger
Devtools deferred logging support.
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.
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(ApplicationContext) - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapAutoConfiguration
 
DirectRabbitListenerContainerFactoryConfigurer - Class in org.springframework.boot.autoconfigure.amqp
Configure DirectRabbitListenerContainerFactoryConfigurer with sensible defaults.
DirectRabbitListenerContainerFactoryConfigurer() - Constructor for class org.springframework.boot.autoconfigure.amqp.DirectRabbitListenerContainerFactoryConfigurer
 
DirectXAConnectionFactory() - Constructor for class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
 
DirectXADataSource() - Constructor for class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
 
disable() - Static method in class org.springframework.boot.devtools.restart.Restarter
Initialize and disable restart support.
DISABLED - Static variable in interface org.springframework.boot.actuate.metrics.AutoTimer
An AutoTimer implementation that is disabled and will not record metrics.
DiscoveredEndpoint<O extends Operation> - Interface in org.springframework.boot.actuate.endpoint.annotation
An endpoint discovered by an EndpointDiscoverer.
DiscoveredOperationMethod - Class in org.springframework.boot.actuate.endpoint.annotation
An OperationMethod discovered by an EndpointDiscoverer.
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.
DiskSpaceHealthContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.system
DiskSpaceHealthContributorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthContributorAutoConfiguration
 
diskSpaceHealthIndicator(DiskSpaceHealthIndicatorProperties) - Method in class org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthContributorAutoConfiguration
 
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, DataSize) - Constructor for class org.springframework.boot.actuate.system.DiskSpaceHealthIndicator
Create a new DiskSpaceHealthIndicator instance.
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(HttpProperties, WebMvcProperties) - Method in class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration.DispatcherServletConfiguration
 
dispatcherServlet(MockMvc) - Method in class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration
 
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() - 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
 
DispatcherServletPath - Interface in org.springframework.boot.autoconfigure.web.servlet
Interface that can be used by auto-configurations that need path details for the default DispatcherServlet.
dispatcherServletPath() - Method in class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration
 
dispatcherServletRegistration(DispatcherServlet, WebMvcProperties, ObjectProvider<MultipartConfigElement>) - Method in class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration
 
DispatcherServletRegistrationBean - Class in org.springframework.boot.autoconfigure.web.servlet
DispatcherServletRegistrationBean(DispatcherServlet, String) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletRegistrationBean
Create a new DispatcherServletRegistrationBean instance for the given servlet and path.
DispatcherServletRegistrationConfiguration() - 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
 
DocumentOptions - Class in org.springframework.boot.configurationdocs
Options for generating documentation for configuration properties.
DocumentOptions.Builder - Class in org.springframework.boot.configurationdocs
Builder for DocumentOptions.
DocumentOptions.SectionSpec - Class in org.springframework.boot.configurationdocs
Configuration for a documentation section listing properties for a specific theme.
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.
doesNotHaveJsonPath(CharSequence, Object...) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verify that the JSON path is not present, even if it has a null value.
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.cassandra.CassandraReactiveHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.couchbase.CouchbaseHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.couchbase.CouchbaseReactiveHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.elasticsearch.ElasticsearchHealthIndicator
Deprecated.
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.elasticsearch.ElasticsearchJestHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.elasticsearch.ElasticsearchRestHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.hazelcast.HazelcastHealthIndicator
 
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
Deprecated.
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.PingHealthIndicator
 
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.
DownloadConfigBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.mongo.embedded
Callback interface that can be implemented by beans wishing to customize the IDownloadConfig via a DownloadConfigBuilder whilst retaining default auto-configuration.
driverClassName(String) - Method in class org.springframework.boot.jdbc.DataSourceBuilder
 
dslContext(Configuration) - Method in class org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration.DslContextConfiguration
 
DslContextConfiguration() - 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
 
dynatraceConfig() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceMetricsExportAutoConfiguration
 
dynatraceMeterRegistry(DynatraceConfig, Clock) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceMetricsExportAutoConfiguration
 
DynatraceMetricsExportAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace
Auto-configuration for exporting metrics to Dynatrace.
DynatraceMetricsExportAutoConfiguration(DynatraceProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceMetricsExportAutoConfiguration
 
DynatraceProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace
@ConfigurationProperties for configuring Dynatrace metrics export.
DynatraceProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties
 

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
 
elasticConfig() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.elastic.ElasticMetricsExportAutoConfiguration
 
elasticMeterRegistry(ElasticConfig, Clock) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.elastic.ElasticMetricsExportAutoConfiguration
 
ElasticMetricsExportAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.elastic
Auto-configuration for exporting metrics to Elastic.
ElasticMetricsExportAutoConfiguration(ElasticProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.elastic.ElasticMetricsExportAutoConfiguration
 
ElasticProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.elastic
@ConfigurationProperties for configuring Elastic metrics export.
ElasticProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.elastic.ElasticProperties
 
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
 
ElasticSearchClientHealthContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.elasticsearch
Deprecated.
since 2.2.0 as org.elasticsearch.client:transport has been deprecated upstream
ElasticSearchClientHealthContributorAutoConfiguration(ElasticsearchHealthIndicatorProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.elasticsearch.ElasticSearchClientHealthContributorAutoConfiguration
Deprecated.
 
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
 
elasticsearchHealthContributor(Map<String, Client>) - Method in class org.springframework.boot.actuate.autoconfigure.elasticsearch.ElasticSearchClientHealthContributorAutoConfiguration
Deprecated.
 
elasticsearchHealthContributor(Map<String, JestClient>) - Method in class org.springframework.boot.actuate.autoconfigure.elasticsearch.ElasticSearchJestHealthContributorAutoConfiguration
Deprecated.
 
ElasticsearchHealthIndicator - Class in org.springframework.boot.actuate.elasticsearch
Deprecated.
since 2.2.0 as org.elasticsearch.client:transport has been deprecated upstream
ElasticsearchHealthIndicator(Client, long, List<String>) - Constructor for class org.springframework.boot.actuate.elasticsearch.ElasticsearchHealthIndicator
Deprecated.
Create a new ElasticsearchHealthIndicator instance.
ElasticsearchHealthIndicator(Client, long, String...) - Constructor for class org.springframework.boot.actuate.elasticsearch.ElasticsearchHealthIndicator
Deprecated.
Create a new ElasticsearchHealthIndicator instance.
ElasticsearchHealthIndicatorProperties - Class in org.springframework.boot.actuate.autoconfigure.elasticsearch
Deprecated.
since 2.2.0 as org.elasticsearch.client:transport has been deprecated upstream
ElasticsearchHealthIndicatorProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.elasticsearch.ElasticsearchHealthIndicatorProperties
Deprecated.
 
ElasticSearchJestHealthContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.elasticsearch
Deprecated.
ElasticSearchJestHealthContributorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.elasticsearch.ElasticSearchJestHealthContributorAutoConfiguration
Deprecated.
 
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
 
elasticsearchRestHealthContributor(Map<String, RestClient>) - Method in class org.springframework.boot.actuate.autoconfigure.elasticsearch.ElasticSearchRestHealthContributorAutoConfiguration
 
ElasticSearchRestHealthContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.elasticsearch
ElasticSearchRestHealthContributorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.elasticsearch.ElasticSearchRestHealthContributorAutoConfiguration
 
ElasticsearchRestHealthIndicator - Class in org.springframework.boot.actuate.elasticsearch
HealthIndicator for an Elasticsearch cluster using a RestClient.
ElasticsearchRestHealthIndicator(RestClient) - Constructor for class org.springframework.boot.actuate.elasticsearch.ElasticsearchRestHealthIndicator
 
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() - 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) - 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) - Constructor for class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoAutoConfiguration
 
embeddedMongoConfiguration(EmbeddedMongoProperties) - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoAutoConfiguration
 
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, IRuntimeConfig, ApplicationContext) - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoAutoConfiguration
 
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.NettyWebServerFactoryCustomizerConfiguration - Class in org.springframework.boot.autoconfigure.web.embedded
Nested configuration if Netty is being used.
EmbeddedWebServerFactoryCustomizerAutoConfiguration.TomcatWebServerFactoryCustomizerConfiguration - Class in org.springframework.boot.autoconfigure.web.embedded
Nested configuration if Tomcat is being used.
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.PushRegistryPropertiesConfigAdapter
 
enabled() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdPropertiesConfigAdapter
 
ENABLED - Static variable in interface org.springframework.boot.actuate.metrics.AutoTimer
An AutoTimer implementation that is enabled but applies no additional customizations.
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, ObjectProvider<WebFluxRegistrations>) - Constructor for class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.EnableWebFluxConfiguration
 
EnableWebMvcConfiguration(ResourceProperties, 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
 
Encoding() - Constructor for class org.springframework.boot.autoconfigure.http.HttpProperties.Encoding
 
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
 
EndpointCloudFoundryExtension - Annotation Type in org.springframework.boot.actuate.autoconfigure.cloudfoundry
Identifies a type as being a Cloud Foundry specific extension for an @Endpoint.
EndpointConverter - Annotation Type in org.springframework.boot.actuate.endpoint.annotation
Qualifier for beans that are needed to convert @Endpoint input parameters.
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.
EndpointId - Class in org.springframework.boot.actuate.endpoint
An identifier for an actuator endpoint.
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
Creates a new EndpointLinksResolver that will resolve links to the given endpoints.
EndpointLinksResolver(Collection<? extends ExposableEndpoint<?>>, String) - Constructor for class org.springframework.boot.actuate.endpoint.web.EndpointLinksResolver
Creates a new EndpointLinksResolver that will resolve links to the given endpoints that are exposed beneath the given basePath.
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(String...) - Constructor for class org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes
Creates a new EndpointMediaTypes with the given produced and consumed media types.
EndpointMediaTypes(List<String>) - Constructor for class org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes
Creates a new EndpointMediaTypes with the given produced and consumed media types.
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(ObjectProvider<Converter<?, ?>>, ObjectProvider<GenericConverter>) - 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.
EndpointRequest.LinksRequestMatcher - Class in org.springframework.boot.actuate.autoconfigure.security.servlet
The request matcher used to match against the links endpoint.
EndpointRequest.LinksServerWebExchangeMatcher - Class in org.springframework.boot.actuate.autoconfigure.security.reactive
The ServerWebExchangeMatcher used to match against the links endpoint.
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.
entityManagerFactory(EntityManagerFactoryBuilder) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
 
entityManagerFactoryBootstrapExecutorCustomizer(Map<String, AsyncTaskExecutor>) - Method in class org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration
 
entityManagerFactoryBuilder(JpaVendorAdapter, ObjectProvider<PersistenceUnitManager>, ObjectProvider<EntityManagerFactoryBuilderCustomizer>) - 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.
EntityManagerFactoryBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.orm.jpa
Callback interface that can be used to customize the auto-configured EntityManagerFactoryBuilder.
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
Creates a new EntityManagerFactoryDependsOnPostProcessor that will set up dependencies upon beans with the given names.
EntityManagerFactoryDependsOnPostProcessor(Class<?>...) - Constructor for class org.springframework.boot.autoconfigure.data.jpa.EntityManagerFactoryDependsOnPostProcessor
Creates a new EntityManagerFactoryDependsOnPostProcessor that will set up dependencies upon beans with the given types.
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 an @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, EnvironmentEndpointProperties) - 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() - Constructor for class org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointAutoConfiguration
 
EnvironmentEndpointProperties - Class in org.springframework.boot.actuate.autoconfigure.env
Configuration properties for EnvironmentEndpoint.
EnvironmentEndpointProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointProperties
 
environmentEndpointWebExtension(EnvironmentEndpoint) - Method in class org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointAutoConfiguration
 
EnvironmentEndpointWebExtension - Class in org.springframework.boot.actuate.env
EnvironmentEndpointWebExtension(EnvironmentEndpoint) - Constructor for class org.springframework.boot.actuate.env.EnvironmentEndpointWebExtension
 
environmentEntry(String) - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint
 
environmentEntry(String) - Method in class org.springframework.boot.actuate.env.EnvironmentEndpointWebExtension
 
EnvironmentInfoContributor - Class in org.springframework.boot.actuate.info
An InfoContributor that provides all environment entries prefixed with info.
EnvironmentInfoContributor(ConfigurableEnvironment) - Constructor for class org.springframework.boot.actuate.info.EnvironmentInfoContributor
 
EnvironmentPostProcessor - Interface in org.springframework.boot.env
Allows for customization of the application's Environment prior to the application context being refreshed.
environmentPrepared(ConfigurableEnvironment) - Method in class org.springframework.boot.context.event.EventPublishingRunListener
 
environmentPrepared(ConfigurableEnvironment) - Method in interface org.springframework.boot.SpringApplicationRunListener
Called once the environment has been prepared, but before the ApplicationContext has been created.
equals(Object) - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.OperationKey
 
equals(Object) - Method in class org.springframework.boot.actuate.endpoint.EndpointId
 
equals(Object) - Method in class org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
 
equals(Object) - Method in class org.springframework.boot.actuate.health.Health
 
equals(Object) - Method in class org.springframework.boot.actuate.health.Status
 
equals(Object) - Method in class org.springframework.boot.actuate.info.Info
 
equals(Object) - Method in class org.springframework.boot.ansi.Ansi8BitColor
 
equals(Object) - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcome
 
equals(Object) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
 
equals(Object) - Method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
 
equals(Object) - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener.ContextCloserListener
 
equals(Object) - Method in class org.springframework.boot.cli.compiler.dependencies.Dependency
 
equals(Object) - Method in class org.springframework.boot.cli.compiler.dependencies.Dependency.Exclusion
 
equals(Object) - Method in class org.springframework.boot.cli.compiler.grape.RepositoryConfiguration
 
equals(Object) - Method in class org.springframework.boot.context.properties.bind.Bindable
 
equals(Object) - Method in class org.springframework.boot.context.properties.bind.BindResult
 
equals(Object) - Method in class org.springframework.boot.context.properties.source.ConfigurationProperty
 
equals(Object) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
 
equals(Object) - Method in class org.springframework.boot.context.TypeExcludeFilter
 
equals(Object) - Method in class org.springframework.boot.devtools.filewatch.ChangedFile
 
equals(Object) - Method in class org.springframework.boot.devtools.filewatch.ChangedFiles
 
equals(Object) - Method in class org.springframework.boot.logging.LoggerConfiguration
 
equals(Object) - Method in class org.springframework.boot.origin.OriginTrackedValue
 
equals(Object) - Method in class org.springframework.boot.origin.SystemEnvironmentOrigin
 
equals(Object) - Method in class org.springframework.boot.origin.TextResourceOrigin
 
equals(Object) - Method in class org.springframework.boot.origin.TextResourceOrigin.Location
 
equals(Object) - Method in class org.springframework.boot.system.ApplicationPid
 
equals(Object) - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
 
equals(Object) - Method in class org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource
 
equals(Object) - Method in class org.springframework.boot.web.server.ErrorPage
 
equals(Object) - Method in class org.springframework.boot.web.server.MimeMappings
 
equals(Object) - Method in class org.springframework.boot.web.server.MimeMappings.Mapping
 
error(HttpServletRequest) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
 
ERROR - Static variable in class org.springframework.boot.cli.command.status.ExitStatus
Generic "not OK" exit status with non-zero exit code and hangup=true.
error(String) - Static method in class org.springframework.boot.cli.util.Log
 
error(Exception) - Static method in class org.springframework.boot.cli.util.Log
 
error(Object) - Method in class org.springframework.boot.logging.DeferredLog
 
error(Object, Throwable) - Method in class org.springframework.boot.logging.DeferredLog
 
ERROR_REQUEST_URI - Static variable in class org.springframework.boot.web.servlet.support.ErrorPageFilter
The name of the servlet attribute containing request URI.
errorAttributes() - Method in class org.springframework.boot.autoconfigure.web.reactive.error.ErrorWebFluxAutoConfiguration
 
errorAttributes() - Method in class org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration
 
ErrorAttributes - Interface in org.springframework.boot.web.reactive.error
Provides access to error attributes which can be logged or presented to the user.
ErrorAttributes - Interface in org.springframework.boot.web.servlet.error
Provides access to error attributes which can be logged or presented to the user.
ErrorController - Interface in org.springframework.boot.web.servlet.error
Marker interface used to indicate that a @Controller is used to render errors.
errorHandler(ResponseErrorHandler) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Set the ResponseErrorHandler that should be used with the RestTemplate.
errorHtml(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
 
errorMessage(String) - Method in class org.springframework.boot.cli.command.CommandRunner
 
ErrorMvcAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.servlet.error
Auto-configuration to render errors via an MVC error controller.
ErrorMvcAutoConfiguration(ServerProperties) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration
 
ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration - Class in org.springframework.boot.autoconfigure.web.servlet.error
 
ErrorPage - Class in org.springframework.boot.web.server
Simple server-independent abstraction for error pages.
ErrorPage(String) - Constructor for class org.springframework.boot.web.server.ErrorPage
 
ErrorPage(HttpStatus, String) - Constructor for class org.springframework.boot.web.server.ErrorPage
 
ErrorPage(Class<? extends Throwable>, String) - Constructor for class org.springframework.boot.web.server.ErrorPage
 
errorPageCustomizer(DispatcherServletPath) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration
 
ErrorPageFilter - Class in org.springframework.boot.web.servlet.support
A Servlet Filter that provides an ErrorPageRegistry for non-embedded applications (i.e.
ErrorPageFilter() - Constructor for class org.springframework.boot.web.servlet.support.ErrorPageFilter
 
ErrorPageRegistrar - Interface in org.springframework.boot.web.server
Interface to be implemented by types that register ErrorPages.
ErrorPageRegistrarBeanPostProcessor - Class in org.springframework.boot.web.server
BeanPostProcessor that applies all ErrorPageRegistrars from the bean factory to ErrorPageRegistry beans.
ErrorPageRegistrarBeanPostProcessor() - Constructor for class org.springframework.boot.web.server.ErrorPageRegistrarBeanPostProcessor
 
ErrorPageRegistry - Interface in org.springframework.boot.web.server
Interface for a registry that holds ErrorPages.
ErrorProperties - Class in org.springframework.boot.autoconfigure.web
Configuration properties for web error handling.
ErrorProperties() - Constructor for class org.springframework.boot.autoconfigure.web.ErrorProperties
 
ErrorProperties.IncludeStacktrace - Enum in org.springframework.boot.autoconfigure.web
Include Stacktrace attribute options.
ErrorProperties.Whitelabel - Class in org.springframework.boot.autoconfigure.web
 
ErrorViewResolver - Interface in org.springframework.boot.autoconfigure.web.servlet.error
Interface that can be implemented by beans that resolve error views.
errorWebExceptionHandler(ErrorAttributes, ResourceProperties, ObjectProvider<ViewResolver>, ServerCodecConfigurer, ApplicationContext) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.ErrorWebFluxAutoConfiguration
 
ErrorWebExceptionHandler - Interface in org.springframework.boot.web.reactive.error
Marker interface that indicates that a WebExceptionHandler is used to render errors.
ErrorWebFluxAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.reactive.error
Auto-configuration to render errors via a WebFlux WebExceptionHandler.
ErrorWebFluxAutoConfiguration(ServerProperties) - Constructor for class org.springframework.boot.autoconfigure.web.reactive.error.ErrorWebFluxAutoConfiguration
 
EventPublishingRunListener - Class in org.springframework.boot.context.event
EventPublishingRunListener(SpringApplication, String[]) - Constructor for class org.springframework.boot.context.event.EventPublishingRunListener
 
events(String, OffsetDateTime, String) - Method in class org.springframework.boot.actuate.audit.AuditEventsEndpoint
 
eventType() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicPropertiesConfigAdapter
 
exception(Throwable) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTags
Creates an exception tag based on the simple name of the class of the given exception.
exception(Throwable) - Static method in class org.springframework.boot.actuate.metrics.web.servlet.WebMvcTags
Creates a exception tag based on the simple name of the class of the given exception.
exception(ExecuteContext) - Method in class org.springframework.boot.autoconfigure.jooq.JooqExceptionTranslator
 
EXCEPTION_CONVERSION_WORD - Static variable in class org.springframework.boot.logging.LoggingSystemProperties
The name of the System property that contains the exception conversion word.
exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Object...) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Map<String, ?>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(URI, HttpMethod, HttpEntity<?>, Class<T>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Object...) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Map<String, ?>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(URI, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(RequestEntity<?>, Class<T>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Execute the request specified in the given RequestEntity and return the response as ResponseEntity.
exchange(RequestEntity<?>, ParameterizedTypeReference<T>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Execute the request specified in the given RequestEntity and return the response as ResponseEntity.
exchangeStrategiesCustomizer(List<CodecCustomizer>) - Method in class org.springframework.boot.autoconfigure.web.reactive.function.client.WebClientAutoConfiguration.WebClientCodecsConfiguration
 
exclude(MetadataReader, MetadataReaderFactory) - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
 
excluding(Class<?>...) - Method in class org.springframework.boot.actuate.autoconfigure.security.reactive.EndpointRequest.EndpointServerWebExchangeMatcher
 
excluding(String...) - Method in class org.springframework.boot.actuate.autoconfigure.security.reactive.EndpointRequest.EndpointServerWebExchangeMatcher
 
excluding(Class<?>...) - Method in class org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest.EndpointRequestMatcher
 
excluding(String...) - Method in class org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest.EndpointRequestMatcher
 
excluding(StaticResourceLocation, StaticResourceLocation...) - Method in class org.springframework.boot.autoconfigure.security.reactive.StaticResourceRequest.StaticResourceServerWebExchange
Return a new StaticResourceRequest.StaticResourceServerWebExchange based on this one but excluding the specified locations.
excluding(Set<StaticResourceLocation>) - Method in class org.springframework.boot.autoconfigure.security.reactive.StaticResourceRequest.StaticResourceServerWebExchange
Return a new StaticResourceRequest.StaticResourceServerWebExchange based on this one but excluding the specified locations.
excluding(StaticResourceLocation, StaticResourceLocation...) - Method in class org.springframework.boot.autoconfigure.security.servlet.StaticResourceRequest.StaticResourceRequestMatcher
Return a new StaticResourceRequest.StaticResourceRequestMatcher based on this one but excluding the specified locations.
excluding(Set<StaticResourceLocation>) - Method in class org.springframework.boot.autoconfigure.security.servlet.StaticResourceRequest.StaticResourceRequestMatcher
Return a new StaticResourceRequest.StaticResourceRequestMatcher based on this one but excluding the specified locations.
excludingLinks() - Method in class org.springframework.boot.actuate.autoconfigure.security.reactive.EndpointRequest.EndpointServerWebExchangeMatcher
 
excludingLinks() - Method in class org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest.EndpointRequestMatcher
 
ExecutableArchiveLauncher - Class in org.springframework.boot.loader
Base class for executable archive Launchers.
ExecutableArchiveLauncher() - Constructor for class org.springframework.boot.loader.ExecutableArchiveLauncher
 
ExecutableArchiveLauncher(Archive) - Constructor for class org.springframework.boot.loader.ExecutableArchiveLauncher
 
execute(Job, JobParameters) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
 
execute(String, HttpMethod, RequestCallback, ResponseExtractor<T>, Object...) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Execute the HTTP method to the given URI template, preparing the request with the RequestCallback, and reading the response with a ResponseExtractor.
execute(String, HttpMethod, RequestCallback, ResponseExtractor<T>, Map<String, ?>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Execute the HTTP method to the given URI template, preparing the request with the RequestCallback, and reading the response with a ResponseExtractor.
execute(URI, HttpMethod, RequestCallback, ResponseExtractor<T>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Execute the HTTP method to the given URL, preparing the request with the RequestCallback, and reading the response with a ResponseExtractor.
ExistingWebApplicationScopes(ConfigurableListableBeanFactory) - Constructor for class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.ExistingWebApplicationScopes
 
exists(ResourcePatternResolver) - Method in class org.springframework.boot.autoconfigure.template.TemplateLocation
Determine if this template location exists using the specified ResourcePatternResolver.
exit(ApplicationContext, ExitCodeGenerator...) - Static method in class org.springframework.boot.SpringApplication
Static helper that can be used to exit a SpringApplication and obtain a code indicating success (0) or otherwise.
ExitCodeEvent - Class in org.springframework.boot
Event fired when an application exit code has been determined from an ExitCodeGenerator.
ExitCodeEvent(Object, int) - Constructor for class org.springframework.boot.ExitCodeEvent
Create a new ExitCodeEvent instance.
ExitCodeExceptionMapper - Interface in org.springframework.boot
Strategy interface that can be used to provide a mapping between exceptions and exit codes.
ExitCodeGenerator - Interface in org.springframework.boot
Interface used to generate an 'exit code' from a running command line SpringApplication.
ExitStatus - Class in org.springframework.boot.cli.command.status
Encapsulation of the outcome of a command.
ExitStatus(int, String) - Constructor for class org.springframework.boot.cli.command.status.ExitStatus
Create a new ExitStatus instance.
ExitStatus(int, String, boolean) - Constructor for class org.springframework.boot.cli.command.status.ExitStatus
Create a new ExitStatus instance.
expand(String, Map<String, ?>) - Method in class org.springframework.boot.web.client.RootUriTemplateHandler
 
expand(String, Object...) - Method in class org.springframework.boot.web.client.RootUriTemplateHandler
 
Expanded() - Constructor for class org.springframework.boot.loader.tools.Layouts.Expanded
 
expect(Matcher<? super String>) - Method in class org.springframework.boot.test.rule.OutputCapture
Deprecated.
Verify that the output is matched by the supplied matcher.
expect(Matcher<? super String>) - Method in class org.springframework.boot.test.system.OutputCaptureRule
Verify that the output is matched by the supplied matcher.
expectRequest(ExpectedCount, RequestMatcher) - Method in class org.springframework.boot.test.web.client.RootUriRequestExpectationManager
 
ExplodedArchive - Class in org.springframework.boot.loader.archive
Archive implementation backed by an exploded archive directory.
ExplodedArchive(File) - Constructor for class org.springframework.boot.loader.archive.ExplodedArchive
Create a new ExplodedArchive instance.
ExplodedArchive(File, boolean) - Constructor for class org.springframework.boot.loader.archive.ExplodedArchive
Create a new ExplodedArchive instance.
ExposableControllerEndpoint - Interface in org.springframework.boot.actuate.endpoint.web.annotation
Information describing an endpoint that can be exposed over Spring MVC or Spring WebFlux.
ExposableEndpoint<O extends Operation> - Interface in org.springframework.boot.actuate.endpoint
Information describing an endpoint that can be exposed in some technology specific way.
ExposableJmxEndpoint - Interface in org.springframework.boot.actuate.endpoint.jmx
Information describing an endpoint that can be exposed over JMX.
ExposableServletEndpoint - Interface in org.springframework.boot.actuate.endpoint.web
Information describing an endpoint that can be exposed by registering a servlet.
ExposableWebEndpoint - Interface in org.springframework.boot.actuate.endpoint.web
Information describing an endpoint that can be exposed over the web.
ExposeExcludePropertyEndpointFilter<E extends ExposableEndpoint<?>> - Class in org.springframework.boot.actuate.autoconfigure.endpoint
Deprecated.
since 2.2.7 in favor of IncludeExcludeEndpointFilter
ExposeExcludePropertyEndpointFilter(Class<E>, Environment, String, String...) - Constructor for class org.springframework.boot.actuate.autoconfigure.endpoint.ExposeExcludePropertyEndpointFilter
Deprecated.
 
ExposeExcludePropertyEndpointFilter(Class<E>, Collection<String>, Collection<String>, String...) - Constructor for class org.springframework.boot.actuate.autoconfigure.endpoint.ExposeExcludePropertyEndpointFilter
Deprecated.
 
Exposure() - Constructor for class org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointProperties.Exposure
 
Exposure() - Constructor for class org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties.Exposure
 
ExtendedClassCollector(GroovyClassLoader.InnerLoader, CompilationUnit, SourceUnit) - Constructor for class org.springframework.boot.cli.compiler.ExtendedGroovyClassLoader.ExtendedClassCollector
 
ExtendedGroovyClassLoader - Class in org.springframework.boot.cli.compiler
Extension of the GroovyClassLoader with support for obtaining '.class' files as resources.
ExtendedGroovyClassLoader(GroovyCompilerScope) - Constructor for class org.springframework.boot.cli.compiler.ExtendedGroovyClassLoader
 
ExtendedGroovyClassLoader.ExtendedClassCollector - Class in org.springframework.boot.cli.compiler
Inner collector class used to track as classes are added.
ExtendedWhitespaceThrowablePatternConverter - Class in org.springframework.boot.logging.log4j2
ThrowablePatternConverter that adds some additional whitespace around the stack trace.
ExtendedWhitespaceThrowableProxyConverter - Class in org.springframework.boot.logging.logback
ExtendedThrowableProxyConverter that adds some additional whitespace around the stack trace.
ExtendedWhitespaceThrowableProxyConverter() - Constructor for class org.springframework.boot.logging.logback.ExtendedWhitespaceThrowableProxyConverter
 
extendHandlerExceptionResolvers(List<HandlerExceptionResolver>) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 
extendInterceptors(List<Object>) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
 
extendInterceptors(List<Object>) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping
 
extractContent(PropertySource<?>) - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Extract the raw content based on the specified PropertySource.
extractingJsonPathArrayValue(CharSequence, Object...) - Method in class org.springframework.boot.test.json.JsonContentAssert
Extract the array value at the given JSON path for further object assertions.
extractingJsonPathBooleanValue(CharSequence, Object...) - Method in class org.springframework.boot.test.json.JsonContentAssert
Extract the boolean value at the given JSON path for further object assertions.
extractingJsonPathMapValue(CharSequence, Object...) - Method in class org.springframework.boot.test.json.JsonContentAssert
Extract the map value at the given JSON path for further object assertions.
extractingJsonPathNumberValue(CharSequence, Object...) - Method in class org.springframework.boot.test.json.JsonContentAssert
Extract the number value at the given JSON path for further object assertions.
extractingJsonPathStringValue(CharSequence, Object...) - Method in class org.springframework.boot.test.json.JsonContentAssert
Extract the string value at the given JSON path for further object assertions.
extractingJsonPathValue(CharSequence, Object...) - Method in class org.springframework.boot.test.json.JsonContentAssert
Extract the value at the given JSON path for further object assertions.
extractResult(Session, Health.Builder) - Method in class org.springframework.boot.actuate.neo4j.Neo4jHealthIndicator
Provide health details using the specified Session and Builder.

F

failed(ConfigurableApplicationContext, Throwable) - Method in class org.springframework.boot.context.event.EventPublishingRunListener
 
failed(ConfigurableApplicationContext, Throwable) - Method in interface org.springframework.boot.SpringApplicationRunListener
Called when a failure occurs when running the application.
FailureAnalysis - Class in org.springframework.boot.diagnostics
The result of analyzing a failure.
FailureAnalysis(String, String, Throwable) - Constructor for class org.springframework.boot.diagnostics.FailureAnalysis
Creates a new FailureAnalysis with the given description and action, if any, that the user should take to address the problem.
FailureAnalysisReporter - Interface in org.springframework.boot.diagnostics
Reports a FailureAnalysis to the user.
FailureAnalyzer - Interface in org.springframework.boot.diagnostics
A FailureAnalyzer is used to analyze a failure and provide diagnostic information that can be displayed to the user.
FailureHandler - Interface in org.springframework.boot.devtools.restart
Strategy used to handle launch failures.
FailureHandler.Outcome - Enum in org.springframework.boot.devtools.restart
Various outcomes for the handler.
fatal(Object) - Method in class org.springframework.boot.logging.DeferredLog
 
fatal(Object, Throwable) - Method in class org.springframework.boot.logging.DeferredLog
 
FieldInitializer(Class<? extends AbstractJsonMarshalTester>) - Constructor for class org.springframework.boot.test.json.AbstractJsonMarshalTester.FieldInitializer
 
FILE_CLEAN_HISTORY_ON_START - Static variable in class org.springframework.boot.logging.LoggingSystemProperties
The name of the System property that contains the clean history on start flag.
FILE_LOG_PATTERN - Static variable in class org.springframework.boot.logging.LoggingSystemProperties
The name of the System property that contains the file log pattern.
FILE_MAX_HISTORY - Static variable in class org.springframework.boot.logging.LoggingSystemProperties
The name of the System property that contains the file log max history.
FILE_MAX_SIZE - Static variable in class org.springframework.boot.logging.LoggingSystemProperties
The name of the System property that contains the file log max size.
FILE_NAME_PROPERTY - Static variable in class org.springframework.boot.logging.LogFile
The name of the Spring property that contains the name of the log file.
FILE_PATH_PROPERTY - Static variable in class org.springframework.boot.logging.LogFile
The name of the Spring property that contains the directory where log files are written.
FILE_PROPERTY - Static variable in class org.springframework.boot.logging.LogFile
Deprecated.
since 2.2.0 in favor of LogFile.FILE_NAME_PROPERTY
FILE_TOTAL_SIZE_CAP - Static variable in class org.springframework.boot.logging.LoggingSystemProperties
The name of the System property that contains the file total size cap.
FILE_URL_PREFIX - Static variable in class org.springframework.boot.cli.util.ResourceUtils
URL prefix for loading from the file system: "file:".
FileChangeListener - Interface in org.springframework.boot.devtools.filewatch
Callback interface when file changes are detected.
fileDescriptorMetrics() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.SystemMetricsAutoConfiguration
 
FileEncodingApplicationListener - Class in org.springframework.boot.context
An ApplicationListener that halts application startup if the system file encoding does not match an expected value set in the environment.
FileEncodingApplicationListener() - Constructor for class org.springframework.boot.context.FileEncodingApplicationListener
 
FileSystemWatcher - Class in org.springframework.boot.devtools.filewatch
Watches specific folders for file changes.
FileSystemWatcher() - Constructor for class org.springframework.boot.devtools.filewatch.FileSystemWatcher
Create a new FileSystemWatcher instance.
FileSystemWatcher(boolean, Duration, Duration) - Constructor for class org.springframework.boot.devtools.filewatch.FileSystemWatcher
Create a new FileSystemWatcher instance.
FileSystemWatcherFactory - Interface in org.springframework.boot.devtools.filewatch
Factory used to create new FileSystemWatcher instances.
FileUtils - Class in org.springframework.boot.loader.tools
Utilities for manipulating files and directories in Spring Boot tooling.
FileUtils() - Constructor for class org.springframework.boot.loader.tools.FileUtils
 
filter(ClientRequest, ExchangeFunction) - Method in class org.springframework.boot.actuate.metrics.web.reactive.client.MetricsWebClientFilterFunction
 
filter(ServerWebExchange, WebFilterChain) - Method in class org.springframework.boot.actuate.metrics.web.reactive.server.MetricsWebFilter
 
filter(ServerWebExchange, WebFilterChain) - Method in class org.springframework.boot.actuate.web.trace.reactive.HttpTraceWebFilter
 
Filter() - Constructor for class org.springframework.boot.autoconfigure.jersey.JerseyProperties.Filter
 
Filter() - Constructor for class org.springframework.boot.autoconfigure.security.SecurityProperties.Filter
 
filter(Predicate<ConfigurationPropertyName>) - Method in interface org.springframework.boot.context.properties.source.ConfigurationPropertySource
Return a filtered variant of this source, containing only names that match the given Predicate.
filter(Predicate<ConfigurationPropertyName>) - Method in interface org.springframework.boot.context.properties.source.IterableConfigurationPropertySource
 
FilterAnnotations - Class in org.springframework.boot.test.autoconfigure.filter
Utility to load TypeFilters from @Filter annotations.
FilterAnnotations(ClassLoader, ComponentScan.Filter[]) - Constructor for class org.springframework.boot.test.autoconfigure.filter.FilterAnnotations
 
FilteredClassLoader - Class in org.springframework.boot.test.context
Test URLClassLoader that can filter the classes and resources it can load.
FilteredClassLoader(Class<?>...) - Constructor for class org.springframework.boot.test.context.FilteredClassLoader
Create a FilteredClassLoader that hides the given classes.
FilteredClassLoader(String...) - Constructor for class org.springframework.boot.test.context.FilteredClassLoader
Create a FilteredClassLoader that hides classes from the given packages.
FilteredClassLoader(ClassPathResource...) - Constructor for class org.springframework.boot.test.context.FilteredClassLoader
Create a FilteredClassLoader that hides resources from the given classpath resources.
FilteredClassLoader(Predicate<String>...) - Constructor for class org.springframework.boot.test.context.FilteredClassLoader
Create a FilteredClassLoader that filters based on the given predicate.
FilteredClassLoader.ClassFilter - Class in org.springframework.boot.test.context
Filter to restrict the classes that can be loaded.
FilteredClassLoader.ClassPathResourceFilter - Class in org.springframework.boot.test.context
Filter to restrict the resources that can be loaded.
FilteredClassLoader.PackageFilter - Class in org.springframework.boot.test.context
Filter to restrict the packages that can be loaded.
FilteredEndpoint - Annotation Type in org.springframework.boot.actuate.endpoint.annotation
Annotation that can be used on an @Endpoint to implement implicit filtering.
FilterRegistrationBean<T extends Filter> - Class in org.springframework.boot.web.servlet
A ServletContextInitializer to register Filters in a Servlet 3.0+ container.
FilterRegistrationBean() - Constructor for class org.springframework.boot.web.servlet.FilterRegistrationBean
Create a new FilterRegistrationBean instance.
FilterRegistrationBean(T, ServletRegistrationBean<?>...) - Constructor for class org.springframework.boot.web.servlet.FilterRegistrationBean
Create a new FilterRegistrationBean instance to be registered with the specified ServletRegistrationBeans.
FilterRegistrationMappingDescription - Class in org.springframework.boot.actuate.web.mappings.servlet
FilterRegistrationMappingDescription(FilterRegistration) - Constructor for class org.springframework.boot.actuate.web.mappings.servlet.FilterRegistrationMappingDescription
Creates a new FilterRegistrationMappingDescription derived from the given filterRegistration.
FiltersMappingDescriptionProvider - Class in org.springframework.boot.actuate.web.mappings.servlet
A MappingDescriptionProvider that describes that mappings of any Filters registered with a ServletContext.
FiltersMappingDescriptionProvider() - Constructor for class org.springframework.boot.actuate.web.mappings.servlet.FiltersMappingDescriptionProvider
 
finalize() - Method in class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
 
find(String, Instant, String) - Method in interface org.springframework.boot.actuate.audit.AuditEventRepository
Find audit events of specified type relating to the specified principal that occurred after the time provided.
find(String, Instant, String) - Method in class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
 
find(BeanFactory) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
Attempt to find the ConditionEvaluationReport for the specified bean factory.
find(String) - Method in class org.springframework.boot.cli.compiler.dependencies.CompositeDependencyManagement
 
find(String) - Method in interface org.springframework.boot.cli.compiler.dependencies.DependencyManagement
Finds the managed dependency with the given artifactId.
find(String) - Method in class org.springframework.boot.cli.compiler.dependencies.MavenModelDependencyManagement
 
find(Class<E>, Object) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Find by primary key.
findAll() - Method in interface org.springframework.boot.actuate.trace.http.HttpTraceRepository
Find all HttpTrace objects contained in the repository.
findAll() - Method in class org.springframework.boot.actuate.trace.http.InMemoryHttpTraceRepository
 
findAllClasses(String, ClassLoader) - Method in class org.springframework.boot.liquibase.SpringPackageScanClassResolver
 
findCause(Throwable, Class<E>) - Method in class org.springframework.boot.diagnostics.AbstractFailureAnalyzer
 
findClass(String) - Method in class org.springframework.boot.cli.compiler.ExtendedGroovyClassLoader
 
findClass(String) - Method in class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
 
findClosest(Color) - Method in class org.springframework.boot.ansi.AnsiColors
Find the closest ANSI color to the given AWT Color.
findCommand(String) - Method in class org.springframework.boot.cli.command.CommandRunner
Find a command by name.
findFactoryAnnotation(String, Class<A>) - Method in class org.springframework.boot.context.properties.ConfigurationBeanFactoryMetadata
Deprecated.
 
findFactoryMethod(String) - Method in class org.springframework.boot.context.properties.ConfigurationBeanFactoryMetadata
Deprecated.
 
findFromClass(Class<?>) - Method in class org.springframework.boot.test.context.AnnotatedClassFinder
Find the first Class that is annotated with the target annotation, starting from the package defined by the given source up to the root.
findFromPackage(String) - Method in class org.springframework.boot.test.context.AnnotatedClassFinder
Find the first Class that is annotated with the target annotation, starting from the package defined by the given source up to the root.
findMainClass(File) - Static method in class org.springframework.boot.loader.tools.MainClassFinder
Find the main class from a given folder.
findMainClass(JarFile, String) - Static method in class org.springframework.boot.loader.tools.MainClassFinder
Find the main class in a given jar file.
findMainMethod(JarFile) - Method in class org.springframework.boot.loader.tools.Repackager
 
findResource(String) - Method in class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
 
findResource(String) - Method in class org.springframework.boot.loader.LaunchedURLClassLoader
 
findResource(String) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedWebappClassLoader
 
findResources(String) - Method in class org.springframework.boot.loader.LaunchedURLClassLoader
 
findResources(String) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedWebappClassLoader
 
findSingleMainClass(File) - Static method in class org.springframework.boot.loader.tools.MainClassFinder
Find a single main class from the given rootFolder.
findSingleMainClass(File, String) - Static method in class org.springframework.boot.loader.tools.MainClassFinder
Find a single main class from the given rootFolder.
findSingleMainClass(JarFile, String) - Static method in class org.springframework.boot.loader.tools.MainClassFinder
Find a single main class in a given jar file.
findSingleMainClass(JarFile, String, String) - Static method in class org.springframework.boot.loader.tools.MainClassFinder
Find a single main class in a given jar file.
findType(ClassLoader) - Static method in class org.springframework.boot.jdbc.DataSourceBuilder
 
finishRefresh() - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
 
finishRefresh() - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
 
Fixed() - Constructor for class org.springframework.boot.autoconfigure.web.ResourceProperties.Fixed
 
flavor() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdPropertiesConfigAdapter
 
flush() - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Synchronize the persistence context to the underlying database.
flush() - Method in class org.springframework.boot.test.rule.OutputCapture
Deprecated.
 
flyway(FlywayProperties, DataSourceProperties, ResourceLoader, ObjectProvider<DataSource>, ObjectProvider<DataSource>, ObjectProvider<FlywayConfigurationCustomizer>, ObjectProvider<JavaMigration>, ObjectProvider<Callback>) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration.FlywayConfiguration
 
FlywayAutoConfiguration - Class in org.springframework.boot.autoconfigure.flyway
Auto-configuration for Flyway database migrations.
FlywayAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration
 
FlywayAutoConfiguration.FlywayConfiguration - Class in org.springframework.boot.autoconfigure.flyway
 
FlywayAutoConfiguration.FlywayNamedParameterJdbcOperationsDependencyConfiguration - Class in org.springframework.boot.autoconfigure.flyway
Post processor to ensure that NamedParameterJdbcOperations beans depend on any Flyway beans.
flywayBeans() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint
 
FlywayConfiguration() - Constructor for class org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration.FlywayConfiguration
 
FlywayConfigurationCustomizer - Interface in org.springframework.boot.autoconfigure.flyway
Callback interface that can be implemented by beans wishing to customize the flyway configuration.
FlywayDataSource - Annotation Type in org.springframework.boot.autoconfigure.flyway
Qualifier annotation for a DataSource to be injected in to Flyway.
flywayDefaultDdlModeProvider(ObjectProvider<Flyway>) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration
 
FlywayDescriptor(List<FlywayEndpoint.FlywayMigration>) - Constructor for class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayDescriptor
 
flywayEndpoint(ApplicationContext) - Method in class org.springframework.boot.actuate.autoconfigure.flyway.FlywayEndpointAutoConfiguration
 
FlywayEndpoint - Class in org.springframework.boot.actuate.flyway
@Endpoint to expose flyway info.
FlywayEndpoint(ApplicationContext) - Constructor for class org.springframework.boot.actuate.flyway.FlywayEndpoint
 
FlywayEndpoint.ApplicationFlywayBeans - Class in org.springframework.boot.actuate.flyway
Description of an application's Flyway beans, primarily intended for serialization to JSON.
FlywayEndpoint.ContextFlywayBeans - Class in org.springframework.boot.actuate.flyway
Description of an application context's Flyway beans, primarily intended for serialization to JSON.
FlywayEndpoint.FlywayDescriptor - Class in org.springframework.boot.actuate.flyway
Description of a Flyway bean, primarily intended for serialization to JSON.
FlywayEndpoint.FlywayMigration - Class in org.springframework.boot.actuate.flyway
Details of a migration performed by Flyway.
FlywayEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.flyway
FlywayEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.flyway.FlywayEndpointAutoConfiguration
 
flywayInitializer(Flyway, ObjectProvider<FlywayMigrationStrategy>) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration.FlywayConfiguration
 
FlywayMigrationInitializer - Class in org.springframework.boot.autoconfigure.flyway
InitializingBean used to trigger Flyway migration via the FlywayMigrationStrategy.
FlywayMigrationInitializer(Flyway) - Constructor for class org.springframework.boot.autoconfigure.flyway.FlywayMigrationInitializer
Create a new FlywayMigrationInitializer instance.
FlywayMigrationInitializer(Flyway, FlywayMigrationStrategy) - Constructor for class org.springframework.boot.autoconfigure.flyway.FlywayMigrationInitializer
Create a new FlywayMigrationInitializer instance.
FlywayMigrationScriptMissingException - Exception in org.springframework.boot.autoconfigure.flyway
Exception thrown when no Flyway migration script is available.
FlywayMigrationStrategy - Interface in org.springframework.boot.autoconfigure.flyway
Strategy used to initialize Flyway migration.
FlywayNamedParameterJdbcOperationsDependencyConfiguration() - Constructor for class org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration.FlywayNamedParameterJdbcOperationsDependencyConfiguration
 
FlywayProperties - Class in org.springframework.boot.autoconfigure.flyway
Configuration properties for Flyway database migrations.
FlywayProperties() - Constructor for class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
forBeanTypes(Class<?>...) - Static method in interface org.springframework.boot.LazyInitializationExcludeFilter
Factory method that creates a filter for the given bean types.
forCondition(Class<? extends Annotation>, Object...) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
Factory method for a builder to construct a new ConditionMessage for a condition.
forCondition(String, Object...) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
Factory method for a builder to construct a new ConditionMessage for a condition.
foreground(int) - Static method in class org.springframework.boot.ansi.Ansi8BitColor
Return a foreground ANSI color code instance for the given code.
forFile(File) - Static method in class org.springframework.boot.loader.tools.Layouts
Return a layout for the given source file.
format(LogRecord) - Method in class org.springframework.boot.logging.java.SimpleFormatter
 
format(LogEvent, StringBuilder) - Method in class org.springframework.boot.logging.log4j2.ColorConverter
 
format(LogEvent, StringBuilder) - Method in class org.springframework.boot.logging.log4j2.ExtendedWhitespaceThrowablePatternConverter
 
format(LogEvent, StringBuilder) - Method in class org.springframework.boot.logging.log4j2.WhitespaceThrowablePatternConverter
 
formatConcurrency() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
 
formContentFilter() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration
 
forRestTemplate(RestTemplate, RequestExpectationManager) - Static method in class org.springframework.boot.test.web.client.RootUriRequestExpectationManager
Return RequestExpectationManager to be used for binding with the specified RestTemplate.
forStatus(int) - Static method in enum org.springframework.boot.actuate.metrics.http.Outcome
Return the Outcome for the given HTTP status code.
forView(Class<?>) - Method in class org.springframework.boot.test.json.JacksonTester
Returns a new instance of JacksonTester with the view that should be used for json serialization/deserialization.
forward(HttpTunnelPayload) - Method in class org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayloadForwarder
 
forwardedHeaderFilter() - Method in class org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration
 
forwardedHeaderTransformer() - Method in class org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryAutoConfiguration
 
found(String) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
Indicate that one or more results were found.
found(String, String) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
Indicate that one or more results were found.
foundExactly(Object) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
Indicate that an exact result was found.
FreeMarkerAutoConfiguration - Class in org.springframework.boot.autoconfigure.freemarker
Auto-configuration for FreeMarker.
FreeMarkerAutoConfiguration(ApplicationContext, FreeMarkerProperties) - Constructor for class org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration
 
FreeMarkerProperties - Class in org.springframework.boot.autoconfigure.freemarker
@ConfigurationProperties for configuring FreeMarker.
FreeMarkerProperties() - Constructor for class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
 
FreeMarkerTemplateAvailabilityProvider - Class in org.springframework.boot.autoconfigure.freemarker
TemplateAvailabilityProvider that provides availability information for FreeMarker view templates.
FreeMarkerTemplateAvailabilityProvider() - Constructor for class org.springframework.boot.autoconfigure.freemarker.FreeMarkerTemplateAvailabilityProvider
 
FreeMarkerTemplateAvailabilityProvider.FreeMarkerTemplateAvailabilityProperties - Class in org.springframework.boot.autoconfigure.freemarker
 
from(Supplier<T>) - Method in class org.springframework.boot.context.properties.PropertyMapper
Return a new PropertyMapper.Source from the specified value supplier that can be used to perform the mapping.
from(T) - Method in class org.springframework.boot.context.properties.PropertyMapper
Return a new PropertyMapper.Source from the specified value that can be used to perform the mapping.
from(PropertySource<?>) - Static method in class org.springframework.boot.context.properties.source.ConfigurationPropertySources
Return Iterable containing a single new ConfigurationPropertySource adapted from the given Spring PropertySource.
from(Iterable<PropertySource<?>>) - Static method in class org.springframework.boot.context.properties.source.ConfigurationPropertySources
Return Iterable containing new ConfigurationPropertySource instances adapted from the given Spring PropertySources.
from(Object) - Static method in interface org.springframework.boot.origin.Origin
Find the Origin that an object originated from.
from(CharSequence) - Method in class org.springframework.boot.test.json.BasicJsonTester
Create JSON content from the specified String source.
from(String, Class<?>) - Method in class org.springframework.boot.test.json.BasicJsonTester
Create JSON content from the specified resource path.
from(byte[]) - Method in class org.springframework.boot.test.json.BasicJsonTester
Create JSON content from the specified JSON bytes.
from(File) - Method in class org.springframework.boot.test.json.BasicJsonTester
Create JSON content from the specified JSON file.
from(InputStream) - Method in class org.springframework.boot.test.json.BasicJsonTester
Create JSON content from the specified JSON input stream.
from(Resource) - Method in class org.springframework.boot.test.json.BasicJsonTester
Create JSON content from the specified JSON resource.
fromHttpHeaders(Map<String, List<String>>) - Static method in enum org.springframework.boot.actuate.endpoint.http.ApiVersion
Return the ApiVersion to use based on the HTTP request headers.
fromJdbcUrl(String) - Static method in enum org.springframework.boot.jdbc.DatabaseDriver
Find a DatabaseDriver for the given URL.
fromMap(Map<String, ? extends HealthContributor>) - Static method in interface org.springframework.boot.actuate.health.CompositeHealthContributor
Factory method that will create a CompositeHealthContributor from the specified map.
fromMap(Map<String, V>, Function<V, ? extends HealthContributor>) - Static method in interface org.springframework.boot.actuate.health.CompositeHealthContributor
Factory method that will create a CompositeHealthContributor from the specified map.
fromMap(Map<String, ? extends ReactiveHealthContributor>) - Static method in interface org.springframework.boot.actuate.health.CompositeReactiveHealthContributor
Factory method that will create a CompositeReactiveHealthContributor from the specified map.
fromMap(Map<String, V>, Function<V, ? extends ReactiveHealthContributor>) - Static method in interface org.springframework.boot.actuate.health.CompositeReactiveHealthContributor
Factory method that will create a CompositeReactiveHealthContributor from the specified map.
fromProductName(String) - Static method in enum org.springframework.boot.jdbc.DatabaseDriver
Find a DatabaseDriver for the given product name.
fromPropertyValue(String) - Static method in class org.springframework.boot.actuate.endpoint.EndpointId
Factory method to create a new EndpointId from a property value.

G

gangliaConfig(GangliaProperties) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaMetricsExportAutoConfiguration
 
gangliaMeterRegistry(GangliaConfig, Clock) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaMetricsExportAutoConfiguration
 
GangliaMetricsExportAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia
Auto-configuration for exporting metrics to Ganglia.
GangliaMetricsExportAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaMetricsExportAutoConfiguration
 
GangliaProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia
@ConfigurationProperties for configuring Ganglia metrics export.
GangliaProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaProperties
 
generateContent() - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Extract the content to contribute to the info endpoint.
generateTransportParameters() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
Creates the minimal transport parameters for an embedded transport configuration.
GenericBomAstTransformation - Class in org.springframework.boot.cli.compiler
A base class that lets plugin authors easily add additional BOMs to all apps.
GenericBomAstTransformation() - Constructor for class org.springframework.boot.cli.compiler.GenericBomAstTransformation
 
GenericReactiveWebApplicationContext - Class in org.springframework.boot.web.reactive.context
Subclass of GenericApplicationContext, suitable for reactive web environments.
GenericReactiveWebApplicationContext() - Constructor for class org.springframework.boot.web.reactive.context.GenericReactiveWebApplicationContext
GenericReactiveWebApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.boot.web.reactive.context.GenericReactiveWebApplicationContext
Create a new GenericReactiveWebApplicationContext with the given DefaultListableBeanFactory.
GenericSerializerModifier() - Constructor for class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.GenericSerializerModifier
 
get() - Method in class org.springframework.boot.actuate.autoconfigure.jolokia.JolokiaEndpoint
 
get(Function<T, V>, Supplier<V>) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PropertiesConfigAdapter
Get the value from the properties or use a fallback from the defaults.
get(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PushRegistryPropertiesConfigAdapter
 
get(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimplePropertiesConfigAdapter
 
get(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdPropertiesConfigAdapter
 
get(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontPropertiesConfigAdapter
 
get(Environment) - Static method in enum org.springframework.boot.actuate.autoconfigure.web.server.ManagementPortType
get(int) - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationParameters
Return the parameter at the specified index.
get(String) - Method in class org.springframework.boot.actuate.health.DefaultHealthIndicatorRegistry
Deprecated.
 
get(String) - Method in class org.springframework.boot.actuate.health.DefaultReactiveHealthIndicatorRegistry
Deprecated.
 
get(String) - Method in interface org.springframework.boot.actuate.health.HealthEndpointGroups
Return the group with the specified name or null if the name is not known.
get(String) - Method in interface org.springframework.boot.actuate.health.HealthIndicatorRegistry
Deprecated.
Returns the HealthIndicator registered with the given name.
get(String) - Method in interface org.springframework.boot.actuate.health.ReactiveHealthIndicatorRegistry
Deprecated.
Returns the ReactiveHealthIndicator registered with the given name.
get(String) - Method in class org.springframework.boot.actuate.info.Info
 
get(String, Class<T>) - Method in class org.springframework.boot.actuate.info.Info
 
get(String, String) - Method in interface org.springframework.boot.autoconfigure.AutoConfigurationMetadata
Get an String value from the meta-data.
get(String, String, String) - Method in interface org.springframework.boot.autoconfigure.AutoConfigurationMetadata
Get an String value from the meta-data.
get(BeanFactory) - Static method in class org.springframework.boot.autoconfigure.AutoConfigurationPackages
Return the auto-configuration base packages for the given bean factory.
get(ConfigurableListableBeanFactory) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
Obtain a ConditionEvaluationReport for the specified bean factory.
get(BeanFactory) - Static method in class org.springframework.boot.autoconfigure.domain.EntityScanPackages
Return the EntityScanPackages for the given bean factory.
get(ApplicationContext, Validator) - Static method in class org.springframework.boot.autoconfigure.validation.ValidatorAdapter
Return a Validator that only implements the Validator interface, wrapping it if necessary.
get(Environment) - Static method in class org.springframework.boot.context.properties.bind.Binder
Create a new Binder instance from the specified environment.
get(Environment, BindHandler) - Static method in class org.springframework.boot.context.properties.bind.Binder
Create a new Binder instance from the specified environment.
get() - Method in class org.springframework.boot.context.properties.bind.BindResult
Return the object that was bound or throw a NoSuchElementException if no value was bound.
get(ApplicationContext, Object, String) - Static method in class org.springframework.boot.context.properties.ConfigurationPropertiesBean
Return a @ConfigurationPropertiesBean instance for the given bean details or null if the bean is not a @ConfigurationProperties object.
get() - Static method in class org.springframework.boot.context.properties.PropertyMapper
Return the property mapper.
get(Environment) - Static method in class org.springframework.boot.context.properties.source.ConfigurationPropertySources
Return a set of ConfigurationPropertySource instances that have previously been attached to the Environment.
get(String) - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles.SourceFolder
 
get() - Static method in class org.springframework.boot.devtools.settings.DevToolsSettings
 
get(HttpInputMessage) - Static method in class org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
Return the HttpTunnelPayload for the given message or null if there is no payload.
get(String) - Method in class org.springframework.boot.info.InfoProperties
Return the value of the specified property or null.
get(ClassLoader) - Static method in enum org.springframework.boot.jdbc.EmbeddedDatabaseConnection
Returns the most suitable EmbeddedDatabaseConnection for the given class loader.
get(PropertyResolver) - Static method in class org.springframework.boot.logging.LogFile
Get a LogFile from the given Spring Environment.
get(String) - Method in class org.springframework.boot.logging.LoggerGroups
 
get(ClassLoader) - Static method in class org.springframework.boot.logging.LoggingSystem
Detect and return the logging system in use.
get(PropertySource<?>, String) - Static method in class org.springframework.boot.origin.PropertySourceOrigin
Get an Origin for the given PropertySource and propertyName.
get(String...) - Static method in class org.springframework.boot.system.SystemProperties
 
get(Class<T>, Class<? extends C>, Supplier<? extends C>) - Static method in interface org.springframework.boot.test.context.assertj.ApplicationContextAssertProvider
Factory method to create a new ApplicationContextAssertProvider instance.
get(Supplier<? extends ConfigurableApplicationContext>) - Static method in interface org.springframework.boot.test.context.assertj.AssertableApplicationContext
Factory method to create a new AssertableApplicationContext instance.
get(Supplier<? extends ConfigurableReactiveWebApplicationContext>) - Static method in interface org.springframework.boot.test.context.assertj.AssertableReactiveWebApplicationContext
Factory method to create a new AssertableReactiveWebApplicationContext instance.
get(Supplier<? extends ConfigurableWebApplicationContext>) - Static method in interface org.springframework.boot.test.context.assertj.AssertableWebApplicationContext
Factory method to create a new AssertableWebApplicationContext instance.
get(String) - Method in class org.springframework.boot.test.web.htmlunit.webdriver.LocalHostWebConnectionHtmlUnitDriver
 
get() - Method in class org.springframework.boot.util.LambdaSafe.InvocationResult
Return the result of the invocation or null if the callback wasn't suitable.
get(R) - Method in class org.springframework.boot.util.LambdaSafe.InvocationResult
Return the result of the invocation or the given fallback if the callback wasn't suitable.
get() - Method in class org.springframework.boot.web.client.ClientHttpRequestFactorySupplier
 
get(String) - Method in class org.springframework.boot.web.server.MimeMappings
Get a mime mapping for the given extension.
getAcceptCount() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getAcceptors() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
 
getAccesslog() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
 
getAccesslog() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getAccesslog() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
getAccessLogPrefix() - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
 
getAccessToken() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxProperties
 
getAccountId() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicProperties
 
getAckCount() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
getAckMode() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
getAcknowledgeMode() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
getAcknowledgeMode() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
 
getAcks() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
getAckTime() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
getAction() - Method in class org.springframework.boot.diagnostics.FailureAnalysis
Returns the action, if any, to be taken to address the failure.
getActive(Environment) - Static method in enum org.springframework.boot.cloud.CloudPlatform
Returns the active CloudPlatform or null if one cannot be deduced.
getActive() - Method in class org.springframework.boot.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
 
getActive() - Method in interface org.springframework.boot.jdbc.metadata.DataSourcePoolMetadata
Return the current number of active connections that have been allocated from the data source or null if that information is not available.
getActive() - Method in class org.springframework.boot.jdbc.metadata.HikariDataSourcePoolMetadata
 
getActive() - Method in class org.springframework.boot.jdbc.metadata.TomcatDataSourcePoolMetadata
 
getActiveProfiles() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.EnvironmentDescriptor
 
getActiveProfiles() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.EnvironmentEntryDescriptor
 
getActiveProfiles() - Method in class org.springframework.boot.cli.compiler.maven.MavenSettings
 
getAdditionalExclude() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
getAdditionalPaths() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
getAdditionalProperties() - Method in class org.springframework.boot.loader.tools.BuildPropertiesWriter.ProjectDetails
 
getAdditionalTags(Cache) - Method in class org.springframework.boot.actuate.metrics.cache.CacheMetricsRegistrar
Return additional tags to be associated with the given Cache.
getAdditionalTldSkipPatterns() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getAdditionalTomcatConnectors() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
Returns a mutable collection of the Connectors that will be added to the Tomcat.
getAdditionalTomcatConnectors() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Returns a mutable collection of the Connectors that will be added to the Tomcat.
getAddress() - Method in class org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties
 
getAddress() - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server
 
getAddress() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getAddress() - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
Return the address that the web server binds to.
getAddresses() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getAddressingMode() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaProperties
 
getAdmin() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
 
getAggregateStatus(Set<Status>) - Method in class org.springframework.boot.actuate.health.SimpleStatusAggregator
 
getAggregateStatus(Status...) - Method in interface org.springframework.boot.actuate.health.StatusAggregator
Return the aggregate status for the given set of statuses.
getAggregateStatus(Set<Status>) - Method in interface org.springframework.boot.actuate.health.StatusAggregator
Return the aggregate status for the given set of statuses.
getAlgorithm() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
getAliases() - Method in class org.springframework.boot.actuate.beans.BeansEndpoint.BeanDescriptor
 
getAliases(ConfigurationPropertyName) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
 
getAll() - Method in class org.springframework.boot.actuate.health.DefaultHealthIndicatorRegistry
Deprecated.
 
getAll() - Method in class org.springframework.boot.actuate.health.DefaultReactiveHealthIndicatorRegistry
Deprecated.
 
getAll() - Method in interface org.springframework.boot.actuate.health.HealthIndicatorRegistry
Deprecated.
Returns a snapshot of the registered health indicators and their names.
getAll() - Method in interface org.springframework.boot.actuate.health.ReactiveHealthIndicatorRegistry
Deprecated.
Returns a snapshot of the registered health indicators and their names.
getAll() - Method in class org.springframework.boot.autoconfigure.condition.AbstractNestedCondition.MemberMatchOutcomes
 
getAll(ApplicationContext) - Static method in class org.springframework.boot.context.properties.ConfigurationPropertiesBean
Return all @ConfigurationProperties beans contained in the given application context.
getAll() - Method in interface org.springframework.boot.test.system.CapturedOutput
Return all content (both System.out and System.err) in the order that it was captured.
getAll() - Method in class org.springframework.boot.test.system.OutputCaptureRule
 
getAll() - Method in class org.springframework.boot.web.server.MimeMappings
Returns all defined mappings.
getAllErrors() - Method in class org.springframework.boot.context.properties.bind.validation.ValidationErrors
Return the list of all validation errors.
getAllExclude() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
getAllowCredentials() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties
 
getAllowedHeaders() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties
 
getAllowedMethods() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties
 
getAllowedOrigins() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties
 
getAllPaths() - Method in class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
Return the full paths for each mapped endpoint.
getAllRootPaths() - Method in class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
Return the root paths for each mapped endpoint.
getAllSources() - Method in class org.springframework.boot.SpringApplication
Return an immutable set of all the sources that will be added to an ApplicationContext when SpringApplication.run(String...) is called.
getAnnotatedBeanDefinitionReader(DefaultListableBeanFactory) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
Deprecated.
since 2.2.0 since this class no longer extends AbstractRefreshableConfigApplicationContext
getAnnotation() - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
The Spring Data annotation used to enable the particular repository support.
getAnnotation(Class<A>) - Method in class org.springframework.boot.context.properties.bind.Bindable
Return a single associated annotations that could affect binding.
getAnnotation() - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBean
Return the ConfigurationProperties annotation for the bean.
getAnnotation() - Method in exception org.springframework.boot.context.properties.ConfigurationPropertiesBindException
Return the configuration properties annotation that triggered the binding.
getAnnotation() - Method in class org.springframework.boot.test.autoconfigure.filter.StandardAnnotationCustomizableTypeExcludeFilter
 
getAnnotation(Class<?>) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
 
getAnnotationClass() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
Return the source annotation class used by the selector.
getAnnotations() - Method in class org.springframework.boot.context.properties.bind.Bindable
Return any associated annotations that could affect binding.
getAnnotationType() - Method in class org.springframework.boot.test.autoconfigure.filter.StandardAnnotationCustomizableTypeExcludeFilter
 
getAnonymousReadOnly() - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties
 
getApiKey() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.datadog.DatadogProperties
 
getApiKey() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicProperties
 
getApiKey() - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
 
getApiToken() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics.AppOpticsProperties
 
getApiToken() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties
 
getApiToken() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.humio.HumioProperties
 
getApiToken() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontProperties
 
getApiVersion() - Method in class org.springframework.boot.actuate.endpoint.InvocationContext
Return the API version in use.
getApplicationContext() - Method in class org.springframework.boot.builder.ParentContextApplicationContextInitializer.ParentContextAvailableEvent
 
getApplicationContext() - Method in class org.springframework.boot.context.event.ApplicationContextInitializedEvent
Return the application context.
getApplicationContext() - Method in class org.springframework.boot.context.event.ApplicationFailedEvent
Return the application context.
getApplicationContext() - Method in class org.springframework.boot.context.event.ApplicationPreparedEvent
Return the application context.
getApplicationContext() - Method in class org.springframework.boot.context.event.ApplicationReadyEvent
Return the application context.
getApplicationContext() - Method in class org.springframework.boot.context.event.ApplicationStartedEvent
Return the application context.
getApplicationContext() - Method in class org.springframework.boot.test.context.assertj.ApplicationContextAssert
 
getApplicationContext() - Method in class org.springframework.boot.web.context.WebServerInitializedEvent
Access the application context that the server was created in.
getApplicationContext() - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerInitializedEvent
 
getApplicationContext() - Method in class org.springframework.boot.web.servlet.context.ServletWebServerInitializedEvent
Access the application context that the server was created in.
getApplicationDisplayName() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Servlet
 
getApplicationId() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
getApplicationKey() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.datadog.DatadogProperties
 
getApplicationLog() - Method in class org.springframework.boot.SpringApplication
Returns the Log for the application.
getApplicationPath() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
 
getApplicationTitle(Class<?>) - Method in class org.springframework.boot.ResourceBanner
 
getApplicationVersion(Class<?>) - Method in class org.springframework.boot.ResourceBanner
 
getArchive() - Method in class org.springframework.boot.loader.ExecutableArchiveLauncher
 
getArgs() - Method in class org.springframework.boot.cli.command.options.SourceOptions
 
getArgs() - Method in class org.springframework.boot.context.event.SpringApplicationEvent
 
getArgs(String...) - Method in class org.springframework.boot.loader.PropertiesLauncher
 
getArgs(MergedContextConfiguration) - Method in class org.springframework.boot.test.context.SpringBootContextLoader
Deprecated.
since 2.2.7
getArgsArray() - Method in class org.springframework.boot.cli.command.options.SourceOptions
 
getArguments() - Method in class org.springframework.boot.actuate.endpoint.InvocationContext
Return the invocation arguments.
getArtifact() - Method in class org.springframework.boot.info.BuildProperties
Return the artifactId of the project or null.
getArtifact() - Method in class org.springframework.boot.loader.tools.BuildPropertiesWriter.ProjectDetails
 
getArtifactCoordinatesResolver() - Method in class org.springframework.boot.cli.compiler.grape.DependencyResolutionContext
 
getArtifactId(String) - Method in interface org.springframework.boot.cli.compiler.dependencies.ArtifactCoordinatesResolver
Gets the artifact id of the artifact identified by the given module.
getArtifactId() - Method in class org.springframework.boot.cli.compiler.dependencies.Dependency.Exclusion
Return the exclusion artifact ID.
getArtifactId() - Method in class org.springframework.boot.cli.compiler.dependencies.Dependency
Return the dependency artifact id.
getArtifactId(String) - Method in class org.springframework.boot.cli.compiler.dependencies.DependencyManagementArtifactCoordinatesResolver
 
getAstTransformations() - Method in class org.springframework.boot.cli.compiler.GroovyCompiler
Return a mutable list of the ASTTransformations to be applied during GroovyCompiler.compile(String...).
getAsync() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
getAttribute(String) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
 
getAttributeNames() - Method in class org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
 
getAttributes(String[]) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
 
getAttributes(AnnotationMetadata) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
Return the appropriate AnnotationAttributes from the AnnotationMetadata.
getAuditEvent() - Method in class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
Get the audit event.
getAuthenticationDatabase() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getAuthenticationSelector() - Method in class org.springframework.boot.cli.compiler.maven.MavenSettings
 
getAuthor() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
 
getAuthorizationGrantType() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
 
getAuthorizationUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
 
getAutoCommitInterval() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getAutoConfigurationEntry(AutoConfigurationMetadata, AnnotationMetadata) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
getAutoConfigurationImportFilters() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
getAutoConfigurationImportListeners() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
getAutoConfigurations() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationExcludeFilter
 
getAutoconfigureOption() - Method in class org.springframework.boot.cli.command.options.CompilerOptionHandler
 
getAutoIndex() - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
 
getAutoOffsetReset() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getAutotime() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web.Client.ClientRequest
 
getAutotime() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web.Server.ServerRequest
 
getAvailableCandidates() - Method in exception org.springframework.boot.autoconfigure.session.NonUniqueSessionRepositoryException
 
getAvailableTags() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.MetricResponse
 
getAwaitTerminationPeriod() - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Shutdown
 
getAwaitTerminationPeriod() - Method in class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties.Shutdown
 
getBackgroundProcessorDelay() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getBackupFile() - Method in class org.springframework.boot.loader.tools.Repackager
Return the File to use to backup the original source.
getBase() - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties
 
getBasedir() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getBaseDn() - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
 
getBaseEnvironment() - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties
 
getBaselineDescription() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getBaselineVersion() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getBasename() - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
 
getBasePackages() - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
 
getBasePath() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties
 
getBasePath() - Method in class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
Return the base path for the endpoints.
getBasePath() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
getBaseUnit() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.MetricResponse
 
getBaseUrl() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties.Pushgateway
 
getBatch() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getBatchSize() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics.AppOpticsProperties
 
getBatchSize() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
 
getBatchSize() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PushRegistryProperties
 
getBatchSize() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer
 
getBatchSize() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
getBean(Class<T>) - Method in class org.springframework.boot.test.context.assertj.ApplicationContextAssert
Obtain a single bean of the given type from the application context (or ancestors), the bean becoming the object under test.
getBean(Class<T>, ApplicationContextAssert.Scope) - Method in class org.springframework.boot.test.context.assertj.ApplicationContextAssert
Obtain a single bean of the given type from the application context, the bean becoming the object under test.
getBean(String) - Method in class org.springframework.boot.test.context.assertj.ApplicationContextAssert
Obtain a single bean of the given name from the application context, the bean becoming the object under test.
getBean(String, Class<T>) - Method in class org.springframework.boot.test.context.assertj.ApplicationContextAssert
Obtain a single bean of the given name and type from the application context, the bean becoming the object under test.
getBeanClassLoader() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
getBeanFactory() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
getBeanNameGenerator() - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
Deprecated.
since 2.2.0 since this class no longer extends AbstractRefreshableConfigApplicationContext
getBeanNames(Class<T>) - Method in class org.springframework.boot.test.context.assertj.ApplicationContextAssert
Obtain the beans names of the given type from the application context, the names becoming the object array under test.
getBeans() - Method in class org.springframework.boot.actuate.beans.BeansEndpoint.ContextBeans
 
getBeans() - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.ContextConfigurationProperties
 
getBeans(Class<T>) - Method in class org.springframework.boot.test.context.assertj.ApplicationContextAssert
Obtain a map bean names and instances of the given type from the application context (or ancestors), the map becoming the object under test.
getBeans(Class<T>, ApplicationContextAssert.Scope) - Method in class org.springframework.boot.test.context.assertj.ApplicationContextAssert
Obtain a map bean names and instances of the given type from the application context, the map becoming the object under test.
getBeansWithFactoryAnnotation(Class<A>) - Method in class org.springframework.boot.context.properties.ConfigurationBeanFactoryMetadata
Deprecated.
 
getBeanType() - Method in exception org.springframework.boot.context.properties.ConfigurationPropertiesBindException
Return the bean type that was being bound.
getBindConstructor(Bindable<?>, boolean) - Method in interface org.springframework.boot.context.properties.bind.BindConstructorProvider
Return the bind constructor to use for the given bindable, or null if constructor binding is not supported.
getBinder() - Method in interface org.springframework.boot.context.properties.bind.BindContext
Return the source binder that is performing the bind operation.
getBindMethod() - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBean
Return the property binding method that was used for the bean.
getBlockIfFullTimeout() - Method in class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
 
getBody() - Method in class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
Returns the body for the response.
getBomModule() - Method in class org.springframework.boot.cli.compiler.GenericBomAstTransformation
The bom to be added to dependency management in compact form: "<groupId>:<artifactId>:<version>" (like in a @Grab).
getBootstrap() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Env
 
getBootstrapHosts() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties
 
getBootstrapMode() - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
The BootstrapMode for the particular repository support.
getBootstrapServers() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getBootstrapServers() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
 
getBootstrapServers() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
getBootstrapServers() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
getBootVersion() - Method in class org.springframework.boot.ResourceBanner
 
getBoundProperties() - Method in class org.springframework.boot.context.properties.bind.validation.ValidationErrors
Return the properties that were bound before validation failed.
getBoxedType() - Method in class org.springframework.boot.context.properties.bind.Bindable
Return the boxed type of the item to bind.
getBranch() - Method in class org.springframework.boot.info.GitProperties
Return the name of the branch or null.
getBrokerUrl() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
getBucket() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties
 
getBufferMemory() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
getBufferSize() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
getBuild() - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoProperties
 
getBuilderCustomizers() - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
Returns a mutable collection of the UndertowBuilderCustomizers that will be applied to the Undertow Builder.
getBuilderCustomizers() - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
Returns a mutable collection of the UndertowBuilderCustomizers that will be applied to the Undertow Undertow.Builder.
getCache() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getCache() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties
 
getCache() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties
 
getCachecontrol() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache
 
getCacheDuration() - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
 
getCacheManager() - Method in class org.springframework.boot.actuate.cache.CachesEndpoint.CacheEntry
 
getCacheManagerNames() - Method in exception org.springframework.boot.actuate.cache.NonUniqueCacheException
 
getCacheManagers() - Method in class org.springframework.boot.actuate.cache.CachesEndpoint.CachesReport
 
getCacheMaxSizeBuffering() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
getCacheName() - Method in exception org.springframework.boot.actuate.cache.NonUniqueCacheException
 
getCacheNames() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
 
getCachePrivate() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
 
getCachePublic() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
 
getCaches() - Method in class org.springframework.boot.actuate.cache.CachesEndpoint.CacheManagerDescriptor
 
getCacheTtl() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Resource
 
getCaffeine() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
 
getCandidateConfigurations() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportEvent
Return the auto-configuration candidate configurations that are going to be imported.
getCandidateConfigurations(AnnotationMetadata, AnnotationAttributes) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
Return the auto-configuration class names that should be considered.
getCause() - Method in class org.springframework.boot.diagnostics.FailureAnalysis
Returns the cause of the failure.
getCauseType() - Method in class org.springframework.boot.diagnostics.AbstractFailureAnalyzer
Return the cause type being handled by the analyzer.
getCertificateLocation() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Identityprovider.Verification.Credential
 
getCertificateLocation() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration.Signing.Credential
 
getChain() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties
 
getChangeLog() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
 
getChangeLog() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getChangeSet() - Method in class org.springframework.boot.devtools.classpath.ClassPathChangedEvent
Return details of the files that changed.
getChangeSets() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.LiquibaseBean
 
getChannel() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache
 
getCharset() - Method in class org.springframework.boot.autoconfigure.http.HttpProperties.Encoding
 
getCharset() - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
getCharsetName() - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
getCheckoutTimeout() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Channel
 
getCheckpointInterval() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
 
getChecks() - Method in class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer
Returns the checks that should be applied.
getChecksum() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
 
getChecksum() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
 
getChunkedModeViewNames() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Reactive
 
getCiphers() - Method in class org.springframework.boot.web.server.Ssl
Return the supported SSL ciphers.
getClasses() - Method in class org.springframework.boot.context.annotation.Configurations
 
getClasses(Configurations...) - Static method in class org.springframework.boot.context.annotation.Configurations
Return the classes from all the specified configurations in the order that they would be registered.
getClasses(Collection<Configurations>) - Static method in class org.springframework.boot.context.annotation.Configurations
Return the classes from all the specified configurations in the order that they would be registered.
getClasses(Class<?>) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
 
getClassesLocation() - Method in interface org.springframework.boot.loader.tools.Layout
Returns the location of classes within the archive.
getClassesLocation() - Method in class org.springframework.boot.loader.tools.Layouts.Jar
 
getClassesLocation() - Method in class org.springframework.boot.loader.tools.Layouts.War
 
getClassLoader() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getClassLoader() - Method in class org.springframework.boot.logging.AbstractLoggingSystem
 
getClassLoader() - Method in class org.springframework.boot.SpringApplication
Either the ClassLoader that will be used in the ApplicationContext (if resourceLoader is set, or the context class loader (if not null), or the loader of the Spring ClassUtils class.
getClassName() - Method in class org.springframework.boot.actuate.web.mappings.HandlerMethodDescription
 
getClassName() - Method in class org.springframework.boot.actuate.web.mappings.reactive.HandlerFunctionDescription
 
getClassName() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RegistrationMappingDescription
Returns the class name of the registered Filter or Servlet.
getClassName() - Method in class org.springframework.boot.web.servlet.server.Jsp
Return the class name of the servlet to use for JSPs.
getClasspath() - Method in class org.springframework.boot.cli.command.options.OptionSetGroovyCompilerConfiguration
 
getClasspath() - Method in interface org.springframework.boot.cli.compiler.GroovyCompilerConfiguration
Returns the classpath for local resources.
getClassPathArchives() - Method in class org.springframework.boot.loader.ExecutableArchiveLauncher
 
getClassPathArchives() - Method in class org.springframework.boot.loader.Launcher
Returns the archives that will be used to construct the class path.
getClassPathArchives() - Method in class org.springframework.boot.loader.PropertiesLauncher
 
getClassPathBeanDefinitionScanner(DefaultListableBeanFactory) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
Deprecated.
since 2.2.0 since this class no longer extends AbstractRefreshableConfigApplicationContext
getClasspathOption() - Method in class org.springframework.boot.cli.command.options.CompilerOptionHandler
 
getCleanupCron() - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionProperties
 
getCleanupCron() - Method in class org.springframework.boot.autoconfigure.session.RedisSessionProperties
 
getClient() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web
 
getClientAuth() - Method in class org.springframework.boot.web.server.Ssl
Return Whether client authentication is not wanted ("none"), wanted ("want") or needed ("need").
getClientAuthenticationMethod() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
 
getClientId() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
 
getClientId() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getClientId() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
 
getClientId() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
getClientId() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
getClientId() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
getClientId() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
 
getClientId() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Opaquetoken
 
getClientName() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getClientName() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
 
getClientRegistrations(OAuth2ClientProperties) - Static method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientPropertiesRegistrationAdapter
 
getClientSecret() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
 
getClientSecret() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Opaquetoken
 
getClosest(Color) - Static method in class org.springframework.boot.ansi.AnsiColors
Deprecated.
since 2.2.0 in favor of AnsiColors.findClosest(Color)
getCloseTimeout() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
getClosure(BlockStatement, String, boolean) - Static method in class org.springframework.boot.cli.compiler.AstUtils
Extract a top-level name closure from inside this block if there is one, optionally removing it from the block at the same time.
getClosure(BlockStatement, String) - Static method in class org.springframework.boot.cli.compiler.AstUtils
 
getCluster() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getClusterName() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getClusterName() - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchProperties
 
getClusterNodes() - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchProperties
 
getClusterPassword() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
getCode() - Method in class org.springframework.boot.actuate.health.Status
Return the code for this status.
getCode() - Method in class org.springframework.boot.cli.command.status.ExitStatus
An exit code appropriate for use in System.exit().
getCollectionName() - Method in class org.springframework.boot.autoconfigure.session.MongoSessionProperties
 
getColumn() - Method in class org.springframework.boot.origin.TextResourceOrigin.Location
Return the column of the text resource where the property originated.
getCommands() - Method in interface org.springframework.boot.cli.command.CommandFactory
Returns the CLI Commands.
getCommands() - Method in class org.springframework.boot.cli.command.CommandRunner
 
getCommands() - Method in class org.springframework.boot.cli.DefaultCommandFactory
 
getComment() - Method in class org.springframework.boot.loader.jar.JarFile
 
getComment() - Method in class org.springframework.boot.web.servlet.server.Session.Cookie
Return the comment for the session cookie.
getCommentPrefix() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties.Jdbc
 
getComments() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
 
getCommitId() - Method in class org.springframework.boot.info.GitProperties
Return the full id of the commit or null.
getCommitTime() - Method in class org.springframework.boot.info.GitProperties
Return the timestamp of the commit or null.
getComponentIncludes() - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
 
getComponentIncludes() - Method in class org.springframework.boot.test.autoconfigure.filter.StandardAnnotationCustomizableTypeExcludeFilter
 
getComponentIncludes() - Method in class org.springframework.boot.test.autoconfigure.web.client.RestClientTypeExcludeFilter
 
getComponentIncludes() - Method in class org.springframework.boot.test.autoconfigure.web.reactive.WebFluxTypeExcludeFilter
 
getComponentIncludes() - Method in class org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTypeExcludeFilter
 
getComponents() - Method in class org.springframework.boot.actuate.health.CompositeHealth
 
getComponentScanningPackages(BeanDefinitionRegistry) - Method in class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ComponentScanPackageCheck
 
getCompression() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getCompression() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getCompression() - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
 
getCompressionType() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
getConcurrency() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer
 
getConcurrency() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
 
getConcurrency() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
getCondition() - Method in class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint.MessageAndCondition
 
getCondition() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcome
 
getConditionAndOutcomesBySource() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
Returns condition outcomes from this report, grouped by the source.
getConditionIf() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
getConditionMessage() - Method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
Return an outcome message or null.
getConditionUnless() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
getConfig() - Method in class org.springframework.boot.actuate.autoconfigure.jolokia.JolokiaProperties
 
getConfig() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.EhCache
 
getConfig() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Infinispan
 
getConfig() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.JCache
 
getConfig() - Method in class org.springframework.boot.autoconfigure.hazelcast.HazelcastProperties
 
getConfigLocations() - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
Deprecated.
since 2.2.0 since this class no longer extends AbstractRefreshableConfigApplicationContext.
getConfigRefreshFrequency() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
 
getConfigTimeToLive() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
 
getConfigurableWebBindingInitializer(FormattingConversionService, Validator) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 
getConfiguration() - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
The configuration class that will be used by Spring Boot as a template.
getConfiguration() - Method in class org.springframework.boot.cli.compiler.ExtendedGroovyClassLoader
 
getConfiguration(LoggerContext, ConfigurationSource) - Method in class org.springframework.boot.logging.log4j2.SpringBootConfigurationFactory
 
getConfigurationPhase() - Method in class org.springframework.boot.autoconfigure.condition.AbstractNestedCondition
 
getConfigurationProperty() - Method in interface org.springframework.boot.context.properties.bind.BindContext
Return the ConfigurationProperty actually being bound or null if the property has not yet been determined.
getConfigurationProperty(ConfigurationPropertyName) - Method in interface org.springframework.boot.context.properties.source.ConfigurationPropertySource
Return a single ConfigurationProperty from the source or null if no property can be found.
getConfigurationProperty(ConfigurationPropertyName) - Method in class org.springframework.boot.context.properties.source.MapConfigurationPropertySource
 
getConfigurations() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector.AutoConfigurationEntry
 
getConfigurations() - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
Returns a mutable collection of Jetty Configurations that will be applied to the WebAppContext before the server is created.
getConfigureAction() - Method in class org.springframework.boot.autoconfigure.session.RedisSessionProperties
 
getConfiguredLevel() - Method in class org.springframework.boot.actuate.logging.LoggersEndpoint.LoggerLevels
 
getConfiguredLevel() - Method in class org.springframework.boot.logging.LoggerConfiguration
Returns the configured level of the logger.
getConfiguredLevel() - Method in class org.springframework.boot.logging.LoggerGroup
 
getConfigUri() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
 
getConnect() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
getConnection() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache
 
getConnectionFactory() - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
 
getConnectionFactory() - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
 
getConnectionIdleTimeout() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
 
getConnectionTimeout() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getConnectionTimeout() - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ReactiveRestClientProperties
 
getConnectionTimeout() - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
 
getConnectionTimeout() - Method in class org.springframework.boot.autoconfigure.elasticsearch.rest.RestClientProperties
 
getConnectionTimeout() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
Deprecated.
getConnectionTimeout() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Netty
 
getConnectionTimeout() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getConnectRetries() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getConnectTimeout() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics.AppOpticsProperties
 
getConnectTimeout() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
 
getConnectTimeout() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.humio.HumioProperties
 
getConnectTimeout() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PushRegistryProperties
 
getConnectTimeout() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getConsistency() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
 
getConsistency() - Method in class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
 
getConsistencyLevel() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getConsumed() - Method in class org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes
Returns the media types consumed by an endpoint.
getConsumer() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
 
getConsumersPerQueue() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.DirectContainer
 
getConsumes() - Method in class org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
Returns the media types that the operation consumes.
getConsumes() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription
 
getConsumes() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription
 
getContactPoints() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getContent() - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.Token
 
getContent() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Strategy
 
getContentnegotiation() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
getContents() - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFile
Return the contents of the file as a byte array or null if ClassLoaderFile.getKind() is ClassLoaderFile.Kind.DELETED.
getContentType() - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
getContentType() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Servlet
 
getContext(ServerWebExchange) - Method in class org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher
 
getContextBuilder() - Method in class org.springframework.boot.web.embedded.netty.SslServerCustomizer
 
getContextLifecycleListeners() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
Returns a mutable collection of the LifecycleListeners that will be applied to the Tomcat Context.
getContextLifecycleListeners() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Returns a mutable collection of the LifecycleListeners that will be applied to the Tomcat Context.
getContextParameters() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Servlet
 
getContextPath() - Method in class org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties.Servlet
Return the context path with no trailing slash (i.e.
getContextPath() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Servlet
 
getContextPath() - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
 
getContextPath() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
Returns the context path for the web server.
getContexts() - Method in class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint.ApplicationConditionEvaluation
 
getContexts() - Method in class org.springframework.boot.actuate.beans.BeansEndpoint.ApplicationBeans
 
getContexts() - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.ApplicationConfigurationProperties
 
getContexts() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.ApplicationFlywayBeans
 
getContexts() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ApplicationLiquibaseBeans
 
getContexts() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
 
getContexts() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ContextExpression
 
getContexts() - Method in class org.springframework.boot.actuate.web.mappings.MappingsEndpoint.ApplicationMappings
 
getContexts() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getContextValves() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Returns a mutable collection of the Valves that will be applied to the Tomcat Context.
getContributor() - Method in interface org.springframework.boot.actuate.health.NamedContributor
Returns the contributor instance.
getContributor(String) - Method in interface org.springframework.boot.actuate.health.NamedContributors
Return the contributor with the given name.
getControlFlag() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Jaas
 
getController() - Method in interface org.springframework.boot.actuate.endpoint.web.annotation.ExposableControllerEndpoint
Return the source controller that contains @RequestMapping methods.
getConverters() - Method in class org.springframework.boot.autoconfigure.http.HttpMessageConverters
Return an immutable list of the converters in the order that they will be registered.
getCookie() - Method in class org.springframework.boot.web.servlet.server.Session
 
getCoreSize() - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
 
getCouchbase() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
 
getCreationTime() - Method in class org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
 
getCredential() - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
 
getCredentials() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Identityprovider.Verification
 
getCredentials() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration.Signing
 
getCron() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.ScheduledTasksReport
 
getCustom() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.ScheduledTasksReport
 
getCustomFormat() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
getData() - Method in class org.springframework.boot.actuate.audit.AuditEvent
Returns the event data.
getData() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getDatabase() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getDatabase() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getDatabase() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
getDatabaseChangeLogLockTable() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getDatabaseChangeLogTable() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getDatabaseDir() - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties.Storage
 
getDatabaseName() - Method in class org.springframework.boot.autoconfigure.batch.BatchDataSourceInitializer
 
getDatabaseName() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzDataSourceInitializer
 
getDatabaseName() - Method in class org.springframework.boot.jdbc.AbstractDataSourceInitializer
 
getDatabasePlatform() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
getDataDirectory() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
getDataPassword() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getDataSource() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
Return the DataSource.
getDataSource() - Method in class org.springframework.boot.jdbc.metadata.AbstractDataSourcePoolMetadata
 
getDataSource() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
 
getDataSource() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
 
getDataSourceClassName() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties.Xa
 
getDataSourcePoolMetadata(DataSource) - Method in class org.springframework.boot.jdbc.metadata.CompositeDataSourcePoolMetadataProvider
 
getDataSourcePoolMetadata(DataSource) - Method in interface org.springframework.boot.jdbc.metadata.DataSourcePoolMetadataProvider
Return the DataSourcePoolMetadata instance able to manage the specified DataSource or null if the given data source could not be handled.
getDataUsername() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getDateExecuted() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
 
getDateFormat() - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
 
getDateFormat() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getDateFormat() - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties
 
getDateFormat() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
getDb() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
 
getDdlAuto() - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties
 
getDdlAuto() - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateSettings
 
getDefaultAutoCommit() - Method in class org.springframework.boot.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
 
getDefaultAutoCommit() - Method in interface org.springframework.boot.jdbc.metadata.DataSourcePoolMetadata
The default auto-commit state of connections created by this pool.
getDefaultAutoCommit() - Method in class org.springframework.boot.jdbc.metadata.HikariDataSourcePoolMetadata
 
getDefaultAutoCommit() - Method in class org.springframework.boot.jdbc.metadata.TomcatDataSourcePoolMetadata
 
getDefaultConfigLocations() - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
Deprecated.
since 2.2.0 since this class no longer extends AbstractRefreshableConfigApplicationContext.
getDefaultContextLoaderClass(Class<?>) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
 
getDefaultDestination() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
getDefaultEncoding() - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
getDefaultEndpointsOutcome(ConditionContext) - Method in class org.springframework.boot.actuate.autoconfigure.OnEndpointElementCondition
 
getDefaultIncludes() - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
 
getDefaultIncludes() - Method in class org.springframework.boot.test.autoconfigure.filter.StandardAnnotationCustomizableTypeExcludeFilter
 
getDefaultIncludes() - Method in class org.springframework.boot.test.autoconfigure.json.JsonTypeExcludeFilter
 
getDefaultIncludes() - Method in class org.springframework.boot.test.autoconfigure.web.client.RestClientTypeExcludeFilter
 
getDefaultIncludes() - Method in class org.springframework.boot.test.autoconfigure.web.reactive.WebFluxTypeExcludeFilter
 
getDefaultIncludes() - Method in class org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTypeExcludeFilter
 
getDefaultJtaTimeout() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
 
getDefaultMaxWaitTimeOnShutdown() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
 
getDefaultMediaType() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
getDefaultPageSize() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
getDefaultPageSize() - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
 
getDefaultPropertyInclusion() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getDefaultReceiveQueue() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
 
getDefaultRequeueRejected() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
getDefaultSchema() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getDefaultTestExecutionListenerClasses() - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
 
getDefaultTimeout() - Method in class org.springframework.boot.autoconfigure.transaction.TransactionProperties
 
getDefaultTopic() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Template
 
getDelay() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties.Recovery
 
getDeliveryDelay() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
getDeliveryMode() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
getDelta(ConditionEvaluationReport) - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
 
getDependencies() - Method in class org.springframework.boot.actuate.beans.BeansEndpoint.BeanDescriptor
 
getDependencies() - Method in class org.springframework.boot.cli.compiler.dependencies.CompositeDependencyManagement
 
getDependencies() - Method in interface org.springframework.boot.cli.compiler.dependencies.DependencyManagement
Returns the managed dependencies.
getDependencies() - Method in class org.springframework.boot.cli.compiler.dependencies.MavenModelDependencyManagement
 
getDependencyResolutionContext() - Method in class org.springframework.boot.cli.compiler.DependencyCustomizer
getDeploymentId() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
 
getDeploymentInfoCustomizers() - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
Returns a mutable collection of the UndertowDeploymentInfoCustomizers that will be applied to the Undertow DeploymentInfo.
getDeploymentManager() - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServer
 
getDepth() - Method in interface org.springframework.boot.context.properties.bind.BindContext
Return the current depth of the binding.
getDescription() - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxOperation
Returns the description of the operation.
getDescription() - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxOperationParameter
Return the description of the parameter or null if none is available.
getDescription() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
 
getDescription() - Method in class org.springframework.boot.actuate.health.Status
Return the description of this status.
getDescription() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
 
getDescription() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.MetricResponse
 
getDescription() - Method in class org.springframework.boot.cli.command.AbstractCommand
 
getDescription() - Method in interface org.springframework.boot.cli.command.Command
Returns a description of the command.
getDescription() - Method in class org.springframework.boot.cli.command.HelpExample
 
getDescription() - Method in class org.springframework.boot.diagnostics.FailureAnalysis
Returns a description of the failure.
getDescription() - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
 
getDescription() - Method in class org.springframework.boot.web.servlet.RegistrationBean
Return a description of the registration.
getDescription() - Method in class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
 
getDescription() - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
 
getDescription(HttpServletRequest) - Method in class org.springframework.boot.web.servlet.support.ErrorPageFilter
Return the description for the given request.
getDescriptor() - Method in class org.springframework.boot.actuate.web.mappings.HandlerMethodDescription
 
getDeserialization() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getDetails() - Method in class org.springframework.boot.actuate.health.Health
Return the details of the health.
getDetails() - Method in class org.springframework.boot.actuate.info.Info
Return the content.
getDetails() - Method in class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDescription
 
getDetails() - Method in class org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletMappingDescription
 
getDetectionStrategy() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
getDeviceId() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties
 
getDifferentiatorPropertySourceProperty() - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
Return a "differentiator" property to ensure that there is something to differentiate regular tests and bootstrapped tests.
getDir() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
 
getDir() - Method in class org.springframework.boot.system.ApplicationHome
Returns the application home directory.
getDir(String) - Method in class org.springframework.boot.system.ApplicationTemp
Return a sub-directory of the application temp.
getDir() - Method in class org.springframework.boot.system.ApplicationTemp
Return the directory to be used for application specific temp files.
getDirect() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
 
getDirectBuffers() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
getDirectory() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
getDisableHtmlEscaping() - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
 
getDisableInnerClassSerialization() - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
 
getDispatcherTypes() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Filter
 
getDisplayName() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
 
getDistribution() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties
 
getDocumentRoot() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
Returns the document root which will be used by the web context to serve static files.
getDomain() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointProperties
 
getDomain() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.jmx.JmxProperties
 
getDomain() - Method in class org.springframework.boot.web.servlet.server.Session.Cookie
Return the domain for the session cookie.
getDriverClassName() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Return the configured driver or null if none was configured.
getDriverClassName() - Method in enum org.springframework.boot.jdbc.DatabaseDriver
Return the driver class name.
getDriverClassName() - Method in enum org.springframework.boot.jdbc.EmbeddedDatabaseConnection
Returns the driver class name.
getDryRunOutput() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getDurationUnits() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaProperties
 
getDurationUnits() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
 
getEffectiveLevel() - Method in class org.springframework.boot.actuate.logging.LoggersEndpoint.SingleLoggerLevels
 
getEffectiveLevel() - Method in class org.springframework.boot.logging.LoggerConfiguration
Returns the effective level of the logger.
getEhcache() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
 
getElement(int, ConfigurationPropertyName.Form) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
Return an element in the name in the given form.
getEmbedded() - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
 
getEmbedded() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
getEnable() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties
 
getEnableAutoCommit() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getEnableComplexMapKeySerialization() - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
 
getEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties.Pushgateway
 
getEnabled() - Static method in class org.springframework.boot.ansi.AnsiOutput
Returns if ANSI output is enabled
getEnabled() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Ssl
 
getEnabled() - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties
 
getEnabled() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
Return whether the resource chain is enabled.
getEnabled() - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
 
getEnabled() - Method in class org.springframework.boot.web.server.Compression
Return whether response compression is enabled.
getEnabledProtocols() - Method in class org.springframework.boot.web.server.Ssl
Return the enabled SSL protocols.
getEnableEnumTranslation() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
getEncoding() - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
 
getEncoding() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getEncoding() - Method in class org.springframework.boot.autoconfigure.http.HttpProperties
 
getEncoding() - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Build
 
getEncoding() - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Git
 
getEncoding() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
getEncoding() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
getEndpoint(EndpointId) - Method in class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
Return the PathMappedEndpoint with the given ID or null if the endpoint cannot be found.
getEndpointBean() - Method in class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint
 
getEndpointBean() - Method in interface org.springframework.boot.actuate.endpoint.annotation.DiscoveredEndpoint
Return the source bean that was used to construct the DiscoveredEndpoint.
getEndpointId() - Method in class org.springframework.boot.actuate.endpoint.AbstractExposableEndpoint
 
getEndpointId() - Method in interface org.springframework.boot.actuate.endpoint.ExposableEndpoint
Return the endpoint ID.
getEndpointOutcome(ConditionContext, String) - Method in class org.springframework.boot.actuate.autoconfigure.OnEndpointElementCondition
 
getEndpoints() - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
 
getEndpoints() - Method in interface org.springframework.boot.actuate.endpoint.EndpointsSupplier
Return the provided endpoints.
getEndpoints() - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
Return the web endpoints being mapped.
getEndpoints() - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
Return the web endpoints being mapped.
getEndpoints() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Env
 
getEndpoints() - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ReactiveRestClientProperties
 
getEndpointServlet() - Method in interface org.springframework.boot.actuate.endpoint.web.ExposableServletEndpoint
Return details of the servlet that should registered.
getEndpointType() - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
 
getEngineValves() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
Returns a mutable collection of the Valves that will be applied to the Tomcat Engine.
getEngineValves() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Returns a mutable collection of the Valves that will be applied to the Tomcat Engine.
getEntityId() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Identityprovider
 
getEntityManager() - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Return the underlying EntityManager that's actually used to perform all operations.
getEntry(String) - Method in class org.springframework.boot.loader.jar.JarFile
 
getEnv() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties
 
getEnvironment() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
getEnvironment() - Method in class org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent
Return the environment.
getEnvironment() - Method in class org.springframework.boot.logging.LoggingInitializationContext
Return the Spring environment if available.
getEnvironment() - Method in class org.springframework.boot.test.context.SpringBootContextLoader
Builds a new ConfigurableEnvironment instance.
getEnvironmentVariable(String) - Method in class org.springframework.boot.cli.app.SpringApplicationLauncher
 
getErr() - Method in interface org.springframework.boot.test.system.CapturedOutput
Return System.err content in the order that it was captured.
getErr() - Method in class org.springframework.boot.test.system.OutputCaptureRule
 
getError(ServerRequest) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
Extract the original error from the current request.
getError() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getError(ServerRequest) - Method in class org.springframework.boot.web.reactive.error.DefaultErrorAttributes
 
getError(ServerRequest) - Method in interface org.springframework.boot.web.reactive.error.ErrorAttributes
Return the underlying cause of the error or null if the error cannot be extracted.
getError(WebRequest) - Method in class org.springframework.boot.web.servlet.error.DefaultErrorAttributes
 
getError(WebRequest) - Method in interface org.springframework.boot.web.servlet.error.ErrorAttributes
Return the underlying cause of the error or null if the error cannot be extracted.
getErrorAttributes(ServerRequest, boolean) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
Extract the error attributes from the current request, to be used to populate error views or JSON payloads.
getErrorAttributes(HttpServletRequest, boolean) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.AbstractErrorController
 
getErrorAttributes(ServerRequest, boolean) - Method in class org.springframework.boot.web.reactive.error.DefaultErrorAttributes
 
getErrorAttributes(ServerRequest, boolean) - Method in interface org.springframework.boot.web.reactive.error.ErrorAttributes
Return a Map of the error attributes.
getErrorAttributes(WebRequest, boolean) - Method in class org.springframework.boot.web.servlet.error.DefaultErrorAttributes
 
getErrorAttributes(WebRequest, boolean) - Method in interface org.springframework.boot.web.servlet.error.ErrorAttributes
Returns a Map of the error attributes.
getErrorOverrides() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getErrorPages() - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
Returns a mutable set of ErrorPages that will be used when handling exceptions.
getErrorPath() - Method in class org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
 
getErrorPath() - Method in interface org.springframework.boot.web.servlet.error.ErrorController
Returns the path of the error page.
getErrorProperties() - Method in class org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
Provide access to the error properties.
getEvalUri() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
 
getEvents() - Method in class org.springframework.boot.actuate.audit.AuditEventsEndpoint.AuditEventsDescriptor
 
getEventType() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicProperties
 
getExample() - Method in class org.springframework.boot.cli.command.HelpExample
 
getExamples() - Method in class org.springframework.boot.cli.command.AbstractCommand
 
getExamples() - Method in interface org.springframework.boot.cli.command.Command
Return some examples for the command.
getExamples() - Method in class org.springframework.boot.cli.command.encodepassword.EncodePasswordCommand
 
getExamples() - Method in class org.springframework.boot.cli.command.init.InitCommand
 
getException() - Method in class org.springframework.boot.context.event.ApplicationFailedEvent
Return the exception that caused the failure.
getException() - Method in class org.springframework.boot.web.server.ErrorPage
Returns the exception type (or null for a page that matches by status).
getExceptionHandlerExceptionResolver() - Method in interface org.springframework.boot.autoconfigure.web.servlet.WebMvcRegistrations
Return the custom ExceptionHandlerExceptionResolver that should be used and processed by the MVC configuration.
getExceptionName() - Method in class org.springframework.boot.web.server.ErrorPage
The exception type name.
getExchange() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
 
getExclude() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointProperties.Exposure
 
getExclude() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties.Exposure
 
getExclude() - Method in class org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties.Group
 
getExclude() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
getExcludedUserAgents() - Method in class org.springframework.boot.web.server.Compression
 
getExcludedViewNames() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
getExcludeFieldsWithoutExposeAnnotation() - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
 
getExclusions() - Method in class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint.ContextConditionEvaluation
 
getExclusions() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportEvent
Return the exclusions that were applied.
getExclusions() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector.AutoConfigurationEntry
 
getExclusions(AnnotationMetadata, AnnotationAttributes) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
Return any exclusions that limit the candidate configurations.
getExclusions() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
Returns the names of the classes that have been excluded from condition evaluation.
getExclusions() - Method in class org.springframework.boot.cli.compiler.dependencies.Dependency
Return the dependency exclusions.
getExecType() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
 
getExecutionTime() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
 
getExitCode() - Method in class org.springframework.boot.autoconfigure.batch.JobExecutionExitCodeGenerator
 
getExitCode() - Method in class org.springframework.boot.ExitCodeEvent
Return the exit code that will be used to exit the JVM.
getExitCode(Throwable) - Method in interface org.springframework.boot.ExitCodeExceptionMapper
Returns the exit code that should be returned from the application.
getExitCode() - Method in interface org.springframework.boot.ExitCodeGenerator
Returns the exit code that should be returned from the application.
getExpectationManagers() - Method in class org.springframework.boot.test.web.client.MockServerRestTemplateCustomizer
 
getExpiration() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Couchbase
 
getExpiry() - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.Token
 
getExposedHeaders() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties
 
getExposure() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointProperties
 
getExposure() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties
 
getExpression() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.CronTaskDescription
 
getExtension() - Method in class org.springframework.boot.web.server.MimeMappings.Mapping
 
getExternalFile() - Method in class org.springframework.boot.actuate.autoconfigure.logging.LogFileWebEndpointProperties
 
getFailure() - Method in class org.springframework.boot.test.context.assertj.ApplicationContextAssert
Obtain the failure that stopped the application context from running, the failure becoming the object under test.
getFeatures() - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties
 
getFetchMaxWait() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getFetchMinSize() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getFetchSize() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getFetchSize() - Method in class org.springframework.boot.autoconfigure.jdbc.JdbcProperties.Template
 
getFieldNamingPolicy() - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
 
getFieldNamingStrategy() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getFile() - Method in class org.springframework.boot.devtools.filewatch.ChangedFile
Return the file that was changed.
getFile(String) - Method in interface org.springframework.boot.devtools.restart.classloader.ClassLoaderFileRepository
Return a ClassLoaderFile for the given name or null if no file is contained in this collection.
getFile(String) - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
 
getFile() - Method in class org.springframework.boot.loader.data.RandomAccessDataFile
Returns the underlying File.
getFile() - Method in class org.springframework.boot.loader.tools.Library
Return the library file.
getFileDateFormat() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
getFileDateFormat() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
getFileExtensions() - Method in class org.springframework.boot.env.PropertiesPropertySourceLoader
 
getFileExtensions() - Method in interface org.springframework.boot.env.PropertySourceLoader
Returns the file extensions that the loader supports (excluding the '.').
getFileExtensions() - Method in class org.springframework.boot.env.YamlPropertySourceLoader
 
getFilename() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
getFiles() - Method in class org.springframework.boot.devtools.filewatch.ChangedFiles
The files that have been changed.
getFiles() - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles.SourceFolder
Return all ClassLoaderFiles in the collection that are contained in this source folder.
getFilesEntrySet() - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles.SourceFolder
 
getFileSizeThreshold() - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
 
getFileSystemWatcher() - Method in interface org.springframework.boot.devtools.filewatch.FileSystemWatcherFactory
Create a new FileSystemWatcher.
getFilter() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
 
getFilter() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
 
getFilter() - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
Return the Filter to be registered.
getFilter() - Method in class org.springframework.boot.web.servlet.DelegatingFilterProxyRegistrationBean
 
getFilter() - Method in class org.springframework.boot.web.servlet.FilterRegistrationBean
 
getFilterDispatcherTypes() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties.Servlet
 
getFilterOrder() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties.Servlet
 
getFilters(AnnotationCustomizableTypeExcludeFilter.FilterType) - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
 
getFilters(AnnotationCustomizableTypeExcludeFilter.FilterType) - Method in class org.springframework.boot.test.autoconfigure.filter.StandardAnnotationCustomizableTypeExcludeFilter
 
getFinalMatchOutcome(AbstractNestedCondition.MemberMatchOutcomes) - Method in class org.springframework.boot.autoconfigure.condition.AbstractNestedCondition
 
getFinalMatchOutcome(AbstractNestedCondition.MemberMatchOutcomes) - Method in class org.springframework.boot.autoconfigure.condition.AllNestedConditions
 
getFinalMatchOutcome(AbstractNestedCondition.MemberMatchOutcomes) - Method in class org.springframework.boot.autoconfigure.condition.AnyNestedCondition
 
getFinalMatchOutcome(AbstractNestedCondition.MemberMatchOutcomes) - Method in class org.springframework.boot.autoconfigure.condition.NoneNestedConditions
 
getFixed() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Strategy
 
getFixedDelay() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.ScheduledTasksReport
 
getFixedRate() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.ScheduledTasksReport
 
getFlavor() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
 
getFlushMode() - Method in class org.springframework.boot.autoconfigure.session.HazelcastSessionProperties
 
getFlushMode() - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionProperties
 
getFlushMode() - Method in class org.springframework.boot.autoconfigure.session.RedisSessionProperties
 
getFlywayBeans() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.ContextFlywayBeans
 
getForEntity(String, Class<T>, Object...) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Retrieve an entity by doing a GET on the specified URL.
getForEntity(String, Class<T>, Map<String, ?>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Retrieve a representation by doing a GET on the URI template.
getForEntity(URI, Class<T>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Retrieve a representation by doing a GET on the URL .
getForgetOrphanedLogEntriesDelay() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties.Recovery
 
getFormat() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
getForObject(String, Class<T>, Object...) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Retrieve a representation by doing a GET on the specified URL.
getForObject(String, Class<T>, Map<String, ?>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Retrieve a representation by doing a GET on the URI template.
getForObject(URI, Class<T>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Retrieve a representation by doing a GET on the URL .
getForwardHeadersStrategy() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getFullModeViewNames() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Reactive
 
getGenerateNonExecutableJson() - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
 
getGenerator() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getGit() - Method in class org.springframework.boot.actuate.autoconfigure.info.InfoContributorProperties
 
getGit() - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoProperties
 
getGlobalPrefix() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontProperties
 
getGridFsDatabase() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getGroup() - Method in class org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties
 
getGroup() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties
 
getGroup() - Method in class org.springframework.boot.info.BuildProperties
Return the groupId of the project or null.
getGroup() - Method in class org.springframework.boot.loader.tools.BuildPropertiesWriter.ProjectDetails
 
getGroupId() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getGroupId(String) - Method in interface org.springframework.boot.cli.compiler.dependencies.ArtifactCoordinatesResolver
Gets the group id of the artifact identified by the given module.
getGroupId() - Method in class org.springframework.boot.cli.compiler.dependencies.Dependency.Exclusion
Return the exclusion group ID.
getGroupId() - Method in class org.springframework.boot.cli.compiler.dependencies.Dependency
Return the dependency group id.
getGroupId(String) - Method in class org.springframework.boot.cli.compiler.dependencies.DependencyManagementArtifactCoordinatesResolver
 
getGroupingKey() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties.Pushgateway
 
getGroups() - Method in class org.springframework.boot.actuate.health.SystemHealth
 
getHandler() - Method in class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDescription
 
getHandler() - Method in class org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletMappingDescription
 
getHandler() - Method in class org.springframework.boot.cli.command.OptionParsingCommand
 
getHandler(ServerHttpRequest) - Method in interface org.springframework.boot.devtools.remote.server.HandlerMapper
Return the handler for the given request or null.
getHandler(ServerHttpRequest) - Method in class org.springframework.boot.devtools.remote.server.UrlHandlerMapper
 
getHandlerFunction() - Method in class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDetails
 
getHandlerMethod() - Method in class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDetails
 
getHandlerMethod() - Method in class org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletMappingDetails
 
getHazelcastInstance() - Method in class org.springframework.boot.autoconfigure.hazelcast.HazelcastClientFactory
Get the HazelcastInstance.
getHazelcastInstance() - Method in class org.springframework.boot.autoconfigure.hazelcast.HazelcastInstanceFactory
Get the HazelcastInstance.
getHeaders() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace.Request
 
getHeaders() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace.Response
 
getHeaders() - Method in interface org.springframework.boot.actuate.trace.http.TraceableRequest
Returns a modifiable copy of the headers of the request.
getHeaders() - Method in interface org.springframework.boot.actuate.trace.http.TraceableResponse
Returns a modifiable copy of the headers of the response.
getHeaders() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription
 
getHeaders() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription
 
getHealth(HealthContributor, boolean) - Method in class org.springframework.boot.actuate.health.HealthEndpoint
 
getHealth(HealthContributor, boolean) - Method in class org.springframework.boot.actuate.health.HealthEndpointWebExtension
 
getHealth(boolean) - Method in interface org.springframework.boot.actuate.health.HealthIndicator
Return an indication of health.
getHealth(ReactiveHealthContributor, boolean) - Method in class org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension
 
getHealth(boolean) - Method in interface org.springframework.boot.actuate.health.ReactiveHealthIndicator
Provide the indicator of health.
getHeartbeatInterval() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Pool
 
getHeartbeatInterval() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getHelp() - Method in class org.springframework.boot.cli.command.AbstractCommand
 
getHelp() - Method in interface org.springframework.boot.cli.command.Command
Gets full help text for the command, e.g.
getHelp() - Method in class org.springframework.boot.cli.command.core.HelpCommand
 
getHelp() - Method in class org.springframework.boot.cli.command.OptionParsingCommand
 
getHelp() - Method in class org.springframework.boot.cli.command.options.OptionHandler
 
getHibernatePropertiesCustomizers() - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateSettings
 
getHomeDirectory() - Method in class org.springframework.boot.loader.PropertiesLauncher
 
getHomeFolder() - Method in class org.springframework.boot.devtools.env.DevToolsHomePropertiesPostProcessor
 
getHost() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.elastic.ElasticProperties
 
getHost() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaProperties
 
getHost() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
 
getHost() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
 
getHost() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getHost() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getHost() - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties.Proxy
 
getHost() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
getHost() - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
getHost() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getHost() - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties.Proxy
 
getHost() - Method in class org.springframework.boot.autoconfigure.solr.SolrProperties
 
getHost() - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Proxy
 
getHostHeader() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getHostTag() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics.AppOpticsProperties
 
getHostTag() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.datadog.DatadogProperties
 
getHref() - Method in class org.springframework.boot.actuate.endpoint.web.Link
Returns the href of the link.
getHttp2() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getHttp2() - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
 
getHttpCodeStatusMapper() - Method in interface org.springframework.boot.actuate.health.HealthEndpointGroup
Returns the HttpCodeStatusMapper that should be used for this group.
getHttpDirectPort() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Bootstrap
 
getHttpHandler() - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
Return the HttpHandler that should be used to process the reactive web server.
getHttpMapping() - Method in class org.springframework.boot.actuate.autoconfigure.health.HealthIndicatorProperties
Deprecated.
 
getHttpMapping() - Method in class org.springframework.boot.actuate.autoconfigure.health.HealthProperties.Status
 
getHttpMethod() - Method in class org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
Returns the HTTP method for the operation.
getHttpOnly() - Method in class org.springframework.boot.web.servlet.server.Session.Cookie
Return whether to use "HttpOnly" cookies for session cookies.
getHttpSslPort() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Bootstrap
 
getHttpStatus(Map<String, Object>) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
Get the HTTP error status information from the error map.
getId() - Method in interface org.springframework.boot.actuate.endpoint.web.WebOperation
Returns the ID of the operation that uniquely identifies it within its endpoint.
getId() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
 
getId() - Method in class org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
 
getId() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace.Session
 
getId() - Method in enum org.springframework.boot.jdbc.DatabaseDriver
Return the identifier of this driver.
getId(Object) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Return the ID of the given entity.
getId(Object, Class<T>) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Return the ID of the given entity cast to a specific type.
getIdentifier(String, boolean, JdbcEnvironment) - Method in class org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
Get an identifier for the specified details.
getIdentityprovider() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration
 
getIdle() - Method in class org.springframework.boot.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
 
getIdle() - Method in interface org.springframework.boot.jdbc.metadata.DataSourcePoolMetadata
Return the number of established but idle connections.
getIdle() - Method in class org.springframework.boot.jdbc.metadata.HikariDataSourcePoolMetadata
 
getIdle() - Method in class org.springframework.boot.jdbc.metadata.TomcatDataSourcePoolMetadata
 
getIdleEventInterval() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
getIdleEventInterval() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
getIdleTimeout() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Pool
 
getIdleTimeout() - Method in class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
 
getIgnorePaths() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
getImplicitStrategy() - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties.Naming
 
getImportGroup() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
getInclude() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointProperties.Exposure
 
getInclude() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties.Exposure
 
getInclude() - Method in class org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties.Group
 
getInclude() - Method in class org.springframework.boot.actuate.autoconfigure.trace.http.HttpTraceProperties
 
getIncludeStacktrace() - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
 
getIndex() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.elastic.ElasticProperties
 
getIndexDateFormat() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.elastic.ElasticProperties
 
getIndices() - Method in class org.springframework.boot.actuate.autoconfigure.elasticsearch.ElasticsearchHealthIndicatorProperties
Deprecated.
getInfinispan() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
 
getInit() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
 
getInit() - Method in class org.springframework.boot.autoconfigure.webservices.WebServicesProperties.Servlet
 
getInitialDelay() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.IntervalTaskDescription
 
getInitialInterval() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 
getInitializationMode() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getInitializers() - Method in class org.springframework.boot.SpringApplication
Returns read-only ordered Set of the ApplicationContextInitializers that will be applied to the Spring ApplicationContext.
getInitializers(MergedContextConfiguration, SpringApplication) - Method in class org.springframework.boot.test.context.SpringBootContextLoader
Return the initializers that will be applied to the context.
getInitializeSchema() - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties
 
getInitializeSchema() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Jdbc
 
getInitializeSchema() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties.Jdbc
 
getInitializeSchema() - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionProperties
 
getInitialUrls(Thread) - Method in class org.springframework.boot.devtools.restart.DefaultRestartInitializer
 
getInitialUrls() - Method in class org.springframework.boot.devtools.restart.Restarter
Return the initial set of URLs as configured by the RestartInitializer.
getInitialUrls(Thread) - Method in interface org.springframework.boot.devtools.restart.RestartInitializer
Return the initial set of URLs for the Restarter or null if no initial restart is required.
getInitParameters() - Method in class org.springframework.boot.web.servlet.DynamicRegistrationBean
Returns a mutable Map of the registration init-parameters.
getInitParameters() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
 
getInitParameters() - Method in class org.springframework.boot.web.servlet.server.Jsp
Return the init parameters used to configure the JSP servlet.
getInitSqls() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getInlinedProperties(MergedContextConfiguration) - Method in class org.springframework.boot.test.context.SpringBootContextLoader
 
getInputStream() - Method in interface org.springframework.boot.loader.data.RandomAccessData
Returns an InputStream that can be used to read the underlying data.
getInputStream() - Method in class org.springframework.boot.loader.data.RandomAccessDataFile
 
getInputStream(ZipEntry) - Method in class org.springframework.boot.loader.jar.JarFile
 
getInstalledBy() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
 
getInstalledBy() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getInstalledOn() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
 
getInstalledRank() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
 
getInstance() - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBean
Return the actual Spring bean instance.
getInstance() - Static method in class org.springframework.boot.devtools.restart.Restarter
Return the active Restarter instance.
getInstant(String) - Method in class org.springframework.boot.info.InfoProperties
Return the value of the specified property as an Instant or null if the value is not a valid Long representation of an epoch time.
getInteger(String, String) - Method in interface org.springframework.boot.autoconfigure.AutoConfigurationMetadata
Get an Integer value from the meta-data.
getInteger(String, String, Integer) - Method in interface org.springframework.boot.autoconfigure.AutoConfigurationMetadata
Get an Integer value from the meta-data.
getInternalProxies() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getInterval() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.IntervalTaskDescription
 
getIntrospectionUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Opaquetoken
 
getInvalidCharacters() - Method in exception org.springframework.boot.context.properties.source.InvalidConfigurationPropertyNameException
 
getIoThreads() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
getIsolationLevel() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getIssuer() - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.Token
 
getIssuerUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
 
getIssuerUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
 
getJaas() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
 
getJarEntry(CharSequence) - Method in class org.springframework.boot.loader.jar.JarFile
 
getJarEntry(String) - Method in class org.springframework.boot.loader.jar.JarFile
 
getJavaVersion() - Static method in enum org.springframework.boot.system.JavaVersion
Returns the JavaVersion of the current runtime.
getJcache() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
 
getJdbc() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties
 
getJdbc() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties
 
getJedis() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getJetty() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getJettyWebServer(Server) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
Factory method called to create the JettyWebServer.
getJndiName() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getJndiName() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties
 
getJndiName() - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
getJob() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties.Pushgateway
 
getJob() - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties
 
getJobExecution() - Method in class org.springframework.boot.autoconfigure.batch.JobExecutionEvent
Return the job execution.
getJobExplorer() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
 
getJobLauncher() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
 
getJobRepository() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
 
getJobStoreType() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties
 
getJodaDateTimeFormat() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
Deprecated.
getJson() - Method in class org.springframework.boot.test.json.JsonContent
Return the actual JSON content string.
getJsonContent(String) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Factory method used to get a JsonContent instance from a source JSON string.
getJsonContent(String) - Method in class org.springframework.boot.test.json.JacksonTester
 
getJsonParser() - Static method in class org.springframework.boot.json.JsonParserFactory
Static factory for the "best" JSON parser available on the classpath.
getJsp() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Servlet
 
getJsp() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
 
getJtaTransactionManager() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
Return the JTA transaction manager.
getJwkSetUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
 
getJwkSetUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
 
getJwsAlgorithm() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
 
getJwt() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties
 
getKeepAlive() - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
 
getKey() - Method in class org.springframework.boot.info.InfoProperties.Entry
 
getKeyAlias() - Method in class org.springframework.boot.web.server.Ssl
Return the alias that identifies the key in the key store.
getKeyDeserializer() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getKeyId() - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.Token
 
getKeyManagerFactory(Ssl, SslStoreProvider) - Method in class org.springframework.boot.web.embedded.netty.SslServerCustomizer
 
getKeyPassword() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
getKeyPassword() - Method in class org.springframework.boot.web.server.Ssl
Return the password used to access the key in the key store.
getKeyPrefix() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Redis
 
getKeySerializer() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
getKeyspaceName() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getKeyStore() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
getKeyStore() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Ssl
 
getKeyStore() - Method in class org.springframework.boot.web.server.Ssl
Return the path to the key store that holds the SSL certificate (typically a jks file).
getKeyStore() - Method in interface org.springframework.boot.web.server.SslStoreProvider
Return the key store that should be used.
getKeyStoreLocation() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
getKeyStorePassword() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
getKeyStorePassword() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Ssl
 
getKeyStorePassword() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
getKeyStorePassword() - Method in class org.springframework.boot.web.server.Ssl
Return the password used to access the key store.
getKeyStoreProvider() - Method in class org.springframework.boot.web.server.Ssl
Return the provider for the key store.
getKeyStoreType() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
getKeyStoreType() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
getKeyStoreType() - Method in class org.springframework.boot.web.server.Ssl
Return the type of the key store.
getKeysToSanitize() - Method in class org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointProperties
 
getKeysToSanitize() - Method in class org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointProperties
 
getKeyValue() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints
 
getKeyValue() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
getKind() - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFile
Return the file ClassLoaderFile.Kind (added, modified, deleted).
getLabels() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
 
getLabels() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getLastAccessedTime() - Method in class org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
 
getLastElement(ConfigurationPropertyName.Form) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
Return the last element in the name in the given form.
getLastModified() - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFile
Return the time that the file was last modified.
getLauncherClassName() - Method in interface org.springframework.boot.loader.tools.Layout
Returns the launcher class name for this layout.
getLauncherClassName() - Method in class org.springframework.boot.loader.tools.Layouts.Expanded
 
getLauncherClassName() - Method in class org.springframework.boot.loader.tools.Layouts.Jar
 
getLauncherClassName() - Method in class org.springframework.boot.loader.tools.Layouts.None
 
getLauncherClassName() - Method in class org.springframework.boot.loader.tools.Layouts.War
 
getLayout(File) - Method in class org.springframework.boot.loader.tools.DefaultLayoutFactory
 
getLayout(File) - Method in interface org.springframework.boot.loader.tools.LayoutFactory
Return a Layout for the specified source file.
getLdif() - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
 
getLenient() - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
 
getLettuce() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getLibraryDestination(String, LibraryScope) - Method in interface org.springframework.boot.loader.tools.Layout
Returns the destination path for a given library.
getLibraryDestination(String, LibraryScope) - Method in class org.springframework.boot.loader.tools.Layouts.Jar
 
getLibraryDestination(String, LibraryScope) - Method in class org.springframework.boot.loader.tools.Layouts.War
 
getLicenseKey() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getLimitParamName() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
getLine() - Method in class org.springframework.boot.origin.TextResourceOrigin.Location
Return the line of the text resource where the property originated.
getLinksHandler() - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
Return the Handler providing actuator links at the root endpoint.
getLinksHandler() - Method in class org.springframework.boot.actuate.endpoint.web.reactive.WebFluxEndpointHandlerMapping
 
getLinksHandler() - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
Return the Handler providing actuator links at the root endpoint.
getLinksHandler() - Method in class org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping
 
getLiquibaseBeans() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ContextLiquibaseBeans
 
getLiquibaseSchema() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getLiquibaseTablespace() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getListener() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getListener() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties
 
getListener() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
 
getListener() - Method in class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
Return the listener to be registered.
getListeners() - Method in class org.springframework.boot.SpringApplication
Returns read-only ordered Set of the ApplicationListeners that will be applied to the SpringApplication and registered with the ApplicationContext .
getLivereload() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties
 
getLoader() - Method in class org.springframework.boot.cli.compiler.GroovyCompiler
 
getLoaderPath() - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerTemplateAvailabilityProvider.FreeMarkerTemplateAvailabilityProperties
 
getLoaderPath() - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAvailabilityProvider.GroovyTemplateAvailabilityProperties
 
getLoaderPath() - Method in class org.springframework.boot.autoconfigure.template.PathBasedTemplateAvailabilityProvider.TemplateAvailabilityProperties
 
getLoadOnStartup() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties.Servlet
 
getLoadOnStartup() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Servlet
 
getLoadOnStartup() - Method in class org.springframework.boot.autoconfigure.webservices.WebServicesProperties.Servlet
 
getLocale() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getLocale() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
getLocale() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
getLocaleCharsetMappings() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
Return the Locale to Charset mappings.
getLocaleResolver() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
getLocalRepository() - Method in class org.springframework.boot.cli.compiler.maven.MavenSettings
 
getLocation() - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Build
 
getLocation() - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Git
 
getLocation() - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
 
getLocation() - Method in class org.springframework.boot.origin.TextResourceOrigin
Return the location of the property within the source (if known).
getLocations() - Method in exception org.springframework.boot.autoconfigure.flyway.FlywayMigrationScriptMissingException
 
getLocations() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getLog(Class<?>) - Static method in class org.springframework.boot.devtools.logger.DevToolsLogFactory
Get a Log instance for the specified source that will be automatically switched when the context is prepared.
getLogBaseDir() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
 
getLogBaseName() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
 
getLogContainerConfig() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
getLogDir() - Method in class org.springframework.boot.autoconfigure.transaction.jta.JtaProperties
 
getLoggerConfiguration(String) - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
 
getLoggerConfiguration(String) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
getLoggerConfiguration(String) - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
 
getLoggerConfiguration(String) - Method in class org.springframework.boot.logging.LoggingSystem
Returns the current configuration for a LoggingSystem's logger.
getLoggerConfigurations() - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
 
getLoggerConfigurations() - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
getLoggerConfigurations() - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
 
getLoggerConfigurations() - Method in class org.springframework.boot.logging.LoggingSystem
Returns a collection of the current configuration for all a LoggingSystem's loggers.
getLoginModule() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Jaas
 
getLoginTimeout() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
 
getLogLevel() - Method in interface org.springframework.boot.cli.command.run.SpringApplicationRunnerConfiguration
Returns the logging level to use.
getLogLevelForReport() - Method in class org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener
 
getLogWriter() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
 
getLongRequestTags(HttpServletRequest, Object) - Method in class org.springframework.boot.actuate.metrics.web.servlet.DefaultWebMvcTagsProvider
 
getLongRequestTags(HttpServletRequest, Object) - Method in interface org.springframework.boot.actuate.metrics.web.servlet.WebMvcTagsProvider
Provides tags to be used by long task timers.
getLongSerializationPolicy() - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
 
getMainApplicationClass() - Method in class org.springframework.boot.SpringApplication
Returns the main application class that has been deduced or explicitly configured.
getMainClass() - Method in class org.springframework.boot.loader.ExecutableArchiveLauncher
 
getMainClass() - Method in class org.springframework.boot.loader.Launcher
Returns the main class that should be launched.
getMainClass() - Method in class org.springframework.boot.loader.PropertiesLauncher
 
getManagedDependencies() - Method in class org.springframework.boot.cli.compiler.grape.DependencyResolutionContext
 
getManagedVersion(String, String) - Method in class org.springframework.boot.cli.compiler.grape.DependencyResolutionContext
 
getMandatory() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
 
getManifest() - Method in interface org.springframework.boot.loader.archive.Archive
Returns the manifest of the archive.
getManifest() - Method in class org.springframework.boot.loader.archive.ExplodedArchive
 
getManifest() - Method in class org.springframework.boot.loader.archive.JarFileArchive
 
getManifest() - Method in class org.springframework.boot.loader.jar.JarFile
 
getMapName() - Method in class org.springframework.boot.autoconfigure.session.HazelcastSessionProperties
 
getMapper() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getMapping() - Method in class org.springframework.boot.autoconfigure.http.HttpProperties.Encoding
 
getMappingForMethod(Method, Class<?>) - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
 
getMappingForMethod(Method, Class<?>) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
 
getMappingName() - Method in interface org.springframework.boot.actuate.web.mappings.MappingDescriptionProvider
Returns the name of the mappings described by this provider.
getMappingName() - Method in class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider
 
getMappingName() - Method in class org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletsMappingDescriptionProvider
 
getMappingName() - Method in class org.springframework.boot.actuate.web.mappings.servlet.FiltersMappingDescriptionProvider
 
getMappingName() - Method in class org.springframework.boot.actuate.web.mappings.servlet.ServletsMappingDescriptionProvider
 
getMappingPath() - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server
 
getMappingResources() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
getMappings() - Method in class org.springframework.boot.actuate.web.mappings.MappingsEndpoint.ContextMappings
 
getMappings() - Method in class org.springframework.boot.actuate.web.mappings.servlet.ServletRegistrationMappingDescription
Returns the mappings for the registered servlet.
getMaster() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Sentinel
 
getMatchAllRemainingPathSegmentsVariable() - Method in class org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
Returns the name of the variable used to catch all remaining path segments null.
getMatched() - Method in class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint.MessageAndConditions
 
getMatches() - Method in class org.springframework.boot.autoconfigure.condition.AbstractNestedCondition.MemberMatchOutcomes
 
getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.actuate.autoconfigure.OnEndpointElementCondition
 
getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.condition.AbstractNestedCondition
 
getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.condition.OnPropertyListCondition
 
getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.condition.ResourceCondition
 
getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.condition.SpringBootCondition
Determine the outcome of the match along with suitable log output.
getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration.ResourceBundleCondition
 
getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.ClientsConfiguredCondition
 
getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.IssuerUriCondition
 
getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.KeyValueCondition
 
getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.devtools.autoconfigure.OnEnabledDevToolsCondition
 
getMax() - Method in class org.springframework.boot.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
 
getMax() - Method in interface org.springframework.boot.jdbc.metadata.DataSourcePoolMetadata
Return the maximum number of active connections that can be allocated at the same time or -1 if there is no limit.
getMax() - Method in class org.springframework.boot.jdbc.metadata.HikariDataSourcePoolMetadata
 
getMax() - Method in class org.springframework.boot.jdbc.metadata.TomcatDataSourcePoolMetadata
 
getMaxActive() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
 
getMaxActives() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
 
getMaxAge() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties
 
getMaxAge() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
 
getMaxAge() - Method in class org.springframework.boot.web.servlet.server.Session.Cookie
Return the maximum age of the session cookie.
getMaxAttempts() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 
getMaxChunkSize() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Reactive
 
getMaxConcurrency() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer
 
getMaxConcurrency() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
 
getMaxConnections() - Method in class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
 
getMaxConnections() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getMaxCookies() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
getMaxDays() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
getMaxEndpoints() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints.CouchbaseService
 
getMaxFileSize() - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
 
getMaxHeaders() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
getMaxHttpFormPostSize() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
 
getMaxHttpFormPostSize() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getMaxHttpHeaderSize() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getMaxHttpPostSize() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
Deprecated.
getMaxHttpPostSize() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
Deprecated.
getMaxHttpPostSize() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
getMaxIdle() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
 
getMaximumExpectedValue() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Distribution
 
getMaxInactiveInterval() - Method in class org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
 
getMaxInMemorySize() - Method in class org.springframework.boot.autoconfigure.codec.CodecProperties
 
getMaxInterval() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 
getMaxPacketLength() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
 
getMaxPageSize() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
getMaxPageSize() - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
 
getMaxParameters() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
getMaxPollRecords() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getMaxQueueSize() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Pool
 
getMaxRedirects() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Cluster
 
getMaxRequestSize() - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
 
getMaxRetries() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties.Recovery
 
getMaxRows() - Method in class org.springframework.boot.autoconfigure.jdbc.JdbcProperties.Template
 
getMaxSessionsPerConnection() - Method in class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
 
getMaxSize() - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
 
getMaxSwallowSize() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getMaxThreads() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
 
getMaxThreads() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getMaxTimeout() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
 
getMaxUriTags() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web.Client
 
getMaxUriTags() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web.Server
 
getMaxWait() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
 
getMBeanInfo() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
 
getMbeanregistry() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getMeasurements() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.MetricResponse
 
getMediaType() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription.MediaTypeExpressionDescription
 
getMediaType() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription.MediaTypeExpressionDescription
 
getMediaTypes() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Reactive
 
getMediaTypes() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Contentnegotiation
 
getMembers() - Method in class org.springframework.boot.actuate.logging.LoggersEndpoint.GroupLoggerLevels
 
getMembers() - Method in class org.springframework.boot.logging.LoggerGroup
 
getMessage() - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.SecurityResponse
 
getMessage() - Method in class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint.MessageAndCondition
 
getMessage() - Method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
Return an outcome message or null.
getMessageCodesResolver() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
getMessageCodesResolverFormat() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
getMetadataReader(Resource) - Method in class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
 
getMeterBinder(C, Iterable<Tag>) - Method in interface org.springframework.boot.actuate.metrics.cache.CacheMeterBinderProvider
Return the MeterBinder managing the specified Cache or null if the specified Cache is not supported.
getMeterBinder(CaffeineCache, Iterable<Tag>) - Method in class org.springframework.boot.actuate.metrics.cache.CaffeineCacheMeterBinderProvider
 
getMeterBinder(EhCacheCache, Iterable<Tag>) - Method in class org.springframework.boot.actuate.metrics.cache.EhCache2CacheMeterBinderProvider
 
getMeterBinder(HazelcastCache, Iterable<Tag>) - Method in class org.springframework.boot.actuate.metrics.cache.HazelcastCacheMeterBinderProvider
 
getMeterBinder(JCacheCache, Iterable<Tag>) - Method in class org.springframework.boot.actuate.metrics.cache.JCacheCacheMeterBinderProvider
 
getMeterTimeToLive() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
 
getMethod() - Method in class org.springframework.boot.actuate.endpoint.invoke.reflect.OperationMethod
Return the source Java method.
getMethod() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace.Request
 
getMethod() - Method in interface org.springframework.boot.actuate.trace.http.TraceableRequest
Returns the method (GET, POST, etc) of the request.
getMethods() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription
 
getMethods() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription
 
getMetricName() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web.Client.ClientRequest
 
getMetricName() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web.Server.ServerRequest
 
getMigrations() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayDescriptor
 
getMimeMappings() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
Returns the mime-type mappings.
getMimeType() - Method in class org.springframework.boot.web.server.MimeMappings.Mapping
 
getMimeTypes() - Method in class org.springframework.boot.web.server.Compression
Return the MIME types that should be compressed.
getMin() - Method in class org.springframework.boot.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
 
getMin() - Method in interface org.springframework.boot.jdbc.metadata.DataSourcePoolMetadata
Return the minimum number of idle connections in the pool or null if that information is not available.
getMin() - Method in class org.springframework.boot.jdbc.metadata.HikariDataSourcePoolMetadata
 
getMin() - Method in class org.springframework.boot.jdbc.metadata.TomcatDataSourcePoolMetadata
 
getMinEndpoints() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints.CouchbaseService
 
getMinIdle() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
 
getMinimumExpectedValue() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Distribution
 
getMinResponseSize() - Method in class org.springframework.boot.web.server.Compression
Return the minimum "Content-Length" value that is required for compression to be performed.
getMinSpareThreads() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getMinThreads() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
 
getMirrorSelector() - Method in class org.springframework.boot.cli.compiler.maven.MavenSettings
 
getMissingParameters() - Method in exception org.springframework.boot.actuate.endpoint.invoke.MissingParametersException
Returns the parameters that were missing.
getMode() - Method in class org.springframework.boot.actuate.autoconfigure.info.InfoContributorProperties.Git
 
getMode() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleProperties
 
getMode() - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Return the mode that should be used to expose the content.
getMode() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Connection
 
getMode() - Method in class org.springframework.boot.autoconfigure.batch.BatchDataSourceInitializer
 
getMode() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationDataSourceInitializer
 
getMode() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
getMode() - Method in enum org.springframework.boot.autoconfigure.jms.JmsProperties.AcknowledgeMode
 
getMode() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzDataSourceInitializer
 
getMode() - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionDataSourceInitializer
 
getMode() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
getMode() - Method in class org.springframework.boot.jdbc.AbstractDataSourceInitializer
 
getMongoClientDatabase() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getMonitorInterval() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
getMultipartConfig() - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
Returns the multi-part configuration to be applied or null.
getMultiplier() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 
getMustRevalidate() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
 
getName() - Method in class org.springframework.boot.actuate.cache.CachesEndpoint.CacheEntry
 
getName() - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationParameter
Returns the parameter name.
getName() - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxOperation
Returns the name of the operation.
getName() - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxOperationParameter
Return the name of the operation parameter.
getName() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySourceDescriptor
 
getName() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySourceEntryDescriptor
 
getName() - Method in interface org.springframework.boot.actuate.health.NamedContributor
Returns the name of the contributor.
getName(LogLevel) - Method in class org.springframework.boot.actuate.logging.LoggersEndpoint.LoggerLevels
 
getName() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.MetricResponse
 
getName() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace.Principal
 
getName() - Method in class org.springframework.boot.actuate.web.mappings.HandlerMethodDescription
 
getName() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription.NameValueExpressionDescription
 
getName() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RegistrationMappingDescription
Returns the name of the registered Filter or Servlet.
getName() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription.NameValueExpressionDescription
 
getName() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Bucket
 
getName() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getName() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
 
getName() - Method in class org.springframework.boot.cli.command.AbstractCommand
 
getName() - Method in interface org.springframework.boot.cli.command.Command
Returns the name of the command.
getName() - Method in class org.springframework.boot.cli.command.CommandRunner
Return the name of the runner or an empty string.
getName() - Method in class org.springframework.boot.cli.command.status.ExitStatus
A name describing the outcome.
getName() - Method in class org.springframework.boot.cli.compiler.grape.RepositoryConfiguration
Return the name of the repository.
getName() - Method in exception org.springframework.boot.context.properties.bind.BindException
Return the name of the configuration property being bound.
getName() - Method in class org.springframework.boot.context.properties.bind.validation.ValidationErrors
Return the name of the item that was being validated.
getName() - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBean
Return the name of the Spring bean.
getName() - Method in class org.springframework.boot.context.properties.source.ConfigurationProperty
 
getName() - Method in exception org.springframework.boot.context.properties.source.InvalidConfigurationPropertyNameException
 
getName() - Method in exception org.springframework.boot.context.properties.source.InvalidConfigurationPropertyValueException
Return the name of the property.
getName() - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles.SourceFolder
Return the name of the source folder.
getName() - Method in class org.springframework.boot.info.BuildProperties
Return the name of the project or null.
getName() - Method in interface org.springframework.boot.loader.archive.Archive.Entry
Returns the name of the entry.
getName() - Method in class org.springframework.boot.loader.jar.JarFile
 
getName() - Method in class org.springframework.boot.loader.tools.BuildPropertiesWriter.ProjectDetails
 
getName() - Method in class org.springframework.boot.loader.tools.Library
Return the name of file as it should be written.
getName() - Method in class org.springframework.boot.logging.LoggerConfiguration
Returns the name of the logger.
getName() - Method in class org.springframework.boot.logging.LoggerGroup
 
getName() - Method in class org.springframework.boot.web.servlet.server.Session.Cookie
Return the session cookie name.
getNameForAlias(ConfigurationPropertyName) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
 
getNames() - Method in interface org.springframework.boot.actuate.health.HealthEndpointGroups
Return the names of any additional groups.
getNames() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.ListNamesResponse
 
getNames() - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties.Job
 
getNamespace() - Method in class org.springframework.boot.autoconfigure.session.RedisSessionProperties
 
getNaming() - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties
 
getNegativeMatches() - Method in class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint.ContextConditionEvaluation
 
getNestedArchive(Archive.Entry) - Method in class org.springframework.boot.loader.archive.ExplodedArchive
 
getNestedArchive(Archive.Entry) - Method in class org.springframework.boot.loader.archive.JarFileArchive
 
getNestedArchives(Archive.EntryFilter) - Method in interface org.springframework.boot.loader.archive.Archive
Returns nested Archives for entries that match the specified filter.
getNestedArchives(Archive.EntryFilter) - Method in class org.springframework.boot.loader.archive.ExplodedArchive
 
getNestedArchives(Archive.EntryFilter) - Method in class org.springframework.boot.loader.archive.JarFileArchive
 
getNestedJarFile(ZipEntry) - Method in class org.springframework.boot.loader.jar.JarFile
Return a nested JarFile loaded from the specified entry.
getNestedJarFile(JarEntry) - Method in class org.springframework.boot.loader.jar.JarFile
Return a nested JarFile loaded from the specified entry.
getNestedMap(Map<String, Object>, String) - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Return the nested map with the specified key or empty map if the specified map contains no mapping for the key.
getNetty() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getNoCache() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
 
getNodes() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Cluster
 
getNodes() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Sentinel
 
getNoGuessDependenciesOption() - Method in class org.springframework.boot.cli.command.options.CompilerOptionHandler
 
getNoGuessImportsOption() - Method in class org.springframework.boot.cli.command.options.CompilerOptionHandler
 
getNonMatches() - Method in class org.springframework.boot.autoconfigure.condition.AbstractNestedCondition.MemberMatchOutcomes
 
getNonOptionArgs() - Method in interface org.springframework.boot.ApplicationArguments
Return the collection of non-option arguments parsed.
getNonOptionArgs() - Method in class org.springframework.boot.DefaultApplicationArguments
 
getNoPollThreshold() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
getNoRequestTimeout() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
getNoStore() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
 
getNotMatched() - Method in class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint.MessageAndConditions
 
getNoTransform() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
 
getNumberOfElements() - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
Return the total number of elements in the name.
getNumThreads() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
 
getNumThreads() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PushRegistryProperties
Deprecated.
getObject() - Method in class org.springframework.boot.test.json.ObjectContent
Return the actual object content.
getObject() - Method in class org.springframework.boot.validation.MessageInterpolatorFactory
 
getObjectName(ExposableJmxEndpoint) - Method in interface org.springframework.boot.actuate.endpoint.jmx.EndpointObjectNameFactory
Generate an ObjectName for the specified endpoint.
getObjectName(Object, String) - Method in class org.springframework.boot.autoconfigure.jmx.ParentAwareNamingStrategy
 
getOffline() - Method in class org.springframework.boot.cli.compiler.maven.MavenSettings
 
getOpaquetoken() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties
 
getOpenInView() - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
 
getOpenInView() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
getOperationMethod() - Method in class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
 
getOperations() - Method in class org.springframework.boot.actuate.endpoint.AbstractExposableEndpoint
 
getOperations() - Method in interface org.springframework.boot.actuate.endpoint.ExposableEndpoint
Returns the operations of the endpoint.
getOperationType() - Method in class org.springframework.boot.actuate.endpoint.invoke.reflect.OperationMethod
Return the operation type.
getOplogSize() - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties.Storage
 
getOptionNames() - Method in interface org.springframework.boot.ApplicationArguments
Return the names of all option arguments.
getOptionNames() - Method in class org.springframework.boot.DefaultApplicationArguments
 
getOptions() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Jaas
 
getOptions() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
getOptions() - Method in exception org.springframework.boot.cli.command.CommandException
Returns a set of options that are understood by the CommandRunner.
getOptions() - Method in interface org.springframework.boot.cli.command.options.OptionHelp
Returns the set of options that are mutually synonymous.
getOptions() - Method in class org.springframework.boot.cli.command.options.OptionSetGroovyCompilerConfiguration
 
getOptionsHelp() - Method in class org.springframework.boot.cli.command.AbstractCommand
 
getOptionsHelp() - Method in interface org.springframework.boot.cli.command.Command
Returns help for each supported option.
getOptionsHelp() - Method in class org.springframework.boot.cli.command.core.HelpCommand
 
getOptionsHelp() - Method in class org.springframework.boot.cli.command.OptionParsingCommand
 
getOptionsHelp() - Method in class org.springframework.boot.cli.command.options.OptionHandler
 
getOptionValues(String) - Method in interface org.springframework.boot.ApplicationArguments
Return the collection of values associated with the arguments option having the given name.
getOptionValues(String) - Method in class org.springframework.boot.DefaultApplicationArguments
 
getOracleSqlplus() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getOracleSqlplusWarn() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getOrAddAttribute(String, ObjectFactory<?>) - Method in class org.springframework.boot.devtools.restart.Restarter
 
getOrCreateSourceFolder(String) - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
Get or create a ClassLoaderFiles.SourceFolder with the given name.
getOrDeduceName(Object) - Method in class org.springframework.boot.web.servlet.DynamicRegistrationBean
Deduces the name for this registration.
getOrder() - Method in class org.springframework.boot.actuate.autoconfigure.health.HealthIndicatorProperties
Deprecated.
 
getOrder() - Method in class org.springframework.boot.actuate.autoconfigure.health.HealthProperties.Status
 
getOrder() - Method in class org.springframework.boot.actuate.autoconfigure.web.server.ManagementWebServerFactoryCustomizer
 
getOrder() - Method in class org.springframework.boot.actuate.web.trace.reactive.HttpTraceWebFilter
 
getOrder() - Method in class org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter
 
getOrder() - Method in class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
 
getOrder() - Method in class org.springframework.boot.autoconfigure.AbstractDependsOnBeanFactoryPostProcessor
 
getOrder() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
getOrder() - Method in class org.springframework.boot.autoconfigure.AutoConfigurations
 
getOrder() - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
 
getOrder() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayMigrationInitializer
 
getOrder() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties.Filter
 
getOrder() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Filter
 
getOrder() - Method in class org.springframework.boot.autoconfigure.web.embedded.JettyWebServerFactoryCustomizer
 
getOrder() - Method in class org.springframework.boot.autoconfigure.web.embedded.NettyWebServerFactoryCustomizer
 
getOrder() - Method in class org.springframework.boot.autoconfigure.web.embedded.TomcatWebServerFactoryCustomizer
 
getOrder() - Method in class org.springframework.boot.autoconfigure.web.embedded.UndertowWebServerFactoryCustomizer
 
getOrder() - Method in class org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryCustomizer
 
getOrder() - Method in class org.springframework.boot.autoconfigure.web.servlet.error.DefaultErrorViewResolver
 
getOrder() - Method in class org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryCustomizer
 
getOrder() - Method in class org.springframework.boot.autoconfigure.web.servlet.TomcatServletWebServerFactoryCustomizer
 
getOrder() - Method in class org.springframework.boot.autoconfigure.websocket.reactive.TomcatWebSocketReactiveWebServerCustomizer
 
getOrder() - Method in class org.springframework.boot.autoconfigure.websocket.servlet.JettyWebSocketServletWebServerCustomizer
 
getOrder() - Method in class org.springframework.boot.autoconfigure.websocket.servlet.TomcatWebSocketServletWebServerCustomizer
 
getOrder() - Method in class org.springframework.boot.autoconfigure.websocket.servlet.UndertowWebSocketServletWebServerCustomizer
 
getOrder() - Method in class org.springframework.boot.builder.ParentContextApplicationContextInitializer
 
getOrder() - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener
 
getOrder() - Method in class org.springframework.boot.cloud.CloudFoundryVcapEnvironmentPostProcessor
 
getOrder() - Method in class org.springframework.boot.context.annotation.UserConfigurations
 
getOrder() - Method in class org.springframework.boot.context.ApplicationPidFileWriter
 
getOrder() - Method in class org.springframework.boot.context.config.AnsiOutputApplicationListener
 
getOrder() - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
 
getOrder() - Method in class org.springframework.boot.context.config.DelegatingApplicationContextInitializer
 
getOrder() - Method in class org.springframework.boot.context.config.DelegatingApplicationListener
 
getOrder() - Method in class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor
 
getOrder() - Method in class org.springframework.boot.context.ContextIdApplicationContextInitializer
 
getOrder() - Method in class org.springframework.boot.context.event.EventPublishingRunListener
 
getOrder() - Method in class org.springframework.boot.context.FileEncodingApplicationListener
 
getOrder() - Method in class org.springframework.boot.context.logging.ClasspathLoggingApplicationListener
 
getOrder() - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
 
getOrder() - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
 
getOrder() - Method in class org.springframework.boot.devtools.restart.RestartApplicationListener
 
getOrder() - Method in class org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
 
getOrder() - Method in class org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor
 
getOrder() - Method in class org.springframework.boot.jta.atomikos.AtomikosDependsOnBeanFactoryPostProcessor
 
getOrder() - Method in class org.springframework.boot.jta.bitronix.BitronixDependentBeanFactoryPostProcessor
 
getOrder() - Method in class org.springframework.boot.LazyInitializationBeanFactoryPostProcessor
 
getOrder() - Method in class org.springframework.boot.reactor.DebugAgentEnvironmentPostProcessor
 
getOrder() - Method in class org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener
 
getOrder() - Method in class org.springframework.boot.test.mock.mockito.MockitoPostProcessor
 
getOrder() - Method in class org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener
 
getOrder() - Method in class org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener
 
getOrder() - Method in class org.springframework.boot.web.reactive.filter.OrderedHiddenHttpMethodFilter
 
getOrder() - Method in class org.springframework.boot.web.servlet.error.DefaultErrorAttributes
 
getOrder() - Method in class org.springframework.boot.web.servlet.filter.OrderedCharacterEncodingFilter
 
getOrder() - Method in class org.springframework.boot.web.servlet.filter.OrderedFormContentFilter
 
getOrder() - Method in class org.springframework.boot.web.servlet.filter.OrderedHiddenHttpMethodFilter
 
getOrder() - Method in class org.springframework.boot.web.servlet.filter.OrderedRequestContextFilter
 
getOrder() - Method in class org.springframework.boot.web.servlet.RegistrationBean
Get the order of the registration bean.
getOrder() - Method in class org.springframework.boot.web.servlet.support.ServletContextApplicationContextInitializer
 
getOrderExecuted() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
 
getOrFindConfigurationClasses(MergedContextConfiguration) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
 
getOrigin() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertyValueDescriptor
 
getOrigin() - Method in exception org.springframework.boot.context.properties.bind.BindException
 
getOrigin() - Method in class org.springframework.boot.context.properties.source.ConfigurationProperty
 
getOrigin(String) - Method in class org.springframework.boot.env.OriginTrackedMapPropertySource
 
getOrigin(String) - Method in class org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor.OriginAwareSystemEnvironmentPropertySource
 
getOrigin(K) - Method in interface org.springframework.boot.origin.OriginLookup
Return the origin of the given key or null if the origin cannot be determined.
getOrigin(Object, K) - Static method in interface org.springframework.boot.origin.OriginLookup
Attempt to lookup the origin from the given source.
getOrigin() - Method in interface org.springframework.boot.origin.OriginProvider
Return the source origin or null if the origin is not known.
getOrigin() - Method in class org.springframework.boot.origin.OriginTrackedValue
 
getOut() - Method in interface org.springframework.boot.test.system.CapturedOutput
Return System.out content in the order that it was captured.
getOut() - Method in class org.springframework.boot.test.system.OutputCaptureRule
 
getOutcome() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcome
 
getOutputType() - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxOperation
Returns the type of the output of the operation.
getPackagedConfigFile(String) - Method in class org.springframework.boot.logging.AbstractLoggingSystem
 
getPackageNames() - Method in class org.springframework.boot.autoconfigure.domain.EntityScanPackages
Return the package names specified from all @EntityScan annotations.
getPackages() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
getPackagesToScan() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
 
getPage(String) - Method in class org.springframework.boot.test.web.htmlunit.LocalHostWebClient
 
getPageable() - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties
 
getPageParameter() - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
 
getPageParamName() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
getParameter() - Method in exception org.springframework.boot.actuate.endpoint.invoke.ParameterMappingException
Return the parameter being mapped.
getParameterCount() - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationParameters
Return the total number of parameters.
getParameterName() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Contentnegotiation
 
getParameters() - Method in class org.springframework.boot.actuate.endpoint.invoke.reflect.OperationMethod
Return the operation parameters.
getParameters() - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxOperation
Returns the parameters the operation expects in the order that they should be provided.
getParameters() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getParams() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription
 
getParams() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription
 
getParent() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
The parent report (from a parent BeanFactory if there is one).
getParentId() - Method in class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint.ContextConditionEvaluation
 
getParentId() - Method in class org.springframework.boot.actuate.beans.BeansEndpoint.ContextBeans
 
getParentId() - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.ContextConfigurationProperties
 
getParentId() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.ContextFlywayBeans
 
getParentId() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ContextLiquibaseBeans
 
getParentId() - Method in class org.springframework.boot.actuate.web.mappings.MappingsEndpoint.ContextMappings
 
getParentLogger() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
 
getParentLogger() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
 
getParser() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getParser() - Method in class org.springframework.boot.cli.command.options.OptionHandler
 
getPassword() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.elastic.ElasticProperties
 
getPassword() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
 
getPassword() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.kairos.KairosProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Bucket
 
getPassword() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ReactiveRestClientProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.elasticsearch.rest.RestClientProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.influx.InfluxDbProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Return the configured password or null if none was configured.
getPassword() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Credential
 
getPassword() - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
 
getPath() - Method in class org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthIndicatorProperties
 
getPath() - Method in class org.springframework.boot.actuate.endpoint.web.EndpointMapping
Returns the path to which endpoints should be mapped.
getPath(EndpointId) - Method in class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
Return the full path for the endpoint with the given ID or null if the endpoint cannot be found.
getPath() - Method in class org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
Returns the path for the operation.
getPath() - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties
 
getPath() - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
 
getPath() - Method in class org.springframework.boot.autoconfigure.web.servlet.DefaultJerseyApplicationPath
 
getPath() - Method in interface org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPath
Returns the configured path of the dispatcher servlet.
getPath() - Method in class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletRegistrationBean
 
getPath() - Method in interface org.springframework.boot.autoconfigure.web.servlet.JerseyApplicationPath
Returns the configured path of the application.
getPath() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Servlet
 
getPath(String) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Servlet
 
getPath() - Method in class org.springframework.boot.autoconfigure.webservices.WebServicesProperties
 
getPath() - Method in class org.springframework.boot.web.server.ErrorPage
The path to render (usually implemented as a forward), starting with "/".
getPath() - Method in class org.springframework.boot.web.servlet.server.Session.Cookie
Return the path of the session cookie.
getPathFromRoot() - Method in class org.springframework.boot.loader.jar.JarFile
 
getPathMapping() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties
 
getPathmatch() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
getPaths() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Content
 
getPaths() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Fixed
 
getPattern() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
getPattern() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
 
getPatterns() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription
 
getPatterns() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription
 
getPatterns() - Method in enum org.springframework.boot.autoconfigure.security.StaticResourceLocation
 
getPayloadData(ReadableByteChannel) - Static method in class org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
Return the payload data for the given source ReadableByteChannel or null if the channel timed out whilst reading.
getPercentiles() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.AutoTimeProperties
 
getPercentiles() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Distribution
 
getPercentilesHistogram() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Distribution
 
getPeriod() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache
 
getPhysicalStrategy() - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties.Naming
 
getPlaceholderPrefix() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getPlaceholders() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getPlaceholderSuffix() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getPlatform() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getPollingFrequency() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
 
getPollInterval() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
getPollTimeout() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
getPool() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getPool() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Jedis
 
getPool() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Lettuce
 
getPool() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
getPool() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
getPool() - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties
 
getPool() - Method in class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties
 
getPoolTimeout() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Pool
 
getPort() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaProperties
 
getPort() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
 
getPort() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
 
getPort() - Method in class org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties
Returns the management port or null if the server port should be used.
getPort() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getPort() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getPort() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getPort() - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties.Proxy
 
getPort() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
getPort() - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
 
getPort() - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
getPort() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getPort() - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server
 
getPort() - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties.Proxy
 
getPort() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getPort() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Livereload
 
getPort() - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Proxy
 
getPort() - Method in class org.springframework.boot.devtools.livereload.LiveReloadServer
Return the port that the server is listening on.
getPort() - Method in interface org.springframework.boot.devtools.tunnel.server.PortProvider
Return the port number.
getPort() - Method in class org.springframework.boot.devtools.tunnel.server.StaticPortProvider
 
getPort() - Method in class org.springframework.boot.web.embedded.jetty.JettyWebServer
 
getPort() - Method in class org.springframework.boot.web.embedded.netty.NettyWebServer
 
getPort() - Method in exception org.springframework.boot.web.embedded.tomcat.ConnectorStartFailedException
 
getPort() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatWebServer
 
getPort() - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServer
 
getPort() - Method in class org.springframework.boot.web.embedded.undertow.UndertowWebServer
 
getPort() - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
The port that the web server listens on.
getPort() - Method in exception org.springframework.boot.web.server.PortInUseException
Returns the port that was in use.
getPort() - Method in interface org.springframework.boot.web.server.WebServer
Return the port this server is listening on.
getPortFile(ApplicationContext) - Method in class org.springframework.boot.web.context.WebServerPortFileWriter
Return the actual port file that should be written for the given application context.
getPortHeader() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getPositiveMatches() - Method in class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint.ContextConditionEvaluation
 
getPredicate() - Method in class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDescription
 
getPredicate() - Method in class org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletMappingDescription
 
getPrefetch() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
getPrefix() - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.ConfigurationPropertiesBeanDescriptor
 
getPrefix() - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
 
getPrefix() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
 
getPrefix() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
getPrefix() - Method in class org.springframework.boot.autoconfigure.template.PathBasedTemplateAvailabilityProvider.TemplateAvailabilityProperties
 
getPrefix() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
getPrefix() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
getPrefix() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
 
getPrefix() - Method in interface org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPath
Return a cleaned up version of the path that can be used as a prefix for URLs.
getPrefix() - Method in interface org.springframework.boot.autoconfigure.web.servlet.JerseyApplicationPath
Return a cleaned up version of the path that can be used as a prefix for URLs.
getPrefix() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.View
 
getPrettyPrinting() - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
 
getPrimary() - Method in interface org.springframework.boot.actuate.health.HealthEndpointGroups
Return the primary group used by the endpoint.
getPrincipal() - Method in class org.springframework.boot.actuate.audit.AuditEvent
Returns the user principal responsible for the event or an empty String if the principal is not available.
getPrincipal() - Method in interface org.springframework.boot.actuate.endpoint.SecurityContext
Return the currently authenticated Principal or null.
getPrincipal() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace
 
getPrint() - Method in class org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer
 
getPriority() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
getPrivateKeyLocation() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration.Signing.Credential
 
getProcessorCache() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getProduced() - Method in class org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes
Returns the media types produced by an endpoint.
getProducer() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
 
getProduces() - Method in class org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
Returns the media types that the operation produces.
getProduces() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription
 
getProduces() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription
 
getProducesMediaTypes() - Method in class org.springframework.boot.actuate.endpoint.annotation.DiscoveredOperationMethod
 
getPrompt() - Method in class org.springframework.boot.cli.command.shell.ShellPrompts
Returns the current prompt.
getProperties() - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.ConfigurationPropertiesBeanDescriptor
 
getProperties() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySourceDescriptor
 
getProperties() - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Return the properties that this instance manages.
getProperties() - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchProperties
 
getProperties() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties.Xa
 
getProperties() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
 
getProperties() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getProperties() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
 
getProperties() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
getProperties() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
getProperties() - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
getProperties() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
Return the JpaProperties.
getProperties() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
getProperties() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties
 
getProperties(Class<?>) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
 
getProperty() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.EnvironmentEntryDescriptor
 
getProperty() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySourceEntryDescriptor
 
getProperty(String) - Method in interface org.springframework.boot.admin.SpringApplicationAdminMXBean
Return the value of the specified key from the application Environment.
getProperty(String) - Method in class org.springframework.boot.ansi.AnsiPropertySource
 
getProperty() - Method in exception org.springframework.boot.context.properties.bind.BindException
Return the configuration property name of the item that was being bound.
getProperty(String) - Method in class org.springframework.boot.env.OriginTrackedMapPropertySource
 
getProperty(String) - Method in class org.springframework.boot.env.RandomValuePropertySource
 
getProperty(String) - Static method in class org.springframework.boot.loader.util.SystemPropertyUtils
 
getProperty(String, String) - Static method in class org.springframework.boot.loader.util.SystemPropertyUtils
 
getProperty(String, String, String) - Static method in class org.springframework.boot.loader.util.SystemPropertyUtils
Search the System properties and environment variables for a value with the provided key.
getProperty() - Method in class org.springframework.boot.origin.SystemEnvironmentOrigin
 
getProperty(String) - Method in class org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource
 
getPropertyName() - Method in class org.springframework.boot.origin.PropertySourceOrigin
Return the property name that was used when obtaining the original value from the property source.
getPropertyNames() - Method in class org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource
 
getPropertyNamingStrategy() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getPropertyResolvers(Environment, Class<?>) - Method in class org.springframework.boot.ResourceBanner
 
getPropertySource() - Method in class org.springframework.boot.origin.PropertySourceOrigin
Return the origin PropertySource.
getPropertySources() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.EnvironmentDescriptor
 
getPropertySources() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.EnvironmentEntryDescriptor
 
getProtocol() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
 
getProtocol() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
getProtocol() - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
getProtocol() - Method in class org.springframework.boot.web.server.Ssl
Return the SSL protocol to use.
getProtocolHeader() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getProtocolHeaderHttpsValue() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getProtocolVersion() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaProperties
 
getProvider() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.JCache
 
getProvider() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties
 
getProvider() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
 
getProvider(String, ApplicationContext) - Method in class org.springframework.boot.autoconfigure.template.TemplateAvailabilityProviders
Get the provider that can be used to render the given view.
getProvider(String, Environment, ClassLoader, ResourceLoader) - Method in class org.springframework.boot.autoconfigure.template.TemplateAvailabilityProviders
Get the provider that can be used to render the given view.
getProviders() - Method in class org.springframework.boot.autoconfigure.template.TemplateAvailabilityProviders
Return the underlying providers being used.
getProxy() - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
 
getProxy() - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
 
getProxy(RemoteRepository) - Method in class org.springframework.boot.cli.compiler.grape.CompositeProxySelector
 
getProxy() - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
 
getProxyRevalidate() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
 
getProxySelector() - Method in class org.springframework.boot.cli.compiler.maven.MavenSettings
 
getPublicKeyLocation() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
 
getPublisher() - Method in class org.springframework.boot.actuate.security.AbstractAuthenticationAuditListener
 
getPublisher() - Method in class org.springframework.boot.actuate.security.AbstractAuthorizationAuditListener
 
getPublisherConfirmType() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getPushgateway() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties
 
getPushRate() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties.Pushgateway
 
getQosEnabled() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
getQualifierDelimiter() - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
 
getQuery() - Method in class org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
Return the validation query or null.
getQuery() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
getQueryservice() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints
 
getQueryTimeout() - Method in class org.springframework.boot.autoconfigure.jdbc.JdbcProperties.Template
 
getQueueCapacity() - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
 
getQueues() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
getQuietPeriod() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
getRabbitProperties() - Method in class org.springframework.boot.autoconfigure.amqp.AbstractRabbitListenerContainerFactoryConfigurer
 
getRateUnits() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaProperties
 
getRateUnits() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
 
getReactive() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
getReadTimeout() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
 
getReadTimeout() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PushRegistryProperties
 
getReadTimeout() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getReadTimeout() - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
 
getReadTimeout() - Method in class org.springframework.boot.autoconfigure.elasticsearch.rest.RestClientProperties
 
getReason() - Method in exception org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryAuthorizationException
Return the reason why the authorization exception was thrown.
getReason() - Method in exception org.springframework.boot.actuate.endpoint.InvalidEndpointRequestException
Return the reason explaining why the request is invalid, potentially null.
getReason() - Method in exception org.springframework.boot.context.properties.source.InvalidConfigurationPropertyValueException
Return the reason why the value is invalid.
getReceiveTimeout() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
 
getReceiveTimeout() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
 
getReceiveTimeout() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
getRecovery() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
 
getRedirectContextRoot() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getRedirectUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
 
getRedis() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
 
getRegistered() - Method in class org.springframework.boot.web.servlet.server.Jsp
Return whether the JSP servlet is registered.
getRegistration() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RegistrationMappingDescription
Returns the registration that is being described.
getRegistration() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties
 
getRegistration() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties
 
getRegistry() - Method in class org.springframework.boot.actuate.health.CompositeHealthIndicator
Deprecated.
Return the HealthIndicatorRegistry of this instance.
getRelativeName() - Method in class org.springframework.boot.devtools.filewatch.ChangedFile
Return the name of the file relative to the source folder.
getRelativePath(String) - Method in interface org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPath
Return a form of the given path that's relative to the dispatcher servlet path.
getRelativePath(String) - Method in interface org.springframework.boot.autoconfigure.web.servlet.JerseyApplicationPath
Return a form of the given path that's relative to the Jersey application path.
getRelaxedPathChars() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getRelaxedQueryChars() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getRemote() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties
 
getRemoteAddress() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace.Request
 
getRemoteAddress() - Method in interface org.springframework.boot.actuate.trace.http.TraceableRequest
Returns the remote address from which the request was sent, if available.
getRemoteIpHeader() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getRepackagedClassesLocation() - Method in class org.springframework.boot.loader.tools.Layouts.Jar
 
getRepackagedClassesLocation() - Method in interface org.springframework.boot.loader.tools.RepackagingLayout
Returns the location to which classes should be moved.
getRepeatableSqlMigrationPrefix() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getReplicationFactor() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
getReplSetName() - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties.Storage
 
getReplyTimeout() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
 
getRepository() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.humio.HumioProperties
Deprecated.
getRepositoryConfiguration() - Method in class org.springframework.boot.cli.command.options.OptionSetGroovyCompilerConfiguration
 
getRepositoryConfiguration() - Method in interface org.springframework.boot.cli.compiler.GroovyCompilerConfiguration
Returns the configuration for the repositories that will be used by the compiler to resolve dependencies.
getRepositoryConfigurationExtension() - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
The RepositoryConfigurationExtension for the particular repository support.
getRequest() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web.Client
 
getRequest() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web.Server
 
getRequest() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace
 
getRequest() - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
Return the underlying request.
getRequestConfig() - Method in class org.springframework.boot.test.web.client.TestRestTemplate.CustomHttpComponentsClientHttpRequestFactory
 
getRequestContextAttribute() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
getRequestedHeartbeat() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getRequestMappingConditions() - Method in class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDetails
 
getRequestMappingConditions() - Method in class org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletMappingDetails
 
getRequestMappingHandlerAdapter() - Method in interface org.springframework.boot.autoconfigure.web.reactive.WebFluxRegistrations
Return the custom RequestMappingHandlerAdapter that should be used and processed by the WebFlux configuration.
getRequestMappingHandlerAdapter() - Method in interface org.springframework.boot.autoconfigure.web.servlet.WebMvcRegistrations
Return the custom RequestMappingHandlerAdapter that should be used and processed by the MVC configuration.
getRequestMappingHandlerMapping() - Method in interface org.springframework.boot.autoconfigure.web.reactive.WebFluxRegistrations
Return the custom RequestMappingHandlerMapping that should be used and processed by the WebFlux configuration.
getRequestMappingHandlerMapping() - Method in interface org.springframework.boot.autoconfigure.web.servlet.WebMvcRegistrations
Return the custom RequestMappingHandlerMapping that should be used and processed by the MVC configuration.
getRequestMatcher(String) - Method in class org.springframework.boot.autoconfigure.security.servlet.AntPathRequestMatcherProvider
 
getRequestMatcher(String) - Method in class org.springframework.boot.autoconfigure.security.servlet.JerseyRequestMatcherProvider
Deprecated.
 
getRequestMatcher(String) - Method in interface org.springframework.boot.autoconfigure.security.servlet.RequestMatcherProvider
Return the RequestMatcher to be used for the specified pattern.
getRequestPredicate() - Method in interface org.springframework.boot.actuate.endpoint.web.WebOperation
Returns the predicate for requests that can be handled by this operation.
getRequestsMetricName() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web.Client
getRequestsMetricName() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web.Server
getRequestTimeout() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Async
 
getRequiredNode(JsonNode, String) - Method in class org.springframework.boot.jackson.JsonObjectDeserializer
Helper method to return a JsonNode from the tree.
getResource() - Method in class org.springframework.boot.actuate.beans.BeansEndpoint.BeanDescriptor
 
getResource() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getResource(String) - Method in class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
 
getResource() - Method in class org.springframework.boot.origin.TextResourceOrigin
Return the resource where the property originated.
getResource(String) - Method in class org.springframework.boot.test.context.FilteredClassLoader
 
getResource(String) - Method in class org.springframework.boot.test.mock.web.SpringBootMockServletContext
 
getResourceAsStream(String) - Method in class org.springframework.boot.cli.compiler.ExtendedGroovyClassLoader
 
getResourceAsStream(String) - Method in class org.springframework.boot.test.context.FilteredClassLoader
 
getResourceBasePathLocation(String) - Method in class org.springframework.boot.test.mock.web.SpringBootMockServletContext
 
getResourceByPath(String) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
 
getResourceByPath(String) - Method in class org.springframework.boot.web.reactive.context.GenericReactiveWebApplicationContext
 
getResourceByPath(String) - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
 
getResourceFactory() - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
 
getResourceLoadClass() - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Return class used to load relative resources.
getResourceLoader() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
getResourceLoader() - Method in class org.springframework.boot.SpringApplication
The ResourceLoader that will be used in the ApplicationContext.
getResourceLoaderPath() - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAvailabilityProvider.GroovyTemplateAvailabilityProperties
 
getResourceLoaderPath() - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
 
getResourceLocation(String) - Method in class org.springframework.boot.test.mock.web.SpringBootMockServletContext
 
getResourceOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.condition.ResourceCondition
Check if one of the default resource locations actually exists.
getResourceOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.hazelcast.HazelcastConfigResourceCondition
 
getResources(String) - Method in class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
 
getResources(String) - Method in class org.springframework.boot.test.context.FilteredClassLoader
 
getResourceSuffix() - Method in class org.springframework.boot.test.context.SpringBootContextLoader
 
getResourceSuffixes() - Method in class org.springframework.boot.test.context.SpringBootContextLoader
 
getResponse() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace
 
getResponse() - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
Return the underlying response.
getResponseTimeout() - Method in class org.springframework.boot.actuate.autoconfigure.elasticsearch.ElasticsearchHealthIndicatorProperties
Deprecated.
getRestart() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties
 
getRestart() - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
 
getRestTemplate() - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Returns the underlying RestTemplate that is actually used to perform the REST operations.
getRetentionDuration() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
 
getRetentionPeriod() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
getRetentionPolicy() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
 
getRetentionReplicationFactor() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
 
getRetentionShardDuration() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
 
getRetries() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
getRetry() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
getRetry() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
 
getRetryInterval() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties.Recovery
 
getReturnBodyOnCreate() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
getReturnBodyOnUpdate() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
getRoles() - Method in class org.springframework.boot.actuate.autoconfigure.health.HealthProperties
 
getRoles() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
 
getRollbackFile() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getRollbackOnCommitFailure() - Method in class org.springframework.boot.autoconfigure.transaction.TransactionProperties
 
getRootJarFile() - Method in class org.springframework.boot.loader.jar.JarFile
 
getRootJarFileFromUrl(URL) - Method in class org.springframework.boot.loader.jar.Handler
 
getRootPath() - Method in interface org.springframework.boot.actuate.endpoint.web.PathMappedEndpoint
Return the root path of the endpoint, relative to the context that exposes it.
getRootPath(EndpointId) - Method in class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
Return the root path for the endpoint with the given ID or null if the endpoint cannot be found.
getRootPath(EndpointId) - Method in interface org.springframework.boot.actuate.endpoint.web.PathMapper
Resolve the root path for the specified endpointId.
getRootPath(List<PathMapper>, EndpointId) - Static method in interface org.springframework.boot.actuate.endpoint.web.PathMapper
Resolve the root path for the specified endpointId from the given path mappers.
getRootUri() - Method in class org.springframework.boot.test.web.client.LocalHostUriTemplateHandler
 
getRootUri() - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Returns the root URI applied by a RootUriTemplateHandler or "" if the root URI is not available.
getRootUri() - Method in class org.springframework.boot.web.client.RootUriTemplateHandler
 
getRoutingFunction(ErrorAttributes) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
Create a RouterFunction that can route and handle errors as JSON responses or HTML views.
getRoutingFunction(ErrorAttributes) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
 
getRoutingKey() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
 
getRunnable() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.TaskDescription
 
getRunningProcess() - Method in class org.springframework.boot.loader.tools.RunProcess
Return the running process.
getSaveMode() - Method in class org.springframework.boot.autoconfigure.session.HazelcastSessionProperties
 
getSaveMode() - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionProperties
 
getSaveMode() - Method in class org.springframework.boot.autoconfigure.session.RedisSessionProperties
 
getSchedulerName() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties
 
getSchema() - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties
 
getSchema() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Jdbc
 
getSchema() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getSchema() - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Validation
 
getSchema() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties.Jdbc
 
getSchema() - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionProperties
 
getSchemaAction() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getSchemaLocation() - Method in class org.springframework.boot.autoconfigure.batch.BatchDataSourceInitializer
 
getSchemaLocation() - Method in class org.springframework.boot.autoconfigure.integration.IntegrationDataSourceInitializer
 
getSchemaLocation() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzDataSourceInitializer
 
getSchemaLocation() - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionDataSourceInitializer
 
getSchemaLocation() - Method in class org.springframework.boot.jdbc.AbstractDataSourceInitializer
 
getSchemaManagement(DataSource) - Method in interface org.springframework.boot.jdbc.SchemaManagementProvider
Return the SchemaManagement for the specified DataSource.
getSchemaPassword() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getSchemas() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getSchemaUsername() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getScope() - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.Token
 
getScope() - Method in class org.springframework.boot.actuate.beans.BeansEndpoint.BeanDescriptor
 
getScope() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
 
getScope() - Method in class org.springframework.boot.cli.command.options.OptionSetGroovyCompilerConfiguration
 
getScope() - Method in interface org.springframework.boot.cli.compiler.GroovyCompilerConfiguration
Returns the scope in which the compiler operates.
getScope() - Method in class org.springframework.boot.loader.tools.Library
Return the scope of the library.
getScopeMetadataResolver() - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
Deprecated.
since 2.2.0 since this class no longer extends AbstractRefreshableConfigApplicationContext
getScript() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
 
getSecret() - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
 
getSecretHeaderName() - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
 
getSecure() - Method in class org.springframework.boot.web.servlet.server.Session.Cookie
Return whether to always mark the session cookie as secure.
getSecurityContext() - Method in class org.springframework.boot.actuate.endpoint.InvocationContext
Return the security context to use for the invocation.
getSelectors() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
 
getSelfInitializationConfig() - Method in class org.springframework.boot.logging.AbstractLoggingSystem
Return any self initialization config that has been applied.
getSendTimeout() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
getSentinel() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getSeparator() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getSequence() - Method in class org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
Return the sequence number of the payload.
getSerialConsistencyLevel() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getSerialization() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getSerializeNulls() - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
 
getServer() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web
 
getServer() - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketProperties
 
getServer() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Options
 
getServer() - Method in class org.springframework.boot.rsocket.context.RSocketServerInitializedEvent
Access the RSocketServer.
getServer() - Method in class org.springframework.boot.test.web.client.MockServerRestTemplateCustomizer
 
getServer(RestTemplate) - Method in class org.springframework.boot.test.web.client.MockServerRestTemplateCustomizer
 
getServer() - Method in class org.springframework.boot.web.embedded.jetty.JettyWebServer
Returns access to the underlying Jetty Server.
getServerCustomizers() - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
Returns a mutable collection of Jetty JettyServerCustomizers that will be applied to the Server before it is created.
getServerCustomizers() - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
Returns a mutable collection of Jetty JettyServerCustomizers that will be applied to the Server before the it is created.
getServerCustomizers() - Method in class org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
Returns a mutable collection of the NettyServerCustomizers that will be applied to the Netty server builder.
getServerHeader() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getServerHeader() - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
 
getServerId() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
getServerNamespace() - Method in interface org.springframework.boot.web.context.WebServerApplicationContext
Returns the namespace of the web server application context or null if no namespace has been set.
getServerNamespace() - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
 
getServerNamespace() - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
 
getServers() - Method in class org.springframework.boot.test.web.client.MockServerRestTemplateCustomizer
 
getServerThread() - Method in class org.springframework.boot.devtools.tunnel.client.TunnelClient
 
getServerThread() - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer
Returns the active server thread, creating and starting it if necessary.
getService() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
 
getServlet() - Method in class org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties
 
getServlet() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
 
getServlet() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties
 
getServlet() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
getServlet() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getServlet() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
getServlet() - Method in class org.springframework.boot.autoconfigure.webservices.WebServicesProperties
 
getServlet() - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
Return the servlet being registered.
getServletConfig() - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
 
getServletConfig() - Method in class org.springframework.boot.web.servlet.context.WebApplicationContextServletContextAwareProcessor
 
getServletContext() - Method in class org.springframework.boot.web.servlet.context.WebApplicationContextServletContextAwareProcessor
 
getServletContextInitializerBeans() - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
Returns ServletContextInitializers that should be used with the embedded web server.
getServletContextInitializerConfiguration(WebAppContext, ServletContextInitializer...) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
Return a Jetty Configuration that will invoke the specified ServletContextInitializers.
getServletMapping() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Servlet
 
getServletName() - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
Returns the servlet name that will be registered.
getServletNameMappings() - Method in class org.springframework.boot.actuate.web.mappings.servlet.FilterRegistrationMappingDescription
Returns the servlet name mappings for the registered filter.
getServletNames() - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
Return a mutable collection of servlet names that the filter will be registered against.
getServletPath() - Method in interface org.springframework.boot.actuate.autoconfigure.web.servlet.ManagementServletContext
Return the servlet path of the management server.
getServletPrefix() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Servlet
 
getServletRegistrationBeans() - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
Return a mutable collection of the ServletRegistrationBean that the filter will be registered against.
getServletUrlMapping() - Method in interface org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPath
Return a URL mapping pattern that can be used with a ServletRegistrationBean to map the dispatcher servlet.
getSession(String) - Method in class org.springframework.boot.actuate.session.SessionsEndpoint
 
getSession() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace
 
getSession() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Servlet
 
getSession() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
 
getSessionCacheSize() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Cache
 
getSessions() - Method in class org.springframework.boot.actuate.session.SessionsEndpoint.SessionsReport
 
getSet(String, String) - Method in interface org.springframework.boot.autoconfigure.AutoConfigurationMetadata
Get a Set value from the meta-data.
getSet(String, String, Set<String>) - Method in interface org.springframework.boot.autoconfigure.AutoConfigurationMetadata
Get a Set value from the meta-data.
getSettings() - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
 
getSettings() - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties
 
getSharedInstance() - Static method in class org.springframework.boot.convert.ApplicationConversionService
Return a shared default application ConversionService instance, lazily building it once needed.
getShortCommitId() - Method in class org.springframework.boot.info.GitProperties
Return the abbreviated id of the commit or null.
getShowComponents() - Method in class org.springframework.boot.actuate.autoconfigure.health.HealthProperties
 
getShowDetails() - Method in class org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties
 
getShowDetails() - Method in class org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties.Group
 
getShowDetails() - Method in class org.springframework.boot.actuate.autoconfigure.health.HealthProperties
 
getShutdown() - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties
 
getShutdown() - Method in class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties
 
getShutdownHandler() - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
 
getShutdownHandler() - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
getShutdownHandler() - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
 
getShutdownHandler() - Method in class org.springframework.boot.logging.LoggingSystem
Returns a Runnable that can handle shutdown of this logging system when the JVM exits.
getShutdownOperation() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties.Pushgateway
 
getShutdownTimeout() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Lettuce
 
getSignature() - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.Token
 
getSignatureAlgorithm() - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.Token
 
getSigning() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration
 
getSimple() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
 
getSize() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Channel
 
getSize() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Connection
 
getSize() - Method in class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties.Pool
 
getSize() - Method in interface org.springframework.boot.loader.data.RandomAccessData
Returns the size of the data.
getSize() - Method in class org.springframework.boot.loader.data.RandomAccessDataFile
 
getSizeParameter() - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
 
getSla() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Distribution
 
getSMaxAge() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
 
getSnapshotsEnabled() - Method in class org.springframework.boot.cli.compiler.grape.RepositoryConfiguration
Return if the repository should enable access to snapshots.
getSocket() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Options
 
getSocketConnect() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
getSocketTimeout() - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ReactiveRestClientProperties
 
getSort() - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties
 
getSortParameter() - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Sort
 
getSortParamName() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
getSource() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxProperties
 
getSource() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontProperties
 
getSource() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySummaryDescriptor
 
getSource() - Method in class org.springframework.boot.rsocket.context.RSocketServerInitializedEvent
Access the source of the event (an RSocketServer).
getSource() - Method in class org.springframework.boot.system.ApplicationHome
Returns the underlying source used to find the home directory.
getSource() - Method in class org.springframework.boot.web.context.WebServerInitializedEvent
Access the source of the event (an WebServer).
getSourceApplicationContext() - Method in interface org.springframework.boot.test.context.assertj.ApplicationContextAssertProvider
Return the original source ApplicationContext.
getSourceApplicationContext(Class<T>) - Method in interface org.springframework.boot.test.context.assertj.ApplicationContextAssertProvider
Return the original source ApplicationContext, casting it to the requested type.
getSourceArgs() - Method in interface org.springframework.boot.ApplicationArguments
Return the raw unprocessed arguments that were passed to the application.
getSourceArgs() - Method in class org.springframework.boot.DefaultApplicationArguments
 
getSourceClass() - Method in enum org.springframework.boot.test.util.TestPropertyValues.Type
 
getSourceFolder() - Method in class org.springframework.boot.devtools.filewatch.ChangedFiles
The source folder being watched.
getSourceFolders() - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
Return all SourceFolders that have been added to the collection.
getSources() - Method in class org.springframework.boot.cli.command.options.SourceOptions
 
getSources() - Method in interface org.springframework.boot.context.properties.bind.BindContext
Return an Iterable of the sources being used by the Binder.
getSources() - Method in class org.springframework.boot.SpringApplication
Returns a mutable set of the sources that will be added to an ApplicationContext when SpringApplication.run(String...) is called.
getSourcesArray() - Method in class org.springframework.boot.cli.command.options.SourceOptions
 
getSourceUnit() - Method in class org.springframework.boot.cli.compiler.AnnotatedNodeASTTransformation
 
getSpec() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Caffeine
 
getSpringApplication() - Method in class org.springframework.boot.context.event.SpringApplicationEvent
 
getSpringApplication() - Method in class org.springframework.boot.test.context.SpringBootContextLoader
Builds new SpringApplication instance.
getSpringBootVersion() - Method in class org.springframework.boot.cli.compiler.dependencies.CompositeDependencyManagement
 
getSpringBootVersion() - Method in interface org.springframework.boot.cli.compiler.dependencies.DependencyManagement
Returns the managed version of Spring Boot.
getSpringBootVersion() - Method in class org.springframework.boot.cli.compiler.dependencies.MavenModelDependencyManagement
 
getSpringConfigLocations() - Method in class org.springframework.boot.logging.AbstractLoggingSystem
Return the spring config locations for this system.
getSpringFactoriesLoaderFactoryClass() - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
Return the class used by SpringFactoriesLoader to load configuration candidates.
getSpringInitializationConfig() - Method in class org.springframework.boot.logging.AbstractLoggingSystem
Return any spring specific initialization config that should be applied.
getSqlDialect() - Method in class org.springframework.boot.autoconfigure.jooq.JooqProperties
 
getSqlMigrationPrefix() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getSqlMigrationSeparator() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getSqlMigrationSuffixes() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getSqlScriptEncoding() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getSsl() - Method in class org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties
 
getSsl() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getSsl() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Env
 
getSsl() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
 
getSsl() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getSsl() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
 
getSsl() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
getSsl() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
getSsl() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getSsl() - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
 
getSslStoreProvider() - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
 
getSsoUrl() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Identityprovider
 
getStaleIfError() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
 
getStaleWhileRevalidate() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
 
getStandardConfigLocations() - Method in class org.springframework.boot.logging.AbstractLoggingSystem
Return the standard config locations for this system.
getStandardConfigLocations() - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
 
getStandardConfigLocations() - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
getStandardConfigLocations() - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
 
getStartupDelay() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties
 
getStartupFailure() - Method in class org.springframework.boot.test.context.assertj.ApplicationContextAssert
 
getStartupFailure() - Method in interface org.springframework.boot.test.context.assertj.ApplicationContextAssertProvider
Return the failure that caused application context to fail or null if the context started without issue.
getState() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
 
getStateDir() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
getStaticLocations() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties
 
getStaticNames() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointProperties
 
getStaticPathPattern() - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties
 
getStaticPathPattern() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
getStatistic() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.Sample
 
getStatus() - Method in enum org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryAuthorizationException.Reason
 
getStatus() - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.SecurityResponse
 
getStatus() - Method in class org.springframework.boot.actuate.autoconfigure.health.HealthProperties
 
getStatus() - Method in class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
Returns the status for the response.
getStatus() - Method in class org.springframework.boot.actuate.health.CompositeHealth
 
getStatus() - Method in class org.springframework.boot.actuate.health.Health
Return the status of the health.
getStatus() - Method in class org.springframework.boot.actuate.health.HealthComponent
Return the status of the component.
getStatus() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace.Response
 
getStatus() - Method in interface org.springframework.boot.actuate.trace.http.TraceableResponse
The status of the response.
getStatus(HttpServletRequest) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.AbstractErrorController
 
getStatus() - Method in class org.springframework.boot.web.server.ErrorPage
The HTTP status value that this error page matches (or null for a page that matches by exception).
getStatusAggregator() - Method in interface org.springframework.boot.actuate.health.HealthEndpointGroup
Returns the status aggregator that should be used for this group.
getStatusCode() - Method in exception org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryAuthorizationException
Return the status code that should be returned to the client.
getStatusCode(Status) - Method in interface org.springframework.boot.actuate.health.HttpCodeStatusMapper
Return the HTTP status code that corresponds to the given health status.
getStatusCode(Status) - Method in class org.springframework.boot.actuate.health.SimpleHttpCodeStatusMapper
 
getStatusCode() - Method in class org.springframework.boot.web.server.ErrorPage
The HTTP status value that this error page matches.
getStatusMapping() - Method in class org.springframework.boot.actuate.health.HealthStatusHttpMapper
Deprecated.
Return an immutable view of the status mapping.
getStep() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
 
getStep() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaProperties
 
getStep() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
 
getStep() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.jmx.JmxProperties
 
getStep() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties
 
getStep() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PushRegistryProperties
 
getStep() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxProperties
 
getStep() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleProperties
 
getStep() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontProperties
 
getStorage() - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties
 
getStoreDir() - Method in class org.springframework.boot.web.servlet.server.Session
Return the directory used to store session data.
getStoreType() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties
 
getStoreType() - Method in exception org.springframework.boot.autoconfigure.session.SessionRepositoryUnavailableException
 
getStrategy() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
 
getStream() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getStreams() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
 
getSubsection(long, long) - Method in interface org.springframework.boot.loader.data.RandomAccessData
Returns a new RandomAccessData for a specific subsection of this data.
getSubsection(long, long) - Method in class org.springframework.boot.loader.data.RandomAccessDataFile
 
getSuffix() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
 
getSuffix() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
getSuffix() - Method in class org.springframework.boot.autoconfigure.template.PathBasedTemplateAvailabilityProvider.TemplateAvailabilityProperties
 
getSuffix() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
getSuffix() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
getSuffix() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
 
getSuffix() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.View
 
getSupported() - Method in class org.springframework.boot.logging.AbstractLoggingSystem.LogLevels
 
getSupportedLogLevels() - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
 
getSupportedLogLevels() - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
getSupportedLogLevels() - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
 
getSupportedLogLevels() - Method in class org.springframework.boot.logging.LoggingSystem
Returns a set of the LogLevels that are actually supported by the logging system.
getSupportedTypes() - Method in class org.springframework.boot.logging.log4j2.SpringBootConfigurationFactory
 
getSupportedTypes() - Static method in class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
Return the supported types for this registration.
getTable() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getTableName() - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionProperties
 
getTablePrefix() - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties
 
getTablespace() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getTag() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
 
getTag() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.AvailableTag
 
getTags() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.humio.HumioProperties
 
getTags() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties
 
getTags(String, HttpRequest, ClientHttpResponse) - Method in class org.springframework.boot.actuate.metrics.web.client.DefaultRestTemplateExchangeTagsProvider
 
getTags(String, HttpRequest, ClientHttpResponse) - Method in interface org.springframework.boot.actuate.metrics.web.client.RestTemplateExchangeTagsProvider
Provides the tags to be associated with metrics that are recorded for the given request and response exchange.
getTags(HttpServletRequest, HttpServletResponse, Object, Throwable) - Method in class org.springframework.boot.actuate.metrics.web.servlet.DefaultWebMvcTagsProvider
 
getTags(HttpServletRequest, HttpServletResponse, Object, Throwable) - Method in interface org.springframework.boot.actuate.metrics.web.servlet.WebMvcTagsProvider
Provides tags to be associated with metrics for the given request and response exchange.
getTagsAsPrefix() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
 
getTarget() - Method in class org.springframework.boot.actuate.cache.CachesEndpoint.CacheDescriptor
Return the fully qualified name of the native cache.
getTarget() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.RunnableDescription
 
getTarget() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getTarget() - Method in class org.springframework.boot.autoconfigure.validation.ValidatorAdapter
 
getTarget() - Method in exception org.springframework.boot.context.properties.bind.BindException
Return the target being bound.
getTargetBeanName() - Method in class org.springframework.boot.web.servlet.DelegatingFilterProxyRegistrationBean
 
getTechnologyType() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties
 
getTemplate() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getTemplate() - Method in class org.springframework.boot.autoconfigure.jdbc.JdbcProperties
 
getTemplate() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties
 
getTemplate() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
 
getTemplate(String) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheResourceTemplateLoader
 
getTemplateLoaderPath() - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
 
getTemplateLoaderPath() - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerTemplateAvailabilityProvider.FreeMarkerTemplateAvailabilityProperties
 
getTemplateResolverOrder() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
getThreadFactory() - Method in class org.springframework.boot.devtools.restart.Restarter
Return a ThreadFactory that can be used to create leak safe threads.
getThreadIdleTimeout() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
 
getThreadNamePrefix() - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties
 
getThreadNamePrefix() - Method in class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties
 
getThreadPool() - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
Returns a Jetty ThreadPool that should be used by the Server.
getThreadPool() - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
Returns a Jetty ThreadPool that should be used by the Server.
getThreads() - Method in class org.springframework.boot.actuate.management.ThreadDumpEndpoint.ThreadDumpDescriptor
 
getThreshold() - Method in class org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthIndicatorProperties
 
getTime() - Method in class org.springframework.boot.info.BuildProperties
Return the timestamp of the build or null.
getTime() - Method in class org.springframework.boot.loader.tools.BuildPropertiesWriter.ProjectDetails
 
getTimeBetweenEvictionRuns() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
 
getTimeBetweenExpirationCheck() - Method in class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
 
getTimeout() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getTimeout() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties
Return the session timeout.
getTimeout() - Method in class org.springframework.boot.web.servlet.server.Session
 
getTimeouts() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Env
 
getTimestamp() - Method in class org.springframework.boot.actuate.audit.AuditEvent
Returns the date/time that the event was logged.
getTimestamp() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace
 
getTimestampFieldName() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.elastic.ElasticProperties
 
getTimeTaken() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace
 
getTimeToLive() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaProperties
 
getTimeToLive() - Method in class org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvoker
Return the maximum time in milliseconds that a response can be cached.
getTimeToLive() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Redis
 
getTimeToLive() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
getTimeZone() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getTldSkipPatterns() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Returns a mutable set of the patterns that match jars to ignore for TLD scanning.
getTokenUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
 
getTomcat() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getTomcat() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatWebServer
Returns access to the underlying Tomcat server.
getTomcatConnectorCustomizers() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
Returns a mutable collection of the TomcatConnectorCustomizers that will be applied to the Tomcat Connector.
getTomcatConnectorCustomizers() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Returns a mutable collection of the TomcatConnectorCustomizers that will be applied to the Tomcat Connector.
getTomcatContextCustomizers() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
Returns a mutable collection of the TomcatContextCustomizers that will be applied to the Tomcat Context.
getTomcatContextCustomizers() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Returns a mutable collection of the TomcatContextCustomizers that will be applied to the Tomcat Context.
getTomcatProtocolHandlerCustomizers() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
Returns a mutable collection of the TomcatProtocolHandlerCustomizers that will be applied to the Tomcat Connector.
getTomcatProtocolHandlerCustomizers() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Returns a mutable collection of the TomcatProtocolHandlerCustomizers that will be applied to the Tomcat Connector.
getTomcatWebServer(Tomcat) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
Factory method called to create the TomcatWebServer.
getTomcatWebServer(Tomcat) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Factory method called to create the TomcatWebServer.
getTopics() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
getTraceParameter(HttpServletRequest) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.AbstractErrorController
 
getTraces() - Method in class org.springframework.boot.actuate.trace.http.HttpTraceEndpoint.HttpTraceDescriptor
 
getTrackingModes() - Method in class org.springframework.boot.web.servlet.server.Session
getTransactionIdPrefix() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
getTransactionManager() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
 
getTransactionManagerId() - Method in class org.springframework.boot.autoconfigure.transaction.jta.JtaProperties
 
getTransactionManagerUniqueName() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
 
getTransactionSize() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer
Deprecated.
getTransport() - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server
 
getTrigger() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.CustomTriggerTaskDescription
 
getTriggerFile() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
getTrustAll() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Packages
 
getTrusted() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Packages
 
getTrustManagerFactory(Ssl, SslStoreProvider) - Method in class org.springframework.boot.web.embedded.netty.SslServerCustomizer
 
getTrustStore() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
getTrustStore() - Method in class org.springframework.boot.web.server.Ssl
Return the trust store that holds SSL certificates.
getTrustStore() - Method in interface org.springframework.boot.web.server.SslStoreProvider
Return the trust store that should be used.
getTrustStoreLocation() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
getTrustStorePassword() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
getTrustStorePassword() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
getTrustStorePassword() - Method in class org.springframework.boot.web.server.Ssl
Return the password used to access the trust store.
getTrustStoreProvider() - Method in class org.springframework.boot.web.server.Ssl
Return the provider for the trust store.
getTrustStoreType() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
getTrustStoreType() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
getTrustStoreType() - Method in class org.springframework.boot.web.server.Ssl
Return the type of the trust store.
getType() - Method in class org.springframework.boot.actuate.audit.AuditEvent
Returns the type of event.
getType() - Method in class org.springframework.boot.actuate.beans.BeansEndpoint.BeanDescriptor
 
getType() - Method in class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
 
getType() - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationParameter
Returns the parameter type.
getType() - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxOperationParameter
Return the type of the operation parameter.
getType() - Method in interface org.springframework.boot.actuate.endpoint.Operation
Returns the type of the operation.
getType() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
 
getType() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
 
getType() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
 
getType() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getType() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
 
getType() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
getType() - Method in class org.springframework.boot.context.properties.bind.Bindable
Return the type of the item to bind.
getType() - Method in class org.springframework.boot.devtools.filewatch.ChangedFile
Return the type of change.
getType() - Method in enum org.springframework.boot.jdbc.EmbeddedDatabaseConnection
Returns the EmbeddedDatabaseType for the connection.
getType() - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Return the type under test.
getUnboundProperties() - Method in exception org.springframework.boot.context.properties.bind.UnboundConfigurationPropertiesException
 
getUnconditionalClasses() - Method in class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint.ContextConditionEvaluation
 
getUnconditionalClasses() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
Returns the names of the classes that were evaluated but were not conditional.
getUnderlyingSource() - Method in interface org.springframework.boot.context.properties.source.ConfigurationPropertySource
Return the underlying source that is actually providing the properties.
getUnderlyingSource() - Method in class org.springframework.boot.context.properties.source.MapConfigurationPropertySource
 
getUndertow() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getUndertowWebServer(Undertow.Builder, DeploymentManager, int) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
Factory method called to create the UndertowServletWebServer.
getUndoSqlMigrationPrefix() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getUri() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics.AppOpticsProperties
 
getUri() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
 
getUri() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.datadog.DatadogProperties
 
getUri() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties
 
getUri() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.humio.HumioProperties
 
getUri() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
 
getUri() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.kairos.KairosProperties
 
getUri() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicProperties
 
getUri() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxProperties
 
getUri() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontProperties
 
getUri() - Method in class org.springframework.boot.actuate.trace.http.HttpTrace.Request
 
getUri() - Method in interface org.springframework.boot.actuate.trace.http.TraceableRequest
Returns the URI of the request.
getUri() - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
 
getUri() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getUri() - Method in class org.springframework.boot.cli.compiler.grape.RepositoryConfiguration
Return the URI of the repository.
getUriEncoding() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getUriEncoding() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
Returns the character encoding to use for URL decoding.
getUriEncoding() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Returns the character encoding to use for URL decoding.
getUriHost() - Method in class org.springframework.boot.test.autoconfigure.restdocs.RestDocsProperties
 
getUriPort() - Method in class org.springframework.boot.test.autoconfigure.restdocs.RestDocsProperties
 
getUris() - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
 
getUris() - Method in class org.springframework.boot.autoconfigure.elasticsearch.rest.RestClientProperties
 
getUriScheme() - Method in class org.springframework.boot.test.autoconfigure.restdocs.RestDocsProperties
 
getUrl() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
getUrl() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getUrl() - Method in class org.springframework.boot.autoconfigure.influx.InfluxDbProperties
 
getUrl() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Return the configured url or null if none was configured.
getUrl() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getUrl(String) - Method in enum org.springframework.boot.jdbc.EmbeddedDatabaseConnection
Returns the URL for the connection using the specified databaseName.
getUrl() - Method in interface org.springframework.boot.loader.archive.Archive
Returns a URL that can be used to load the archive.
getUrl() - Method in class org.springframework.boot.loader.archive.ExplodedArchive
 
getUrl() - Method in class org.springframework.boot.loader.archive.JarFileArchive
 
getUrl() - Method in class org.springframework.boot.loader.jar.JarFile
Return a URL that can be used to access this JAR file.
getUrlCharset() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
getUrlMapping() - Method in interface org.springframework.boot.autoconfigure.web.servlet.JerseyApplicationPath
Return a URL mapping pattern that can be used with a ServletRegistrationBean to map Jersey's servlet.
getUrlMappings() - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
Return a mutable collection of the URL mappings, as defined in the Servlet specification, for the servlet.
getUrlPatternMappings() - Method in class org.springframework.boot.actuate.web.mappings.servlet.FilterRegistrationMappingDescription
Returns the URL pattern mappings for the registered filter.
getUrlPatterns() - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
Return a mutable collection of URL patterns, as defined in the Servlet specification, that the filter will be registered against.
getUrlPrefixes() - Method in enum org.springframework.boot.jdbc.DatabaseDriver
 
getUrls() - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties
 
getUrls(String, ClassLoader) - Static method in class org.springframework.boot.cli.util.ResourceUtils
Return URLs from a given source path.
getUrls(Thread) - Method in class org.springframework.boot.devtools.restart.DefaultRestartInitializer
Return the URLs that should be used with initialization.
getUrlsOfJarsWithMetaInfResources() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
 
getUsage() - Method in class org.springframework.boot.jdbc.metadata.AbstractDataSourcePoolMetadata
 
getUsage() - Method in interface org.springframework.boot.jdbc.metadata.DataSourcePoolMetadata
Return the usage of the pool as value between 0 and 1 (or -1 if the pool is not limited).
getUsageHelp() - Method in class org.springframework.boot.cli.command.AbstractCommand
 
getUsageHelp() - Method in interface org.springframework.boot.cli.command.Command
Returns usage help for the command.
getUsageHelp() - Method in class org.springframework.boot.cli.command.core.HelpCommand
 
getUsageHelp() - Method in class org.springframework.boot.cli.command.encodepassword.EncodePasswordCommand
 
getUsageHelp() - Method in class org.springframework.boot.cli.command.init.InitCommand
 
getUsageHelp() - Method in class org.springframework.boot.cli.command.install.InstallCommand
 
getUsageHelp() - Method in class org.springframework.boot.cli.command.install.UninstallCommand
 
getUsageHelp() - Method in interface org.springframework.boot.cli.command.options.OptionHelp
Returns usage help for the option.
getUsageHelp() - Method in class org.springframework.boot.cli.command.run.RunCommand
 
getUseHalAsDefaultJsonMediaType() - Method in class org.springframework.boot.autoconfigure.hateoas.HateoasProperties
 
getUser() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
getUser() - Method in class org.springframework.boot.autoconfigure.influx.InfluxDbProperties
 
getUser() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
getUser() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
getUser() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
getUser() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
 
getUseRelativeRedirects() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
Deprecated.
getUserInfoAuthenticationMethod() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
 
getUserInfoUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
 
getUserName() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.elastic.ElasticProperties
 
getUserName() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
 
getUserName() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.kairos.KairosProperties
 
getUsername() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getUsername() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
getUsername() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties
 
getUsername() - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ReactiveRestClientProperties
 
getUsername() - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
 
getUsername() - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
 
getUsername() - Method in class org.springframework.boot.autoconfigure.elasticsearch.rest.RestClientProperties
 
getUsername() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Return the configured username or null if none was configured.
getUsername() - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Credential
 
getUsername() - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties
 
getUsername() - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
getUsername() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getUserNameAttribute() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
 
getValidation() - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
 
getValidationErrors() - Method in exception org.springframework.boot.context.properties.bind.validation.BindValidationException
Return the validation errors that caused the exception.
getValidationQuery(String) - Method in class org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
 
getValidationQuery() - Method in enum org.springframework.boot.jdbc.DatabaseDriver
Return the validation query.
getValidationQuery() - Method in class org.springframework.boot.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
 
getValidationQuery() - Method in interface org.springframework.boot.jdbc.metadata.DataSourcePoolMetadata
Return the query to use to validate that a connection is valid or null if that information is not available.
getValidationQuery() - Method in class org.springframework.boot.jdbc.metadata.HikariDataSourcePoolMetadata
 
getValidationQuery() - Method in class org.springframework.boot.jdbc.metadata.TomcatDataSourcePoolMetadata
 
getValidDocumentRoot() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
Returns the absolute document root when it points to a valid directory, logging a warning and returning null otherwise.
getValidSessionStoreDir() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
 
getValidSessionStoreDir(boolean) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
 
getValue(Meter.Type) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MeterValue
Return the underlying value in form suitable to apply to the given meter type.
getValue(Meter.Type) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.ServiceLevelAgreementBoundary
Return the underlying value of the SLA in form suitable to apply to the given meter type.
getValue() - Method in exception org.springframework.boot.actuate.endpoint.invoke.ParameterMappingException
Return the value being mapped.
getValue() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySummaryDescriptor
 
getValue() - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertyValueDescriptor
 
getValue() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.Sample
 
getValue() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription.NameValueExpressionDescription
 
getValue() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription.NameValueExpressionDescription
 
getValue() - Method in enum org.springframework.boot.autoconfigure.jms.JmsProperties.DeliveryMode
 
getValue() - Method in class org.springframework.boot.context.properties.bind.Bindable
Return a supplier that provides the object value or null.
getValue() - Method in class org.springframework.boot.context.properties.source.ConfigurationProperty
 
getValue() - Method in exception org.springframework.boot.context.properties.source.InvalidConfigurationPropertyValueException
Return the invalid value, can be null.
getValue() - Method in class org.springframework.boot.info.InfoProperties.Entry
 
getValue() - Method in class org.springframework.boot.origin.OriginTrackedValue
Return the tracked value.
getValueDeserializer() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
getValues() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.AvailableTag
 
getValueSerializer() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
getVendorProperties() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
 
getVerification() - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Identityprovider
 
getVerifyHostname() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
getVersion() - Method in class org.springframework.boot.actuate.flyway.FlywayEndpoint.FlywayMigration
 
getVersion() - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties
 
getVersion() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Fixed
 
getVersion(String) - Method in interface org.springframework.boot.cli.compiler.dependencies.ArtifactCoordinatesResolver
Gets the version of the artifact identified by the given module.
getVersion() - Method in class org.springframework.boot.cli.compiler.dependencies.Dependency
Return the dependency version.
getVersion(String) - Method in class org.springframework.boot.cli.compiler.dependencies.DependencyManagementArtifactCoordinatesResolver
 
getVersion(String) - Method in class org.springframework.boot.cli.compiler.DependencyCustomizer
 
getVersion(String, String) - Method in class org.springframework.boot.cli.compiler.DependencyCustomizer
 
getVersion() - Method in class org.springframework.boot.info.BuildProperties
Return the version of the project or null.
getVersion() - Method in class org.springframework.boot.loader.tools.BuildPropertiesWriter.ProjectDetails
 
getVersion() - Static method in class org.springframework.boot.SpringBootVersion
Return the full version string of the present Spring Boot codebase, or null if it cannot be determined.
getView() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
getView() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
getViewNames() - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
getViewNames() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
getViewservice() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints
 
getVirtualHost() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getVisibility() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
getWarning(BeanDefinitionRegistry) - Method in interface org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.Check
Returns a warning if the check fails or null if there are no problems.
getWarning(BeanDefinitionRegistry) - Method in class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ComponentScanPackageCheck
 
getWeb() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties
 
getWebAppContextConfigurations(WebAppContext, ServletContextInitializer...) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
Return the Jetty Configurations that should be applied to the server.
getWebApplicationType() - Method in class org.springframework.boot.SpringApplication
Returns the type of web application that is being run.
getWebEnvironment(Class<?>) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
Return the SpringBootTest.WebEnvironment type for this test or null if undefined.
getWebServer() - Method in interface org.springframework.boot.web.context.WebServerApplicationContext
Returns the WebServer that was created by the context or null if the server has not yet been created.
getWebServer() - Method in class org.springframework.boot.web.context.WebServerInitializedEvent
Access the WebServer.
getWebServer(HttpHandler) - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
 
getWebServer(ServletContextInitializer...) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
 
getWebServer(HttpHandler) - Method in class org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
 
getWebServer(HttpHandler) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
 
getWebServer(ServletContextInitializer...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
 
getWebServer(HttpHandler) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
 
getWebServer(ServletContextInitializer...) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
 
getWebServer() - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
Returns the WebServer that was created by the context or null if the server has not yet been created.
getWebServer(HttpHandler) - Method in interface org.springframework.boot.web.reactive.server.ReactiveWebServerFactory
Gets a new fully configured but paused WebServer instance.
getWebServer() - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
Returns the WebServer that was created by the context or null if the server has not yet been created.
getWebServer(ServletContextInitializer...) - Method in interface org.springframework.boot.web.servlet.server.ServletWebServerFactory
Gets a new fully configured but paused WebServer instance.
getWebServerFactory(String) - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
 
getWebServerFactory() - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
getWebServerFactory() - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
Returns the ServletWebServerFactory that should be used to create the embedded WebServer.
getWebServerFactoryBeanName() - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
 
getWhitelabel() - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
 
getWorkerThreads() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
getXa() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
getXAConnection() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
 
getXAConnection(String, String) - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
 
getXaDataSourceClassName() - Method in enum org.springframework.boot.jdbc.DatabaseDriver
Return the XA driver source class name.
getZkHost() - Method in class org.springframework.boot.autoconfigure.solr.SolrProperties
 
Git() - Constructor for class org.springframework.boot.actuate.autoconfigure.info.InfoContributorProperties.Git
 
Git() - Constructor for class org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Git
 
gitInfoContributor(GitProperties, InfoContributorProperties) - Method in class org.springframework.boot.actuate.autoconfigure.info.InfoContributorAutoConfiguration
 
GitInfoContributor - Class in org.springframework.boot.actuate.info
GitInfoContributor(GitProperties) - Constructor for class org.springframework.boot.actuate.info.GitInfoContributor
 
GitInfoContributor(GitProperties, InfoPropertiesInfoContributor.Mode) - Constructor for class org.springframework.boot.actuate.info.GitInfoContributor
 
gitProperties() - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration
 
GitProperties - Class in org.springframework.boot.info
Provide git-related information such as commit id and time.
GitProperties(Properties) - Constructor for class org.springframework.boot.info.GitProperties
 
globalPrefix() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontPropertiesConfigAdapter
 
grab(Map) - Method in class org.springframework.boot.cli.compiler.grape.AetherGrapeEngine
 
grab(Map, Map...) - Method in class org.springframework.boot.cli.compiler.grape.AetherGrapeEngine
 
grab(String) - Method in class org.springframework.boot.cli.compiler.grape.AetherGrapeEngine
 
GrabCommand - Class in org.springframework.boot.cli.command.grab
Command to grab the dependencies of one or more Groovy scripts.
GrabCommand() - Constructor for class org.springframework.boot.cli.command.grab.GrabCommand
 
GrapeEngineInstaller - Class in org.springframework.boot.cli.compiler.grape
Utility to install a specific Grape engine with Groovy.
GrapeEngineInstaller() - Constructor for class org.springframework.boot.cli.compiler.grape.GrapeEngineInstaller
 
GrapeRootRepositorySystemSessionAutoConfiguration - Class in org.springframework.boot.cli.compiler.grape
Honours the configuration of grape.root by customizing the session's local repository location.
GrapeRootRepositorySystemSessionAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.grape.GrapeRootRepositorySystemSessionAutoConfiguration
 
graph() - Method in class org.springframework.boot.actuate.integration.IntegrationGraphEndpoint
 
graphiteConfig(GraphiteProperties) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteMetricsExportAutoConfiguration
 
graphiteMeterRegistry(GraphiteConfig, Clock) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteMetricsExportAutoConfiguration
 
GraphiteMetricsExportAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.graphite
Auto-configuration for exporting metrics to Graphite.
GraphiteMetricsExportAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteMetricsExportAutoConfiguration
 
GraphiteProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.graphite
@ConfigurationProperties for configuring Graphite metrics export.
GraphiteProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
 
GroovyBeansTransformation - Class in org.springframework.boot.cli.compiler
ASTTransformation to resolve beans declarations inside application source files.
GroovyBeansTransformation() - Constructor for class org.springframework.boot.cli.compiler.GroovyBeansTransformation
 
GroovyCompiler - Class in org.springframework.boot.cli.compiler
Compiler for Groovy sources.
GroovyCompiler(GroovyCompilerConfiguration) - Constructor for class org.springframework.boot.cli.compiler.GroovyCompiler
Create a new GroovyCompiler instance.
GroovyCompilerConfiguration - Interface in org.springframework.boot.cli.compiler
Configuration for the GroovyCompiler.
GroovyCompilerScope - Enum in org.springframework.boot.cli.compiler
The scope in which a groovy compiler operates.
GroovyMarkupConfiguration(ApplicationContext, GroovyTemplateProperties) - Constructor for class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration.GroovyMarkupConfiguration
 
groovyMarkupConfigurer(ObjectProvider<MarkupTemplateEngine>) - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration.GroovyMarkupConfiguration
 
groovyMarkupViewResolver(GroovyTemplateProperties) - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration.GroovyWebConfiguration
 
GroovyTemplate - Class in org.springframework.boot.groovy
Helpful utilities for working with Groovy Templates.
GroovyTemplate() - Constructor for class org.springframework.boot.groovy.GroovyTemplate
 
GroovyTemplateAutoConfiguration - Class in org.springframework.boot.autoconfigure.groovy.template
Auto-configuration support for Groovy templates in MVC.
GroovyTemplateAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration
 
GroovyTemplateAutoConfiguration.GroovyMarkupConfiguration - Class in org.springframework.boot.autoconfigure.groovy.template
 
GroovyTemplateAutoConfiguration.GroovyWebConfiguration - Class in org.springframework.boot.autoconfigure.groovy.template
 
GroovyTemplateAvailabilityProvider - Class in org.springframework.boot.autoconfigure.groovy.template
TemplateAvailabilityProvider that provides availability information for Groovy view templates.
GroovyTemplateAvailabilityProvider() - Constructor for class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAvailabilityProvider
 
GroovyTemplateAvailabilityProvider.GroovyTemplateAvailabilityProperties - Class in org.springframework.boot.autoconfigure.groovy.template
 
GroovyTemplateProperties - Class in org.springframework.boot.autoconfigure.groovy.template
@ConfigurationProperties for configuring Groovy templates.
GroovyTemplateProperties() - Constructor for class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
 
GroovyTemplatesCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
CompilerAutoConfiguration for Groovy Templates (outside MVC).
GroovyTemplatesCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.GroovyTemplatesCompilerAutoConfiguration
 
GroovyWebConfiguration() - Constructor for class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration.GroovyWebConfiguration
 
Group() - Constructor for class org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties.Group
 
GroupLoggerLevels(LogLevel, List<String>) - Constructor for class org.springframework.boot.actuate.logging.LoggersEndpoint.GroupLoggerLevels
 
gson(GsonBuilder) - Method in class org.springframework.boot.autoconfigure.gson.GsonAutoConfiguration
 
GsonAutoConfiguration - Class in org.springframework.boot.autoconfigure.gson
GsonAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.gson.GsonAutoConfiguration
 
gsonBuilder(List<GsonBuilderCustomizer>) - Method in class org.springframework.boot.autoconfigure.gson.GsonAutoConfiguration
 
GsonBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.gson
Callback interface that can be implemented by beans wishing to further customize the Gson via GsonBuilder retaining its default auto-configuration.
GsonJsonParser - Class in org.springframework.boot.json
Thin wrapper to adapt Gson to a JsonParser.
GsonJsonParser() - Constructor for class org.springframework.boot.json.GsonJsonParser
 
GsonProperties - Class in org.springframework.boot.autoconfigure.gson
Configuration properties to configure Gson.
GsonProperties() - Constructor for class org.springframework.boot.autoconfigure.gson.GsonProperties
 
GsonTester<T> - Class in org.springframework.boot.test.json
AssertJ based JSON tester backed by Gson.
GsonTester(Gson) - Constructor for class org.springframework.boot.test.json.GsonTester
Create a new uninitialized GsonTester instance.
GsonTester(Class<?>, ResolvableType, Gson) - Constructor for class org.springframework.boot.test.json.GsonTester
Create a new GsonTester instance.

H

h2Console(H2ConsoleProperties, ObjectProvider<DataSource>) - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleAutoConfiguration
 
H2ConsoleAutoConfiguration - Class in org.springframework.boot.autoconfigure.h2
Auto-configuration for H2's web console.
H2ConsoleAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.h2.H2ConsoleAutoConfiguration
 
H2ConsoleProperties - Class in org.springframework.boot.autoconfigure.h2
Configuration properties for H2's console.
H2ConsoleProperties() - Constructor for class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties
 
H2ConsoleProperties.Settings - Class in org.springframework.boot.autoconfigure.h2
 
halMessageConverterSupportedMediaTypeCustomizer() - Static method in class org.springframework.boot.autoconfigure.hateoas.HypermediaHttpMessageConverterConfiguration
 
handle(ServerWebExchange, Map<String, String>) - Method in interface org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping.ReactiveWebOperation
 
handle(HttpServletRequest, Map<String, String>) - Method in interface org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping.ServletWebOperation
 
handle(ServerWebExchange, Throwable) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
 
handle(ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.boot.devtools.remote.server.Dispatcher
Dispatch the specified request to an appropriate Handler.
handle(ServerHttpRequest, ServerHttpResponse) - Method in interface org.springframework.boot.devtools.remote.server.Handler
Handle the request.
handle(ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.boot.devtools.remote.server.HttpStatusHandler
 
handle(Throwable) - Method in interface org.springframework.boot.devtools.restart.FailureHandler
Handle a run failure.
handle(ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.boot.devtools.restart.server.HttpRestartServer
Handle a server request.
handle(ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.boot.devtools.restart.server.HttpRestartServerHandler
 
handle(ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer
Handle an incoming HTTP connection.
handle(HttpTunnelServer.HttpConnection) - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer
Handle an incoming HTTP connection.
handle(ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServerHandler
 
handleIncomingHttp(HttpTunnelServer.HttpConnection) - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.ServerThread
handleInvalidExcludes(List<String>) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
Handle any invalid excludes that have been specified.
Handler - Interface in org.springframework.boot.devtools.remote.server
A single handler that is able to process an incoming remote server request.
Handler - Class in org.springframework.boot.loader.jar
URLStreamHandler for Spring Boot loader JarFiles.
Handler() - Constructor for class org.springframework.boot.loader.jar.Handler
 
Handler(JarFile) - Constructor for class org.springframework.boot.loader.jar.Handler
 
HandlerFunctionDescription - Class in org.springframework.boot.actuate.web.mappings.reactive
Description of a HandlerFunction.
HandlerMapper - Interface in org.springframework.boot.devtools.remote.server
Interface to provide a mapping between a ServerHttpRequest and a Handler.
HandlerMethodDescription - Class in org.springframework.boot.actuate.web.mappings
A description of a HandlerMethod.
HandlerMethodDescription(HandlerMethod) - Constructor for class org.springframework.boot.actuate.web.mappings.HandlerMethodDescription
 
handleSigInt() - Method in class org.springframework.boot.cli.command.shell.Shell
Final handle an interrupt signal (CTRL-C).
handleSigInt() - Method in class org.springframework.boot.loader.tools.RunProcess
Return if the process was stopped.
handlesThrowable() - Method in class org.springframework.boot.logging.log4j2.ColorConverter
 
handleTimeoutWarning(long, String) - Method in interface org.springframework.boot.loader.tools.Repackager.MainClassTimeoutWarningListener
Handle a timeout warning.
hangup() - Method in class org.springframework.boot.cli.command.status.ExitStatus
Convert the existing code to a hangup.
has(BeanFactory) - Static method in class org.springframework.boot.autoconfigure.AutoConfigurationPackages
Determine if the auto-configuration base packages for the given bean factory are available.
hasAnnotation() - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
 
hasAnnotation() - Method in class org.springframework.boot.test.autoconfigure.filter.StandardAnnotationCustomizableTypeExcludeFilter
 
hasAtLeastOneAnnotation(ClassNode, String...) - Static method in class org.springframework.boot.cli.compiler.AstUtils
Determine if a ClassNode has one or more of the specified annotations on the class or any of its methods.
hasAtLeastOneAnnotation(AnnotatedNode, String...) - Static method in class org.springframework.boot.cli.compiler.AstUtils
Determine if an AnnotatedNode has one or more of the specified annotations.
hasAtLeastOneFieldOrMethod(ClassNode, String...) - Static method in class org.springframework.boot.cli.compiler.AstUtils
Determine if a ClassNode has one or more fields of the specified types or method returning one or more of the specified types.
hasAtLeastOneInterface(ClassNode, String...) - Static method in class org.springframework.boot.cli.compiler.AstUtils
 
hasBean(String) - Method in class org.springframework.boot.test.context.assertj.ApplicationContextAssert
Verifies that the application context contains a bean with the given name.
hasBeanFactory() - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
Deprecated.
since 2.2.0 since this class no longer extends AbstractRefreshableConfigApplicationContext.
hasCorsConfigurationSource(Object) - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
 
hasCorsConfigurationSource(Object) - Method in class org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping
 
hasCorsConfigurationSource(Object) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
 
hasCorsConfigurationSource(Object) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping
 
hasEmptyJsonPathValue(CharSequence, Object...) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verify that the actual value at the given JSON path produces an empty result.
hasErrors() - Method in class org.springframework.boot.context.properties.bind.validation.ValidationErrors
 
hasFailed() - Method in class org.springframework.boot.test.context.assertj.ApplicationContextAssert
Verifies that the application has failed to start.
hashCode() - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.OperationKey
 
hashCode() - Method in class org.springframework.boot.actuate.endpoint.EndpointId
 
hashCode() - Method in class org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
 
hashCode() - Method in class org.springframework.boot.actuate.health.Health
 
hashCode() - Method in class org.springframework.boot.actuate.health.Status
 
hashCode() - Method in class org.springframework.boot.actuate.info.Info
 
hashCode() - Method in class org.springframework.boot.ansi.Ansi8BitColor
 
hashCode() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcome
 
hashCode() - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
 
hashCode() - Method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
 
hashCode() - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener.ContextCloserListener
 
hashCode() - Method in class org.springframework.boot.cli.compiler.dependencies.Dependency.Exclusion
 
hashCode() - Method in class org.springframework.boot.cli.compiler.dependencies.Dependency
 
hashCode() - Method in class org.springframework.boot.cli.compiler.grape.RepositoryConfiguration
 
hashCode() - Method in class org.springframework.boot.context.properties.bind.Bindable
 
hashCode() - Method in class org.springframework.boot.context.properties.bind.BindResult
 
hashCode() - Method in class org.springframework.boot.context.properties.source.ConfigurationProperty
 
hashCode() - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
 
hashCode() - Method in class org.springframework.boot.context.TypeExcludeFilter
 
hashCode() - Method in class org.springframework.boot.devtools.filewatch.ChangedFile
 
hashCode() - Method in class org.springframework.boot.devtools.filewatch.ChangedFiles
 
hashCode(URL) - Method in class org.springframework.boot.loader.jar.Handler
 
hashCode() - Method in class org.springframework.boot.logging.LoggerConfiguration
 
hashCode() - Method in class org.springframework.boot.origin.OriginTrackedValue
 
hashCode() - Method in class org.springframework.boot.origin.SystemEnvironmentOrigin
 
hashCode() - Method in class org.springframework.boot.origin.TextResourceOrigin
 
hashCode() - Method in class org.springframework.boot.origin.TextResourceOrigin.Location
 
hashCode() - Method in class org.springframework.boot.system.ApplicationPid
 
hashCode() - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
 
hashCode() - Method in class org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource
 
hashCode() - Method in class org.springframework.boot.web.server.ErrorPage
 
hashCode() - Method in class org.springframework.boot.web.server.MimeMappings
 
hashCode() - Method in class org.springframework.boot.web.server.MimeMappings.Mapping
 
hasJsonPath(CharSequence, Object...) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verify that the JSON path is present without checking if it has a value.
hasJsonPathArrayValue(CharSequence, Object...) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verify that the actual value at the given JSON path produces a non-null array result.
hasJsonPathBooleanValue(CharSequence, Object...) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verify that the actual value at the given JSON path produces a non-null boolean result.
hasJsonPathMapValue(CharSequence, Object...) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verify that the actual value at the given JSON path produces a non-null map result.
hasJsonPathNumberValue(CharSequence, Object...) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verify that the actual value at the given JSON path produces a non-null number result.
hasJsonPathStringValue(CharSequence, Object...) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verify that the actual value at the given JSON path produces a non-null string result.
hasJsonPathValue(CharSequence, Object...) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verify that the actual value at the given JSON path produces a non-null result.
hasJustEnded() - Method in class org.springframework.boot.loader.tools.RunProcess
 
hasMandatoryParameter() - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationParameters
Return if any of the contained parameters are mandatory.
hasMembers() - Method in class org.springframework.boot.logging.LoggerGroup
 
hasNotFailed() - Method in class org.springframework.boot.test.context.assertj.ApplicationContextAssert
Verifies that the application has not failed to start.
hasParameters() - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationParameters
Return true if there is at least one parameter.
hasResult() - Method in class org.springframework.boot.util.LambdaSafe.InvocationResult
Return true if a result in present.
hasServerNamespace(ApplicationContext, String) - Static method in interface org.springframework.boot.web.context.WebServerApplicationContext
Returns true if the specified context is a WebServerApplicationContext with a matching server namespace.
hasSingleBean(Class<?>) - Method in class org.springframework.boot.test.context.assertj.ApplicationContextAssert
Verifies that the application context (or ancestors) contains a single bean with the given type.
hasSingleBean(Class<?>, ApplicationContextAssert.Scope) - Method in class org.springframework.boot.test.context.assertj.ApplicationContextAssert
Verifies that the application context contains a single bean with the given type.
HateoasProperties - Class in org.springframework.boot.autoconfigure.hateoas
properties for Spring HATEOAS.
HateoasProperties() - Constructor for class org.springframework.boot.autoconfigure.hateoas.HateoasProperties
 
HazelcastAutoConfiguration - Class in org.springframework.boot.autoconfigure.hazelcast
Auto-configuration for Hazelcast.
HazelcastAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.hazelcast.HazelcastAutoConfiguration
 
HazelcastCacheMeterBinderProvider - Class in org.springframework.boot.actuate.metrics.cache
CacheMeterBinderProvider implementation for Hazelcast.
HazelcastCacheMeterBinderProvider() - Constructor for class org.springframework.boot.actuate.metrics.cache.HazelcastCacheMeterBinderProvider
 
HazelcastClientFactory - Class in org.springframework.boot.autoconfigure.hazelcast
Factory that can be used to create a client HazelcastInstance.
HazelcastClientFactory(Resource) - Constructor for class org.springframework.boot.autoconfigure.hazelcast.HazelcastClientFactory
Create a HazelcastClientFactory for the specified configuration location.
HazelcastClientFactory(ClientConfig) - Constructor for class org.springframework.boot.autoconfigure.hazelcast.HazelcastClientFactory
Create a HazelcastClientFactory for the specified configuration.
HazelcastConfigResourceCondition - Class in org.springframework.boot.autoconfigure.hazelcast
SpringBootCondition used to check if the Hazelcast configuration is available.
HazelcastConfigResourceCondition(String, String...) - Constructor for class org.springframework.boot.autoconfigure.hazelcast.HazelcastConfigResourceCondition
 
hazelcastHealthContributor(Map<String, HazelcastInstance>) - Method in class org.springframework.boot.actuate.autoconfigure.hazelcast.HazelcastHealthContributorAutoConfiguration
 
HazelcastHealthContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.hazelcast
HazelcastHealthContributorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.hazelcast.HazelcastHealthContributorAutoConfiguration
 
HazelcastHealthIndicator - Class in org.springframework.boot.actuate.hazelcast
HealthIndicator for Hazelcast.
HazelcastHealthIndicator(HazelcastInstance) - Constructor for class org.springframework.boot.actuate.hazelcast.HazelcastHealthIndicator
 
HazelcastInstanceFactory - Class in org.springframework.boot.autoconfigure.hazelcast
Factory that can be used to create a HazelcastInstance.
HazelcastInstanceFactory(Resource) - Constructor for class org.springframework.boot.autoconfigure.hazelcast.HazelcastInstanceFactory
Create a HazelcastInstanceFactory for the specified configuration location.
HazelcastInstanceFactory(Config) - Constructor for class org.springframework.boot.autoconfigure.hazelcast.HazelcastInstanceFactory
Create a HazelcastInstanceFactory for the specified configuration.
HazelcastJpaDependencyAutoConfiguration - Class in org.springframework.boot.autoconfigure.hazelcast
Additional configuration to ensure that EntityManagerFactory beans depend on the hazelcastInstance bean.
HazelcastJpaDependencyAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.hazelcast.HazelcastJpaDependencyAutoConfiguration
 
HazelcastProperties - Class in org.springframework.boot.autoconfigure.hazelcast
Configuration properties for the hazelcast integration.
HazelcastProperties() - Constructor for class org.springframework.boot.autoconfigure.hazelcast.HazelcastProperties
 
HazelcastSessionProperties - Class in org.springframework.boot.autoconfigure.session
Configuration properties for Hazelcast backed Spring Session.
HazelcastSessionProperties() - Constructor for class org.springframework.boot.autoconfigure.session.HazelcastSessionProperties
 
HEADER_NAME - Static variable in class org.springframework.boot.web.servlet.filter.ApplicationContextHeaderFilter
Public constant for X-Application-Context.
headForHeaders(String, Object...) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Retrieve all headers of the resource specified by the URI template.
headForHeaders(String, Map<String, ?>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Retrieve all headers of the resource specified by the URI template.
headForHeaders(URI) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Retrieve all headers of the resource specified by the URL.
headless(boolean) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Sets if the application is headless and should not instantiate AWT.
health(ApiVersion) - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive.CloudFoundryReactiveHealthEndpointWebExtension
 
health(ApiVersion, String...) - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive.CloudFoundryReactiveHealthEndpointWebExtension
 
health(ApiVersion) - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryHealthEndpointWebExtension
 
health(ApiVersion, String...) - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryHealthEndpointWebExtension
 
health() - Method in class org.springframework.boot.actuate.health.AbstractHealthIndicator
 
health() - Method in class org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator
 
health() - Method in class org.springframework.boot.actuate.health.CompositeHealthIndicator
Deprecated.
 
health() - Method in class org.springframework.boot.actuate.health.CompositeReactiveHealthIndicator
Deprecated.
 
Health - Class in org.springframework.boot.actuate.health
Carries information about the health of a component or subsystem.
health() - Method in class org.springframework.boot.actuate.health.HealthEndpoint
 
health(ApiVersion, SecurityContext) - Method in class org.springframework.boot.actuate.health.HealthEndpointWebExtension
 
health(ApiVersion, SecurityContext, String...) - Method in class org.springframework.boot.actuate.health.HealthEndpointWebExtension
 
health(ApiVersion, SecurityContext, boolean, String...) - Method in class org.springframework.boot.actuate.health.HealthEndpointWebExtension
 
health() - Method in interface org.springframework.boot.actuate.health.HealthIndicator
Return an indication of health.
health() - Method in class org.springframework.boot.actuate.health.HealthIndicatorReactiveAdapter
Deprecated.
 
health(ApiVersion, SecurityContext) - Method in class org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension
 
health(ApiVersion, SecurityContext, String...) - Method in class org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension
 
health(ApiVersion, SecurityContext, boolean, String...) - Method in class org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension
 
health() - Method in interface org.springframework.boot.actuate.health.ReactiveHealthIndicator
Provide the indicator of health.
Health.Builder - Class in org.springframework.boot.actuate.health
Builder for creating immutable Health instances.
HealthAggregator - Interface in org.springframework.boot.actuate.health
Deprecated.
since 2.2.0 in favor of StatusAggregator
HealthComponent - Class in org.springframework.boot.actuate.health
An component that contributes data to results returned from the HealthEndpoint.
HealthContributor - Interface in org.springframework.boot.actuate.health
Tagging interface for classes that contribute to health components to the results returned from the HealthEndpoint.
HealthContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.health
HealthContributorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.health.HealthContributorAutoConfiguration
 
HealthContributorNameFactory - Class in org.springframework.boot.actuate.health
Generate a sensible health indicator name based on its bean name.
HealthContributorNameFactory() - Constructor for class org.springframework.boot.actuate.health.HealthContributorNameFactory
 
HealthContributorRegistry - Interface in org.springframework.boot.actuate.health
HealthEndpoint - Class in org.springframework.boot.actuate.health
@Endpoint to expose application health information.
HealthEndpoint(HealthIndicator) - Constructor for class org.springframework.boot.actuate.health.HealthEndpoint
HealthEndpoint(HealthContributorRegistry, HealthEndpointGroups) - Constructor for class org.springframework.boot.actuate.health.HealthEndpoint
Create a new HealthEndpoint instance.
HealthEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.health
HealthEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.health.HealthEndpointAutoConfiguration
 
HealthEndpointGroup - Interface in org.springframework.boot.actuate.health
A logical grouping of health contributors that can be exposed by the HealthEndpoint.
HealthEndpointGroups - Interface in org.springframework.boot.actuate.health
A collection of groups for use with a health endpoint.
HealthEndpointProperties - Class in org.springframework.boot.actuate.autoconfigure.health
Configuration properties for HealthEndpoint.
HealthEndpointProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties
 
HealthEndpointProperties.Group - Class in org.springframework.boot.actuate.autoconfigure.health
A health endpoint group.
HealthEndpointWebExtension - Class in org.springframework.boot.actuate.health
HealthEndpointWebExtension(HealthEndpoint, HealthWebEndpointResponseMapper) - Constructor for class org.springframework.boot.actuate.health.HealthEndpointWebExtension
HealthEndpointWebExtension(HealthContributorRegistry, HealthEndpointGroups) - Constructor for class org.springframework.boot.actuate.health.HealthEndpointWebExtension
Create a new HealthEndpointWebExtension instance.
healthForPath(String...) - Method in class org.springframework.boot.actuate.health.HealthEndpoint
 
HealthIndicator - Interface in org.springframework.boot.actuate.health
Strategy interface used to contribute Health to the results returned from the HealthEndpoint.
HealthIndicatorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.health
Deprecated.
since 2.2.0 in favor of HealthContributorAutoConfiguration
HealthIndicatorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.health.HealthIndicatorAutoConfiguration
Deprecated.
 
HealthIndicatorNameFactory - Class in org.springframework.boot.actuate.health
Deprecated.
since 2.2.0 in favor of HealthContributorNameFactory
HealthIndicatorNameFactory() - Constructor for class org.springframework.boot.actuate.health.HealthIndicatorNameFactory
Deprecated.
 
HealthIndicatorProperties - Class in org.springframework.boot.actuate.autoconfigure.health
Deprecated.
since 2.2.0 in favor of HealthEndpointProperties
HealthIndicatorProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.health.HealthIndicatorProperties
Deprecated.
 
HealthIndicatorReactiveAdapter - Class in org.springframework.boot.actuate.health
Deprecated.
HealthIndicatorReactiveAdapter(HealthIndicator) - Constructor for class org.springframework.boot.actuate.health.HealthIndicatorReactiveAdapter
Deprecated.
 
HealthIndicatorRegistry - Interface in org.springframework.boot.actuate.health
Deprecated.
since 2.2.0 in favor of a HealthContributorRegistry
HealthIndicatorRegistryFactory - Class in org.springframework.boot.actuate.health
Deprecated.
since 2.2.0 in favor of DefaultHealthIndicatorRegistry
HealthIndicatorRegistryFactory(Function<String, String>) - Constructor for class org.springframework.boot.actuate.health.HealthIndicatorRegistryFactory
Deprecated.
 
HealthIndicatorRegistryFactory() - Constructor for class org.springframework.boot.actuate.health.HealthIndicatorRegistryFactory
Deprecated.
 
HealthProperties - Class in org.springframework.boot.actuate.autoconfigure.health
Properties used to configure the health endpoint and endpoint groups.
HealthProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.health.HealthProperties
 
HealthProperties.Show - Enum in org.springframework.boot.actuate.autoconfigure.health
Options for showing items in responses from the HealthEndpoint web extensions.
HealthProperties.Status - Class in org.springframework.boot.actuate.autoconfigure.health
Status properties for the group.
HealthStatusHttpMapper - Class in org.springframework.boot.actuate.health
Deprecated.
HealthStatusHttpMapper() - Constructor for class org.springframework.boot.actuate.health.HealthStatusHttpMapper
Deprecated.
Create a new instance.
HealthWebEndpointResponseMapper - Class in org.springframework.boot.actuate.health
Deprecated.
HealthWebEndpointResponseMapper(HealthStatusHttpMapper, ShowDetails, Set<String>) - Constructor for class org.springframework.boot.actuate.health.HealthWebEndpointResponseMapper
Deprecated.
 
heapDump(Boolean) - Method in class org.springframework.boot.actuate.management.HeapDumpWebEndpoint
 
HeapDumperUnavailableException(String, Throwable) - Constructor for exception org.springframework.boot.actuate.management.HeapDumpWebEndpoint.HeapDumperUnavailableException
 
heapDumpWebEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.management.HeapDumpWebEndpointAutoConfiguration
 
HeapDumpWebEndpoint - Class in org.springframework.boot.actuate.management
Web @Endpoint to expose heap dumps.
HeapDumpWebEndpoint() - Constructor for class org.springframework.boot.actuate.management.HeapDumpWebEndpoint
 
HeapDumpWebEndpoint(long) - Constructor for class org.springframework.boot.actuate.management.HeapDumpWebEndpoint
 
HeapDumpWebEndpoint.HeapDumper - Interface in org.springframework.boot.actuate.management
Strategy interface used to dump the heap to a file.
HeapDumpWebEndpoint.HeapDumperUnavailableException - Exception in org.springframework.boot.actuate.management
Exception to be thrown if the HeapDumpWebEndpoint.HeapDumper cannot be created.
HeapDumpWebEndpoint.HotSpotDiagnosticMXBeanHeapDumper - Class in org.springframework.boot.actuate.management
HeapDumpWebEndpoint.HeapDumper that uses com.sun.management.HotSpotDiagnosticMXBean available on Oracle and OpenJDK to dump the heap to a file.
HeapDumpWebEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.management
HeapDumpWebEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.management.HeapDumpWebEndpointAutoConfiguration
 
HelpCommand - Class in org.springframework.boot.cli.command.core
Internal Command used for 'help' requests.
HelpCommand(CommandRunner) - Constructor for class org.springframework.boot.cli.command.core.HelpCommand
 
HelpExample - Class in org.springframework.boot.cli.command
An example that can be displayed in the help.
HelpExample(String, String) - Constructor for class org.springframework.boot.cli.command.HelpExample
Create a new HelpExample instance.
HEX_CHARS - Static variable in class org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
 
HibernateJpaAutoConfiguration - Class in org.springframework.boot.autoconfigure.orm.jpa
Auto-configuration for Hibernate JPA.
HibernateJpaAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration
 
HibernateMetricsAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.orm.jpa
Auto-configuration for metrics on all available Hibernate EntityManagerFactory instances that have statistics enabled.
HibernateMetricsAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.orm.jpa.HibernateMetricsAutoConfiguration
 
HibernateProperties - Class in org.springframework.boot.autoconfigure.orm.jpa
Configuration properties for Hibernate.
HibernateProperties() - Constructor for class org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties
 
HibernateProperties.Naming - Class in org.springframework.boot.autoconfigure.orm.jpa
 
HibernatePropertiesCustomizer - Interface in org.springframework.boot.autoconfigure.orm.jpa
Callback interface that can be implemented by beans wishing to customize the Hibernate properties before it is used by an auto-configured EntityManagerFactory.
hibernatePropertiesCustomizers(Collection<HibernatePropertiesCustomizer>) - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateSettings
 
HibernateSettings - Class in org.springframework.boot.autoconfigure.orm.jpa
Settings to apply when configuring Hibernate.
HibernateSettings() - Constructor for class org.springframework.boot.autoconfigure.orm.jpa.HibernateSettings
 
hiddenHttpMethodFilter() - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration
 
hiddenHttpMethodFilter() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration
 
HikariDataSourcePoolMetadata - Class in org.springframework.boot.jdbc.metadata
HikariDataSourcePoolMetadata(HikariDataSource) - Constructor for class org.springframework.boot.jdbc.metadata.HikariDataSourcePoolMetadata
 
HintCommand - Class in org.springframework.boot.cli.command.core
Internal Command to provide hints for shell auto-completion.
HintCommand(CommandRunner) - Constructor for class org.springframework.boot.cli.command.core.HintCommand
 
HOME - Static variable in class org.springframework.boot.loader.PropertiesLauncher
Properties key for home directory.
host() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdPropertiesConfigAdapter
 
HotSpotDiagnosticMXBeanHeapDumper() - Constructor for class org.springframework.boot.actuate.management.HeapDumpWebEndpoint.HotSpotDiagnosticMXBeanHeapDumper
 
htmlUnitDriver(MockMvcHtmlUnitDriverBuilder) - Method in class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration
 
htmlUnitWebClient(MockMvcWebClientBuilder) - Method in class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration
 
Http2 - Class in org.springframework.boot.web.server
Simple server-independent abstraction for HTTP/2 configuration.
Http2() - Constructor for class org.springframework.boot.web.server.Http2
 
HttpClientConfigBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.elasticsearch.jest
Callback interface that can be implemented by beans wishing to further customize the HttpClientConfig via a HttpClientConfig.Builder whilst retaining default auto-configuration.
HttpClientMetricsAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.web.client
Auto-configuration for HTTP client-related metrics.
HttpClientMetricsAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.web.client.HttpClientMetricsAutoConfiguration
 
HttpCodeStatusMapper - Interface in org.springframework.boot.actuate.health
Strategy used to map a health status to an HTTP status code.
HttpConnection(ServerHttpRequest, ServerHttpResponse) - Constructor for class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
 
HttpEncodingAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.servlet
Auto-configuration for configuring the encoding to use in web applications.
HttpEncodingAutoConfiguration(HttpProperties) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration
 
httpExchangeTracer(HttpTraceProperties) - Method in class org.springframework.boot.actuate.autoconfigure.trace.http.HttpTraceAutoConfiguration
 
HttpExchangeTracer - Class in org.springframework.boot.actuate.trace.http
Traces an HTTP request-response exchange.
HttpExchangeTracer(Set<Include>) - Constructor for class org.springframework.boot.actuate.trace.http.HttpExchangeTracer
Creates a new HttpExchangeTracer that will use the given includes to determine the contents of its traces.
httpHandler(ApplicationContext) - Method in class org.springframework.boot.actuate.autoconfigure.web.reactive.ReactiveManagementChildContextConfiguration
 
httpHandler() - Method in class org.springframework.boot.autoconfigure.web.reactive.HttpHandlerAutoConfiguration.AnnotationConfig
 
HttpHandlerAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.reactive
HttpHandlerAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.reactive.HttpHandlerAutoConfiguration
 
HttpHandlerAutoConfiguration.AnnotationConfig - Class in org.springframework.boot.autoconfigure.web.reactive
 
HttpHeaderAccessManager - Class in org.springframework.boot.devtools.remote.server
AccessManager that checks for the presence of a HTTP header secret.
HttpHeaderAccessManager(String, String) - Constructor for class org.springframework.boot.devtools.remote.server.HttpHeaderAccessManager
 
HttpHeaderInterceptor - Class in org.springframework.boot.devtools.remote.client
ClientHttpRequestInterceptor to populate arbitrary HTTP headers with a value.
HttpHeaderInterceptor(String, String) - Constructor for class org.springframework.boot.devtools.remote.client.HttpHeaderInterceptor
Creates a new HttpHeaderInterceptor instance.
HttpMessageConverters - Class in org.springframework.boot.autoconfigure.http
Bean used to manage the HttpMessageConverters used in a Spring Boot application.
HttpMessageConverters(HttpMessageConverter<?>...) - Constructor for class org.springframework.boot.autoconfigure.http.HttpMessageConverters
Create a new HttpMessageConverters instance with the specified additional converters.
HttpMessageConverters(Collection<HttpMessageConverter<?>>) - Constructor for class org.springframework.boot.autoconfigure.http.HttpMessageConverters
Create a new HttpMessageConverters instance with the specified additional converters.
HttpMessageConverters(boolean, Collection<HttpMessageConverter<?>>) - Constructor for class org.springframework.boot.autoconfigure.http.HttpMessageConverters
Create a new HttpMessageConverters instance with the specified converters.
HttpMessageConvertersAutoConfiguration - Class in org.springframework.boot.autoconfigure.http
HttpMessageConvertersAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration
 
HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration - Class in org.springframework.boot.autoconfigure.http
 
HttpProperties - Class in org.springframework.boot.autoconfigure.http
HTTP properties.
HttpProperties() - Constructor for class org.springframework.boot.autoconfigure.http.HttpProperties
 
HttpProperties.Encoding - Class in org.springframework.boot.autoconfigure.http
Configuration properties for http encoding.
HttpProperties.Encoding.Type - Enum in org.springframework.boot.autoconfigure.http
 
httpRequestTags(ServerWebExchange, Throwable) - Method in class org.springframework.boot.actuate.metrics.web.reactive.server.DefaultWebFluxTagsProvider
 
httpRequestTags(ServerWebExchange, Throwable) - Method in interface org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTagsProvider
Provides tags to be associated with metrics for the given exchange.
HttpRestartServer - Class in org.springframework.boot.devtools.restart.server
A HTTP server that can be used to upload updated ClassLoaderFiles and trigger restarts.
HttpRestartServer(SourceFolderUrlFilter) - Constructor for class org.springframework.boot.devtools.restart.server.HttpRestartServer
Create a new HttpRestartServer instance.
HttpRestartServer(RestartServer) - Constructor for class org.springframework.boot.devtools.restart.server.HttpRestartServer
Create a new HttpRestartServer instance.
HttpRestartServerHandler - Class in org.springframework.boot.devtools.restart.server
HttpRestartServerHandler(HttpRestartServer) - Constructor for class org.springframework.boot.devtools.restart.server.HttpRestartServerHandler
Create a new HttpRestartServerHandler instance.
HttpStatusHandler - Class in org.springframework.boot.devtools.remote.server
Handler that responds with a specific HttpStatus.
HttpStatusHandler() - Constructor for class org.springframework.boot.devtools.remote.server.HttpStatusHandler
Create a new HttpStatusHandler instance that will respond with a HTTP OK 200 status.
HttpStatusHandler(HttpStatus) - Constructor for class org.springframework.boot.devtools.remote.server.HttpStatusHandler
Create a new HttpStatusHandler instance that will respond with the specified status.
HttpTrace - Class in org.springframework.boot.actuate.trace.http
A trace event for handling of an HTTP request and response exchange.
HttpTrace(HttpTrace.Request, HttpTrace.Response, Instant, HttpTrace.Principal, HttpTrace.Session, Long) - Constructor for class org.springframework.boot.actuate.trace.http.HttpTrace
Creates a fully-configured HttpTrace instance.
HttpTrace.Principal - Class in org.springframework.boot.actuate.trace.http
Principal associated with an HTTP request-response exchange.
HttpTrace.Request - Class in org.springframework.boot.actuate.trace.http
Trace of an HTTP request.
HttpTrace.Response - Class in org.springframework.boot.actuate.trace.http
Trace of an HTTP response.
HttpTrace.Session - Class in org.springframework.boot.actuate.trace.http
Session associated with an HTTP request-response exchange.
HttpTraceAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.trace.http
Auto-configuration for HTTP tracing.
HttpTraceAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.trace.http.HttpTraceAutoConfiguration
 
httpTraceEndpoint(HttpTraceRepository) - Method in class org.springframework.boot.actuate.autoconfigure.trace.http.HttpTraceEndpointAutoConfiguration
 
HttpTraceEndpoint - Class in org.springframework.boot.actuate.trace.http
@Endpoint to expose HttpTrace information.
HttpTraceEndpoint(HttpTraceRepository) - Constructor for class org.springframework.boot.actuate.trace.http.HttpTraceEndpoint
Create a new HttpTraceEndpoint instance.
HttpTraceEndpoint.HttpTraceDescriptor - Class in org.springframework.boot.actuate.trace.http
A description of an application's HttpTrace entries.
HttpTraceEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.trace.http
HttpTraceEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.trace.http.HttpTraceEndpointAutoConfiguration
 
HttpTraceFilter - Class in org.springframework.boot.actuate.web.trace.servlet
Servlet Filter that logs all requests to an HttpTraceRepository.
HttpTraceFilter(HttpTraceRepository, HttpExchangeTracer) - Constructor for class org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter
Create a new HttpTraceFilter instance.
HttpTraceProperties - Class in org.springframework.boot.actuate.autoconfigure.trace.http
Configuration properties for HTTP tracing.
HttpTraceProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.trace.http.HttpTraceProperties
 
HttpTraceRepository - Interface in org.springframework.boot.actuate.trace.http
A repository for HttpTraces.
HttpTraceWebFilter - Class in org.springframework.boot.actuate.web.trace.reactive
A WebFilter for tracing HTTP requests.
HttpTraceWebFilter(HttpTraceRepository, HttpExchangeTracer, Set<Include>) - Constructor for class org.springframework.boot.actuate.web.trace.reactive.HttpTraceWebFilter
 
HttpTunnelConnection - Class in org.springframework.boot.devtools.tunnel.client
TunnelConnection implementation that uses HTTP to transfer data.
HttpTunnelConnection(String, ClientHttpRequestFactory) - Constructor for class org.springframework.boot.devtools.tunnel.client.HttpTunnelConnection
Create a new HttpTunnelConnection instance.
HttpTunnelConnection(String, ClientHttpRequestFactory, Executor) - Constructor for class org.springframework.boot.devtools.tunnel.client.HttpTunnelConnection
Create a new HttpTunnelConnection instance.
HttpTunnelConnection.TunnelChannel - Class in org.springframework.boot.devtools.tunnel.client
A WritableByteChannel used to transfer traffic.
HttpTunnelPayload - Class in org.springframework.boot.devtools.tunnel.payload
Encapsulates a payload data sent via a HTTP tunnel.
HttpTunnelPayload(long, ByteBuffer) - Constructor for class org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
Create a new HttpTunnelPayload instance.
HttpTunnelPayloadForwarder - Class in org.springframework.boot.devtools.tunnel.payload
Utility class that forwards HttpTunnelPayload instances to a destination channel, respecting sequence order.
HttpTunnelPayloadForwarder(WritableByteChannel) - Constructor for class org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayloadForwarder
Create a new HttpTunnelPayloadForwarder instance.
HttpTunnelServer - Class in org.springframework.boot.devtools.tunnel.server
A server that can be used to tunnel TCP traffic over HTTP.
HttpTunnelServer(TargetServerConnection) - Constructor for class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer
Creates a new HttpTunnelServer instance.
HttpTunnelServer.HttpConnection - Class in org.springframework.boot.devtools.tunnel.server
Encapsulates a HTTP request/response pair.
HttpTunnelServer.ServerThread - Class in org.springframework.boot.devtools.tunnel.server
The main server thread used to transfer tunnel traffic.
HttpTunnelServerHandler - Class in org.springframework.boot.devtools.tunnel.server
Adapts a HttpTunnelServer to a Handler.
HttpTunnelServerHandler(HttpTunnelServer) - Constructor for class org.springframework.boot.devtools.tunnel.server.HttpTunnelServerHandler
Create a new HttpTunnelServerHandler instance.
HttpWebServiceMessageSenderBuilder - Class in org.springframework.boot.webservices.client
WebServiceMessageSender builder that can detect a suitable HTTP library based on the classpath.
HttpWebServiceMessageSenderBuilder() - Constructor for class org.springframework.boot.webservices.client.HttpWebServiceMessageSenderBuilder
 
humioConfig() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.humio.HumioMetricsExportAutoConfiguration
 
humioMeterRegistry(HumioConfig, Clock) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.humio.HumioMetricsExportAutoConfiguration
 
HumioMetricsExportAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.humio
Auto-configuration for exporting metrics to Humio.
HumioMetricsExportAutoConfiguration(HumioProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.humio.HumioMetricsExportAutoConfiguration
 
HumioProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.humio
@ConfigurationProperties for configuring Humio metrics export.
HumioProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.humio.HumioProperties
 
HypermediaAutoConfiguration - Class in org.springframework.boot.autoconfigure.hateoas
Auto-configuration for Spring HATEOAS's @EnableHypermediaSupport.
HypermediaAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.hateoas.HypermediaAutoConfiguration
 
HypermediaAutoConfiguration.HypermediaConfiguration - Class in org.springframework.boot.autoconfigure.hateoas
 
HypermediaConfiguration() - Constructor for class org.springframework.boot.autoconfigure.hateoas.HypermediaAutoConfiguration.HypermediaConfiguration
 
HypermediaHttpMessageConverterConfiguration - Class in org.springframework.boot.autoconfigure.hateoas
Configuration for HttpMessageConverters when hypermedia is enabled.
HypermediaHttpMessageConverterConfiguration() - Constructor for class org.springframework.boot.autoconfigure.hateoas.HypermediaHttpMessageConverterConfiguration
 

I

Identityprovider() - Constructor for class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Identityprovider
 
ifAllMissingClasses(String...) - Method in class org.springframework.boot.cli.compiler.DependencyCustomizer
Create a nested DependencyCustomizer that only applies if all of the specified class names are not on the class path.
ifAllResourcesPresent(String...) - Method in class org.springframework.boot.cli.compiler.DependencyCustomizer
Create a nested DependencyCustomizer that only applies if the specified paths are on the class path.
ifAnyMissingClasses(String...) - Method in class org.springframework.boot.cli.compiler.DependencyCustomizer
Create a nested DependencyCustomizer that only applies if any of the specified class names are not on the class path.
ifAnyResourcesPresent(String...) - Method in class org.springframework.boot.cli.compiler.DependencyCustomizer
Create a nested DependencyCustomizer that only applies at least one of the specified paths is on the class path.
ifBound(Consumer<? super T>) - Method in class org.springframework.boot.context.properties.bind.BindResult
Invoke the specified consumer with the bound value, or do nothing if no value has been bound.
ifCausedBy(Exception, Class<E>, Consumer<E>) - Static method in exception org.springframework.boot.web.server.PortInUseException
Perform an action if the given exception was caused by a specific exception type.
ifPortBindingException(Exception, Consumer<BindException>) - Static method in exception org.springframework.boot.web.server.PortInUseException
Perform an action if the given exception was caused by a "port in use" BindException.
IGNORE_BACKGROUNDPREINITIALIZER_PROPERTY_NAME - Static variable in class org.springframework.boot.autoconfigure.BackgroundPreinitializer
System property that instructs Spring Boot how to run pre initialization.
ignoreApplicationContext(WebApplicationContext) - Method in class org.springframework.boot.autoconfigure.security.servlet.PathRequest.H2ConsoleRequestMatcher
 
ignoreApplicationContext(WebApplicationContext) - Method in class org.springframework.boot.autoconfigure.security.servlet.StaticResourceRequest.StaticResourceRequestMatcher
 
ignoreApplicationContext(ApplicationContext) - Method in class org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher
Returns if the ApplicationContext should be ignored and not used for matching.
ignoreApplicationContext(WebApplicationContext) - Method in class org.springframework.boot.security.servlet.ApplicationContextRequestMatcher
Returns if the WebApplicationContext should be ignored and not used for matching.
IGNORED_ORDER - Static variable in class org.springframework.boot.autoconfigure.security.SecurityProperties
Order applied to the WebSecurityConfigurer that ignores standard static resource paths.
IgnoredPathsWebSecurityConfigurer() - Constructor for class org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryActuatorAutoConfiguration.IgnoredPathsWebSecurityConfigurer
 
IgnoreErrorsBindHandler - Class in org.springframework.boot.context.properties.bind.handler
BindHandler that can be used to ignore binding errors.
IgnoreErrorsBindHandler() - Constructor for class org.springframework.boot.context.properties.bind.handler.IgnoreErrorsBindHandler
 
IgnoreErrorsBindHandler(BindHandler) - Constructor for class org.springframework.boot.context.properties.bind.handler.IgnoreErrorsBindHandler
 
IgnoreTopLevelConverterNotFoundBindHandler - Class in org.springframework.boot.context.properties.bind.handler
BindHandler that can be used to ignore top-level ConverterNotFoundExceptions.
IgnoreTopLevelConverterNotFoundBindHandler() - Constructor for class org.springframework.boot.context.properties.bind.handler.IgnoreTopLevelConverterNotFoundBindHandler
IgnoreTopLevelConverterNotFoundBindHandler(BindHandler) - Constructor for class org.springframework.boot.context.properties.bind.handler.IgnoreTopLevelConverterNotFoundBindHandler
Create a new IgnoreTopLevelConverterNotFoundBindHandler instance with a specific parent.
ImageBanner - Class in org.springframework.boot
Banner implementation that prints ASCII art generated from an image resource Resource.
ImageBanner(Resource) - Constructor for class org.springframework.boot.ImageBanner
 
ImageBanner.PixelMode - Enum in org.springframework.boot
Pixel modes supported by the image banner.
ImportAutoConfiguration - Annotation Type in org.springframework.boot.autoconfigure
Import and apply the specified auto-configuration classes.
Include - Enum in org.springframework.boot.actuate.trace.http
Include options for HTTP tracing.
include(MetadataReader, MetadataReaderFactory) - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
 
INCLUDE_PROFILES_PROPERTY - Static variable in class org.springframework.boot.context.config.ConfigFileApplicationListener
The "includes profiles" property name.
IncludeExcludeEndpointFilter<E extends ExposableEndpoint<?>> - Class in org.springframework.boot.actuate.autoconfigure.endpoint.expose
EndpointFilter that will filter endpoints based on include and exclude patterns.
IncludeExcludeEndpointFilter(Class<E>, Environment, String, String...) - Constructor for class org.springframework.boot.actuate.autoconfigure.endpoint.expose.IncludeExcludeEndpointFilter
Create a new IncludeExcludeEndpointFilter with include/exclude rules bound from the Environment.
IncludeExcludeEndpointFilter(Class<E>, Environment, String, IncludeExcludeEndpointFilter.DefaultIncludes) - Constructor for class org.springframework.boot.actuate.autoconfigure.endpoint.expose.IncludeExcludeEndpointFilter
Create a new IncludeExcludeEndpointFilter with include/exclude rules bound from the Environment.
IncludeExcludeEndpointFilter(Class<E>, Collection<String>, Collection<String>, String...) - Constructor for class org.springframework.boot.actuate.autoconfigure.endpoint.expose.IncludeExcludeEndpointFilter
Create a new IncludeExcludeEndpointFilter with specific include/exclude rules.
IncludeExcludeEndpointFilter(Class<E>, Collection<String>, Collection<String>, IncludeExcludeEndpointFilter.DefaultIncludes) - Constructor for class org.springframework.boot.actuate.autoconfigure.endpoint.expose.IncludeExcludeEndpointFilter
Create a new IncludeExcludeEndpointFilter with specific include/exclude rules.
IncludeExcludeEndpointFilter.DefaultIncludes - Enum in org.springframework.boot.actuate.autoconfigure.endpoint.expose
Default include patterns that can be used.
Infinispan() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheProperties.Infinispan
 
InfinispanCacheConfiguration - Class in org.springframework.boot.autoconfigure.cache
Infinispan cache configuration.
InfinispanCacheConfiguration() - Constructor for class org.springframework.boot.autoconfigure.cache.InfinispanCacheConfiguration
 
infinispanCacheManager(CacheProperties, ObjectProvider<ConfigurationBuilder>) - Method in class org.springframework.boot.autoconfigure.cache.InfinispanCacheConfiguration
 
influxConfig() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxMetricsExportAutoConfiguration
 
influxDb(InfluxDbProperties, ObjectProvider<InfluxDbOkHttpClientBuilderProvider>) - Method in class org.springframework.boot.autoconfigure.influx.InfluxDbAutoConfiguration
 
InfluxDbAutoConfiguration - Class in org.springframework.boot.autoconfigure.influx
Auto-configuration for InfluxDB.
InfluxDbAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.influx.InfluxDbAutoConfiguration
 
influxDbHealthContributor(Map<String, InfluxDB>) - Method in class org.springframework.boot.actuate.autoconfigure.influx.InfluxDbHealthContributorAutoConfiguration
 
InfluxDbHealthContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.influx
InfluxDbHealthContributorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.influx.InfluxDbHealthContributorAutoConfiguration
 
InfluxDbHealthIndicator - Class in org.springframework.boot.actuate.influx
HealthIndicator for InfluxDB.
InfluxDbHealthIndicator(InfluxDB) - Constructor for class org.springframework.boot.actuate.influx.InfluxDbHealthIndicator
 
InfluxDbOkHttpClientBuilderProvider - Interface in org.springframework.boot.autoconfigure.influx
Provide the OkHttpClient.Builder to use to customize the auto-configured InfluxDB instance.
InfluxDbProperties - Class in org.springframework.boot.autoconfigure.influx
Configuration properties for InfluxDB.
InfluxDbProperties() - Constructor for class org.springframework.boot.autoconfigure.influx.InfluxDbProperties
 
influxMeterRegistry(InfluxConfig, Clock, InfluxProperties) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxMetricsExportAutoConfiguration
 
InfluxMetricsExportAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.influx
Auto-configuration for exporting metrics to Influx.
InfluxMetricsExportAutoConfiguration(InfluxProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxMetricsExportAutoConfiguration
 
InfluxProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.influx
@ConfigurationProperties for configuring Influx metrics export.
InfluxProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
 
info() - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryInfoEndpointWebExtension
 
Info - Class in org.springframework.boot.actuate.info
Carries information of the application.
info() - Method in class org.springframework.boot.actuate.info.InfoEndpoint
 
info(String) - Static method in class org.springframework.boot.cli.util.Log
 
info(Object) - Method in class org.springframework.boot.logging.DeferredLog
 
info(Object, Throwable) - Method in class org.springframework.boot.logging.DeferredLog
 
Info.Builder - Class in org.springframework.boot.actuate.info
Builder for creating immutable Info instances.
InfoContributor - Interface in org.springframework.boot.actuate.info
Contributes additional info details.
InfoContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.info
InfoContributorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.info.InfoContributorAutoConfiguration
 
InfoContributorProperties - Class in org.springframework.boot.actuate.autoconfigure.info
Configuration properties for core info contributors.
InfoContributorProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.info.InfoContributorProperties
 
InfoContributorProperties.Git - Class in org.springframework.boot.actuate.autoconfigure.info
 
infoEndpoint(ObjectProvider<InfoContributor>) - Method in class org.springframework.boot.actuate.autoconfigure.info.InfoEndpointAutoConfiguration
 
InfoEndpoint - Class in org.springframework.boot.actuate.info
@Endpoint to expose arbitrary application information.
InfoEndpoint(List<InfoContributor>) - Constructor for class org.springframework.boot.actuate.info.InfoEndpoint
Create a new InfoEndpoint instance.
InfoEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.info
InfoEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.info.InfoEndpointAutoConfiguration
 
infoPrint(String) - Static method in class org.springframework.boot.cli.util.Log
 
InfoProperties - Class in org.springframework.boot.info
Base class for components exposing unstructured data with dedicated methods for well known keys.
InfoProperties(Properties) - Constructor for class org.springframework.boot.info.InfoProperties
Create an instance with the specified entries.
InfoProperties.Entry - Class in org.springframework.boot.info
Property entry.
InfoPropertiesInfoContributor<T extends InfoProperties> - Class in org.springframework.boot.actuate.info
A base InfoContributor to expose an InfoProperties.
InfoPropertiesInfoContributor(T, InfoPropertiesInfoContributor.Mode) - Constructor for class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
 
InfoPropertiesInfoContributor.Mode - Enum in org.springframework.boot.actuate.info
Defines how properties should be exposed.
init(WebSecurity) - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryActuatorAutoConfiguration.IgnoredPathsWebSecurityConfigurer
 
init(FilterConfig) - Method in class org.springframework.boot.devtools.remote.server.DispatcherFilter
 
init() - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
 
init() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
 
init(FilterConfig) - Method in class org.springframework.boot.web.servlet.support.ErrorPageFilter
 
InitCommand - Class in org.springframework.boot.cli.command.init
Command that initializes a project using Spring initializr.
InitCommand() - Constructor for class org.springframework.boot.cli.command.init.InitCommand
 
InitCommand(InitCommand.InitOptionHandler) - Constructor for class org.springframework.boot.cli.command.init.InitCommand
 
initCorsConfiguration(Object, Method, RequestMappingInfo) - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
 
initCorsConfiguration(Object, Method, RequestMappingInfo) - Method in class org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping
 
initCorsConfiguration(Object, Method, RequestMappingInfo) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
 
initCorsConfiguration(Object, Method, RequestMappingInfo) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping
 
initFields(Object, M) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester.FieldInitializer
 
initFields(Object, ObjectFactory<M>) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester.FieldInitializer
 
initFields(Object, Gson) - Static method in class org.springframework.boot.test.json.GsonTester
Utility method to initialize GsonTester fields.
initFields(Object, ObjectFactory<Gson>) - Static method in class org.springframework.boot.test.json.GsonTester
Utility method to initialize GsonTester fields.
initFields(Object, ObjectMapper) - Static method in class org.springframework.boot.test.json.JacksonTester
Utility method to initialize JacksonTester fields.
initFields(Object, ObjectFactory<ObjectMapper>) - Static method in class org.springframework.boot.test.json.JacksonTester
Utility method to initialize JacksonTester fields.
initFields(Object, Jsonb) - Static method in class org.springframework.boot.test.json.JsonbTester
Utility method to initialize JsonbTester fields.
initFields(Object, ObjectFactory<Jsonb>) - Static method in class org.springframework.boot.test.json.JsonbTester
Utility method to initialize JsonbTester fields.
initHandlerMethods() - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
 
initHandlerMethods() - Method in class org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping
 
initHandlerMethods() - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
 
initHandlerMethods() - Method in class org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping
 
initialize(T, Map<String, HealthIndicator>) - Method in class org.springframework.boot.actuate.health.HealthIndicatorRegistryFactory
Deprecated.
 
initialize(T, Map<String, ReactiveHealthIndicator>, Map<String, HealthIndicator>) - Method in class org.springframework.boot.actuate.health.ReactiveHealthIndicatorRegistryFactory
Deprecated.
 
initialize() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
 
initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener
 
initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.builder.ParentContextApplicationContextInitializer
 
initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.config.DelegatingApplicationContextInitializer
 
initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer
 
initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.ContextIdApplicationContextInitializer
 
initialize(ConfigurableEnvironment, ClassLoader) - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
Initialize the logging system according to preferences expressed through the Environment and the classpath.
initialize(boolean) - Method in class org.springframework.boot.devtools.restart.Restarter
 
initialize(String[]) - Static method in class org.springframework.boot.devtools.restart.Restarter
Initialize restart support.
initialize(String[], RestartInitializer) - Static method in class org.springframework.boot.devtools.restart.Restarter
Initialize restart support.
initialize(String[], boolean) - Static method in class org.springframework.boot.devtools.restart.Restarter
Initialize restart support.
initialize(String[], boolean, RestartInitializer) - Static method in class org.springframework.boot.devtools.restart.Restarter
Initialize restart support.
initialize(String[], boolean, RestartInitializer, boolean) - Static method in class org.springframework.boot.devtools.restart.Restarter
Initialize restart support for the current application.
initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.devtools.restart.RestartScopeInitializer
 
initialize() - Method in class org.springframework.boot.jdbc.AbstractDataSourceInitializer
 
initialize() - Static method in class org.springframework.boot.loader.tools.LogbackInitializer
 
initialize(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.AbstractLoggingSystem
 
initialize(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
initialize(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
 
initialize(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.LoggingSystem
Fully initialize the logging system.
initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.rsocket.context.RSocketPortInfoApplicationContextInitializer
 
initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.test.context.ConfigFileApplicationContextInitializer
 
initialize(Class<?>, ResolvableType) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Initialize the marshal tester for use.
initialize(Class<?>) - Method in class org.springframework.boot.test.json.BasicJsonTester
Initialize the marshal tester for use, configuring it to load JSON resources as UTF-8.
initialize(Class<?>, Charset) - Method in class org.springframework.boot.test.json.BasicJsonTester
Initialize the marshal tester for use.
initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.web.context.ServerPortInfoApplicationContextInitializer
 
initialize(ConfigurableWebApplicationContext) - Method in class org.springframework.boot.web.servlet.support.ServletContextApplicationContextInitializer
 
initialized(Supplier<PathMappedEndpoints>) - Method in class org.springframework.boot.actuate.autoconfigure.security.reactive.EndpointRequest.EndpointServerWebExchangeMatcher
 
initialized(Supplier<WebEndpointProperties>) - Method in class org.springframework.boot.actuate.autoconfigure.security.reactive.EndpointRequest.LinksServerWebExchangeMatcher
 
initialized(Supplier<H2ConsoleProperties>) - Method in class org.springframework.boot.autoconfigure.security.servlet.PathRequest.H2ConsoleRequestMatcher
 
initialized(Supplier<DispatcherServletPath>) - Method in class org.springframework.boot.autoconfigure.security.servlet.StaticResourceRequest.StaticResourceRequestMatcher
 
initialized(Supplier<C>) - Method in class org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher
Called once the context has been initialized.
initialized(Supplier<C>) - Method in class org.springframework.boot.security.servlet.ApplicationContextRequestMatcher
Method that can be implemented by subclasses that wish to initialize items the first time that the matcher is called.
initializeDataSourceBuilder() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Initialize a DataSourceBuilder with the state of this instance.
initializeEnvironmentBuilder(CouchbaseProperties) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseConfiguration
Initialize an environment builder based on the specified settings.
initializeLogLevel(LoggingSystem, LogLevel) - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
initializers(ApplicationContextInitializer<?>...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Add some initializers to the application (applied to the ApplicationContext before any bean definitions are loaded).
initializeSpringBootLogging(LoggingSystem, LogLevel) - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
Initialize loggers based on the springBootLogging setting.
InMemoryAuditEventRepository - Class in org.springframework.boot.actuate.audit
In-memory AuditEventRepository implementation.
InMemoryAuditEventRepository() - Constructor for class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
 
InMemoryAuditEventRepository(int) - Constructor for class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
 
InMemoryHttpTraceRepository - Class in org.springframework.boot.actuate.trace.http
In-memory implementation of HttpTraceRepository.
InMemoryHttpTraceRepository() - Constructor for class org.springframework.boot.actuate.trace.http.InMemoryHttpTraceRepository
 
inMemoryUserDetailsManager(SecurityProperties, ObjectProvider<PasswordEncoder>) - Method in class org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration
 
install(GrapeEngine) - Static method in class org.springframework.boot.cli.compiler.grape.GrapeEngineInstaller
 
InstallCommand - Class in org.springframework.boot.cli.command.install
Command to install additional dependencies into the CLI.
InstallCommand() - Constructor for class org.springframework.boot.cli.command.install.InstallCommand
 
INSTANCE - Static variable in class org.springframework.boot.actuate.health.HealthContributorNameFactory
A shared singleton HealthContributorNameFactory instance.
IntegrationAutoConfiguration - Class in org.springframework.boot.autoconfigure.integration
Auto-configuration for Spring Integration.
IntegrationAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration
 
IntegrationAutoConfiguration.IntegrationComponentScanConfiguration - Class in org.springframework.boot.autoconfigure.integration
Integration component scan configuration.
IntegrationAutoConfiguration.IntegrationConfiguration - Class in org.springframework.boot.autoconfigure.integration
Basic Spring Integration configuration.
IntegrationAutoConfiguration.IntegrationJdbcConfiguration - Class in org.springframework.boot.autoconfigure.integration
Integration JDBC configuration.
IntegrationAutoConfiguration.IntegrationJmxConfiguration - Class in org.springframework.boot.autoconfigure.integration
Spring Integration JMX configuration.
IntegrationAutoConfiguration.IntegrationManagementConfiguration - Class in org.springframework.boot.autoconfigure.integration
Integration management configuration.
IntegrationAutoConfiguration.IntegrationManagementConfiguration.EnableIntegrationManagementConfiguration - Class in org.springframework.boot.autoconfigure.integration
 
IntegrationComponentScanConfiguration() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationComponentScanConfiguration
 
IntegrationConfiguration() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationConfiguration
 
integrationDataSourceInitializer(DataSource, ResourceLoader, IntegrationProperties) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationJdbcConfiguration
 
IntegrationDataSourceInitializer - Class in org.springframework.boot.autoconfigure.integration
Initializer for Spring Integration schema.
IntegrationDataSourceInitializer(DataSource, ResourceLoader, IntegrationProperties) - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationDataSourceInitializer
 
integrationGraphEndpoint(IntegrationGraphServer) - Method in class org.springframework.boot.actuate.autoconfigure.integration.IntegrationGraphEndpointAutoConfiguration
 
IntegrationGraphEndpoint - Class in org.springframework.boot.actuate.integration
@Endpoint to expose the Spring Integration graph.
IntegrationGraphEndpoint(IntegrationGraphServer) - Constructor for class org.springframework.boot.actuate.integration.IntegrationGraphEndpoint
Create a new IntegrationGraphEndpoint instance that exposes a graph containing all the Spring Integration components in the given IntegrationGraphServer.
IntegrationGraphEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.integration
IntegrationGraphEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.integration.IntegrationGraphEndpointAutoConfiguration
 
integrationGraphServer() - Method in class org.springframework.boot.actuate.autoconfigure.integration.IntegrationGraphEndpointAutoConfiguration
 
IntegrationJdbcConfiguration() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationJdbcConfiguration
 
IntegrationJmxConfiguration() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationJmxConfiguration
 
IntegrationManagementConfiguration() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationManagementConfiguration
 
integrationMbeanExporter(BeanFactory, Environment) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationJmxConfiguration
 
IntegrationProperties - Class in org.springframework.boot.autoconfigure.integration
Configuration properties for Spring Integration.
IntegrationProperties() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationProperties
 
IntegrationProperties.Jdbc - Class in org.springframework.boot.autoconfigure.integration
 
intercept(HttpRequest, byte[], ClientHttpRequestExecution) - Method in class org.springframework.boot.devtools.remote.client.HttpHeaderInterceptor
 
interceptors(ClientHttpRequestInterceptor...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Set the ClientHttpRequestInterceptors that should be used with the RestTemplate.
interceptors(Collection<ClientHttpRequestInterceptor>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Set the ClientHttpRequestInterceptors that should be used with the RestTemplate.
interceptors(ClientInterceptor...) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Set the ClientInterceptors that should be used with the WebServiceTemplate.
interceptors(Collection<? extends ClientInterceptor>) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Set the ClientInterceptors that should be used with the WebServiceTemplate.
IntervalTaskDescription(ScheduledTasksEndpoint.TaskType, IntervalTask) - Constructor for class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.IntervalTaskDescription
 
IntervalTaskDescription(ScheduledTasksEndpoint.TaskType, TriggerTask, PeriodicTrigger) - Constructor for class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.IntervalTaskDescription
 
InvalidConfigurationPropertyNameException - Exception in org.springframework.boot.context.properties.source
Exception thrown when ConfigurationPropertyName has invalid characters.
InvalidConfigurationPropertyNameException(CharSequence, List<Character>) - Constructor for exception org.springframework.boot.context.properties.source.InvalidConfigurationPropertyNameException
 
InvalidConfigurationPropertyValueException - Exception in org.springframework.boot.context.properties.source
Exception thrown when a configuration property value is invalid.
InvalidConfigurationPropertyValueException(String, Object, String) - Constructor for exception org.springframework.boot.context.properties.source.InvalidConfigurationPropertyValueException
Creates a new instance for the specified property name and value, including a reason why the value is invalid.
InvalidEndpointRequestException - Exception in org.springframework.boot.actuate.endpoint
Indicate that an endpoint request is invalid.
InvalidEndpointRequestException(String, String) - Constructor for exception org.springframework.boot.actuate.endpoint.InvalidEndpointRequestException
 
InvalidEndpointRequestException(String, String, Throwable) - Constructor for exception org.springframework.boot.actuate.endpoint.InvalidEndpointRequestException
 
inverse(ConditionOutcome) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
Return the inverse of the specified condition outcome.
InvocationContext - Class in org.springframework.boot.actuate.endpoint
The context for the invocation of an operation.
InvocationContext(SecurityContext, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.endpoint.InvocationContext
Creates a new context for an operation being invoked by the given securityContext with the given available arguments.
InvocationContext(ApiVersion, SecurityContext, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.endpoint.InvocationContext
Creates a new context for an operation being invoked by the given securityContext with the given available arguments.
invoke(ServletWebRequest) - Method in class org.springframework.boot.actuate.autoconfigure.web.servlet.ManagementErrorEndpoint
 
invoke(InvocationContext) - Method in class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
 
invoke(InvocationContext) - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationInvoker
Invoke the underlying operation using the given context.
invoke(InvocationContext) - Method in class org.springframework.boot.actuate.endpoint.invoke.reflect.ReflectiveOperationInvoker
 
invoke(InvocationContext) - Method in class org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvoker
 
invoke(String, Object[], String[]) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
 
invoke(InvocationContext) - Method in interface org.springframework.boot.actuate.endpoint.Operation
Invoke the underlying operation using the given context.
invoke(InvocationContext) - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping.ElasticSchedulerInvoker
 
invoke(Consumer<C>) - Method in class org.springframework.boot.util.LambdaSafe.Callback
Invoke the callback instance where the callback method returns void.
invoke(Consumer<C>) - Method in class org.springframework.boot.util.LambdaSafe.Callbacks
Invoke the callback instances where the callback method returns void.
invoke(C, Supplier<R>) - Method in class org.springframework.boot.util.LambdaSafe.LambdaSafeCallback
 
invokeAnd(Function<C, R>) - Method in class org.springframework.boot.util.LambdaSafe.Callback
Invoke the callback instance where the callback method returns a result.
invokeAnd(Function<C, R>) - Method in class org.springframework.boot.util.LambdaSafe.Callbacks
Invoke the callback instances where the callback method returns a result.
isAccessAllowed(String) - Method in enum org.springframework.boot.actuate.autoconfigure.cloudfoundry.AccessLevel
Returns if the access level should allow access to the specified ID.
isAccessLogEnabled() - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
 
isAccessLogEnabled() - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
 
isActive(Environment) - Method in enum org.springframework.boot.cloud.CloudPlatform
Determines if the platform is active (i.e.
isActive() - Static method in class org.springframework.boot.devtools.restart.AgentReloader
Determine if any agent reloader is active.
isAddFilters() - Method in class org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer
 
isAddMappings() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties
 
isAllowCaching() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Resource
 
isAllowCoreThreadTimeout() - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
 
isAllowed(ServerHttpRequest) - Method in interface org.springframework.boot.devtools.remote.server.AccessManager
Determine if the specific request is allowed to be handled by the Dispatcher.
isAllowed(ServerHttpRequest) - Method in class org.springframework.boot.devtools.remote.server.HttpHeaderAccessManager
 
isAllowEncodedSlash() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
isAllowRequestOverride() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
isAllowSessionOverride() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
isAllowSubTransactions() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
 
isAlwaysSetKeepAlive() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
isAlwaysUseMessageFormat() - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
 
isAncestorOf(ConfigurationPropertyName) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
Returns true if this element is an ancestor (immediate or nested parent) of the specified name.
isAppend() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
isAsyncSupported() - Method in class org.springframework.boot.web.servlet.DynamicRegistrationBean
Returns if asynchronous operations are supported for this registration.
isAttachedConfigurationPropertySource(PropertySource<?>) - Static method in class org.springframework.boot.context.properties.source.ConfigurationPropertySources
Determines if the specific PropertySource is the ConfigurationPropertySource that was attached to the Environment.
isAutoconfigure() - Method in class org.springframework.boot.cli.command.options.OptionSetGroovyCompilerConfiguration
 
isAutoconfigure() - Method in interface org.springframework.boot.cli.compiler.GroovyCompilerConfiguration
Returns true if auto-configuration transformations should be applied.
isAutoCreateDb() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
 
isAutoCreateIndex() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.elastic.ElasticProperties
 
isAutoIndex() - Method in class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
 
isAutoIndexCreation() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
isAutoStartup() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
isAutoStartup() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
 
isAutoStartup() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
isAutoStartup() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties
 
isAutoTimeRequests() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web.Server
Deprecated.
since 2.2.0 in favor of AutoTimeProperties.isEnabled()
isAwaitTermination() - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Shutdown
 
isAwaitTermination() - Method in class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties.Shutdown
 
isBaselineOnMigrate() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
isBlockIfFull() - Method in class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
 
isBlocking() - Method in interface org.springframework.boot.actuate.endpoint.web.WebOperation
Returns if the underlying operation is blocking.
isBound() - Method in class org.springframework.boot.context.properties.bind.BindResult
Returns true if a result was bound.
isBridgeHandlerAvailable() - Method in class org.springframework.boot.logging.Slf4JLoggingSystem
 
isBridgeJulIntoSlf4j() - Method in class org.springframework.boot.logging.Slf4JLoggingSystem
Return whether bridging JUL into SLF4J or not.
isBuffered() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
isCache() - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
isCache() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
isCache() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
 
isCacheNullValues() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Redis
 
isCaseInsensitive(JdbcEnvironment) - Method in class org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
Specify whether the database is case sensitive.
isCheckExists() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
isCheckLocation() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
isCheckTemplate() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
isCheckTemplateLocation() - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
isCheckTemplateLocation() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
isClassAvailable(String) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
isClassReloadable(Class<?>) - Method in class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
 
isCleanDisabled() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
isCleanOnValidationError() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
isCompressed() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
 
isCompressed() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
 
isConsumers() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Cache
 
isContinueOnError() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
isCreateDataSource() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
isDebugEnabled() - Method in class org.springframework.boot.logging.DeferredLog
 
isDecodeUrl() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
isDefaultClusterPassword() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
isDescriptions() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.datadog.DatadogProperties
 
isDescriptions() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties
 
isDirectory() - Method in interface org.springframework.boot.loader.archive.Archive.Entry
Returns true if the entry represents a directory.
isDisconnectRequest() - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
Detect if the request is actually a signal to disconnect.
isDispatchOptionsRequest() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
isDispatchTraceRequest() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
isDropFirst() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
isEagerFilterInit() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
isEagerInitFilters() - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
Return if filters should be initialized eagerly.
isEmbedded(String) - Static method in enum org.springframework.boot.jdbc.EmbeddedDatabaseConnection
Convenience method to determine if a given driver class name represents an embedded database type.
isEmbedded(DataSource) - Static method in enum org.springframework.boot.jdbc.EmbeddedDatabaseConnection
Convenience method to determine if a given data source represents an embedded database type.
isEmbedded() - Method in enum org.springframework.boot.test.context.SpringBootTest.WebEnvironment
Return if the environment uses an ServletWebServerApplicationContext.
isEmbeddedWebApplication() - Method in interface org.springframework.boot.admin.SpringApplicationAdminMXBean
Specify if the application runs in an embedded web container.
isEmpty() - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
Return true if the message is empty.
isEmpty() - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
Returns true if this ConfigurationPropertyName is empty.
isEmpty() - Method in class org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource
 
isEnableByDefault() - Method in class org.springframework.boot.actuate.endpoint.AbstractExposableEndpoint
 
isEnableByDefault() - Method in interface org.springframework.boot.actuate.endpoint.ExposableEndpoint
Returns if the endpoint is enabled by default.
isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.AutoTimeProperties
 
isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
 
isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaProperties
 
isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
 
isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PushRegistryProperties
 
isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
 
isEnabled() - Method in interface org.springframework.boot.actuate.metrics.AutoTimer
Return if the auto-timer is enabled and metrics should be recorded.
isEnabled() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
isEnabled(AnnotationMetadata) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties.Embedded
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Cache
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Jaas
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Validation
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties.Whitelabel
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Content
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Fixed
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Mbeanregistry
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
 
isEnabled() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Livereload
 
isEnabled() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
isEnabled() - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Restart
 
isEnabled() - Method in class org.springframework.boot.web.server.Http2
Return whether to enable HTTP/2 support, if the current environment supports it.
isEnabled() - Method in class org.springframework.boot.web.server.Ssl
Return whether to enable SSL support.
isEnabled() - Method in class org.springframework.boot.web.servlet.RegistrationBean
Return if the registration is enabled.
isEnableLogging() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
 
isEnableSpringElCompiler() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
isEndpointExposed(Object) - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
Deprecated.
isEndpointTypeExposed(Class<?>) - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
Determine if an endpoint bean should be exposed.
isEndpointTypeExposed(Class<?>) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
 
isEndpointTypeExposed(Class<?>) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer
 
isEqualOrNewerThan(JavaVersion) - Method in enum org.springframework.boot.system.JavaVersion
Return if this version is equal to or newer than a given version.
isEqualTo(Object) - Method in class org.springframework.boot.test.json.JsonContentAssert
Overridden version of isEqualTo to perform JSON tests based on the object type.
isEqualToJson(CharSequence) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is leniently equal to the specified JSON.
isEqualToJson(String, Class<?>) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is leniently equal to the specified JSON resource.
isEqualToJson(byte[]) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is leniently equal to the specified JSON bytes.
isEqualToJson(File) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is leniently equal to the specified JSON file.
isEqualToJson(InputStream) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is leniently equal to the specified JSON input stream.
isEqualToJson(Resource) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is leniently equal to the specified JSON resource.
isEqualToJson(CharSequence, JSONCompareMode) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is equal to the specified JSON.
isEqualToJson(String, Class<?>, JSONCompareMode) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is equal to the specified JSON resource.
isEqualToJson(byte[], JSONCompareMode) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is equal to the specified JSON bytes.
isEqualToJson(File, JSONCompareMode) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is equal to the specified JSON file.
isEqualToJson(InputStream, JSONCompareMode) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is equal to the specified JSON input stream.
isEqualToJson(Resource, JSONCompareMode) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is equal to the specified JSON resource.
isEqualToJson(CharSequence, JSONComparator) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is equal to the specified JSON.
isEqualToJson(String, Class<?>, JSONComparator) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is equal to the specified JSON resource.
isEqualToJson(byte[], JSONComparator) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is equal to the specified JSON bytes.
isEqualToJson(File, JSONComparator) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is equal to the specified JSON file.
isEqualToJson(InputStream, JSONComparator) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is equal to the specified JSON input stream.
isEqualToJson(Resource, JSONComparator) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is equal to the specified JSON resource.
isErrorEnabled() - Method in class org.springframework.boot.logging.DeferredLog
 
isExcluded(String, BeanDefinition, Class<?>) - Method in interface org.springframework.boot.LazyInitializationExcludeFilter
Returns true if the specified bean definition should be excluded from having lazy-init automatically set.
isExecutable() - Method in interface org.springframework.boot.loader.tools.Layout
Returns if loader classes should be included to make the archive executable.
isExecutable() - Method in class org.springframework.boot.loader.tools.Layouts.Jar
 
isExecutable() - Method in class org.springframework.boot.loader.tools.Layouts.None
 
isExecutable() - Method in class org.springframework.boot.loader.tools.Layouts.War
 
isExpired() - Method in class org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
 
isExposeRequestAttributes() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
isExposeSessionAttributes() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
isExposeSpringMacroHelpers() - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
isExtensionExposed(Object) - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
Deprecated.
isExtensionTypeExposed(Class<?>) - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryWebEndpointDiscoverer
 
isExtensionTypeExposed(Class<?>) - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
Determine if an extension bean should be exposed.
isFailFast() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
 
isFallbackToSystemLocale() - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
 
isFatalEnabled() - Method in class org.springframework.boot.logging.DeferredLog
 
isFavorParameter() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Contentnegotiation
 
isFavorPathExtension() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Contentnegotiation
Deprecated.
isForce() - Method in class org.springframework.boot.autoconfigure.http.HttpProperties.Encoding
 
isForceRequest() - Method in class org.springframework.boot.autoconfigure.http.HttpProperties.Encoding
 
isForceResponse() - Method in class org.springframework.boot.autoconfigure.http.HttpProperties.Encoding
 
isForceShutdownOnVmExit() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
 
isFullMatch() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcomes
Return true if all outcomes match.
isGenerateDdl() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
isGenerateUniqueName() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
isGlobal() - Method in class org.springframework.boot.web.server.ErrorPage
Return if this error page is a global one (matches all unmatched status and exception types).
isGroup() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
isGuessDependencies() - Method in class org.springframework.boot.cli.command.options.OptionSetGroovyCompilerConfiguration
 
isGuessDependencies() - Method in interface org.springframework.boot.cli.compiler.GroovyCompilerConfiguration
Returns if jar dependencies should be guessed.
isGuessImports() - Method in class org.springframework.boot.cli.command.options.OptionSetGroovyCompilerConfiguration
 
isGuessImports() - Method in interface org.springframework.boot.cli.compiler.GroovyCompilerConfiguration
Returns if import declarations should be guessed.
isHandler(Class<?>) - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
 
isHandler(Class<?>) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
 
isHangup() - Method in class org.springframework.boot.cli.command.status.ExitStatus
Flag to signal that the caller can (or should) hangup.
isHtmlApplicationCache() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
 
isIgnoreDefaultModelOnRedirect() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
isIgnoreFutureMigrations() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
isIgnoreIgnoredMigrations() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
isIgnoreMissingMigrations() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
isIgnorePendingMigrations() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
isIgnoreTrailingSlash() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web.Server.ServerRequest
 
isImmutable() - Method in class org.springframework.boot.env.OriginTrackedMapPropertySource
 
isImmutable() - Method in interface org.springframework.boot.origin.OriginLookup
Return true if this lookup is immutable and has contents that will never change.
isIncludeException() - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
 
isIncludeStackTrace(ServerRequest, MediaType) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
Determine if the stacktrace attribute should be included.
isIncludeStackTrace(HttpServletRequest, MediaType) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
Determine if the stacktrace attribute should be included.
isInfoEnabled() - Method in class org.springframework.boot.logging.DeferredLog
 
isInMemory() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
isIpv6Canonical() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
isJmxEnabled() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
isJta() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
Returns if a JTA PlatformTransactionManager is being used.
isLastElementIndexed() - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
Return if the last element in the name is indexed.
isLogConditionEvaluationDelta() - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
isLogRequestDetails() - Method in class org.springframework.boot.autoconfigure.http.HttpProperties
 
isLogResolvedException() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
isLwcEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
 
isMain(Thread) - Method in class org.springframework.boot.devtools.restart.DefaultRestartInitializer
Returns if the thread is for a main invocation.
isMandatory() - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationParameter
Return if the parameter is mandatory (does not accept null values).
isMatch() - Method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
Return true if the outcome was a match.
isMatch(String, URL) - Method in class org.springframework.boot.devtools.restart.server.DefaultSourceFolderUrlFilter
 
isMatch(String, URL) - Method in interface org.springframework.boot.devtools.restart.server.SourceFolderUrlFilter
Determine if the specified URL matches a source folder.
isMatchAfter() - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
Return if filter mappings should be matched after any declared Filter mappings of the ServletContext.
isMember(String) - Method in interface org.springframework.boot.actuate.health.HealthEndpointGroup
Returns true if the given contributor is a member of this group.
isMeterNameEventTypeEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicProperties
 
isMissingQueuesFatal() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
isMissingQueuesFatal() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.DirectContainer
 
isMissingQueuesFatal() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer
 
isMissingTopicsFatal() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
isMixed() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
isMultiThreaded() - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
 
isNegated() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription.MediaTypeExpressionDescription
 
isNegated() - Method in class org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription.NameValueExpressionDescription
 
isNegated() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription.MediaTypeExpressionDescription
 
isNegated() - Method in class org.springframework.boot.actuate.web.mappings.servlet.RequestMappingConditionsDescription.NameValueExpressionDescription
 
isNestedArchive(Archive.Entry) - Method in class org.springframework.boot.loader.ExecutableArchiveLauncher
Determine if the specified JarEntry is a nested item that should be added to the classpath.
isNestedArchive(Archive.Entry) - Method in class org.springframework.boot.loader.JarLauncher
 
isNestedArchive(Archive.Entry) - Method in class org.springframework.boot.loader.WarLauncher
 
isNonBlockingRedelivery() - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
isNotEqualTo(Object) - Method in class org.springframework.boot.test.json.JsonContentAssert
Overridden version of isNotEqualTo to perform JSON tests based on the object type.
isNotEqualToJson(CharSequence) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not leniently equal to the specified JSON.
isNotEqualToJson(String, Class<?>) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not leniently equal to the specified JSON resource.
isNotEqualToJson(byte[]) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not leniently equal to the specified JSON bytes.
isNotEqualToJson(File) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not leniently equal to the specified JSON file.
isNotEqualToJson(InputStream) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not leniently equal to the specified JSON input stream.
isNotEqualToJson(Resource) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not leniently equal to the specified JSON resource.
isNotEqualToJson(CharSequence, JSONCompareMode) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not equal to the specified JSON.
isNotEqualToJson(String, Class<?>, JSONCompareMode) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not equal to the specified JSON resource.
isNotEqualToJson(byte[], JSONCompareMode) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not equal to the specified JSON bytes.
isNotEqualToJson(File, JSONCompareMode) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not equal to the specified JSON file.
isNotEqualToJson(InputStream, JSONCompareMode) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not equal to the specified JSON input stream.
isNotEqualToJson(Resource, JSONCompareMode) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not equal to the specified JSON resource.
isNotEqualToJson(CharSequence, JSONComparator) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not equal to the specified JSON.
isNotEqualToJson(String, Class<?>, JSONComparator) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not equal to the specified JSON resource.
isNotEqualToJson(byte[], JSONComparator) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not equal to the specified JSON bytes.
isNotEqualToJson(File, JSONComparator) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not equal to the specified JSON file.
isNotEqualToJson(InputStream, JSONComparator) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not equal to the specified JSON input stream.
isNotEqualToJson(Resource, JSONComparator) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not equal to the specified JSON resource.
isNotStrictlyEqualToJson(CharSequence) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not strictly equal to the specified JSON.
isNotStrictlyEqualToJson(String, Class<?>) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not strictly equal to the specified JSON resource.
isNotStrictlyEqualToJson(byte[]) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not strictly equal to the specified JSON bytes.
isNotStrictlyEqualToJson(File) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not strictly equal to the specified JSON file.
isNotStrictlyEqualToJson(InputStream) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not strictly equal to the specified JSON input stream.
isNotStrictlyEqualToJson(Resource) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is not strictly equal to the specified JSON resource.
isNumericIndex(int) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
Return if the element in the name is indexed and numeric.
isOlderThan(int) - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
Determine if a connection is older than the specified time.
isOlderThan(JavaVersion) - Method in enum org.springframework.boot.system.JavaVersion
Return if this version is older than a given version.
isOneIndexedParameters() - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
 
IsoOffsetDateTimeConverter - Class in org.springframework.boot.actuate.endpoint.invoke.convert
A String to OffsetDateTime Converter that uses ISO offset parsing.
IsoOffsetDateTimeConverter() - Constructor for class org.springframework.boot.actuate.endpoint.invoke.convert.IsoOffsetDateTimeConverter
 
isOpen() - Method in class org.springframework.boot.devtools.tunnel.client.HttpTunnelConnection.TunnelChannel
 
isOptionCommand(Command) - Method in class org.springframework.boot.cli.command.CommandRunner
Returns if the specified command is an option command.
isOutOfOrder() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
isOverwriteExistingJobs() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties
 
isParentOf(ConfigurationPropertyName) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
Returns true if this element is an immediate parent of the specified name.
isPasswordGenerated() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
 
isPercentilesHistogram() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.AutoTimeProperties
 
isPersistent() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
isPersistent() - Method in class org.springframework.boot.web.servlet.server.Session
Return whether to persist session data between restarts.
isPlaceholderReplacement() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
isPreferFileSystemAccess() - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
 
isPrintOnlyOnFailure() - Method in class org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer
 
isProducePartialOutputWhileProcessing() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Servlet
 
isProducers() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Cache
 
isProxyConfigured() - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
 
isPublisherConfirms() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
Deprecated.
isPublisherReturns() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
isPublishRequestHandledEvents() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
isPublishUnchangedMeters() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
 
isPubSubDomain() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties
 
isQuiet() - Method in class org.springframework.boot.cli.command.options.OptionSetGroovyCompilerConfiguration
 
isQuiet() - Method in interface org.springframework.boot.cli.compiler.GroovyCompilerConfiguration
Returns if running in quiet mode.
isReady() - Method in interface org.springframework.boot.admin.SpringApplicationAdminMXBean
Specify if the application has fully started and is now ready.
isRegisterDefaultServlet() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
Flag to indicate that the default servlet should be registered.
isRenameOnRotate() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
isRenderHiddenMarkersBeforeCheckboxes() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
isRequestAttributesEnabled() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
isResolveLazily() - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
 
isRestartExclude(URL) - Method in class org.springframework.boot.devtools.settings.DevToolsSettings
 
isRestartInclude(URL) - Method in class org.springframework.boot.devtools.settings.DevToolsSettings
 
isRestartRequired() - Method in class org.springframework.boot.devtools.classpath.ClassPathChangedEvent
Return if an application restart is required due to the change.
isRestartRequired(ChangedFile) - Method in interface org.springframework.boot.devtools.classpath.ClassPathRestartStrategy
Return true if a full restart is required.
isRestartRequired(ChangedFile) - Method in class org.springframework.boot.devtools.classpath.PatternClassPathRestartStrategy
 
isRotate() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
isRotate() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
 
isRunning() - Method in class org.springframework.boot.rsocket.context.RSocketServerBootstrap
 
isSerialJtaTransactions() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
 
isShowSql() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
isSkipDefaultCallbacks() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
isSkipDefaultResolvers() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
isSsl() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
isSsl() - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
isStarted() - Method in class org.springframework.boot.devtools.livereload.LiveReloadServer
Return if the server has been started.
isStateless() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.ListenerRetry
 
isStrictlyEqualToJson(CharSequence) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is strictly equal to the specified JSON.
isStrictlyEqualToJson(String, Class<?>) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is strictly equal to the specified JSON resource.
isStrictlyEqualToJson(byte[]) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is strictly equal to the specified JSON bytes.
isStrictlyEqualToJson(File) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is strictly equal to the specified JSON file.
isStrictlyEqualToJson(InputStream) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is strictly equal to the specified JSON input stream.
isStrictlyEqualToJson(Resource) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verifies that the actual value is strictly equal to the specified JSON resource.
IssuerUriCondition - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
Condition for creating JwtDecoder by oidc issuer location.
IssuerUriCondition() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.IssuerUriCondition
 
isSupportedType(EventListener) - Static method in class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
Returns true if the specified listener is one of the supported types.
isTemplateAvailable(String, Environment, ClassLoader, ResourceLoader) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheTemplateAvailabilityProvider
 
isTemplateAvailable(String, Environment, ClassLoader, ResourceLoader) - Method in class org.springframework.boot.autoconfigure.template.PathBasedTemplateAvailabilityProvider
 
isTemplateAvailable(String, Environment, ClassLoader, ResourceLoader) - Method in interface org.springframework.boot.autoconfigure.template.TemplateAvailabilityProvider
Returns true if a template is available for the given view.
isTemplateAvailable(String, Environment, ClassLoader, ResourceLoader) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafTemplateAvailabilityProvider
 
isTemplateAvailable(String, Environment, ClassLoader, ResourceLoader) - Method in class org.springframework.boot.autoconfigure.web.servlet.JspTemplateAvailabilityProvider
 
isTemplated() - Method in class org.springframework.boot.actuate.endpoint.web.Link
Returns whether or not the href is templated.
isTestRollbackOnUpdate() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
isThreadedTwoPhaseCommit() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
 
isThrowExceptionIfNoHandlerFound() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
isTrace() - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties.Settings
 
isTraceEnabled(ServerRequest) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
Check whether the trace attribute has been set on the given request.
isTraceEnabled() - Method in class org.springframework.boot.logging.DeferredLog
 
isTypeOrAnnotated(MetadataReader, MetadataReaderFactory, Class<?>) - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
 
isUnpackRequired() - Method in class org.springframework.boot.loader.tools.Library
Return if the file cannot be used directly as a nested jar and needs to be unpacked.
isUseAnonymousProducers() - Method in class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
 
isUseCodeAsDefaultMessage() - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
 
isUseDefaultFilters() - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
 
isUseDefaultFilters() - Method in class org.springframework.boot.test.autoconfigure.filter.StandardAnnotationCustomizableTypeExcludeFilter
 
isUseForwardHeaders() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
Deprecated.
isUseForwardHeaders() - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
 
isUseForwardHeaders() - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
 
isUseGlobalRegistry() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties
 
isUseKeyPrefix() - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Redis
 
isUseNativeTypes() - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
 
isUseNewIdGeneratorMappings() - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties
 
isUseRegisteredSuffixPattern() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Pathmatch
Deprecated.
isUseRelativeRedirects() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
isUserInRole(String) - Method in interface org.springframework.boot.actuate.endpoint.SecurityContext
Returns true if the currently authenticated user is in the given role, or false otherwise.
isUseSsl() - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ReactiveRestClientProperties
 
isUseSuffixPattern() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Pathmatch
Deprecated.
isUsingForwardHeaders() - Method in enum org.springframework.boot.cloud.CloudPlatform
Returns if the platform is behind a load balancer and uses X-Forwarded-For headers.
isValid(CharSequence) - Static method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
Returns if the given name is valid.
isValidateOnMigrate() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
isValidateServerCertificate() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
isWaitForJobsToCompleteOnShutdown() - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties
 
isWarnEnabled() - Method in class org.springframework.boot.logging.DeferredLog
 
isWatchForFileChanges() - Method in interface org.springframework.boot.cli.command.run.SpringApplicationRunnerConfiguration
Returns true if the source file should be monitored for changes and automatically recompiled.
isWebAllowOthers() - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties.Settings
 
items(Object...) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.ItemsBuilder
Indicate the items.
items(ConditionMessage.Style, Object...) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.ItemsBuilder
Indicate the items.
items(Collection<?>) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.ItemsBuilder
Indicate the items.
items(ConditionMessage.Style, Collection<?>) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.ItemsBuilder
Indicate the items with a ConditionMessage.Style.
IterableConfigurationPropertySource - Interface in org.springframework.boot.context.properties.source
A ConfigurationPropertySource with a fully Iterable set of entries.
iterator() - Method in class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
 
iterator() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcomes
 
iterator() - Method in class org.springframework.boot.autoconfigure.http.HttpMessageConverters
 
iterator() - Method in class org.springframework.boot.cli.command.CommandRunner
 
iterator() - Method in class org.springframework.boot.context.properties.bind.validation.ValidationErrors
 
iterator() - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
 
iterator() - Method in interface org.springframework.boot.context.properties.source.IterableConfigurationPropertySource
Return an iterator for the names managed by this source.
iterator() - Method in class org.springframework.boot.context.properties.source.MapConfigurationPropertySource
 
iterator() - Method in class org.springframework.boot.devtools.classpath.ClassPathFolders
 
iterator() - Method in class org.springframework.boot.devtools.filewatch.ChangedFiles
 
iterator() - Method in class org.springframework.boot.info.InfoProperties
 
iterator() - Method in class org.springframework.boot.loader.archive.ExplodedArchive
 
iterator() - Method in class org.springframework.boot.loader.archive.JarFileArchive
 
iterator() - Method in class org.springframework.boot.logging.LoggerGroups
 
iterator() - Method in class org.springframework.boot.test.autoconfigure.filter.FilterAnnotations
 
iterator() - Method in class org.springframework.boot.web.server.MimeMappings
 
iterator() - Method in class org.springframework.boot.web.servlet.ServletContextInitializerBeans
 

J

Jaas() - Constructor for class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Jaas
 
Jackson2ObjectMapperBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.jackson
Callback interface that can be implemented by beans wishing to further customize the ObjectMapper via Jackson2ObjectMapperBuilder retaining its default auto-configuration.
JacksonAutoConfiguration - Class in org.springframework.boot.autoconfigure.jackson
Auto configuration for Jackson.
JacksonAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration
 
jacksonCborRSocketStrategyCustomizer(Jackson2ObjectMapperBuilder) - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketStrategiesAutoConfiguration.JacksonCborStrategyConfiguration
 
JacksonCborStrategyConfiguration() - Constructor for class org.springframework.boot.autoconfigure.rsocket.RSocketStrategiesAutoConfiguration.JacksonCborStrategyConfiguration
 
JacksonJmxOperationResponseMapper - Class in org.springframework.boot.actuate.endpoint.jmx
JmxOperationResponseMapper that delegates to a Jackson ObjectMapper to return a JSON response.
JacksonJmxOperationResponseMapper(ObjectMapper) - Constructor for class org.springframework.boot.actuate.endpoint.jmx.JacksonJmxOperationResponseMapper
 
JacksonJsonParser - Class in org.springframework.boot.json
Thin wrapper to adapt Jackson 2 ObjectMapper to JsonParser.
JacksonJsonParser(ObjectMapper) - Constructor for class org.springframework.boot.json.JacksonJsonParser
Creates an instance with the specified ObjectMapper.
JacksonJsonParser() - Constructor for class org.springframework.boot.json.JacksonJsonParser
Creates an instance with a default ObjectMapper that is created lazily.
jacksonJsonRSocketStrategyCustomizer(ObjectMapper) - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketStrategiesAutoConfiguration.JacksonJsonStrategyConfiguration
 
JacksonJsonStrategyConfiguration() - Constructor for class org.springframework.boot.autoconfigure.rsocket.RSocketStrategiesAutoConfiguration.JacksonJsonStrategyConfiguration
 
JacksonProperties - Class in org.springframework.boot.autoconfigure.jackson
Configuration properties to configure Jackson.
JacksonProperties() - Constructor for class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
JacksonTester<T> - Class in org.springframework.boot.test.json
AssertJ based JSON tester backed by Jackson.
JacksonTester(ObjectMapper) - Constructor for class org.springframework.boot.test.json.JacksonTester
Create a new JacksonTester instance.
JacksonTester(Class<?>, ResolvableType, ObjectMapper) - Constructor for class org.springframework.boot.test.json.JacksonTester
Create a new JacksonTester instance.
JacksonTester(Class<?>, ResolvableType, ObjectMapper, Class<?>) - Constructor for class org.springframework.boot.test.json.JacksonTester
 
Jar() - Constructor for class org.springframework.boot.loader.tools.Layouts.Jar
 
JarCommand - Class in org.springframework.boot.cli.command.archive
Command to create a self-contained executable jar file from a CLI application.
JarCommand() - Constructor for class org.springframework.boot.cli.command.archive.JarCommand
 
JarFile - Class in org.springframework.boot.loader.jar
Extended variant of JarFile that behaves in the same way but offers the following additional functionality.
JarFile(File) - Constructor for class org.springframework.boot.loader.jar.JarFile
Create a new JarFile backed by the specified file.
JarFileArchive - Class in org.springframework.boot.loader.archive
Archive implementation backed by a JarFile.
JarFileArchive(File) - Constructor for class org.springframework.boot.loader.archive.JarFileArchive
 
JarFileArchive(File, URL) - Constructor for class org.springframework.boot.loader.archive.JarFileArchive
 
JarFileArchive(JarFile) - Constructor for class org.springframework.boot.loader.archive.JarFileArchive
 
JarLauncher - Class in org.springframework.boot.loader
Launcher for JAR based archives.
JarLauncher() - Constructor for class org.springframework.boot.loader.JarLauncher
 
JarLauncher(Archive) - Constructor for class org.springframework.boot.loader.JarLauncher
 
JarWriter - Class in org.springframework.boot.loader.tools
Writes JAR content, ensuring valid directory entries are always created and duplicate items are ignored.
JarWriter(File) - Constructor for class org.springframework.boot.loader.tools.JarWriter
Create a new JarWriter instance.
JarWriter(File, LaunchScript) - Constructor for class org.springframework.boot.loader.tools.JarWriter
Create a new JarWriter instance.
JavaExecutable - Class in org.springframework.boot.loader.tools
Provides access to the java binary executable, regardless of OS.
JavaExecutable() - Constructor for class org.springframework.boot.loader.tools.JavaExecutable
 
JavaLoggingSystem - Class in org.springframework.boot.logging.java
JavaLoggingSystem(ClassLoader) - Constructor for class org.springframework.boot.logging.java.JavaLoggingSystem
 
JavaVersion - Enum in org.springframework.boot.system
Known Java versions.
JCache() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheProperties.JCache
 
JCacheCacheMeterBinderProvider - Class in org.springframework.boot.actuate.metrics.cache
CacheMeterBinderProvider implementation for JCache.
JCacheCacheMeterBinderProvider() - Constructor for class org.springframework.boot.actuate.metrics.cache.JCacheCacheMeterBinderProvider
 
JCacheManagerCustomizer - Interface in org.springframework.boot.autoconfigure.cache
Callback interface that can be implemented by beans wishing to customize the cache manager before it is used, in particular to create additional caches.
Jdbc() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Jdbc
 
Jdbc() - Constructor for class org.springframework.boot.autoconfigure.quartz.QuartzProperties.Jdbc
 
JdbcCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
CompilerAutoConfiguration for Spring JDBC.
JdbcCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.JdbcCompilerAutoConfiguration
 
JdbcOperationsDependsOnPostProcessor - Class in org.springframework.boot.autoconfigure.jdbc
BeanFactoryPostProcessor that can be used to dynamically declare that all JdbcOperations beans should "depend on" one or more specific beans.
JdbcOperationsDependsOnPostProcessor(String...) - Constructor for class org.springframework.boot.autoconfigure.jdbc.JdbcOperationsDependsOnPostProcessor
Creates a new JdbcOperationsDependsOnPostProcessor that will set up dependencies upon beans with the given names.
JdbcOperationsDependsOnPostProcessor(Class<?>...) - Constructor for class org.springframework.boot.autoconfigure.jdbc.JdbcOperationsDependsOnPostProcessor
Creates a new JdbcOperationsDependsOnPostProcessor that will set up dependencies upon beans with the given types.
JdbcProperties - Class in org.springframework.boot.autoconfigure.jdbc
Configuration properties for JDBC.
JdbcProperties() - Constructor for class org.springframework.boot.autoconfigure.jdbc.JdbcProperties
 
JdbcProperties.Template - Class in org.springframework.boot.autoconfigure.jdbc
JdbcTemplate settings.
JdbcRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.jdbc
Auto-configuration for Spring Data's JDBC Repositories.
JdbcRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.jdbc.JdbcRepositoriesAutoConfiguration
 
JdbcSessionDataSourceInitializer - Class in org.springframework.boot.autoconfigure.session
Initializer for Spring Session schema.
JdbcSessionDataSourceInitializer(DataSource, ResourceLoader, JdbcSessionProperties) - Constructor for class org.springframework.boot.autoconfigure.session.JdbcSessionDataSourceInitializer
 
JdbcSessionProperties - Class in org.springframework.boot.autoconfigure.session
Configuration properties for JDBC backed Spring Session.
JdbcSessionProperties() - Constructor for class org.springframework.boot.autoconfigure.session.JdbcSessionProperties
 
JdbcStoreTypeConfiguration() - Constructor for class org.springframework.boot.autoconfigure.quartz.QuartzAutoConfiguration.JdbcStoreTypeConfiguration
 
JdbcTemplateAutoConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
JdbcTemplateAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration
 
JdbcTest - Annotation Type in org.springframework.boot.test.autoconfigure.jdbc
Annotation for a JDBC test that focuses only on JDBC-based components.
JdbcTypeExcludeFilter - Class in org.springframework.boot.test.autoconfigure.jdbc
JdkDynamicAutoProxyConfiguration() - Constructor for class org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration.EnableTransactionManagementConfiguration.JdkDynamicAutoProxyConfiguration
 
Jedis() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Jedis
 
JedisClientConfigurationBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.data.redis
Callback interface that can be implemented by beans wishing to customize the JedisClientConfiguration via a JedisClientConfiguration.JedisClientConfigurationBuilder whilst retaining default auto-configuration.
jerseyApplicationPath() - Method in class org.springframework.boot.actuate.autoconfigure.web.jersey.JerseyChildManagementContextConfiguration
 
jerseyApplicationPath(JerseyProperties, ResourceConfig) - Method in class org.springframework.boot.actuate.autoconfigure.web.jersey.JerseySameManagementContextConfiguration
 
jerseyApplicationPath() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration
 
JerseyApplicationPath - Interface in org.springframework.boot.autoconfigure.web.servlet
Interface that can be used by auto-configurations that need path details Jersey's application path that serves as the base URI for the application.
JerseyAutoConfiguration - Class in org.springframework.boot.autoconfigure.jersey
Auto-configuration for Jersey.
JerseyAutoConfiguration(JerseyProperties, ResourceConfig, ObjectProvider<ResourceConfigCustomizer>) - Constructor for class org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration
 
JerseyAutoConfiguration.JerseyWebApplicationInitializer - Class in org.springframework.boot.autoconfigure.jersey
 
JerseyChildManagementContextConfiguration - Class in org.springframework.boot.actuate.autoconfigure.web.jersey
@ManagementContextConfiguration for Jersey infrastructure when a separate management context with a web server running on a different port is required.
JerseyChildManagementContextConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.web.jersey.JerseyChildManagementContextConfiguration
 
JerseyEndpointResourceFactory - Class in org.springframework.boot.actuate.endpoint.web.jersey
A factory for creating Jersey Resources for web endpoint operations.
JerseyEndpointResourceFactory() - Constructor for class org.springframework.boot.actuate.endpoint.web.jersey.JerseyEndpointResourceFactory
 
jerseyFilterRegistration(JerseyApplicationPath) - Method in class org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration
 
jerseyMetricsUriTagFilter() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.jersey.JerseyServerMetricsAutoConfiguration
 
JerseyProperties - Class in org.springframework.boot.autoconfigure.jersey
JerseyProperties() - Constructor for class org.springframework.boot.autoconfigure.jersey.JerseyProperties
 
JerseyProperties.Filter - Class in org.springframework.boot.autoconfigure.jersey
 
JerseyProperties.Servlet - Class in org.springframework.boot.autoconfigure.jersey
 
JerseyProperties.Type - Enum in org.springframework.boot.autoconfigure.jersey
 
JerseyRequestMatcherConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.security.servlet.SecurityRequestMatchersManagementContextConfiguration.JerseyRequestMatcherConfiguration
 
JerseyRequestMatcherProvider - Class in org.springframework.boot.autoconfigure.security.servlet
Deprecated.
since 2.1.8 in favor of AntPathRequestMatcher
JerseyRequestMatcherProvider(JerseyApplicationPath) - Constructor for class org.springframework.boot.autoconfigure.security.servlet.JerseyRequestMatcherProvider
Deprecated.
 
JerseySameManagementContextConfiguration - Class in org.springframework.boot.actuate.autoconfigure.web.jersey
@ManagementContextConfiguration for Jersey infrastructure when the management context is the same as the main application context.
JerseySameManagementContextConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.web.jersey.JerseySameManagementContextConfiguration
 
JerseyServerMetricsAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.jersey
Auto-configuration for Jersey server instrumentation.
JerseyServerMetricsAutoConfiguration(MetricsProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.jersey.JerseyServerMetricsAutoConfiguration
 
jerseyServerMetricsResourceConfigCustomizer(MeterRegistry, JerseyTagsProvider) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.jersey.JerseyServerMetricsAutoConfiguration
 
JerseyServletEndpointManagementContextConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration.JerseyServletEndpointManagementContextConfiguration
 
jerseyServletRegistration(JerseyApplicationPath) - Method in class org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration
 
jerseyTagsProvider() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.jersey.JerseyServerMetricsAutoConfiguration
 
JerseyWebApplicationInitializer() - Constructor for class org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration.JerseyWebApplicationInitializer
 
JestAutoConfiguration - Class in org.springframework.boot.autoconfigure.elasticsearch.jest
Deprecated.
since 2.2.0 in favor of other auto-configured Elasticsearch clients
JestAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.elasticsearch.jest.JestAutoConfiguration
Deprecated.
 
jestClient(JestProperties, ObjectProvider<Gson>, ObjectProvider<HttpClientConfigBuilderCustomizer>) - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestAutoConfiguration
Deprecated.
 
JestProperties - Class in org.springframework.boot.autoconfigure.elasticsearch.jest
Configuration properties for Jest.
JestProperties() - Constructor for class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
 
JestProperties.Proxy - Class in org.springframework.boot.autoconfigure.elasticsearch.jest
 
Jetty() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
 
JettyMetricsAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.web.jetty
Auto-configuration for Jetty metrics.
JettyMetricsAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.web.jetty.JettyMetricsAutoConfiguration
 
JettyReactiveWebServerFactory - Class in org.springframework.boot.web.embedded.jetty
ReactiveWebServerFactory that can be used to create JettyWebServers.
JettyReactiveWebServerFactory() - Constructor for class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
Create a new JettyServletWebServerFactory instance.
JettyReactiveWebServerFactory(int) - Constructor for class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
Create a new JettyServletWebServerFactory that listens for requests using the specified port.
JettyServerCustomizer - Interface in org.springframework.boot.web.embedded.jetty
Callback interface that can be used to customize a Jetty Server.
jettyServerThreadPoolMetricsBinder(MeterRegistry) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.web.jetty.JettyMetricsAutoConfiguration
 
JettyServerThreadPoolMetricsBinder - Class in org.springframework.boot.actuate.metrics.web.jetty
Binds JettyServerThreadPoolMetrics in response to the ApplicationStartedEvent.
JettyServerThreadPoolMetricsBinder(MeterRegistry) - Constructor for class org.springframework.boot.actuate.metrics.web.jetty.JettyServerThreadPoolMetricsBinder
 
JettyServerThreadPoolMetricsBinder(MeterRegistry, Iterable<Tag>) - Constructor for class org.springframework.boot.actuate.metrics.web.jetty.JettyServerThreadPoolMetricsBinder
 
JettyServletWebServerFactory - Class in org.springframework.boot.web.embedded.jetty
ServletWebServerFactory that can be used to create a JettyWebServer.
JettyServletWebServerFactory() - Constructor for class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
Create a new JettyServletWebServerFactory instance.
JettyServletWebServerFactory(int) - Constructor for class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
Create a new JettyServletWebServerFactory that listens for requests using the specified port.
JettyServletWebServerFactory(String, int) - Constructor for class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
Create a new JettyServletWebServerFactory with the specified context path and port.
JettyWebServer - Class in org.springframework.boot.web.embedded.jetty
WebServer that can be used to control a Jetty web server.
JettyWebServer(Server) - Constructor for class org.springframework.boot.web.embedded.jetty.JettyWebServer
Create a new JettyWebServer instance.
JettyWebServer(Server, boolean) - Constructor for class org.springframework.boot.web.embedded.jetty.JettyWebServer
Create a new JettyWebServer instance.
jettyWebServerFactoryCustomizer(Environment, ServerProperties) - Method in class org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration.JettyWebServerFactoryCustomizerConfiguration
 
JettyWebServerFactoryCustomizer - Class in org.springframework.boot.autoconfigure.web.embedded
Customization for Jetty-specific features common for both Servlet and Reactive servers.
JettyWebServerFactoryCustomizer(Environment, ServerProperties) - Constructor for class org.springframework.boot.autoconfigure.web.embedded.JettyWebServerFactoryCustomizer
 
JettyWebServerFactoryCustomizerConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration.JettyWebServerFactoryCustomizerConfiguration
 
JettyWebSocketServletWebServerCustomizer - Class in org.springframework.boot.autoconfigure.websocket.servlet
WebSocket customizer for JettyServletWebServerFactory.
JettyWebSocketServletWebServerCustomizer() - Constructor for class org.springframework.boot.autoconfigure.websocket.servlet.JettyWebSocketServletWebServerCustomizer
 
JmsAutoConfiguration - Class in org.springframework.boot.autoconfigure.jms
Auto-configuration for Spring JMS.
JmsAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jms.JmsAutoConfiguration
 
JmsAutoConfiguration.JmsTemplateConfiguration - Class in org.springframework.boot.autoconfigure.jms
 
JmsAutoConfiguration.MessagingTemplateConfiguration - Class in org.springframework.boot.autoconfigure.jms
 
JmsCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
JmsCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.JmsCompilerAutoConfiguration
 
jmsConnectionFactory(JmsProperties) - Method in class org.springframework.boot.autoconfigure.jms.JndiConnectionFactoryAutoConfiguration
 
jmsHealthContributor(Map<String, ConnectionFactory>) - Method in class org.springframework.boot.actuate.autoconfigure.jms.JmsHealthContributorAutoConfiguration
 
JmsHealthContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.jms
JmsHealthContributorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.jms.JmsHealthContributorAutoConfiguration
 
JmsHealthIndicator - Class in org.springframework.boot.actuate.jms
JmsHealthIndicator(ConnectionFactory) - Constructor for class org.springframework.boot.actuate.jms.JmsHealthIndicator
 
jmsMessagingTemplate(JmsProperties, JmsTemplate) - Method in class org.springframework.boot.autoconfigure.jms.JmsAutoConfiguration.MessagingTemplateConfiguration
 
JmsPoolConnectionFactoryFactory - Class in org.springframework.boot.autoconfigure.jms
Factory to create a JmsPoolConnectionFactory from properties defined in JmsPoolConnectionFactoryProperties.
JmsPoolConnectionFactoryFactory(JmsPoolConnectionFactoryProperties) - Constructor for class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryFactory
 
JmsPoolConnectionFactoryProperties - Class in org.springframework.boot.autoconfigure.jms
Configuration properties for connection factory pooling.
JmsPoolConnectionFactoryProperties() - Constructor for class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
 
JmsProperties - Class in org.springframework.boot.autoconfigure.jms
Configuration properties for JMS.
JmsProperties() - Constructor for class org.springframework.boot.autoconfigure.jms.JmsProperties
 
JmsProperties.AcknowledgeMode - Enum in org.springframework.boot.autoconfigure.jms
Translate the acknowledge modes defined on the Session.
JmsProperties.Cache - Class in org.springframework.boot.autoconfigure.jms
 
JmsProperties.DeliveryMode - Enum in org.springframework.boot.autoconfigure.jms
 
JmsProperties.Listener - Class in org.springframework.boot.autoconfigure.jms
 
JmsProperties.Template - Class in org.springframework.boot.autoconfigure.jms
 
jmsTemplate(ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.jms.JmsAutoConfiguration.JmsTemplateConfiguration
 
JmsTemplateConfiguration(JmsProperties, ObjectProvider<DestinationResolver>, ObjectProvider<MessageConverter>) - Constructor for class org.springframework.boot.autoconfigure.jms.JmsAutoConfiguration.JmsTemplateConfiguration
 
jmxAnnotationEndpointDiscoverer(ParameterValueMapper, ObjectProvider<OperationInvokerAdvisor>, ObjectProvider<EndpointFilter<ExposableJmxEndpoint>>) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointAutoConfiguration
 
JmxAutoConfiguration - Class in org.springframework.boot.autoconfigure.jmx
Auto-configuration to enable/disable Spring's @EnableMBeanExport mechanism based on configuration properties.
JmxAutoConfiguration(Environment) - Constructor for class org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration
 
jmxConfig(JmxProperties) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.jmx.JmxMetricsExportAutoConfiguration
 
JmxEndpoint - Annotation Type in org.springframework.boot.actuate.endpoint.jmx.annotation
Identifies a type as being an endpoint that is only exposed over JMX.
JmxEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.endpoint.jmx
Auto-configuration for JMX @Endpoint support.
JmxEndpointAutoConfiguration(ApplicationContext, JmxEndpointProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointAutoConfiguration
 
JmxEndpointDiscoverer - Class in org.springframework.boot.actuate.endpoint.jmx.annotation
JmxEndpointDiscoverer(ApplicationContext, ParameterValueMapper, Collection<OperationInvokerAdvisor>, Collection<EndpointFilter<ExposableJmxEndpoint>>) - Constructor for class org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpointDiscoverer
Create a new JmxEndpointDiscoverer instance.
JmxEndpointExporter - Class in org.springframework.boot.actuate.endpoint.jmx
JmxEndpointExporter(MBeanServer, EndpointObjectNameFactory, JmxOperationResponseMapper, Collection<? extends ExposableJmxEndpoint>) - Constructor for class org.springframework.boot.actuate.endpoint.jmx.JmxEndpointExporter
 
JmxEndpointProperties - Class in org.springframework.boot.actuate.autoconfigure.endpoint.jmx
Configuration properties for JMX export of endpoints.
JmxEndpointProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointProperties
 
JmxEndpointProperties.Exposure - Class in org.springframework.boot.actuate.autoconfigure.endpoint.jmx
 
JmxEndpointsSupplier - Interface in org.springframework.boot.actuate.endpoint.jmx
jmxIncludeExcludePropertyEndpointFilter() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointAutoConfiguration
 
jmxMBeanExporter(MBeanServer, Environment, ObjectProvider<ObjectMapper>, JmxEndpointsSupplier) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointAutoConfiguration
 
jmxMeterRegistry(JmxConfig, Clock) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.jmx.JmxMetricsExportAutoConfiguration
 
JmxMetricsExportAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.jmx
Auto-configuration for exporting metrics to JMX.
JmxMetricsExportAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.jmx.JmxMetricsExportAutoConfiguration
 
JmxOperation - Interface in org.springframework.boot.actuate.endpoint.jmx
An operation on a JMX endpoint.
JmxOperationParameter - Interface in org.springframework.boot.actuate.endpoint.jmx
Describes the parameters of an operation on a JMX endpoint.
JmxOperationResponseMapper - Interface in org.springframework.boot.actuate.endpoint.jmx
Maps an operation's response to a JMX-friendly form.
JmxProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.jmx
@ConfigurationProperties for configuring JMX metrics export.
JmxProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.jmx.JmxProperties
 
JndiConnectionFactoryAutoConfiguration - Class in org.springframework.boot.autoconfigure.jms
Auto-configuration for JMS provided from JNDI.
JndiConnectionFactoryAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jms.JndiConnectionFactoryAutoConfiguration
 
JndiDataSourceAutoConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
Auto-configuration for a JNDI located DataSource.
JndiDataSourceAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.JndiDataSourceAutoConfiguration
 
Job() - Constructor for class org.springframework.boot.autoconfigure.batch.BatchProperties.Job
 
JobExecutionEvent - Class in org.springframework.boot.autoconfigure.batch
Spring ApplicationEvent encapsulating a JobExecution.
JobExecutionEvent(JobExecution) - Constructor for class org.springframework.boot.autoconfigure.batch.JobExecutionEvent
Create a new JobExecutionEvent instance.
jobExecutionExitCodeGenerator() - Method in class org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration
 
JobExecutionExitCodeGenerator - Class in org.springframework.boot.autoconfigure.batch
JobExecutionExitCodeGenerator() - Constructor for class org.springframework.boot.autoconfigure.batch.JobExecutionExitCodeGenerator
 
jobLauncherCommandLineRunner(JobLauncher, JobExplorer, JobRepository, BatchProperties) - Method in class org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration
 
JobLauncherCommandLineRunner - Class in org.springframework.boot.autoconfigure.batch
CommandLineRunner to launch Spring Batch jobs.
JobLauncherCommandLineRunner(JobLauncher, JobExplorer, JobRepository) - Constructor for class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
jobOperator(ObjectProvider<JobParametersConverter>, JobExplorer, JobLauncher, ListableJobLocator, JobRepository) - Method in class org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration
 
JobStoreType - Enum in org.springframework.boot.autoconfigure.quartz
Define the supported Quartz JobStore.
JolokiaEndpoint - Class in org.springframework.boot.actuate.autoconfigure.jolokia
@Endpoint to expose a Jolokia AgentServlet.
JolokiaEndpoint(Map<String, String>) - Constructor for class org.springframework.boot.actuate.autoconfigure.jolokia.JolokiaEndpoint
 
jolokiaEndpoint(JolokiaProperties) - Method in class org.springframework.boot.actuate.autoconfigure.jolokia.JolokiaEndpointAutoConfiguration
 
JolokiaEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.jolokia
JolokiaEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.jolokia.JolokiaEndpointAutoConfiguration
 
JolokiaProperties - Class in org.springframework.boot.actuate.autoconfigure.jolokia
Configuration properties for Jolokia.
JolokiaProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.jolokia.JolokiaProperties
 
JooqAutoConfiguration - Class in org.springframework.boot.autoconfigure.jooq
JooqAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration
 
JooqAutoConfiguration.DslContextConfiguration - Class in org.springframework.boot.autoconfigure.jooq
 
jooqConfiguration(JooqProperties, ConnectionProvider, DataSource, ObjectProvider<TransactionProvider>, ObjectProvider<RecordMapperProvider>, ObjectProvider<RecordUnmapperProvider>, ObjectProvider<Settings>, ObjectProvider<RecordListenerProvider>, ObjectProvider<ExecuteListenerProvider>, ObjectProvider<VisitListenerProvider>, ObjectProvider<TransactionListenerProvider>, ObjectProvider<ExecutorProvider>) - Method in class org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration.DslContextConfiguration
 
JooqExceptionTranslator - Class in org.springframework.boot.autoconfigure.jooq
Transforms SQLException into a Spring-specific DataAccessException.
JooqExceptionTranslator() - Constructor for class org.springframework.boot.autoconfigure.jooq.JooqExceptionTranslator
 
jooqExceptionTranslatorExecuteListenerProvider() - Method in class org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration
 
JooqProperties - Class in org.springframework.boot.autoconfigure.jooq
Configuration properties for the JOOQ database library.
JooqProperties() - Constructor for class org.springframework.boot.autoconfigure.jooq.JooqProperties
 
JooqTest - Annotation Type in org.springframework.boot.test.autoconfigure.jooq
Annotation for a jOOQ test that focuses only on jOOQ-based components.
JooqTypeExcludeFilter - Class in org.springframework.boot.test.autoconfigure.jooq
JpaBaseConfiguration - Class in org.springframework.boot.autoconfigure.orm.jpa
Base Auto-configuration for JPA.
JpaBaseConfiguration(DataSource, JpaProperties, ObjectProvider<JtaTransactionManager>) - Constructor for class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
 
JpaBaseConfiguration.JpaWebConfiguration - Class in org.springframework.boot.autoconfigure.orm.jpa
 
JpaBatchConfigurer - Class in org.springframework.boot.autoconfigure.batch
A BasicBatchConfigurer tailored for JPA.
JpaBatchConfigurer(BatchProperties, DataSource, TransactionManagerCustomizers, EntityManagerFactory) - Constructor for class org.springframework.boot.autoconfigure.batch.JpaBatchConfigurer
Create a new BasicBatchConfigurer instance.
JpaProperties - Class in org.springframework.boot.autoconfigure.orm.jpa
External configuration properties for a JPA EntityManagerFactory created by Spring.
JpaProperties() - Constructor for class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
JpaRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.jpa
Auto-configuration for Spring Data's JPA Repositories.
JpaRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration
 
jpaVendorAdapter() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
 
JpaWebConfiguration(JpaProperties) - Constructor for class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration.JpaWebConfiguration
 
jsonb() - Method in class org.springframework.boot.autoconfigure.jsonb.JsonbAutoConfiguration
 
JsonbAutoConfiguration - Class in org.springframework.boot.autoconfigure.jsonb
Auto-configuration for JSON-B.
JsonbAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jsonb.JsonbAutoConfiguration
 
JsonbTester<T> - Class in org.springframework.boot.test.json
AssertJ based JSON tester backed by Jsonb.
JsonbTester(Jsonb) - Constructor for class org.springframework.boot.test.json.JsonbTester
Create a new uninitialized JsonbTester instance.
JsonbTester(Class<?>, ResolvableType, Jsonb) - Constructor for class org.springframework.boot.test.json.JsonbTester
Create a new JsonbTester instance.
JsonComponent - Annotation Type in org.springframework.boot.jackson
@Component that provides JsonSerializer, JsonDeserializer or KeyDeserializer implementations to be registered with Jackson when JsonComponentModule is in use.
JsonComponent.Scope - Enum in org.springframework.boot.jackson
The various scopes under which a serializer/deserializer can be registered.
jsonComponentModule() - Method in class org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration
 
JsonComponentModule - Class in org.springframework.boot.jackson
Spring Bean and Jackson Module to register @JsonComponent annotated beans.
JsonComponentModule() - Constructor for class org.springframework.boot.jackson.JsonComponentModule
 
JsonContent<T> - Class in org.springframework.boot.test.json
JSON content created usually from a JSON tester.
JsonContent(Class<?>, ResolvableType, String) - Constructor for class org.springframework.boot.test.json.JsonContent
Create a new JsonContent instance.
JsonContentAssert - Class in org.springframework.boot.test.json
AssertJ Assert for JsonContent.
JsonContentAssert(Class<?>, CharSequence) - Constructor for class org.springframework.boot.test.json.JsonContentAssert
Create a new JsonContentAssert instance that will load resources as UTF-8.
JsonContentAssert(Class<?>, Charset, CharSequence) - Constructor for class org.springframework.boot.test.json.JsonContentAssert
Create a new JsonContentAssert instance that will load resources in the given charset.
jsonMarshalTestersBeanPostProcessor() - Static method in class org.springframework.boot.test.autoconfigure.json.JsonTestersAutoConfiguration
 
JsonObjectDeserializer<T> - Class in org.springframework.boot.jackson
Helper base class for JsonDeserializer implementations that deserialize objects.
JsonObjectDeserializer() - Constructor for class org.springframework.boot.jackson.JsonObjectDeserializer
 
JsonObjectSerializer<T> - Class in org.springframework.boot.jackson
Helper base class for JsonSerializer implementations that serialize objects.
JsonObjectSerializer() - Constructor for class org.springframework.boot.jackson.JsonObjectSerializer
 
JsonParseException - Exception in org.springframework.boot.json
IllegalArgumentException thrown when source JSON is invalid.
JsonParseException() - Constructor for exception org.springframework.boot.json.JsonParseException
 
JsonParseException(Throwable) - Constructor for exception org.springframework.boot.json.JsonParseException
 
JsonParser - Interface in org.springframework.boot.json
Parser that can read JSON formatted strings into Maps or Lists.
JsonParserFactory - Class in org.springframework.boot.json
Factory to create a JsonParser.
JsonParserFactory() - Constructor for class org.springframework.boot.json.JsonParserFactory
 
JsonTest - Annotation Type in org.springframework.boot.test.autoconfigure.json
Annotation for a JSON test that focuses only on JSON serialization.
JsonTestersAutoConfiguration - Class in org.springframework.boot.test.autoconfigure.json
Auto-configuration for Json testers.
JsonTestersAutoConfiguration() - Constructor for class org.springframework.boot.test.autoconfigure.json.JsonTestersAutoConfiguration
 
JsonTypeExcludeFilter - Class in org.springframework.boot.test.autoconfigure.json
Jsp - Class in org.springframework.boot.web.servlet.server
Configuration for the server's JSP servlet.
Jsp() - Constructor for class org.springframework.boot.web.servlet.server.Jsp
 
JspTemplateAvailabilityProvider - Class in org.springframework.boot.autoconfigure.web.servlet
TemplateAvailabilityProvider that provides availability information for JSP view templates.
JspTemplateAvailabilityProvider() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.JspTemplateAvailabilityProvider
 
jta(boolean) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
Configure if using a JTA DataSource, i.e.
JtaAutoConfiguration - Class in org.springframework.boot.autoconfigure.transaction.jta
JtaAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.transaction.jta.JtaAutoConfiguration
 
JtaProperties - Class in org.springframework.boot.autoconfigure.transaction.jta
External configuration properties for a JtaTransactionManager created by Spring.
JtaProperties() - Constructor for class org.springframework.boot.autoconfigure.transaction.jta.JtaProperties
 
jvmGcMetrics() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.JvmMetricsAutoConfiguration
 
jvmMemoryMetrics() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.JvmMetricsAutoConfiguration
 
JvmMetricsAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics
Auto-configuration for JVM metrics.
JvmMetricsAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.JvmMetricsAutoConfiguration
 
jvmThreadMetrics() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.JvmMetricsAutoConfiguration
 
Jwt() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
 

K

kafkaAdmin() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaAutoConfiguration
 
KafkaAutoConfiguration - Class in org.springframework.boot.autoconfigure.kafka
Auto-configuration for Apache Kafka.
KafkaAutoConfiguration(KafkaProperties) - Constructor for class org.springframework.boot.autoconfigure.kafka.KafkaAutoConfiguration
 
kafkaConsumerFactory() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaAutoConfiguration
 
kafkaConsumerMetrics(MBeanServer) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.KafkaMetricsAutoConfiguration
 
kafkaJaasInitializer() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaAutoConfiguration
 
KafkaMetricsAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics
Auto-configuration for Kafka metrics.
KafkaMetricsAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.KafkaMetricsAutoConfiguration
 
kafkaProducerFactory() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaAutoConfiguration
 
kafkaProducerListener() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaAutoConfiguration
 
KafkaProperties - Class in org.springframework.boot.autoconfigure.kafka
Configuration properties for Spring for Apache Kafka.
KafkaProperties() - Constructor for class org.springframework.boot.autoconfigure.kafka.KafkaProperties
 
KafkaProperties.Admin - Class in org.springframework.boot.autoconfigure.kafka
 
KafkaProperties.Consumer - Class in org.springframework.boot.autoconfigure.kafka
 
KafkaProperties.Jaas - Class in org.springframework.boot.autoconfigure.kafka
 
KafkaProperties.Listener - Class in org.springframework.boot.autoconfigure.kafka
 
KafkaProperties.Listener.Type - Enum in org.springframework.boot.autoconfigure.kafka
 
KafkaProperties.Producer - Class in org.springframework.boot.autoconfigure.kafka
 
KafkaProperties.Ssl - Class in org.springframework.boot.autoconfigure.kafka
 
KafkaProperties.Streams - Class in org.springframework.boot.autoconfigure.kafka
High (and some medium) priority Streams properties and a general properties bucket.
KafkaProperties.Template - Class in org.springframework.boot.autoconfigure.kafka
 
kafkaTemplate(ProducerFactory<Object, Object>, ProducerListener<Object, Object>, ObjectProvider<RecordMessageConverter>) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaAutoConfiguration
 
kafkaTransactionManager(ProducerFactory<?, ?>) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaAutoConfiguration
 
kairosConfig() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.kairos.KairosMetricsExportAutoConfiguration
 
kairosMeterRegistry(KairosConfig, Clock) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.kairos.KairosMetricsExportAutoConfiguration
 
KairosMetricsExportAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.kairos
Auto-configuration for exporting metrics to KairosDB.
KairosMetricsExportAutoConfiguration(KairosProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.kairos.KairosMetricsExportAutoConfiguration
 
KairosProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.kairos
@ConfigurationProperties for configuring KairosDB metrics export.
KairosProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.kairos.KairosProperties
 
keepAlive(Duration) - Method in class org.springframework.boot.task.TaskExecutorBuilder
Set the time limit for which threads may remain idle before being terminated.
KeyValueCondition - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
Condition for creating a jwt decoder using a public key value.
KeyValueCondition() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.KeyValueCondition
 
kill() - Method in class org.springframework.boot.loader.tools.RunProcess
Kill this process.

L

LambdaSafe - Class in org.springframework.boot.util
Utility that can be used to invoke lambdas in a safe way.
LambdaSafe.Callback<C,A> - Class in org.springframework.boot.util
Represents a single callback that can be invoked in a lambda safe way.
LambdaSafe.Callbacks<C,A> - Class in org.springframework.boot.util
Represents a collection of callbacks that can be invoked in a lambda safe way.
LambdaSafe.InvocationResult<R> - Class in org.springframework.boot.util
The result of a callback which may be a value, null or absent entirely if the callback wasn't suitable.
LambdaSafe.LambdaSafeCallback<C,A,SELF extends LambdaSafe.LambdaSafeCallback<C,A,SELF>> - Class in org.springframework.boot.util
Abstract base class for lambda safe callbacks.
LATEST - Static variable in enum org.springframework.boot.actuate.endpoint.http.ApiVersion
The latest API version.
launch(Class<?>[], String[]) - Method in class org.springframework.boot.cli.app.SpringApplicationLauncher
Launches the application created using the given sources.
launch(String[]) - Method in class org.springframework.boot.loader.Launcher
Launch the application.
launch(String[], String, ClassLoader) - Method in class org.springframework.boot.loader.Launcher
Launch the application given the archive file and a fully configured classloader.
LaunchedURLClassLoader - Class in org.springframework.boot.loader
ClassLoader used by the Launcher.
LaunchedURLClassLoader(URL[], ClassLoader) - Constructor for class org.springframework.boot.loader.LaunchedURLClassLoader
Create a new LaunchedURLClassLoader instance.
Launcher - Class in org.springframework.boot.loader
Base class for launchers that can start an application with a fully configured classpath backed by one or more Archives.
Launcher() - Constructor for class org.springframework.boot.loader.Launcher
 
launchJobFromProperties(Properties) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
 
LaunchScript - Interface in org.springframework.boot.loader.tools
A script that can be prepended to the front of a JAR file to make it executable.
Layout - Interface in org.springframework.boot.loader.tools
Strategy interface used to determine the layout for a particular type of archive.
LayoutFactory - Interface in org.springframework.boot.loader.tools
Factory interface used to create a Layout.
Layouts - Class in org.springframework.boot.loader.tools
Common Layouts.
Layouts.Expanded - Class in org.springframework.boot.loader.tools
Executable expanded archive layout.
Layouts.Jar - Class in org.springframework.boot.loader.tools
Executable JAR layout.
Layouts.None - Class in org.springframework.boot.loader.tools
No layout.
Layouts.War - Class in org.springframework.boot.loader.tools
Executable WAR layout.
lazyInitialization(boolean) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Flag to control whether the application should be initialized lazily.
LazyInitializationBeanFactoryPostProcessor - Class in org.springframework.boot
BeanFactoryPostProcessor to set lazy-init on bean definitions that are not excluded and have not already had a value explicitly set.
LazyInitializationBeanFactoryPostProcessor() - Constructor for class org.springframework.boot.LazyInitializationBeanFactoryPostProcessor
 
LazyInitializationExcludeFilter - Interface in org.springframework.boot
Filter that can be used to exclude beans definitions from having their lazy-init set by the LazyInitializationBeanFactoryPostProcessor.
LdapAutoConfiguration - Class in org.springframework.boot.autoconfigure.ldap
LdapAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.ldap.LdapAutoConfiguration
 
ldapContextSource(Environment, LdapProperties) - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapAutoConfiguration
 
ldapContextSource(LdapProperties, Environment) - Method in class org.springframework.boot.autoconfigure.ldap.LdapAutoConfiguration
 
ldapHealthContributor(Map<String, LdapOperations>) - Method in class org.springframework.boot.actuate.autoconfigure.ldap.LdapHealthContributorAutoConfiguration
 
LdapHealthContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.ldap
LdapHealthContributorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.ldap.LdapHealthContributorAutoConfiguration
 
LdapHealthIndicator - Class in org.springframework.boot.actuate.ldap
HealthIndicator for configured LDAP server(s).
LdapHealthIndicator(LdapOperations) - Constructor for class org.springframework.boot.actuate.ldap.LdapHealthIndicator
 
LdapProperties - Class in org.springframework.boot.autoconfigure.ldap
Configuration properties for LDAP.
LdapProperties() - Constructor for class org.springframework.boot.autoconfigure.ldap.LdapProperties
 
LdapRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.ldap
Auto-configuration for Spring Data's LDAP Repositories.
LdapRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.ldap.LdapRepositoriesAutoConfiguration
 
ldapTemplate(ContextSource) - Method in class org.springframework.boot.autoconfigure.ldap.LdapAutoConfiguration
 
length() - Method in interface org.springframework.boot.test.system.CapturedOutput
 
Lettuce() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Lettuce
 
LettuceClientConfigurationBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.data.redis
Callback interface that can be implemented by beans wishing to customize the LettuceClientConfiguration via a LettuceClientConfiguration.LettuceClientConfigurationBuilder whilst retaining default auto-configuration.
Libraries - Interface in org.springframework.boot.loader.tools
Encapsulates information about libraries that may be packed into the archive.
Library - Class in org.springframework.boot.loader.tools
Encapsulates information about a single library that may be packed into the archive.
Library(File, LibraryScope) - Constructor for class org.springframework.boot.loader.tools.Library
Create a new Library.
Library(File, LibraryScope, boolean) - Constructor for class org.springframework.boot.loader.tools.Library
Create a new Library.
Library(String, File, LibraryScope, boolean) - Constructor for class org.springframework.boot.loader.tools.Library
Create a new Library.
library(Library) - Method in interface org.springframework.boot.loader.tools.LibraryCallback
Callback for a single library backed by a File.
LibraryCallback - Interface in org.springframework.boot.loader.tools
Callback interface used to iterate Libraries.
LibraryScope - Interface in org.springframework.boot.loader.tools
The scope of a library.
Link - Class in org.springframework.boot.actuate.endpoint.web
Details for a link in a HAL-formatted response.
Link(String) - Constructor for class org.springframework.boot.actuate.endpoint.web.Link
Creates a new Link with the given href.
links(ServerWebExchange) - Method in interface org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping.LinksHandler
 
links(HttpServletRequest, HttpServletResponse) - Method in interface org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping.LinksHandler
 
LinksRequestMatcher() - Constructor for class org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest.LinksRequestMatcher
 
liquibase(DataSourceProperties, ObjectProvider<DataSource>, ObjectProvider<DataSource>) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration.LiquibaseConfiguration
 
LiquibaseAutoConfiguration - Class in org.springframework.boot.autoconfigure.liquibase
Auto-configuration for Liquibase.
LiquibaseAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration
 
LiquibaseAutoConfiguration.LiquibaseConfiguration - Class in org.springframework.boot.autoconfigure.liquibase
 
LiquibaseBean(List<LiquibaseEndpoint.ChangeSet>) - Constructor for class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.LiquibaseBean
 
liquibaseBeans() - Method in class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint
 
LiquibaseConfiguration(LiquibaseProperties) - Constructor for class org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration.LiquibaseConfiguration
 
LiquibaseDataSource - Annotation Type in org.springframework.boot.autoconfigure.liquibase
Qualifier annotation for a DataSource to be injected in to Liquibase.
liquibaseDefaultDdlModeProvider(ObjectProvider<SpringLiquibase>) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration
 
liquibaseEndpoint(ApplicationContext) - Method in class org.springframework.boot.actuate.autoconfigure.liquibase.LiquibaseEndpointAutoConfiguration
 
LiquibaseEndpoint - Class in org.springframework.boot.actuate.liquibase
@Endpoint to expose liquibase info.
LiquibaseEndpoint(ApplicationContext) - Constructor for class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint
 
LiquibaseEndpoint.ApplicationLiquibaseBeans - Class in org.springframework.boot.actuate.liquibase
Description of an application's SpringLiquibase beans, primarily intended for serialization to JSON.
LiquibaseEndpoint.ChangeSet - Class in org.springframework.boot.actuate.liquibase
A Liquibase change set.
LiquibaseEndpoint.ContextExpression - Class in org.springframework.boot.actuate.liquibase
A context expression in a LiquibaseEndpoint.ChangeSet.
LiquibaseEndpoint.ContextLiquibaseBeans - Class in org.springframework.boot.actuate.liquibase
Description of an application context's SpringLiquibase beans, primarily intended for serialization to JSON.
LiquibaseEndpoint.LiquibaseBean - Class in org.springframework.boot.actuate.liquibase
Description of a SpringLiquibase bean, primarily intended for serialization to JSON.
LiquibaseEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.liquibase
LiquibaseEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.liquibase.LiquibaseEndpointAutoConfiguration
 
LiquibaseProperties - Class in org.springframework.boot.autoconfigure.liquibase
Configuration properties to configure SpringLiquibase.
LiquibaseProperties() - Constructor for class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
LiquibaseServiceLocatorApplicationListener - Class in org.springframework.boot.liquibase
ApplicationListener that replaces the liquibase ServiceLocator with a version that works with Spring Boot executable archives.
LiquibaseServiceLocatorApplicationListener() - Constructor for class org.springframework.boot.liquibase.LiquibaseServiceLocatorApplicationListener
 
listDependencies(ClassLoader) - Method in class org.springframework.boot.cli.compiler.grape.AetherGrapeEngine
 
Listener() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
 
Listener() - Constructor for class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
 
Listener() - Constructor for class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
ListenerRetry() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.ListenerRetry
 
listeners(ApplicationListener<?>...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Add some listeners to the application (listening for SpringApplication events as well as regular Spring events once the context is running).
listNames() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint
 
listOf(Class<E>) - Static method in class org.springframework.boot.context.properties.bind.Bindable
Create a new Bindable List of the specified element type.
Livereload() - Constructor for class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Livereload
 
LiveReloadServer - Class in org.springframework.boot.devtools.livereload
A livereload server.
LiveReloadServer() - Constructor for class org.springframework.boot.devtools.livereload.LiveReloadServer
Create a new LiveReloadServer listening on the default port.
LiveReloadServer(ThreadFactory) - Constructor for class org.springframework.boot.devtools.livereload.LiveReloadServer
Create a new LiveReloadServer listening on the default port with a specific ThreadFactory.
LiveReloadServer(int) - Constructor for class org.springframework.boot.devtools.livereload.LiveReloadServer
Create a new LiveReloadServer listening on the specified port.
LiveReloadServer(int, ThreadFactory) - Constructor for class org.springframework.boot.devtools.livereload.LiveReloadServer
Create a new LiveReloadServer listening on the specified port with a specific ThreadFactory.
load(String, Resource) - Method in class org.springframework.boot.env.PropertiesPropertySourceLoader
 
load(String, Resource) - Method in interface org.springframework.boot.env.PropertySourceLoader
Load the resource into one or more property sources.
load(String, Resource) - Method in class org.springframework.boot.env.YamlPropertySourceLoader
 
load(ApplicationContext, Object[]) - Method in class org.springframework.boot.SpringApplication
Load beans into the application context.
load(Resource...) - Method in class org.springframework.boot.web.servlet.context.XmlServletWebServerApplicationContext
Load bean definitions from the given XML resources.
load(String...) - Method in class org.springframework.boot.web.servlet.context.XmlServletWebServerApplicationContext
Load bean definitions from the given XML resources.
load(Class<?>, String...) - Method in class org.springframework.boot.web.servlet.context.XmlServletWebServerApplicationContext
Load bean definitions from the given XML resources.
loadBeanDefinitions(DefaultListableBeanFactory) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
Deprecated.
since 2.2.0 since this class no longer extends AbstractRefreshableConfigApplicationContext
loadClass(String, boolean) - Method in class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
 
loadClass(String, boolean) - Method in class org.springframework.boot.loader.LaunchedURLClassLoader
 
loadClass(String, boolean) - Method in class org.springframework.boot.test.context.FilteredClassLoader
 
loadClass(String, boolean) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedWebappClassLoader
 
loadConfiguration(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.AbstractLoggingSystem
Load a specific configuration.
loadConfiguration(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
 
loadConfiguration(String, LogFile) - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
 
loadConfiguration(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
loadConfiguration(String, LogFile) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
loadConfiguration(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
 
loadConfiguration(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.Slf4JLoggingSystem
 
loadContext(MergedContextConfiguration) - Method in class org.springframework.boot.test.context.SpringBootContextLoader
 
loadContext(String...) - Method in class org.springframework.boot.test.context.SpringBootContextLoader
 
loadDefaults(LoggingInitializationContext, LogFile) - Method in class org.springframework.boot.logging.AbstractLoggingSystem
Load sensible defaults for the logging system.
loadDefaults(LoggingInitializationContext, LogFile) - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
 
loadDefaults(LoggingInitializationContext, LogFile) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
loadDefaults(LoggingInitializationContext, LogFile) - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
 
LoaderClassesWriter - Interface in org.springframework.boot.loader.tools
Writer used by CustomLoaderLayouts to write classes into a repackaged JAR.
loadFrom(Resource, String, Charset) - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration
 
LocalDevToolsAutoConfiguration - Class in org.springframework.boot.devtools.autoconfigure
Auto-configuration for local development support.
LocalDevToolsAutoConfiguration() - Constructor for class org.springframework.boot.devtools.autoconfigure.LocalDevToolsAutoConfiguration
 
localeCharsetMappingsCustomizer() - Method in class org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration
 
localeResolver() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
LocalHostUriTemplateHandler - Class in org.springframework.boot.test.web.client
UriTemplateHandler will automatically prefix relative URIs with localhost:${local.server.port}.
LocalHostUriTemplateHandler(Environment) - Constructor for class org.springframework.boot.test.web.client.LocalHostUriTemplateHandler
Create a new LocalHostUriTemplateHandler that will generate http URIs using the given environment to determine the context path and port.
LocalHostUriTemplateHandler(Environment, String) - Constructor for class org.springframework.boot.test.web.client.LocalHostUriTemplateHandler
Create a new LocalHostUriTemplateHandler that will generate URIs with the given scheme and use the given environment to determine the context-path and port.
LocalHostUriTemplateHandler(Environment, String, UriTemplateHandler) - Constructor for class org.springframework.boot.test.web.client.LocalHostUriTemplateHandler
Create a new LocalHostUriTemplateHandler that will generate URIs with the given scheme, use the given environment to determine the context-path and port and delegate to the given template handler.
LocalHostWebClient - Class in org.springframework.boot.test.web.htmlunit
WebClient will automatically prefix relative URLs with localhost:${local.server.port}.
LocalHostWebClient(Environment) - Constructor for class org.springframework.boot.test.web.htmlunit.LocalHostWebClient
 
LocalHostWebConnectionHtmlUnitDriver - Class in org.springframework.boot.test.web.htmlunit.webdriver
LocalHostWebConnectionHtmlUnitDriver will automatically prefix relative URLs with localhost:${local.server.port}.
LocalHostWebConnectionHtmlUnitDriver(Environment) - Constructor for class org.springframework.boot.test.web.htmlunit.webdriver.LocalHostWebConnectionHtmlUnitDriver
 
LocalHostWebConnectionHtmlUnitDriver(Environment, boolean) - Constructor for class org.springframework.boot.test.web.htmlunit.webdriver.LocalHostWebConnectionHtmlUnitDriver
 
LocalHostWebConnectionHtmlUnitDriver(Environment, BrowserVersion) - Constructor for class org.springframework.boot.test.web.htmlunit.webdriver.LocalHostWebConnectionHtmlUnitDriver
 
LocalHostWebConnectionHtmlUnitDriver(Environment, Capabilities) - Constructor for class org.springframework.boot.test.web.htmlunit.webdriver.LocalHostWebConnectionHtmlUnitDriver
 
LocalManagementPort - Annotation Type in org.springframework.boot.actuate.autoconfigure.web.server
Annotation at the field or method/constructor parameter level that injects the HTTP management port that got allocated at runtime.
LocalRSocketServerPort - Annotation Type in org.springframework.boot.rsocket.context
Annotation at the field or method/constructor parameter level that injects the RSocket port that got allocated at runtime.
LocalServerPort - Annotation Type in org.springframework.boot.web.server
Annotation at the field or method/constructor parameter level that injects the HTTP port that got allocated at runtime.
locateTransactionManager() - Method in class org.springframework.boot.orm.jpa.hibernate.SpringJtaPlatform
 
locateUserTransaction() - Method in class org.springframework.boot.orm.jpa.hibernate.SpringJtaPlatform
 
Location(int, int) - Constructor for class org.springframework.boot.origin.TextResourceOrigin.Location
Create a new TextResourceOrigin.Location instance.
Log - Class in org.springframework.boot.cli.util
Simple logger used by the CLI.
Log() - Constructor for class org.springframework.boot.cli.util.Log
 
Log4J2LoggingSystem - Class in org.springframework.boot.logging.log4j2
Log4J2LoggingSystem(ClassLoader) - Constructor for class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
log4j2Metrics() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.Log4J2MetricsAutoConfiguration
 
Log4J2MetricsAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics
Auto-configuration for Log4J2 metrics.
Log4J2MetricsAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.Log4J2MetricsAutoConfiguration
 
LOG_DATEFORMAT_PATTERN - Static variable in class org.springframework.boot.logging.LoggingSystemProperties
The name of the System property that contains the log date-format pattern.
LOG_FILE - Static variable in class org.springframework.boot.logging.LoggingSystemProperties
The name of the System property that contains the log file.
LOG_FILE_BEAN_NAME - Static variable in class org.springframework.boot.context.logging.LoggingApplicationListener
The name of the LogFile bean.
LOG_LEVEL_PATTERN - Static variable in class org.springframework.boot.logging.LoggingSystemProperties
The name of the System property that contains the log level pattern.
LOG_PATH - Static variable in class org.springframework.boot.logging.LoggingSystemProperties
The name of the System property that contains the log path.
logAutoConfigurationReport(boolean) - Method in class org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener
 
LogbackInitializer - Class in org.springframework.boot.loader.tools
Utility to initialize logback (when present) to use INFO level logging.
LogbackInitializer() - Constructor for class org.springframework.boot.loader.tools.LogbackInitializer
 
LogbackLoggingSystem - Class in org.springframework.boot.logging.logback
LogbackLoggingSystem(ClassLoader) - Constructor for class org.springframework.boot.logging.logback.LogbackLoggingSystem
 
logbackMetrics() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.LogbackMetricsAutoConfiguration
 
LogbackMetricsAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics
Auto-configuration for Logback metrics.
LogbackMetricsAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.LogbackMetricsAutoConfiguration
 
logError(ServerRequest, ServerResponse, Throwable) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
Logs the throwable error for the given request and response exchange.
logFile() - Method in class org.springframework.boot.actuate.logging.LogFileWebEndpoint
 
LogFile - Class in org.springframework.boot.logging
A reference to a log output file.
LOGFILE_BEAN_NAME - Static variable in class org.springframework.boot.context.logging.LoggingApplicationListener
Deprecated.
logFileWebEndpoint(ObjectProvider<LogFile>, LogFileWebEndpointProperties) - Method in class org.springframework.boot.actuate.autoconfigure.logging.LogFileWebEndpointAutoConfiguration
 
LogFileWebEndpoint - Class in org.springframework.boot.actuate.logging
Web @Endpoint that provides access to an application's log file.
LogFileWebEndpoint(LogFile, File) - Constructor for class org.springframework.boot.actuate.logging.LogFileWebEndpoint
 
LogFileWebEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.logging
LogFileWebEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.logging.LogFileWebEndpointAutoConfiguration
 
LogFileWebEndpointProperties - Class in org.springframework.boot.actuate.autoconfigure.logging
Configuration properties for LogFileWebEndpoint.
LogFileWebEndpointProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.logging.LogFileWebEndpointProperties
 
logger - Variable in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
 
logger - Variable in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
 
LOGGER_GROUPS_BEAN_NAME - Static variable in class org.springframework.boot.context.logging.LoggingApplicationListener
The name of theLoggerGroups bean.
LoggerConfiguration - Class in org.springframework.boot.logging
Immutable class that represents the configuration of a LoggingSystem's logger.
LoggerConfiguration(String, LogLevel, LogLevel) - Constructor for class org.springframework.boot.logging.LoggerConfiguration
Create a new instance.
LoggerGroup - Class in org.springframework.boot.logging
A single logger group.
LoggerGroups - Class in org.springframework.boot.logging
Logger groups configured via the Spring Environment.
LoggerGroups() - Constructor for class org.springframework.boot.logging.LoggerGroups
 
LoggerGroups(Map<String, List<String>>) - Constructor for class org.springframework.boot.logging.LoggerGroups
 
loggerLevels(String) - Method in class org.springframework.boot.actuate.logging.LoggersEndpoint
 
LoggerLevels(LogLevel) - Constructor for class org.springframework.boot.actuate.logging.LoggersEndpoint.LoggerLevels
 
loggers() - Method in class org.springframework.boot.actuate.logging.LoggersEndpoint
 
loggersEndpoint(LoggingSystem, ObjectProvider<LoggerGroups>) - Method in class org.springframework.boot.actuate.autoconfigure.logging.LoggersEndpointAutoConfiguration
 
LoggersEndpoint - Class in org.springframework.boot.actuate.logging
@Endpoint to expose a collection of LoggerConfigurations.
LoggersEndpoint(LoggingSystem, LoggerGroups) - Constructor for class org.springframework.boot.actuate.logging.LoggersEndpoint
Create a new LoggersEndpoint instance.
LoggersEndpoint.GroupLoggerLevels - Class in org.springframework.boot.actuate.logging
 
LoggersEndpoint.LoggerLevels - Class in org.springframework.boot.actuate.logging
Levels configured for a given logger exposed in a JSON friendly way.
LoggersEndpoint.SingleLoggerLevels - Class in org.springframework.boot.actuate.logging
 
LoggersEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.logging
LoggersEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.logging.LoggersEndpointAutoConfiguration
 
LOGGING_SYSTEM_BEAN_NAME - Static variable in class org.springframework.boot.context.logging.LoggingApplicationListener
The name of the LoggingSystem bean.
LoggingApplicationListener - Class in org.springframework.boot.context.logging
An ApplicationListener that configures the LoggingSystem.
LoggingApplicationListener() - Constructor for class org.springframework.boot.context.logging.LoggingApplicationListener
 
LoggingFailureAnalysisReporter - Class in org.springframework.boot.diagnostics
FailureAnalysisReporter that logs the failure analysis.
LoggingFailureAnalysisReporter() - Constructor for class org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter
 
LoggingInitializationContext - Class in org.springframework.boot.logging
Context passed to the LoggingSystem during initialization.
LoggingInitializationContext(ConfigurableEnvironment) - Constructor for class org.springframework.boot.logging.LoggingInitializationContext
Create a new LoggingInitializationContext instance.
LoggingSystem - Class in org.springframework.boot.logging
Common abstraction over logging systems.
LoggingSystem() - Constructor for class org.springframework.boot.logging.LoggingSystem
 
LoggingSystemProperties - Class in org.springframework.boot.logging
Utility to set system properties that can later be used by log configuration files.
LoggingSystemProperties(Environment) - Constructor for class org.springframework.boot.logging.LoggingSystemProperties
Create a new LoggingSystemProperties instance.
logIncoming() - Method in class org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
Log incoming payload information at trace level to aid diagnostics.
LogLevel - Enum in org.springframework.boot.logging
Logging levels supported by a LoggingSystem.
LogLevels() - Constructor for class org.springframework.boot.logging.AbstractLoggingSystem.LogLevels
 
logOutcome(String, ConditionOutcome) - Method in class org.springframework.boot.autoconfigure.condition.SpringBootCondition
 
logOutgoing() - Method in class org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
Log incoming payload information at trace level to aid diagnostics.
logStartupInfo(boolean) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Flag to indicate the startup information should be logged.
logStartupInfo(boolean) - Method in class org.springframework.boot.SpringApplication
Called to log startup information, subclasses may override to add additional logging.
logStartupProfileInfo(ConfigurableApplicationContext) - Method in class org.springframework.boot.SpringApplication
Called to log active profile information.
LongTaskTimingHandlerInterceptor - Class in org.springframework.boot.actuate.metrics.web.servlet
A HandlerInterceptor that supports Micrometer's long task timers configured on a handler using @Timed with longTask set to true.
LongTaskTimingHandlerInterceptor(MeterRegistry, WebMvcTagsProvider) - Constructor for class org.springframework.boot.actuate.metrics.web.servlet.LongTaskTimingHandlerInterceptor
Creates a new LongTaskTimingHandlerInterceptor that will create LongTaskTimers using the given registry.
lookup(String) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisNoOpBindingRegistry
 

M

mailHealthContributor(Map<String, JavaMailSenderImpl>) - Method in class org.springframework.boot.actuate.autoconfigure.mail.MailHealthContributorAutoConfiguration
 
MailHealthContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.mail
MailHealthContributorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.mail.MailHealthContributorAutoConfiguration
 
MailHealthIndicator - Class in org.springframework.boot.actuate.mail
HealthIndicator for configured smtp server(s).
MailHealthIndicator(JavaMailSenderImpl) - Constructor for class org.springframework.boot.actuate.mail.MailHealthIndicator
 
MailProperties - Class in org.springframework.boot.autoconfigure.mail
Configuration properties for email support.
MailProperties() - Constructor for class org.springframework.boot.autoconfigure.mail.MailProperties
 
MailSenderAutoConfiguration - Class in org.springframework.boot.autoconfigure.mail
Auto configuration for email support.
MailSenderAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.mail.MailSenderAutoConfiguration
 
MailSenderValidatorAutoConfiguration - Class in org.springframework.boot.autoconfigure.mail
Auto configuration for testing mail service connectivity on startup.
MailSenderValidatorAutoConfiguration(JavaMailSenderImpl) - Constructor for class org.springframework.boot.autoconfigure.mail.MailSenderValidatorAutoConfiguration
 
main(Class<?>) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Fixes the main application class that is used to anchor the startup messages.
main(String[]) - Static method in class org.springframework.boot.cli.archive.PackagedSpringApplicationLauncher
 
main(String...) - Static method in class org.springframework.boot.cli.SpringCli
 
main(String[]) - Static method in class org.springframework.boot.devtools.RemoteSpringApplication
main(String[]) - Static method in class org.springframework.boot.loader.JarLauncher
 
MAIN - Static variable in class org.springframework.boot.loader.PropertiesLauncher
Properties key for main class.
main(String[]) - Static method in class org.springframework.boot.loader.PropertiesLauncher
 
main(String[]) - Static method in class org.springframework.boot.loader.WarLauncher
 
main(String[]) - Static method in class org.springframework.boot.SpringApplication
A basic main that can be used to launch an application.
MainClassFinder - Class in org.springframework.boot.loader.tools
Finds any class with a public static main method by performing a breadth first search.
MainClassFinder() - Constructor for class org.springframework.boot.loader.tools.MainClassFinder
 
MainMethodRunner - Class in org.springframework.boot.loader
Utility class that is used by Launchers to call a main method.
MainMethodRunner(String, String[]) - Constructor for class org.springframework.boot.loader.MainMethodRunner
Create a new MainMethodRunner instance.
ManagementContextAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.web.server
Auto-configuration for the management context.
ManagementContextAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration
 
ManagementContextConfiguration - Annotation Type in org.springframework.boot.actuate.autoconfigure.web
Specialized @Configuration class that defines configuration specific for the management context.
ManagementContextFactory - Interface in org.springframework.boot.actuate.autoconfigure.web
Factory for creating a separate management context when the management web server is running on a different port to the main application.
ManagementContextType - Enum in org.springframework.boot.actuate.autoconfigure.web
Enumeration of management context types.
ManagementErrorEndpoint - Class in org.springframework.boot.actuate.autoconfigure.web.servlet
@Controller for handling "/error" path when the management servlet is in a child context.
ManagementErrorEndpoint(ErrorAttributes) - Constructor for class org.springframework.boot.actuate.autoconfigure.web.servlet.ManagementErrorEndpoint
 
ManagementPortType - Enum in org.springframework.boot.actuate.autoconfigure.web.server
Port types that can be used to control how the management server is started.
ManagementServerProperties - Class in org.springframework.boot.actuate.autoconfigure.web.server
Properties for the management server (e.g.
ManagementServerProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties
 
ManagementServerProperties.Servlet - Class in org.springframework.boot.actuate.autoconfigure.web.server
Servlet properties.
ManagementServletContext - Interface in org.springframework.boot.actuate.autoconfigure.web.servlet
Provides information about the management servlet context for MVC controllers to use.
managementServletContext(WebEndpointProperties) - Method in class org.springframework.boot.actuate.autoconfigure.web.servlet.ServletManagementContextAutoConfiguration
 
ManagementWebSecurityAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.security.servlet
Auto-configuration for Spring Security when actuator is on the classpath.
ManagementWebSecurityAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.security.servlet.ManagementWebSecurityAutoConfiguration
 
ManagementWebServerFactoryCustomizer<T extends ConfigurableWebServerFactory> - Class in org.springframework.boot.actuate.autoconfigure.web.server
WebServerFactoryCustomizer that customizes the WebServerFactory used to create the management context's web server.
ManagementWebServerFactoryCustomizer(ListableBeanFactory, Class<? extends WebServerFactoryCustomizer<?>>...) - Constructor for class org.springframework.boot.actuate.autoconfigure.web.server.ManagementWebServerFactoryCustomizer
 
map(Meter.Id) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.PropertiesMeterFilter
 
map(Health, SecurityContext) - Method in class org.springframework.boot.actuate.health.HealthWebEndpointResponseMapper
Deprecated.
Maps the given health to a WebEndpointResponse, honouring the mapper's default ShowDetails using the given securityContext.
map(Health, SecurityContext, ShowDetails) - Method in class org.springframework.boot.actuate.health.HealthWebEndpointResponseMapper
Deprecated.
Maps the given health to a WebEndpointResponse, honouring the given showDetails using the given securityContext.
map(Function<? super T, ? extends U>) - Method in class org.springframework.boot.context.properties.bind.BindResult
Apply the provided mapping function to the bound value, or return an updated unbound result if no value has been bound.
map(LogLevel, T) - Method in class org.springframework.boot.logging.AbstractLoggingSystem.LogLevels
 
MapConfigurationPropertySource - Class in org.springframework.boot.context.properties.source
A ConfigurationPropertySource backed by a Map and using standard name mapping rules.
MapConfigurationPropertySource() - Constructor for class org.springframework.boot.context.properties.source.MapConfigurationPropertySource
Create a new empty MapConfigurationPropertySource instance.
MapConfigurationPropertySource(Map<?, ?>) - Constructor for class org.springframework.boot.context.properties.source.MapConfigurationPropertySource
Create a new MapConfigurationPropertySource instance with entries copies from the specified map.
mapDetails(Supplier<Health>, SecurityContext) - Method in class org.springframework.boot.actuate.health.HealthWebEndpointResponseMapper
Deprecated.
Maps the given health details to a WebEndpointResponse, honouring the mapper's default ShowDetails using the given securityContext.
MapInfoContributor - Class in org.springframework.boot.actuate.info
A simple InfoContributor that exposes a map.
MapInfoContributor(Map<String, Object>) - Constructor for class org.springframework.boot.actuate.info.MapInfoContributor
 
mapOf(Class<K>, Class<V>) - Static method in class org.springframework.boot.context.properties.bind.Bindable
Create a new Bindable Map of the specified key and value type.
mapParameterValue(OperationParameter, Object) - Method in class org.springframework.boot.actuate.endpoint.invoke.convert.ConversionServiceParameterValueMapper
 
mapParameterValue(OperationParameter, Object) - Method in interface org.springframework.boot.actuate.endpoint.invoke.ParameterValueMapper
Map the specified input parameter to the given parameterType.
Mapping(String, String) - Constructor for class org.springframework.boot.web.server.MimeMappings.Mapping
 
MappingDescriptionProvider - Interface in org.springframework.boot.actuate.web.mappings
A MappingDescriptionProvider provides a List of mapping descriptions via implementation-specific introspection of an application context.
mappingMongoConverter(MongoMappingContext, MongoCustomConversions) - Method in class org.springframework.boot.autoconfigure.data.mongo.MongoReactiveDataAutoConfiguration
 
mappingResources(String...) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
The mapping resources (equivalent to <mapping-file> entries in persistence.xml) for the persistence unit.
mappings() - Method in class org.springframework.boot.actuate.web.mappings.MappingsEndpoint
 
mappingsEndpoint(ApplicationContext, ObjectProvider<MappingDescriptionProvider>) - Method in class org.springframework.boot.actuate.autoconfigure.web.mappings.MappingsEndpointAutoConfiguration
 
MappingsEndpoint - Class in org.springframework.boot.actuate.web.mappings
@Endpoint to expose HTTP request mappings.
MappingsEndpoint(Collection<MappingDescriptionProvider>, ApplicationContext) - Constructor for class org.springframework.boot.actuate.web.mappings.MappingsEndpoint
 
MappingsEndpoint.ApplicationMappings - Class in org.springframework.boot.actuate.web.mappings
A description of an application's request mappings.
MappingsEndpoint.ContextMappings - Class in org.springframework.boot.actuate.web.mappings
A description of an application context's request mappings.
MappingsEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.web.mappings
MappingsEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.web.mappings.MappingsEndpointAutoConfiguration
 
mapResponse(Object) - Method in class org.springframework.boot.actuate.endpoint.jmx.JacksonJmxOperationResponseMapper
 
mapResponse(Object) - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxOperationResponseMapper
Map the operation's response so that it can be consumed by a JMX compliant client.
mapResponseType(Class<?>) - Method in class org.springframework.boot.actuate.endpoint.jmx.JacksonJmxOperationResponseMapper
 
mapResponseType(Class<?>) - Method in interface org.springframework.boot.actuate.endpoint.jmx.JmxOperationResponseMapper
Map the response type to its JMX compliant counterpart.
mapStatus(Status) - Method in class org.springframework.boot.actuate.health.HealthStatusHttpMapper
Deprecated.
Map the specified Status to an HTTP status code.
match(E) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.expose.IncludeExcludeEndpointFilter
 
match(EndpointId) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.expose.IncludeExcludeEndpointFilter
Return true if the filter matches.
match(DiscoveredEndpoint<?>) - Method in class org.springframework.boot.actuate.endpoint.annotation.DiscovererEndpointFilter
 
match(E) - Method in interface org.springframework.boot.actuate.endpoint.EndpointFilter
Return true if the filter matches.
match(HttpServletRequest, String) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
 
match(MetadataReader, MetadataReaderFactory) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationExcludeFilter
 
match(String[], AutoConfigurationMetadata) - Method in interface org.springframework.boot.autoconfigure.AutoConfigurationImportFilter
Apply the filter to the given auto-configuration class candidates.
match() - Static method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
Create a new ConditionOutcome instance for a 'match'.
match(String) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
Create a new ConditionOutcome instance for 'match'.
match(ConditionMessage) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
Create a new ConditionOutcome instance for 'match'.
match(MetadataReader, MetadataReaderFactory) - Method in class org.springframework.boot.context.TypeExcludeFilter
 
match(MetadataReader, MetadataReaderFactory) - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
 
matcher(String) - Method in enum org.springframework.boot.convert.DurationStyle
 
matches(ServerWebExchange, Supplier<PathMappedEndpoints>) - Method in class org.springframework.boot.actuate.autoconfigure.security.reactive.EndpointRequest.EndpointServerWebExchangeMatcher
 
matches(ServerWebExchange, Supplier<WebEndpointProperties>) - Method in class org.springframework.boot.actuate.autoconfigure.security.reactive.EndpointRequest.LinksServerWebExchangeMatcher
 
matches(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.condition.SpringBootCondition
 
matches(ConditionContext, AnnotatedTypeMetadata, Condition) - Method in class org.springframework.boot.autoconfigure.condition.SpringBootCondition
Return true if any of the specified condition matches.
matches(ServerWebExchange) - Method in class org.springframework.boot.autoconfigure.security.reactive.StaticResourceRequest.StaticResourceServerWebExchange
 
matches(HttpServletRequest, Supplier<H2ConsoleProperties>) - Method in class org.springframework.boot.autoconfigure.security.servlet.PathRequest.H2ConsoleRequestMatcher
 
matches(HttpServletRequest, Supplier<DispatcherServletPath>) - Method in class org.springframework.boot.autoconfigure.security.servlet.StaticResourceRequest.StaticResourceRequestMatcher
 
matches(ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.CachingCompilerAutoConfiguration
 
matches(ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.GroovyTemplatesCompilerAutoConfiguration
 
matches(ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.JdbcCompilerAutoConfiguration
 
matches(ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.JmsCompilerAutoConfiguration
 
matches(ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.RabbitCompilerAutoConfiguration
 
matches(ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringBatchCompilerAutoConfiguration
 
matches(ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringIntegrationCompilerAutoConfiguration
 
matches(ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringMvcCompilerAutoConfiguration
 
matches(ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringRetryCompilerAutoConfiguration
 
matches(ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringSecurityCompilerAutoConfiguration
 
matches(ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringTestCompilerAutoConfiguration
 
matches(ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringWebsocketCompilerAutoConfiguration
 
matches(ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.TransactionManagementCompilerAutoConfiguration
 
matches(ClassNode) - Method in class org.springframework.boot.cli.compiler.CompilerAutoConfiguration
Strategy method used to determine when compiler auto-configuration should be applied.
matches(String) - Method in enum org.springframework.boot.convert.DurationStyle
 
matches(Archive.Entry) - Method in interface org.springframework.boot.loader.archive.Archive.EntryFilter
Apply the jar entry filter.
matches(ServerWebExchange) - Method in class org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher
 
matches(ServerWebExchange, Supplier<C>) - Method in class org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher
Decides whether the rule implemented by the strategy matches the supplied exchange.
matches(HttpServletRequest) - Method in class org.springframework.boot.security.servlet.ApplicationContextRequestMatcher
 
matches(HttpServletRequest, Supplier<C>) - Method in class org.springframework.boot.security.servlet.ApplicationContextRequestMatcher
Decides whether the rule implemented by the strategy matches the supplied request.
matchProductName(String) - Method in enum org.springframework.boot.jdbc.DatabaseDriver
 
MavenModelDependencyManagement - Class in org.springframework.boot.cli.compiler.dependencies
DependencyManagement derived from a Maven Model.
MavenModelDependencyManagement(Model) - Constructor for class org.springframework.boot.cli.compiler.dependencies.MavenModelDependencyManagement
 
MavenSettings - Class in org.springframework.boot.cli.compiler.maven
An encapsulation of settings read from a user's Maven settings.xml.
MavenSettings(Settings, SettingsDecryptionResult) - Constructor for class org.springframework.boot.cli.compiler.maven.MavenSettings
Create a new MavenSettings instance.
MavenSettingsReader - Class in org.springframework.boot.cli.compiler.maven
MavenSettingsReader reads settings from a user's Maven settings.xml file, decrypting them if necessary using settings-security.xml.
MavenSettingsReader() - Constructor for class org.springframework.boot.cli.compiler.maven.MavenSettingsReader
 
MavenSettingsReader(String) - Constructor for class org.springframework.boot.cli.compiler.maven.MavenSettingsReader
 
maxPacketLength() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdPropertiesConfigAdapter
 
maxPoolSize(int) - Method in class org.springframework.boot.task.TaskExecutorBuilder
Set the maximum allowed number of threads.
mbeanExporter(ObjectNamingStrategy, BeanFactory) - Method in class org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration
 
Mbeanregistry() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Mbeanregistry
 
mbeanServer() - Method in class org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration
 
mediaTypeNotAcceptable(HttpServletRequest) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
 
MemberMatchOutcomes(AbstractNestedCondition.MemberConditions) - Constructor for class org.springframework.boot.autoconfigure.condition.AbstractNestedCondition.MemberMatchOutcomes
 
merge(Set<Class<?>>) - Method in class org.springframework.boot.autoconfigure.AutoConfigurations
 
merge(Configurations) - Method in class org.springframework.boot.context.annotation.Configurations
Merge configurations from another source of the same type.
merge(Set<Class<?>>) - Method in class org.springframework.boot.context.annotation.Configurations
Merge configurations.
merge(Set<Class<?>>) - Method in class org.springframework.boot.context.annotation.UserConfigurations
 
merge(E) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Merge the state of the given entity into the current persistence context.
mergeInitializers(ServletContextInitializer...) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
Utility method that can be used by subclasses wishing to combine the specified ServletContextInitializer parameters with those defined in this instance.
MessageAndCondition(ConditionEvaluationReport.ConditionAndOutcome) - Constructor for class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint.MessageAndCondition
 
MessageAndConditions(ConditionEvaluationReport.ConditionAndOutcomes) - Constructor for class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint.MessageAndConditions
 
messageConverters(ObjectProvider<HttpMessageConverter<?>>) - Method in class org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration
 
messageConverters(HttpMessageConverter<?>...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Set the HttpMessageConverters that should be used with the RestTemplate.
messageConverters(Collection<? extends HttpMessageConverter<?>>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Set the HttpMessageConverters that should be used with the RestTemplate.
messageDispatcherServlet(ApplicationContext, WebServicesProperties) - Method in class org.springframework.boot.autoconfigure.webservices.WebServicesAutoConfiguration
 
messageHandler(RSocketStrategies) - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketMessagingAutoConfiguration
 
MessageInterpolatorFactory - Class in org.springframework.boot.validation
ObjectFactory that can be used to create a MessageInterpolator.
MessageInterpolatorFactory() - Constructor for class org.springframework.boot.validation.MessageInterpolatorFactory
 
messageSenders(WebServiceMessageSender...) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Sets the WebServiceMessageSenders that should be used with the WebServiceTemplate.
messageSenders(Collection<? extends WebServiceMessageSender>) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Sets the WebServiceMessageSenders that should be used with the WebServiceTemplate.
messageSource(MessageSourceProperties) - Method in class org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration
 
MessageSourceAutoConfiguration - Class in org.springframework.boot.autoconfigure.context
MessageSourceAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration
 
MessageSourceAutoConfiguration.ResourceBundleCondition - Class in org.springframework.boot.autoconfigure.context
 
messageSourceProperties() - Method in class org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration
 
MessageSourceProperties - Class in org.springframework.boot.autoconfigure.context
Configuration properties for Message Source.
MessageSourceProperties() - Constructor for class org.springframework.boot.autoconfigure.context.MessageSourceProperties
 
MessagingTemplateConfiguration() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.MessagingTemplateConfiguration
 
MessagingTemplateConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jms.JmsAutoConfiguration.MessagingTemplateConfiguration
 
meterNameEventTypeEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicPropertiesConfigAdapter
 
MeterRegistryCustomizer<T extends io.micrometer.core.instrument.MeterRegistry> - Interface in org.springframework.boot.actuate.autoconfigure.metrics
Callback interface that can be used to customize auto-configured MeterRegistries.
meterRegistryPostProcessor(ObjectProvider<MeterBinder>, ObjectProvider<MeterFilter>, ObjectProvider<MeterRegistryCustomizer<?>>, ObjectProvider<MetricsProperties>, ApplicationContext) - Static method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsAutoConfiguration
 
MeterValue - Class in org.springframework.boot.actuate.autoconfigure.metrics
A meter value that is used when configuring micrometer.
method(HttpRequest) - Static method in class org.springframework.boot.actuate.metrics.web.client.RestTemplateExchangeTags
Creates a method Tag for the method of the given request.
method(ClientRequest) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTags
Creates a method Tag for the method of the given request.
method(ServerWebExchange) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTags
Creates a method tag based on the method of the ServerWebExchange.getRequest() request of the given exchange.
method(HttpServletRequest) - Static method in class org.springframework.boot.actuate.metrics.web.servlet.WebMvcTags
Creates a method tag based on the method of the given request.
methodValidationPostProcessor(Environment, Validator) - Static method in class org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration
 
metric(String, List<String>) - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint
 
MetricsAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics
Auto-configuration for Micrometer-based metrics.
MetricsAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.MetricsAutoConfiguration
 
metricsEndpoint(MeterRegistry) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsEndpointAutoConfiguration
 
MetricsEndpoint - Class in org.springframework.boot.actuate.metrics
An @Endpoint for exposing the metrics held by a MeterRegistry.
MetricsEndpoint(MeterRegistry) - Constructor for class org.springframework.boot.actuate.metrics.MetricsEndpoint
 
MetricsEndpoint.AvailableTag - Class in org.springframework.boot.actuate.metrics
A set of tags for further dimensional drilldown and their potential values.
MetricsEndpoint.ListNamesResponse - Class in org.springframework.boot.actuate.metrics
Response payload for a metric name listing.
MetricsEndpoint.MetricResponse - Class in org.springframework.boot.actuate.metrics
Response payload for a metric name selector.
MetricsEndpoint.Sample - Class in org.springframework.boot.actuate.metrics
A measurement sample combining a statistic and a value.
MetricsEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics
MetricsEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.MetricsEndpointAutoConfiguration
 
metricsHttpClientUriTagFilter(MetricsProperties) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.web.client.HttpClientMetricsAutoConfiguration
 
metricsHttpServerUriTagFilter() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.web.reactive.WebFluxMetricsAutoConfiguration
 
metricsHttpServerUriTagFilter() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.web.servlet.WebMvcMetricsAutoConfiguration
 
MetricsProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics
@ConfigurationProperties for configuring Micrometer-based metrics.
MetricsProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties
 
MetricsProperties.Distribution - Class in org.springframework.boot.actuate.autoconfigure.metrics
 
MetricsProperties.Web - Class in org.springframework.boot.actuate.autoconfigure.metrics
 
MetricsProperties.Web.Client - Class in org.springframework.boot.actuate.autoconfigure.metrics
 
MetricsProperties.Web.Client.ClientRequest - Class in org.springframework.boot.actuate.autoconfigure.metrics
 
MetricsProperties.Web.Server - Class in org.springframework.boot.actuate.autoconfigure.metrics
 
MetricsProperties.Web.Server.ServerRequest - Class in org.springframework.boot.actuate.autoconfigure.metrics
 
MetricsRestTemplateCustomizer - Class in org.springframework.boot.actuate.metrics.web.client
RestTemplateCustomizer that configures the RestTemplate to record request metrics.
MetricsRestTemplateCustomizer(MeterRegistry, RestTemplateExchangeTagsProvider, String) - Constructor for class org.springframework.boot.actuate.metrics.web.client.MetricsRestTemplateCustomizer
MetricsRestTemplateCustomizer(MeterRegistry, RestTemplateExchangeTagsProvider, String, AutoTimer) - Constructor for class org.springframework.boot.actuate.metrics.web.client.MetricsRestTemplateCustomizer
Creates a new MetricsRestTemplateInterceptor.
MetricsWebClientCustomizer - Class in org.springframework.boot.actuate.metrics.web.reactive.client
WebClientCustomizer that configures the WebClient to record request metrics.
MetricsWebClientCustomizer(MeterRegistry, WebClientExchangeTagsProvider, String) - Constructor for class org.springframework.boot.actuate.metrics.web.reactive.client.MetricsWebClientCustomizer
MetricsWebClientCustomizer(MeterRegistry, WebClientExchangeTagsProvider, String, AutoTimer) - Constructor for class org.springframework.boot.actuate.metrics.web.reactive.client.MetricsWebClientCustomizer
Create a new MetricsWebClientFilterFunction that will record metrics using the given meterRegistry with tags provided by the given tagProvider.
MetricsWebClientFilterFunction - Class in org.springframework.boot.actuate.metrics.web.reactive.client
ExchangeFilterFunction applied via a MetricsWebClientCustomizer to record metrics.
MetricsWebClientFilterFunction(MeterRegistry, WebClientExchangeTagsProvider, String) - Constructor for class org.springframework.boot.actuate.metrics.web.reactive.client.MetricsWebClientFilterFunction
MetricsWebClientFilterFunction(MeterRegistry, WebClientExchangeTagsProvider, String, AutoTimer) - Constructor for class org.springframework.boot.actuate.metrics.web.reactive.client.MetricsWebClientFilterFunction
Create a new MetricsWebClientFilterFunction.
MetricsWebFilter - Class in org.springframework.boot.actuate.metrics.web.reactive.server
Intercepts incoming HTTP requests handled by Spring WebFlux handlers.
MetricsWebFilter(MeterRegistry, WebFluxTagsProvider, String, boolean) - Constructor for class org.springframework.boot.actuate.metrics.web.reactive.server.MetricsWebFilter
MetricsWebFilter(MeterRegistry, WebFluxTagsProvider, String, AutoTimer) - Constructor for class org.springframework.boot.actuate.metrics.web.reactive.server.MetricsWebFilter
Create a new MetricsWebFilter.
metricsWebMvcConfigurer(MeterRegistry, WebMvcTagsProvider) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.web.servlet.WebMvcMetricsAutoConfiguration
 
micrometerClock() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsAutoConfiguration
 
migrate(Flyway) - Method in interface org.springframework.boot.autoconfigure.flyway.FlywayMigrationStrategy
Trigger flyway migration.
MimeMappings - Class in org.springframework.boot.web.server
Simple server-independent abstraction for mime mappings.
MimeMappings() - Constructor for class org.springframework.boot.web.server.MimeMappings
Create a new empty MimeMappings instance.
MimeMappings(MimeMappings) - Constructor for class org.springframework.boot.web.server.MimeMappings
Create a new MimeMappings instance from the specified mappings.
MimeMappings(Map<String, String>) - Constructor for class org.springframework.boot.web.server.MimeMappings
Create a new MimeMappings from the specified mappings.
MimeMappings.Mapping - Class in org.springframework.boot.web.server
A single mime mapping.
MissingParametersException - Exception in org.springframework.boot.actuate.endpoint.invoke
RuntimeException thrown when an endpoint invocation does not contain required parameters.
MissingParametersException(Set<OperationParameter>) - Constructor for exception org.springframework.boot.actuate.endpoint.invoke.MissingParametersException
 
MockBean - Annotation Type in org.springframework.boot.test.mock.mockito
Annotation that can be used to add mocks to a Spring ApplicationContext.
MockBeans - Annotation Type in org.springframework.boot.test.mock.mockito
Container annotation that aggregates several @MockBean annotations.
MockitoPostProcessor - Class in org.springframework.boot.test.mock.mockito
A BeanFactoryPostProcessor used to register and inject @MockBeans with the ApplicationContext.
MockitoPostProcessor(Set<Definition>) - Constructor for class org.springframework.boot.test.mock.mockito.MockitoPostProcessor
Create a new MockitoPostProcessor instance with the given initial definitions.
MockitoTestExecutionListener - Class in org.springframework.boot.test.mock.mockito
TestExecutionListener to trigger MockitoAnnotations.initMocks(Object) when @MockBean annotations are used.
MockitoTestExecutionListener() - Constructor for class org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener
 
mockMvc(MockMvcBuilder) - Method in class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration
 
MockMvcAutoConfiguration - Class in org.springframework.boot.test.autoconfigure.web.servlet
Auto-configuration for MockMvc.
mockMvcBuilder(List<MockMvcBuilderCustomizer>) - Method in class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration
 
MockMvcBuilderCustomizer - Interface in org.springframework.boot.test.autoconfigure.web.servlet
A customizer for a ConfigurableMockMvcBuilder.
mockMvcHtmlUnitDriverBuilder(MockMvc, Environment) - Method in class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration
 
MockMvcPrint - Enum in org.springframework.boot.test.autoconfigure.web.servlet
MVC print options specified from @AutoConfigureMockMvc.
MockMvcWebClientAutoConfiguration - Class in org.springframework.boot.test.autoconfigure.web.servlet
Auto-configuration for HtmlUnit WebClient MockMVC integration.
MockMvcWebClientAutoConfiguration() - Constructor for class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration
 
mockMvcWebClientBuilder(MockMvc, Environment) - Method in class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration
 
MockMvcWebDriverAutoConfiguration - Class in org.springframework.boot.test.autoconfigure.web.servlet
Auto-configuration for Selenium WebDriver MockMVC integration.
MockMvcWebDriverAutoConfiguration() - Constructor for class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration
 
MockReset - Enum in org.springframework.boot.test.mock.mockito
Reset strategy used on a mock bean.
mockRestServiceServer(MockServerRestTemplateCustomizer) - Method in class org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerAutoConfiguration
 
MockRestServiceServerAutoConfiguration - Class in org.springframework.boot.test.autoconfigure.web.client
Auto-configuration for MockRestServiceServer support.
MockRestServiceServerAutoConfiguration() - Constructor for class org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerAutoConfiguration
 
mockServerRestTemplateCustomizer() - Method in class org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerAutoConfiguration
 
MockServerRestTemplateCustomizer - Class in org.springframework.boot.test.web.client
RestTemplateCustomizer that can be applied to a RestTemplateBuilder instances to add MockRestServiceServer support.
MockServerRestTemplateCustomizer() - Constructor for class org.springframework.boot.test.web.client.MockServerRestTemplateCustomizer
 
MockServerRestTemplateCustomizer(Class<? extends RequestExpectationManager>) - Constructor for class org.springframework.boot.test.web.client.MockServerRestTemplateCustomizer
 
mode() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimplePropertiesConfigAdapter
 
mongo(MongoProperties, ObjectProvider<MongoClientOptions>, Environment) - Method in class org.springframework.boot.autoconfigure.mongo.MongoAutoConfiguration
 
MongoAutoConfiguration - Class in org.springframework.boot.autoconfigure.mongo
MongoAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.mongo.MongoAutoConfiguration
 
MongoClientDependsOnBeanFactoryPostProcessor - Class in org.springframework.boot.autoconfigure.data.mongo
BeanFactoryPostProcessor to automatically set up the recommended dependsOn configuration for Mongo clients when used embedded Mongo.
MongoClientDependsOnBeanFactoryPostProcessor(String...) - Constructor for class org.springframework.boot.autoconfigure.data.mongo.MongoClientDependsOnBeanFactoryPostProcessor
MongoClientDependsOnBeanFactoryPostProcessor(Class<?>...) - Constructor for class org.springframework.boot.autoconfigure.data.mongo.MongoClientDependsOnBeanFactoryPostProcessor
Creates a new MongoClientDependsOnBeanFactoryPostProcessor that will set up dependencies upon beans with the given types.
MongoClientFactory - Class in org.springframework.boot.autoconfigure.mongo
A factory for a blocking MongoClient that applies MongoProperties.
MongoClientFactory(MongoProperties, Environment) - Constructor for class org.springframework.boot.autoconfigure.mongo.MongoClientFactory
 
MongoClientSettingsBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.mongo
Callback interface that can be implemented by beans wishing to customize the MongoClientSettings via a MongoClientSettings.Builder whilst retaining default auto-configuration.
MongoDataAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.mongo
Auto-configuration for Spring Data's mongo support.
MongoDataAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.mongo.MongoDataAutoConfiguration
 
mongoHealthContributor(Map<String, MongoTemplate>) - Method in class org.springframework.boot.actuate.autoconfigure.mongo.MongoHealthContributorAutoConfiguration
 
mongoHealthContributor(Map<String, ReactiveMongoTemplate>) - Method in class org.springframework.boot.actuate.autoconfigure.mongo.MongoReactiveHealthContributorAutoConfiguration
 
MongoHealthContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.mongo
MongoHealthContributorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.mongo.MongoHealthContributorAutoConfiguration
 
MongoHealthIndicator - Class in org.springframework.boot.actuate.mongo
Simple implementation of a HealthIndicator returning status information for Mongo data stores.
MongoHealthIndicator(MongoTemplate) - Constructor for class org.springframework.boot.actuate.mongo.MongoHealthIndicator
 
MongoProperties - Class in org.springframework.boot.autoconfigure.mongo
Configuration properties for Mongo.
MongoProperties() - Constructor for class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
MongoReactiveAutoConfiguration - Class in org.springframework.boot.autoconfigure.mongo
Auto-configuration for Reactive Mongo.
MongoReactiveAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.mongo.MongoReactiveAutoConfiguration
 
MongoReactiveDataAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.mongo
Auto-configuration for Spring Data's reactive mongo support.
MongoReactiveDataAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.mongo.MongoReactiveDataAutoConfiguration
 
MongoReactiveHealthContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.mongo
MongoReactiveHealthContributorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.mongo.MongoReactiveHealthContributorAutoConfiguration
 
MongoReactiveHealthIndicator - Class in org.springframework.boot.actuate.mongo
MongoReactiveHealthIndicator(ReactiveMongoTemplate) - Constructor for class org.springframework.boot.actuate.mongo.MongoReactiveHealthIndicator
 
MongoReactiveRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.mongo
Auto-configuration for Spring Data's Mongo Reactive Repositories.
MongoReactiveRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.mongo.MongoReactiveRepositoriesAutoConfiguration
 
MongoRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.mongo
Auto-configuration for Spring Data's Mongo Repositories.
MongoRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.mongo.MongoRepositoriesAutoConfiguration
 
MongoSessionProperties - Class in org.springframework.boot.autoconfigure.session
Configuration properties for Mongo-backed Spring Session.
MongoSessionProperties() - Constructor for class org.springframework.boot.autoconfigure.session.MongoSessionProperties
 
MultipartAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.servlet
Auto-configuration for multi-part uploads.
MultipartAutoConfiguration(MultipartProperties) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration
 
multipartConfigElement() - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration
 
MultipartConfigFactory - Class in org.springframework.boot.web.servlet
Factory that can be used to create a MultipartConfigElement.
MultipartConfigFactory() - Constructor for class org.springframework.boot.web.servlet.MultipartConfigFactory
 
MultipartProperties - Class in org.springframework.boot.autoconfigure.web.servlet
Properties to be used in configuring a MultipartConfigElement.
MultipartProperties() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
 
multipartResolver(MultipartResolver) - Method in class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration.DispatcherServletConfiguration
 
multipartResolver() - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration
 
MustacheAutoConfiguration - Class in org.springframework.boot.autoconfigure.mustache
Auto-configuration for Mustache.
MustacheAutoConfiguration(MustacheProperties, ApplicationContext) - Constructor for class org.springframework.boot.autoconfigure.mustache.MustacheAutoConfiguration
 
mustacheCompiler(Mustache.TemplateLoader, Environment) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheAutoConfiguration
 
MustacheEnvironmentCollector - Class in org.springframework.boot.autoconfigure.mustache
Mustache Mustache.Collector to expose properties from the Spring Environment.
MustacheEnvironmentCollector() - Constructor for class org.springframework.boot.autoconfigure.mustache.MustacheEnvironmentCollector
 
MustacheProperties - Class in org.springframework.boot.autoconfigure.mustache
MustacheProperties() - Constructor for class org.springframework.boot.autoconfigure.mustache.MustacheProperties
 
MustacheResourceTemplateLoader - Class in org.springframework.boot.autoconfigure.mustache
Mustache TemplateLoader implementation that uses a prefix, suffix and the Spring Resource abstraction to load a template from a file, classpath, URL etc.
MustacheResourceTemplateLoader() - Constructor for class org.springframework.boot.autoconfigure.mustache.MustacheResourceTemplateLoader
 
MustacheResourceTemplateLoader(String, String) - Constructor for class org.springframework.boot.autoconfigure.mustache.MustacheResourceTemplateLoader
 
MustacheTemplateAvailabilityProvider - Class in org.springframework.boot.autoconfigure.mustache
TemplateAvailabilityProvider that provides availability information for Mustache view templates.
MustacheTemplateAvailabilityProvider() - Constructor for class org.springframework.boot.autoconfigure.mustache.MustacheTemplateAvailabilityProvider
 
mustacheTemplateLoader() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheAutoConfiguration
 
MustacheView - Class in org.springframework.boot.web.reactive.result.view
Spring WebFlux View using the Mustache template engine.
MustacheView() - Constructor for class org.springframework.boot.web.reactive.result.view.MustacheView
 
MustacheView - Class in org.springframework.boot.web.servlet.view
Spring MVC View using the Mustache template engine.
MustacheView() - Constructor for class org.springframework.boot.web.servlet.view.MustacheView
 
MustacheViewResolver - Class in org.springframework.boot.web.reactive.result.view
Spring WebFlux ViewResolver for Mustache.
MustacheViewResolver() - Constructor for class org.springframework.boot.web.reactive.result.view.MustacheViewResolver
Create a MustacheViewResolver backed by a default instance of a Mustache.Compiler.
MustacheViewResolver(Mustache.Compiler) - Constructor for class org.springframework.boot.web.reactive.result.view.MustacheViewResolver
Create a MustacheViewResolver backed by a custom instance of a Mustache.Compiler.
MustacheViewResolver - Class in org.springframework.boot.web.servlet.view
Spring MVC ViewResolver for Mustache.
MustacheViewResolver() - Constructor for class org.springframework.boot.web.servlet.view.MustacheViewResolver
Create a MustacheViewResolver backed by a default instance of a Mustache.Compiler.
MustacheViewResolver(Mustache.Compiler) - Constructor for class org.springframework.boot.web.servlet.view.MustacheViewResolver
Create a MustacheViewResolver backed by a custom instance of a Mustache.Compiler.
mvcContentNegotiationManager() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 
mvcConversionService() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 
MvcRequestMatcherConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.security.servlet.SecurityRequestMatchersManagementContextConfiguration.MvcRequestMatcherConfiguration
 
mvcValidator() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 

N

NamedContributor<C> - Interface in org.springframework.boot.actuate.health
A single named health endpoint contributors (either HealthContributor or ReactiveHealthContributor).
NamedContributors<C> - Interface in org.springframework.boot.actuate.health
A collection of named health endpoint contributors (either HealthContributor or ReactiveHealthContributor).
NamedParameterJdbcOperationsDependsOnPostProcessor - Class in org.springframework.boot.autoconfigure.jdbc
BeanFactoryPostProcessor that can be used to dynamically declare that all NamedParameterJdbcOperations beans should "depend on" one or more specific beans.
NamedParameterJdbcOperationsDependsOnPostProcessor(String...) - Constructor for class org.springframework.boot.autoconfigure.jdbc.NamedParameterJdbcOperationsDependsOnPostProcessor
Creates a new NamedParameterJdbcOperationsDependsOnPostProcessor that will set up dependencies upon beans with the given names.
NamedParameterJdbcOperationsDependsOnPostProcessor(Class<?>...) - Constructor for class org.springframework.boot.autoconfigure.jdbc.NamedParameterJdbcOperationsDependsOnPostProcessor
Creates a new NamedParameterJdbcOperationsDependsOnPostProcessor that will set up dependencies upon beans with the given types.
Naming() - Constructor for class org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties.Naming
 
Neo4jDataAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.neo4j
Auto-configuration for Spring Data Neo4j.
Neo4jDataAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataAutoConfiguration
 
neo4jHealthContributor(Map<String, SessionFactory>) - Method in class org.springframework.boot.actuate.autoconfigure.neo4j.Neo4jHealthContributorAutoConfiguration
 
Neo4jHealthContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.neo4j
Neo4jHealthContributorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.neo4j.Neo4jHealthContributorAutoConfiguration
 
Neo4jHealthIndicator - Class in org.springframework.boot.actuate.neo4j
HealthIndicator that tests the status of a Neo4j by executing a Cypher statement.
Neo4jHealthIndicator(SessionFactory) - Constructor for class org.springframework.boot.actuate.neo4j.Neo4jHealthIndicator
Create a new Neo4jHealthIndicator using the specified SessionFactory.
Neo4jProperties - Class in org.springframework.boot.autoconfigure.data.neo4j
Configuration properties for Neo4j.
Neo4jProperties() - Constructor for class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
 
Neo4jProperties.Embedded - Class in org.springframework.boot.autoconfigure.data.neo4j
 
Neo4jRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.neo4j
Auto-configuration for Spring Data's Neo4j Repositories.
Neo4jRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.neo4j.Neo4jRepositoriesAutoConfiguration
 
NestedConfigurationProperty - Annotation Type in org.springframework.boot.context.properties
Indicates that a field in a @ConfigurationProperties object should be treated as if it were a nested type.
Netty() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Netty
 
NettyReactiveWebServerFactory - Class in org.springframework.boot.web.embedded.netty
ReactiveWebServerFactory that can be used to create NettyWebServers.
NettyReactiveWebServerFactory() - Constructor for class org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
 
NettyReactiveWebServerFactory(int) - Constructor for class org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
 
NettyRouteProvider - Interface in org.springframework.boot.web.embedded.netty
Function that can add new routes to an HttpServerRoutes instance.
NettyRSocketServer - Class in org.springframework.boot.rsocket.netty
RSocketServer that is based on a Reactor Netty server.
NettyRSocketServer(Mono<CloseableChannel>, Duration) - Constructor for class org.springframework.boot.rsocket.netty.NettyRSocketServer
 
NettyRSocketServerFactory - Class in org.springframework.boot.rsocket.netty
RSocketServerFactory that can be used to create RSocketServers backed by Netty.
NettyRSocketServerFactory() - Constructor for class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
 
NettyServerCustomizer - Interface in org.springframework.boot.web.embedded.netty
Mapping function that can be used to customize a Reactor Netty server instance.
NettyWebServer - Class in org.springframework.boot.web.embedded.netty
WebServer that can be used to control a Reactor Netty web server.
NettyWebServer(HttpServer, ReactorHttpHandlerAdapter, Duration) - Constructor for class org.springframework.boot.web.embedded.netty.NettyWebServer
 
nettyWebServerFactoryCustomizer(Environment, ServerProperties) - Method in class org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration.NettyWebServerFactoryCustomizerConfiguration
 
NettyWebServerFactoryCustomizer - Class in org.springframework.boot.autoconfigure.web.embedded
Customization for Netty-specific features.
NettyWebServerFactoryCustomizer(Environment, ServerProperties) - Constructor for class org.springframework.boot.autoconfigure.web.embedded.NettyWebServerFactoryCustomizer
 
NettyWebServerFactoryCustomizerConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration.NettyWebServerFactoryCustomizerConfiguration
 
newInstance(Configuration, String[]) - Static method in class org.springframework.boot.logging.log4j2.ColorConverter
Creates a new instance of the class.
newInstance(Configuration, String[]) - Static method in class org.springframework.boot.logging.log4j2.ExtendedWhitespaceThrowablePatternConverter
Creates a new instance of the class.
newInstance(Configuration, String[]) - Static method in class org.springframework.boot.logging.log4j2.WhitespaceThrowablePatternConverter
Creates a new instance of the class.
newInstance(Supplier<C>, List<ApplicationContextInitializer<? super C>>, TestPropertyValues, TestPropertyValues, ClassLoader, ApplicationContext, List<AbstractApplicationContextRunner<SELF, C, A>.BeanRegistration<?>>, List<Configurations>) - Method in class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
 
newInstance(Supplier<ConfigurableApplicationContext>, List<ApplicationContextInitializer<? super ConfigurableApplicationContext>>, TestPropertyValues, TestPropertyValues, ClassLoader, ApplicationContext, List<AbstractApplicationContextRunner<ApplicationContextRunner, ConfigurableApplicationContext, AssertableApplicationContext>.BeanRegistration<?>>, List<Configurations>) - Method in class org.springframework.boot.test.context.runner.ApplicationContextRunner
 
newInstance(Supplier<ConfigurableReactiveWebApplicationContext>, List<ApplicationContextInitializer<? super ConfigurableReactiveWebApplicationContext>>, TestPropertyValues, TestPropertyValues, ClassLoader, ApplicationContext, List<AbstractApplicationContextRunner<ReactiveWebApplicationContextRunner, ConfigurableReactiveWebApplicationContext, AssertableReactiveWebApplicationContext>.BeanRegistration<?>>, List<Configurations>) - Method in class org.springframework.boot.test.context.runner.ReactiveWebApplicationContextRunner
 
newInstance(Supplier<ConfigurableWebApplicationContext>, List<ApplicationContextInitializer<? super ConfigurableWebApplicationContext>>, TestPropertyValues, TestPropertyValues, ClassLoader, ApplicationContext, List<AbstractApplicationContextRunner<WebApplicationContextRunner, ConfigurableWebApplicationContext, AssertableWebApplicationContext>.BeanRegistration<?>>, List<Configurations>) - Method in class org.springframework.boot.test.context.runner.WebApplicationContextRunner
 
newRelicConfig() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicMetricsExportAutoConfiguration
 
newRelicMeterRegistry(NewRelicConfig, Clock) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicMetricsExportAutoConfiguration
 
NewRelicMetricsExportAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic
Auto-configuration for exporting metrics to New Relic.
NewRelicMetricsExportAutoConfiguration(NewRelicProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicMetricsExportAutoConfiguration
 
NewRelicProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic
@ConfigurationProperties for configuring New Relic metrics export.
NewRelicProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicProperties
 
NewRelicPropertiesConfigAdapter - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic
Adapter to convert NewRelicProperties to a NewRelicConfig.
NewRelicPropertiesConfigAdapter(NewRelicProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicPropertiesConfigAdapter
 
NoHelpCommandArgumentsException - Exception in org.springframework.boot.cli.command
Exception used to when the help command is called without arguments.
NoHelpCommandArgumentsException() - Constructor for exception org.springframework.boot.cli.command.NoHelpCommandArgumentsException
 
noMatch(String) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
Create a new ConditionOutcome instance for 'no match'.
noMatch(ConditionMessage) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
Create a new ConditionOutcome instance for 'no match'.
NONE - Static variable in interface org.springframework.boot.actuate.endpoint.invoke.ParameterValueMapper
A ParameterValueMapper that does nothing.
NONE - Static variable in interface org.springframework.boot.actuate.endpoint.SecurityContext
Empty security context.
NONE - Static variable in interface org.springframework.boot.context.properties.bind.PlaceholdersResolver
NONE - Static variable in annotation type org.springframework.boot.convert.Delimiter
A delimiter value used to indicate that no delimiter is required and the result should be a single element containing the entire string.
NONE - Static variable in interface org.springframework.boot.devtools.restart.classloader.ClassLoaderFileRepository
Empty ClassLoaderFileRepository implementation.
NONE - Static variable in interface org.springframework.boot.devtools.restart.FailureHandler
FailureHandler that always aborts.
NONE - Static variable in interface org.springframework.boot.devtools.restart.RestartInitializer
RestartInitializer that doesn't return any URLs.
None() - Constructor for class org.springframework.boot.loader.tools.Layouts.None
 
NONE - Static variable in interface org.springframework.boot.loader.tools.Libraries
Represents no libraries.
NONE - Static variable in class org.springframework.boot.logging.LoggingSystem
The value of the LoggingSystem.SYSTEM_PROPERTY that can be used to indicate that no LoggingSystem should be used.
NoneNestedConditions - Class in org.springframework.boot.autoconfigure.condition
Condition that will match when none of the nested class conditions match.
NoneNestedConditions(ConfigurationCondition.ConfigurationPhase) - Constructor for class org.springframework.boot.autoconfigure.condition.NoneNestedConditions
 
NonUniqueCacheException - Exception in org.springframework.boot.actuate.cache
Exception thrown when multiple caches exist with the same name.
NonUniqueCacheException(String, Collection<String>) - Constructor for exception org.springframework.boot.actuate.cache.NonUniqueCacheException
 
NonUniqueSessionRepositoryException - Exception in org.springframework.boot.autoconfigure.session
Exception thrown when multiple SessionRepository implementations are available with no way to know which implementation should be used.
NonUniqueSessionRepositoryException(List<Class<?>>) - Constructor for exception org.springframework.boot.autoconfigure.session.NonUniqueSessionRepositoryException
 
noResult() - Static method in class org.springframework.boot.util.LambdaSafe.InvocationResult
Return an LambdaSafe.InvocationResult instance representing no result.
NoSuchCommandException - Exception in org.springframework.boot.cli.command
Exception used when a command is not found.
NoSuchCommandException(String) - Constructor for exception org.springframework.boot.cli.command.NoSuchCommandException
 
notAvailable(String) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
Indicates something is not available.
NoUnboundElementsBindHandler - Class in org.springframework.boot.context.properties.bind.handler
BindHandler to enforce that all configuration properties under the root name have been bound.
NoUnboundElementsBindHandler(BindHandler) - Constructor for class org.springframework.boot.context.properties.bind.handler.NoUnboundElementsBindHandler
 
NoUnboundElementsBindHandler(BindHandler, Function<ConfigurationPropertySource, Boolean>) - Constructor for class org.springframework.boot.context.properties.bind.handler.NoUnboundElementsBindHandler
 
NullAdditionalPropertyValueException(String) - Constructor for exception org.springframework.boot.loader.tools.BuildPropertiesWriter.NullAdditionalPropertyValueException
 
nullSafeValue(JsonNode, Class<D>) - Method in class org.springframework.boot.jackson.JsonObjectDeserializer
Helper method to extract a value from the given jsonNode or return null when the node itself is null.
numThreads() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PushRegistryPropertiesConfigAdapter
 

O

OAuth2ClientAutoConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.client.servlet
Auto-configuration for OAuth client support.
OAuth2ClientAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.servlet.OAuth2ClientAutoConfiguration
 
OAuth2ClientProperties - Class in org.springframework.boot.autoconfigure.security.oauth2.client
OAuth 2.0 client properties.
OAuth2ClientProperties() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties
 
OAuth2ClientProperties.Provider - Class in org.springframework.boot.autoconfigure.security.oauth2.client
 
OAuth2ClientProperties.Registration - Class in org.springframework.boot.autoconfigure.security.oauth2.client
A single client registration.
OAuth2ClientPropertiesRegistrationAdapter - Class in org.springframework.boot.autoconfigure.security.oauth2.client
Adapter class to convert OAuth2ClientProperties to a ClientRegistration.
OAuth2ResourceServerAutoConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.resource.servlet
Auto-configuration for OAuth2 resource server support.
OAuth2ResourceServerAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.OAuth2ResourceServerAutoConfiguration
 
OAuth2ResourceServerProperties - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
OAuth 2.0 resource server properties.
OAuth2ResourceServerProperties() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties
 
OAuth2ResourceServerProperties.Jwt - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
 
OAuth2ResourceServerProperties.Opaquetoken - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
 
ObjectContent<T> - Class in org.springframework.boot.test.json
Object content usually created from AbstractJsonMarshalTester.
ObjectContent(ResolvableType, T) - Constructor for class org.springframework.boot.test.json.ObjectContent
Create a new ObjectContent instance.
ObjectContentAssert<A> - Class in org.springframework.boot.test.json
AssertJ Assert for ObjectContent.
ObjectContentAssert(A) - Constructor for class org.springframework.boot.test.json.ObjectContentAssert
 
objectNamingStrategy() - Method in class org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration
 
of(String) - Static method in class org.springframework.boot.actuate.endpoint.EndpointId
Factory method to create a new EndpointId of the specified value.
of(Environment, String) - Static method in class org.springframework.boot.actuate.endpoint.EndpointId
Factory method to create a new EndpointId of the specified value.
of(HealthEndpointGroup, Map<String, HealthEndpointGroup>) - Static method in interface org.springframework.boot.actuate.health.HealthEndpointGroups
Factory method to create a HealthEndpointGroups instance.
of(String, C) - Static method in interface org.springframework.boot.actuate.health.NamedContributor
 
of(int) - Static method in enum org.springframework.boot.ansi.AnsiColors.BitDepth
 
of(Class<?>...) - Static method in class org.springframework.boot.autoconfigure.AutoConfigurations
 
of(String, Object...) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
Factory method to create a new ConditionMessage with a specific message.
of(Collection<? extends ConditionMessage>) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
Factory method to create a new ConditionMessage comprised of the specified messages.
of(Class<?>...) - Static method in class org.springframework.boot.context.annotation.UserConfigurations
 
of(Class<T>) - Static method in class org.springframework.boot.context.properties.bind.Bindable
Create a new Bindable of the specified type.
of(ResolvableType) - Static method in class org.springframework.boot.context.properties.bind.Bindable
Create a new Bindable of the specified type.
of(CharSequence) - Static method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
Return a ConfigurationPropertyName for the specified string.
of(Object) - Static method in class org.springframework.boot.origin.OriginTrackedValue
 
of(Object, Origin) - Static method in class org.springframework.boot.origin.OriginTrackedValue
Create an OriginTrackedValue containing the specified value and origin.
of(Class<?>...) - Static method in class org.springframework.boot.test.context.FilteredClassLoader.ClassFilter
 
of(ClassPathResource...) - Static method in class org.springframework.boot.test.context.FilteredClassLoader.ClassPathResourceFilter
 
of(String...) - Static method in class org.springframework.boot.test.context.FilteredClassLoader.PackageFilter
 
of(String...) - Static method in class org.springframework.boot.test.util.TestPropertyValues
Return a new TestPropertyValues with the underlying map populated with the given property pairs.
of(Iterable<String>) - Static method in class org.springframework.boot.test.util.TestPropertyValues
Return a new TestPropertyValues with the underlying map populated with the given property pairs.
of(Stream<String>) - Static method in class org.springframework.boot.test.util.TestPropertyValues
Return a new TestPropertyValues with the underlying map populated with the given property pairs.
of(R) - Static method in class org.springframework.boot.util.LambdaSafe.InvocationResult
Create a new LambdaSafe.InvocationResult instance with the specified value.
ofInstance(T) - Static method in class org.springframework.boot.context.properties.bind.Bindable
Create a new Bindable of the type of the specified instance with an existing value equal to the instance.
OK - Static variable in class org.springframework.boot.cli.command.status.ExitStatus
Generic "OK" exit status with zero exit code and hangup=false.
onApplicationEvent(AuditApplicationEvent) - Method in class org.springframework.boot.actuate.audit.listener.AbstractAuditListener
 
onApplicationEvent(ApplicationStartedEvent) - Method in class org.springframework.boot.actuate.metrics.web.jetty.JettyServerThreadPoolMetricsBinder
 
onApplicationEvent(ApplicationStartedEvent) - Method in class org.springframework.boot.actuate.metrics.web.tomcat.TomcatMetricsBinder
 
onApplicationEvent(AbstractAuthenticationEvent) - Method in class org.springframework.boot.actuate.security.AuthenticationAuditListener
 
onApplicationEvent(AbstractAuthorizationEvent) - Method in class org.springframework.boot.actuate.security.AuthorizationAuditListener
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
 
onApplicationEvent(SpringApplicationEvent) - Method in class org.springframework.boot.autoconfigure.BackgroundPreinitializer
 
onApplicationEvent(JobExecutionEvent) - Method in class org.springframework.boot.autoconfigure.batch.JobExecutionExitCodeGenerator
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener
 
onApplicationEvent(ContextClosedEvent) - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener.ContextCloserListener
 
onApplicationEvent(ParentContextApplicationContextInitializer.ParentContextAvailableEvent) - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener
 
onApplicationEvent(ApplicationPreparedEvent) - Method in class org.springframework.boot.cloud.CloudFoundryVcapEnvironmentPostProcessor
 
onApplicationEvent(SpringApplicationEvent) - Method in class org.springframework.boot.context.ApplicationPidFileWriter
 
onApplicationEvent(ApplicationEnvironmentPreparedEvent) - Method in class org.springframework.boot.context.config.AnsiOutputApplicationListener
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.boot.context.config.DelegatingApplicationListener
 
onApplicationEvent(ApplicationEnvironmentPreparedEvent) - Method in class org.springframework.boot.context.FileEncodingApplicationListener
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.boot.context.logging.ClasspathLoggingApplicationListener
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
 
onApplicationEvent(ClassPathChangedEvent) - Method in class org.springframework.boot.devtools.remote.client.ClassPathChangeUploader
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.boot.devtools.restart.RestartApplicationListener
 
onApplicationEvent(ApplicationStartingEvent) - Method in class org.springframework.boot.liquibase.LiquibaseServiceLocatorApplicationListener
 
onApplicationEvent(WebServerInitializedEvent) - Method in class org.springframework.boot.web.context.ServerPortInfoApplicationContextInitializer
 
onApplicationEvent(WebServerInitializedEvent) - Method in class org.springframework.boot.web.context.WebServerPortFileWriter
 
onAuditEvent(AuditEvent) - Method in class org.springframework.boot.actuate.audit.listener.AbstractAuditListener
 
onAuditEvent(AuditEvent) - Method in class org.springframework.boot.actuate.audit.listener.AuditListener
 
onAutoConfigurationImportEvent(AutoConfigurationImportEvent) - Method in interface org.springframework.boot.autoconfigure.AutoConfigurationImportListener
Handle an auto-configuration import event.
onChange(Set<ChangedFiles>) - Method in interface org.springframework.boot.devtools.filewatch.FileChangeListener
Called when files have been changed.
onClose(SocketChannel) - Method in interface org.springframework.boot.devtools.tunnel.client.TunnelClientListener
Called when a socket channel is closed.
onClose() - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
 
onClose() - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
 
onCreate(ConfigurationPropertyName, Bindable<?>, BindContext, Object) - Method in interface org.springframework.boot.context.properties.bind.BindHandler
Called when binding of an element ends with an unbound result and a newly created instance is about to be returned.
OnEnabledDevToolsCondition - Class in org.springframework.boot.devtools.autoconfigure
A condition that checks if DevTools should be enabled.
OnEnabledDevToolsCondition() - Constructor for class org.springframework.boot.devtools.autoconfigure.OnEnabledDevToolsCondition
 
OnEndpointElementCondition - Class in org.springframework.boot.actuate.autoconfigure
Base endpoint element condition.
OnEndpointElementCondition(String, Class<? extends Annotation>) - Constructor for class org.springframework.boot.actuate.autoconfigure.OnEndpointElementCondition
 
onFailure(ConfigurationPropertyName, Bindable<?>, BindContext, Exception) - Method in class org.springframework.boot.context.properties.bind.AbstractBindHandler
 
onFailure(ConfigurationPropertyName, Bindable<?>, BindContext, Exception) - Method in interface org.springframework.boot.context.properties.bind.BindHandler
onFailure(ConfigurationPropertyName, Bindable<?>, BindContext, Exception) - Method in class org.springframework.boot.context.properties.bind.handler.IgnoreErrorsBindHandler
 
onFailure(ConfigurationPropertyName, Bindable<?>, BindContext, Exception) - Method in class org.springframework.boot.context.properties.bind.handler.IgnoreTopLevelConverterNotFoundBindHandler
 
onFailure(ConfigurationPropertyName, Bindable<?>, BindContext, Exception) - Method in class org.springframework.boot.context.properties.bind.validation.ValidationBindHandler
 
onFinish(ConfigurationPropertyName, Bindable<?>, BindContext, Object) - Method in class org.springframework.boot.context.properties.bind.AbstractBindHandler
 
onFinish(ConfigurationPropertyName, Bindable<?>, BindContext, Object) - Method in interface org.springframework.boot.context.properties.bind.BindHandler
Called when binding finishes with either bound or unbound result.
onFinish(ConfigurationPropertyName, Bindable<?>, BindContext, Object) - Method in class org.springframework.boot.context.properties.bind.handler.NoUnboundElementsBindHandler
 
onFinish(ConfigurationPropertyName, Bindable<?>, BindContext, Object) - Method in class org.springframework.boot.context.properties.bind.validation.ValidationBindHandler
 
OnlyOnceLoggingDenyMeterFilter - Class in org.springframework.boot.actuate.autoconfigure.metrics
MeterFilter to log only once a warning message and deny a Meter.Id.
OnlyOnceLoggingDenyMeterFilter(Supplier<String>) - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.OnlyOnceLoggingDenyMeterFilter
 
onOpen(SocketChannel) - Method in interface org.springframework.boot.devtools.tunnel.client.TunnelClientListener
Called when a socket channel is opened.
OnPropertyListCondition - Class in org.springframework.boot.autoconfigure.condition
Condition that checks if a property whose value is a list is defined in the environment.
OnPropertyListCondition(String, Supplier<ConditionMessage.Builder>) - Constructor for class org.springframework.boot.autoconfigure.condition.OnPropertyListCondition
Create a new instance with the property to check and the message builder to use.
onRefresh() - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
 
onRefresh() - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
 
onStart(ConfigurationPropertyName, Bindable<T>, BindContext) - Method in class org.springframework.boot.context.properties.bind.AbstractBindHandler
 
onStart(ConfigurationPropertyName, Bindable<T>, BindContext) - Method in interface org.springframework.boot.context.properties.bind.BindHandler
Called when binding of an element starts but before any result has been determined.
onStart(ConfigurationPropertyName, Bindable<T>, BindContext) - Method in class org.springframework.boot.context.properties.bind.handler.NoUnboundElementsBindHandler
 
onStart(ConfigurationPropertyName, Bindable<T>, BindContext) - Method in class org.springframework.boot.context.properties.bind.validation.ValidationBindHandler
 
onStartup(ServletContext) - Method in class org.springframework.boot.actuate.endpoint.web.ServletEndpointRegistrar
 
onStartup(ServletContext) - Method in class org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration.JerseyWebApplicationInitializer
 
onStartup(ServletContext) - Method in class org.springframework.boot.cli.app.SpringApplicationWebApplicationInitializer
 
onStartup(ServletContext) - Method in class org.springframework.boot.web.servlet.RegistrationBean
 
onStartup(ServletContext) - Method in interface org.springframework.boot.web.servlet.ServletContextInitializer
Configure the given ServletContext with any servlets, filters, listeners context-params and attributes necessary for initialization.
onStartup(ServletContext) - Method in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
 
onSuccess(ConfigurationPropertyName, Bindable<?>, BindContext, Object) - Method in class org.springframework.boot.context.properties.bind.AbstractBindHandler
 
onSuccess(ConfigurationPropertyName, Bindable<?>, BindContext, Object) - Method in interface org.springframework.boot.context.properties.bind.BindHandler
Called when binding of an element ends with a successful result.
onSuccess(ConfigurationPropertyName, Bindable<?>, BindContext, Object) - Method in class org.springframework.boot.context.properties.bind.handler.NoUnboundElementsBindHandler
 
onSuccess(ConfigurationPropertyName, Bindable<?>, BindContext, Object) - Method in class org.springframework.boot.context.properties.bind.validation.ValidationBindHandler
 
Opaquetoken() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Opaquetoken
 
open(WritableByteChannel, Closeable) - Method in class org.springframework.boot.devtools.tunnel.client.HttpTunnelConnection
 
open(WritableByteChannel, Closeable) - Method in interface org.springframework.boot.devtools.tunnel.client.TunnelConnection
Open the tunnel connection.
open(int) - Method in class org.springframework.boot.devtools.tunnel.server.SocketTargetServerConnection
 
open(int) - Method in interface org.springframework.boot.devtools.tunnel.server.TargetServerConnection
Open a connection to the target server with the specified timeout.
openConnection(URL) - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFileURLStreamHandler
 
openConnection(URL) - Method in class org.springframework.boot.loader.jar.Handler
 
openEntityManagerInViewInterceptor() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration.JpaWebConfiguration
 
openEntityManagerInViewInterceptorConfigurer(OpenEntityManagerInViewInterceptor) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration.JpaWebConfiguration
 
Operation - Interface in org.springframework.boot.actuate.endpoint
An operation on an endpoint.
OperationInvoker - Interface in org.springframework.boot.actuate.endpoint.invoke
Interface to perform an operation invocation.
OperationInvokerAdvisor - Interface in org.springframework.boot.actuate.endpoint.invoke
Allows additional functionality to be applied to an OperationInvoker.
OperationKey(Object, Supplier<String>) - Constructor for class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.OperationKey
Create a new EndpointDiscoverer.OperationKey instance.
OperationMethod - Class in org.springframework.boot.actuate.endpoint.invoke.reflect
Information describing an operation method on an endpoint method.
OperationMethod(Method, OperationType) - Constructor for class org.springframework.boot.actuate.endpoint.invoke.reflect.OperationMethod
Create a new OperationMethod instance.
OperationParameter - Interface in org.springframework.boot.actuate.endpoint.invoke
A single operation parameter.
OperationParameters - Interface in org.springframework.boot.actuate.endpoint.invoke
A collection of operation parameters.
OperationType - Enum in org.springframework.boot.actuate.endpoint
An enumeration of the different types of operation supported by an endpoint.
option(String, String) - Method in class org.springframework.boot.cli.command.options.OptionHandler
 
option(List<String>, String) - Method in class org.springframework.boot.cli.command.options.OptionHandler
 
OptionalLiveReloadServer - Class in org.springframework.boot.devtools.autoconfigure
Manages an optional LiveReloadServer.
OptionalLiveReloadServer(LiveReloadServer) - Constructor for class org.springframework.boot.devtools.autoconfigure.OptionalLiveReloadServer
Create a new OptionalLiveReloadServer instance.
OptionHandler - Class in org.springframework.boot.cli.command.options
Delegate used by OptionParsingCommand to parse options and run the command.
OptionHandler() - Constructor for class org.springframework.boot.cli.command.options.OptionHandler
 
OptionHelp - Interface in org.springframework.boot.cli.command.options
Help for a specific option.
OptionParsingCommand - Class in org.springframework.boot.cli.command
Base class for a Command that parse options using an OptionHandler.
OptionParsingCommand(String, String, OptionHandler) - Constructor for class org.springframework.boot.cli.command.OptionParsingCommand
 
Options() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Options
 
options() - Method in class org.springframework.boot.cli.command.options.CompilerOptionHandler
 
options() - Method in class org.springframework.boot.cli.command.options.OptionHandler
 
OptionSetGroovyCompilerConfiguration - Class in org.springframework.boot.cli.command.options
Simple adapter class to present an OptionSet as a GroovyCompilerConfiguration.
OptionSetGroovyCompilerConfiguration(OptionSet, CompilerOptionHandler) - Constructor for class org.springframework.boot.cli.command.options.OptionSetGroovyCompilerConfiguration
 
OptionSetGroovyCompilerConfiguration(OptionSet, CompilerOptionHandler, List<RepositoryConfiguration>) - Constructor for class org.springframework.boot.cli.command.options.OptionSetGroovyCompilerConfiguration
 
optionsForAllow(String, Object...) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Return the value of the Allow header for the given URI.
optionsForAllow(String, Map<String, ?>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Return the value of the Allow header for the given URI.
optionsForAllow(URI) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Return the value of the Allow header for the given URL.
ORDER - Static variable in class org.springframework.boot.autoconfigure.cloud.CloudServiceConnectorsAutoConfiguration
 
ORDER - Static variable in class org.springframework.boot.cli.compiler.DependencyAutoConfigurationTransformation
The order of the transformation.
ORDER - Static variable in class org.springframework.boot.cli.compiler.DependencyManagementBomTransformation
The order of the transformation.
ORDER - Static variable in class org.springframework.boot.cli.compiler.GroovyBeansTransformation
The order of the transformation.
ORDER - Static variable in class org.springframework.boot.cli.compiler.ResolveDependencyCoordinatesTransformation
The order of the transformation.
OrderedCharacterEncodingFilter - Class in org.springframework.boot.web.servlet.filter
CharacterEncodingFilter that also implements Ordered.
OrderedCharacterEncodingFilter() - Constructor for class org.springframework.boot.web.servlet.filter.OrderedCharacterEncodingFilter
 
OrderedFilter - Interface in org.springframework.boot.web.servlet.filter
OrderedFormContentFilter - Class in org.springframework.boot.web.servlet.filter
FormContentFilter that also implements Ordered.
OrderedFormContentFilter() - Constructor for class org.springframework.boot.web.servlet.filter.OrderedFormContentFilter
 
OrderedHealthAggregator - Class in org.springframework.boot.actuate.health
Deprecated.
since 2.2.0 in favor of SimpleStatusAggregator
OrderedHealthAggregator() - Constructor for class org.springframework.boot.actuate.health.OrderedHealthAggregator
Deprecated.
Create a new OrderedHealthAggregator instance.
OrderedHiddenHttpMethodFilter - Class in org.springframework.boot.web.reactive.filter
HiddenHttpMethodFilter that also implements Ordered.
OrderedHiddenHttpMethodFilter() - Constructor for class org.springframework.boot.web.reactive.filter.OrderedHiddenHttpMethodFilter
 
OrderedHiddenHttpMethodFilter - Class in org.springframework.boot.web.servlet.filter
HiddenHttpMethodFilter that also implements Ordered.
OrderedHiddenHttpMethodFilter() - Constructor for class org.springframework.boot.web.servlet.filter.OrderedHiddenHttpMethodFilter
 
OrderedRequestContextFilter - Class in org.springframework.boot.web.servlet.filter
RequestContextFilter that also implements Ordered.
OrderedRequestContextFilter() - Constructor for class org.springframework.boot.web.servlet.filter.OrderedRequestContextFilter
 
OrderedWebFilter - Interface in org.springframework.boot.web.reactive.filter
orElse(T) - Method in class org.springframework.boot.context.properties.bind.BindResult
Return the object that was bound, or other if no value has been bound.
orElseCreate(Class<? extends T>) - Method in class org.springframework.boot.context.properties.bind.BindResult
orElseGet(Supplier<? extends T>) - Method in class org.springframework.boot.context.properties.bind.BindResult
Return the object that was bound, or the result of invoking other if no value has been bound.
orElseThrow(Supplier<? extends X>) - Method in class org.springframework.boot.context.properties.bind.BindResult
Return the object that was bound, or throw an exception to be created by the provided supplier if no value has been bound.
org.springframework.boot - package org.springframework.boot
Core Spring Boot classes.
org.springframework.boot.actuate.amqp - package org.springframework.boot.actuate.amqp
Actuator support for AMQP and RabbitMQ.
org.springframework.boot.actuate.audit - package org.springframework.boot.actuate.audit
Core actuator auditing classes.
org.springframework.boot.actuate.audit.listener - package org.springframework.boot.actuate.audit.listener
Actuator auditing listeners.
org.springframework.boot.actuate.autoconfigure - package org.springframework.boot.actuate.autoconfigure
Classes for general actuator auto-configuration concerns.
org.springframework.boot.actuate.autoconfigure.amqp - package org.springframework.boot.actuate.autoconfigure.amqp
Auto-configuration for actuator AMQP concerns.
org.springframework.boot.actuate.autoconfigure.audit - package org.springframework.boot.actuate.autoconfigure.audit
Auto-configuration for actuator audit concerns.
org.springframework.boot.actuate.autoconfigure.beans - package org.springframework.boot.actuate.autoconfigure.beans
Auto-configuration for actuator Spring Bean concerns.
org.springframework.boot.actuate.autoconfigure.cache - package org.springframework.boot.actuate.autoconfigure.cache
Auto-configuration for actuator cache concerns.
org.springframework.boot.actuate.autoconfigure.cassandra - package org.springframework.boot.actuate.autoconfigure.cassandra
Auto-configuration for actuator Cassandra concerns.
org.springframework.boot.actuate.autoconfigure.cloudfoundry - package org.springframework.boot.actuate.autoconfigure.cloudfoundry
Auto-configuration for actuator Cloud Foundry concerns.
org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive - package org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive
Auto-configuration for actuator Cloud Foundry concerns using WebFlux.
org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet - package org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet
Auto-configuration for actuator Cloud Foundry concerns using Spring MVC.
org.springframework.boot.actuate.autoconfigure.condition - package org.springframework.boot.actuate.autoconfigure.condition
Auto-configuration for actuator condition concerns.
org.springframework.boot.actuate.autoconfigure.context - package org.springframework.boot.actuate.autoconfigure.context
Auto-configuration for actuator Spring Context concerns.
org.springframework.boot.actuate.autoconfigure.context.properties - package org.springframework.boot.actuate.autoconfigure.context.properties
Auto-configuration for actuator property concerns.
org.springframework.boot.actuate.autoconfigure.couchbase - package org.springframework.boot.actuate.autoconfigure.couchbase
Auto-configuration for actuator Couchbase concerns.
org.springframework.boot.actuate.autoconfigure.elasticsearch - package org.springframework.boot.actuate.autoconfigure.elasticsearch
Auto-configuration for actuator Elasticsearch concerns.
org.springframework.boot.actuate.autoconfigure.endpoint - package org.springframework.boot.actuate.autoconfigure.endpoint
Core classes for actuator endpoint auto-configuration.
org.springframework.boot.actuate.autoconfigure.endpoint.condition - package org.springframework.boot.actuate.autoconfigure.endpoint.condition
Actuator endpoint auto-configuration conditions.
org.springframework.boot.actuate.autoconfigure.endpoint.expose - package org.springframework.boot.actuate.autoconfigure.endpoint.expose
Endpoint exposure logic used for auto-configuration and conditions.
org.springframework.boot.actuate.autoconfigure.endpoint.jmx - package org.springframework.boot.actuate.autoconfigure.endpoint.jmx
Actuator JMX endpoint auto-configuration.
org.springframework.boot.actuate.autoconfigure.endpoint.web - package org.springframework.boot.actuate.autoconfigure.endpoint.web
Auto-configuration for the Actuator's web endpoints.
org.springframework.boot.actuate.autoconfigure.endpoint.web.reactive - package org.springframework.boot.actuate.autoconfigure.endpoint.web.reactive
Auto-configuration for exposing actuator web endpoints using WebFlux.
org.springframework.boot.actuate.autoconfigure.endpoint.web.servlet - package org.springframework.boot.actuate.autoconfigure.endpoint.web.servlet
Auto-configuration for exposing actuator web endpoints using Spring MVC.
org.springframework.boot.actuate.autoconfigure.env - package org.springframework.boot.actuate.autoconfigure.env
Auto-configuration for actuator Spring Environment concerns.
org.springframework.boot.actuate.autoconfigure.flyway - package org.springframework.boot.actuate.autoconfigure.flyway
Auto-configuration for actuator Flyway concerns.
org.springframework.boot.actuate.autoconfigure.hazelcast - package org.springframework.boot.actuate.autoconfigure.hazelcast
Auto-configuration for actuator Hazelcast concerns.
org.springframework.boot.actuate.autoconfigure.health - package org.springframework.boot.actuate.autoconfigure.health
Auto-configuration for actuator health concerns.
org.springframework.boot.actuate.autoconfigure.influx - package org.springframework.boot.actuate.autoconfigure.influx
Auto-configuration for actuator InfluxDB concerns.
org.springframework.boot.actuate.autoconfigure.info - package org.springframework.boot.actuate.autoconfigure.info
Auto-configuration for actuator info concerns.
org.springframework.boot.actuate.autoconfigure.integration - package org.springframework.boot.actuate.autoconfigure.integration
Auto-configuration for actuator Spring Integration concerns.
org.springframework.boot.actuate.autoconfigure.jdbc - package org.springframework.boot.actuate.autoconfigure.jdbc
Auto-configuration for actuator JDBC concerns.
org.springframework.boot.actuate.autoconfigure.jms - package org.springframework.boot.actuate.autoconfigure.jms
Auto-configuration for actuator JMS concerns.
org.springframework.boot.actuate.autoconfigure.jolokia - package org.springframework.boot.actuate.autoconfigure.jolokia
Auto-configuration for actuator Jolokia support.
org.springframework.boot.actuate.autoconfigure.ldap - package org.springframework.boot.actuate.autoconfigure.ldap
Auto-configuration for actuator LDAP concerns.
org.springframework.boot.actuate.autoconfigure.liquibase - package org.springframework.boot.actuate.autoconfigure.liquibase
Auto-configuration for actuator Liquibase concerns.
org.springframework.boot.actuate.autoconfigure.logging - package org.springframework.boot.actuate.autoconfigure.logging
Auto-configuration for actuator logging concerns.
org.springframework.boot.actuate.autoconfigure.mail - package org.springframework.boot.actuate.autoconfigure.mail
Auto-configuration for actuator JavaMail concerns.
org.springframework.boot.actuate.autoconfigure.management - package org.springframework.boot.actuate.autoconfigure.management
Auto-configuration for actuator management concerns.
org.springframework.boot.actuate.autoconfigure.metrics - package org.springframework.boot.actuate.autoconfigure.metrics
Auto-configuration for actuator metrics and Micrometer.
org.springframework.boot.actuate.autoconfigure.metrics.amqp - package org.springframework.boot.actuate.autoconfigure.metrics.amqp
Auto-configuration for RabbitMQ metrics.
org.springframework.boot.actuate.autoconfigure.metrics.cache - package org.springframework.boot.actuate.autoconfigure.metrics.cache
Auto-configuration for cache metrics.
org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics - package org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics
Support for exporting actuator metrics to AppOptics.
org.springframework.boot.actuate.autoconfigure.metrics.export.atlas - package org.springframework.boot.actuate.autoconfigure.metrics.export.atlas
Support for exporting actuator metrics to Atlas.
org.springframework.boot.actuate.autoconfigure.metrics.export.datadog - package org.springframework.boot.actuate.autoconfigure.metrics.export.datadog
Support for exporting actuator metrics to Datadog.
org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace - package org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace
Support for exporting actuator metrics to Dynatrace.
org.springframework.boot.actuate.autoconfigure.metrics.export.elastic - package org.springframework.boot.actuate.autoconfigure.metrics.export.elastic
Support for exporting actuator metrics to Elastic.
org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia - package org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia
Support for exporting actuator metrics to Ganglia.
org.springframework.boot.actuate.autoconfigure.metrics.export.graphite - package org.springframework.boot.actuate.autoconfigure.metrics.export.graphite
Support for exporting actuator metrics to Graphite.
org.springframework.boot.actuate.autoconfigure.metrics.export.humio - package org.springframework.boot.actuate.autoconfigure.metrics.export.humio
Support for exporting actuator metrics to Humio.
org.springframework.boot.actuate.autoconfigure.metrics.export.influx - package org.springframework.boot.actuate.autoconfigure.metrics.export.influx
Support for exporting actuator metrics to InfluxDB.
org.springframework.boot.actuate.autoconfigure.metrics.export.jmx - package org.springframework.boot.actuate.autoconfigure.metrics.export.jmx
Support for exporting actuator metrics to JMX.
org.springframework.boot.actuate.autoconfigure.metrics.export.kairos - package org.springframework.boot.actuate.autoconfigure.metrics.export.kairos
Support for exporting actuator metrics to KairosDB.
org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic - package org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic
Support for exporting actuator metrics to New Relic.
org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus - package org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus
Support for exporting actuator metrics to Prometheus.
org.springframework.boot.actuate.autoconfigure.metrics.export.properties - package org.springframework.boot.actuate.autoconfigure.metrics.export.properties
Base properties and adapters used when exporting actuator metrics.
org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx - package org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx
Support for exporting actuator metrics to SignalFX.
org.springframework.boot.actuate.autoconfigure.metrics.export.simple - package org.springframework.boot.actuate.autoconfigure.metrics.export.simple
Support for exporting actuator metrics to a simple in-memory store.
org.springframework.boot.actuate.autoconfigure.metrics.export.statsd - package org.springframework.boot.actuate.autoconfigure.metrics.export.statsd
Support for exporting actuator metrics to StatsD.
org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront - package org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront
Support for exporting actuator metrics to Wavefront.
org.springframework.boot.actuate.autoconfigure.metrics.jdbc - package org.springframework.boot.actuate.autoconfigure.metrics.jdbc
Auto-configuration for JPA metrics.
org.springframework.boot.actuate.autoconfigure.metrics.jersey - package org.springframework.boot.actuate.autoconfigure.metrics.jersey
Auto-configuration for Jersey actuator metrics.
org.springframework.boot.actuate.autoconfigure.metrics.orm.jpa - package org.springframework.boot.actuate.autoconfigure.metrics.orm.jpa
Auto-configuration for JPA metrics.
org.springframework.boot.actuate.autoconfigure.metrics.web.client - package org.springframework.boot.actuate.autoconfigure.metrics.web.client
Auto-configuration for web client actuator metrics.
org.springframework.boot.actuate.autoconfigure.metrics.web.jetty - package org.springframework.boot.actuate.autoconfigure.metrics.web.jetty
Auto-configuration for Jetty actuator metrics.
org.springframework.boot.actuate.autoconfigure.metrics.web.reactive - package org.springframework.boot.actuate.autoconfigure.metrics.web.reactive
Auto-configuration for WebFlux actuator metrics.
org.springframework.boot.actuate.autoconfigure.metrics.web.servlet - package org.springframework.boot.actuate.autoconfigure.metrics.web.servlet
Auto-configuration for Spring MVC actuator metrics.
org.springframework.boot.actuate.autoconfigure.metrics.web.tomcat - package org.springframework.boot.actuate.autoconfigure.metrics.web.tomcat
Auto-configuration for Tomcat actuator metrics.
org.springframework.boot.actuate.autoconfigure.mongo - package org.springframework.boot.actuate.autoconfigure.mongo
Auto-configuration for actuator MongoDB concerns.
org.springframework.boot.actuate.autoconfigure.neo4j - package org.springframework.boot.actuate.autoconfigure.neo4j
Auto-configuration for actuator Neo4J concerns.
org.springframework.boot.actuate.autoconfigure.redis - package org.springframework.boot.actuate.autoconfigure.redis
Auto-configuration for actuator Redis concerns.
org.springframework.boot.actuate.autoconfigure.scheduling - package org.springframework.boot.actuate.autoconfigure.scheduling
Auto-configuration for actuator scheduling concerns.
org.springframework.boot.actuate.autoconfigure.security.reactive - package org.springframework.boot.actuate.autoconfigure.security.reactive
Auto-configuration for actuator security using WebFlux.
org.springframework.boot.actuate.autoconfigure.security.servlet - package org.springframework.boot.actuate.autoconfigure.security.servlet
Auto-configuration for actuator security using Spring MVC.
org.springframework.boot.actuate.autoconfigure.session - package org.springframework.boot.actuate.autoconfigure.session
Auto-configuration for actuator Spring Sessions concerns.
org.springframework.boot.actuate.autoconfigure.solr - package org.springframework.boot.actuate.autoconfigure.solr
Auto-configuration for actuator Solr concerns.
org.springframework.boot.actuate.autoconfigure.system - package org.springframework.boot.actuate.autoconfigure.system
Auto-configuration for actuator system concerns.
org.springframework.boot.actuate.autoconfigure.trace.http - package org.springframework.boot.actuate.autoconfigure.trace.http
Auto-configuration for actuator HTTP tracing concerns.
org.springframework.boot.actuate.autoconfigure.web - package org.springframework.boot.actuate.autoconfigure.web
Core classes for auto-configuration of actuator web concerns.
org.springframework.boot.actuate.autoconfigure.web.jersey - package org.springframework.boot.actuate.autoconfigure.web.jersey
Configuration for a Jersey-based management context.
org.springframework.boot.actuate.autoconfigure.web.mappings - package org.springframework.boot.actuate.autoconfigure.web.mappings
Classes for auto-configuration of actuator web request mapping concerns.
org.springframework.boot.actuate.autoconfigure.web.reactive - package org.springframework.boot.actuate.autoconfigure.web.reactive
Configuration for a WebFlux-based management context.
org.springframework.boot.actuate.autoconfigure.web.server - package org.springframework.boot.actuate.autoconfigure.web.server
Actuator web server support.
org.springframework.boot.actuate.autoconfigure.web.servlet - package org.springframework.boot.actuate.autoconfigure.web.servlet
Actuator Spring MVC support.
org.springframework.boot.actuate.beans - package org.springframework.boot.actuate.beans
Actuator support relating to Spring Beans.
org.springframework.boot.actuate.cache - package org.springframework.boot.actuate.cache
Actuator support for caches.
org.springframework.boot.actuate.cassandra - package org.springframework.boot.actuate.cassandra
Actuator support for Cassandra.
org.springframework.boot.actuate.context - package org.springframework.boot.actuate.context
Actuator support relating to Spring Context.
org.springframework.boot.actuate.context.properties - package org.springframework.boot.actuate.context.properties
Actuator support relating to external configuration properties.
org.springframework.boot.actuate.couchbase - package org.springframework.boot.actuate.couchbase
Actuator support for Couchbase.
org.springframework.boot.actuate.elasticsearch - package org.springframework.boot.actuate.elasticsearch
Actuator support for Elasticsearch.
org.springframework.boot.actuate.endpoint - package org.springframework.boot.actuate.endpoint
Endpoint support.
org.springframework.boot.actuate.endpoint.annotation - package org.springframework.boot.actuate.endpoint.annotation
Annotation support for actuator endpoints.
org.springframework.boot.actuate.endpoint.http - package org.springframework.boot.actuate.endpoint.http
Actuator endpoint HTTP concerns (not tied to any specific implementation).
org.springframework.boot.actuate.endpoint.invoke - package org.springframework.boot.actuate.endpoint.invoke
Interfaces and classes relating to invoking operation methods.
org.springframework.boot.actuate.endpoint.invoke.convert - package org.springframework.boot.actuate.endpoint.invoke.convert
Converter support for actuator endpoints.
org.springframework.boot.actuate.endpoint.invoke.reflect - package org.springframework.boot.actuate.endpoint.invoke.reflect
Endpoint reflection support.
org.springframework.boot.actuate.endpoint.invoker.cache - package org.springframework.boot.actuate.endpoint.invoker.cache
Caching support for actuator endpoints.
org.springframework.boot.actuate.endpoint.jmx - package org.springframework.boot.actuate.endpoint.jmx
JMX support for actuator endpoints.
org.springframework.boot.actuate.endpoint.jmx.annotation - package org.springframework.boot.actuate.endpoint.jmx.annotation
Annotation support for actuator JMX endpoints.
org.springframework.boot.actuate.endpoint.web - package org.springframework.boot.actuate.endpoint.web
Web support for actuator endpoints.
org.springframework.boot.actuate.endpoint.web.annotation - package org.springframework.boot.actuate.endpoint.web.annotation
Annotation support for actuator web endpoints.
org.springframework.boot.actuate.endpoint.web.jersey - package org.springframework.boot.actuate.endpoint.web.jersey
Jersey support for actuator endpoints.
org.springframework.boot.actuate.endpoint.web.reactive - package org.springframework.boot.actuate.endpoint.web.reactive
Spring WebFlux support for actuator endpoints.
org.springframework.boot.actuate.endpoint.web.servlet - package org.springframework.boot.actuate.endpoint.web.servlet
Spring MVC support for actuator endpoints.
org.springframework.boot.actuate.env - package org.springframework.boot.actuate.env
Actuator support for Spring Framework's Environment.
org.springframework.boot.actuate.flyway - package org.springframework.boot.actuate.flyway
Actuator support for Flyway.
org.springframework.boot.actuate.hazelcast - package org.springframework.boot.actuate.hazelcast
Actuator support for Hazelcast.
org.springframework.boot.actuate.health - package org.springframework.boot.actuate.health
Actuator health indicator and endpoints.
org.springframework.boot.actuate.influx - package org.springframework.boot.actuate.influx
Actuator support for InfluxDB.
org.springframework.boot.actuate.info - package org.springframework.boot.actuate.info
Classes for application info.
org.springframework.boot.actuate.integration - package org.springframework.boot.actuate.integration
Actuator support for Spring Integration.
org.springframework.boot.actuate.jdbc - package org.springframework.boot.actuate.jdbc
Actuator support for JDBC.
org.springframework.boot.actuate.jms - package org.springframework.boot.actuate.jms
Actuator support for JMS.
org.springframework.boot.actuate.ldap - package org.springframework.boot.actuate.ldap
Actuator support for LDAP.
org.springframework.boot.actuate.liquibase - package org.springframework.boot.actuate.liquibase
Actuator support for Liquibase.
org.springframework.boot.actuate.logging - package org.springframework.boot.actuate.logging
Actuator support for logging.
org.springframework.boot.actuate.mail - package org.springframework.boot.actuate.mail
Actuator support for JavaMail.
org.springframework.boot.actuate.management - package org.springframework.boot.actuate.management
Actuator support for JVM management.
org.springframework.boot.actuate.metrics - package org.springframework.boot.actuate.metrics
Core actuator support for metrics.
org.springframework.boot.actuate.metrics.amqp - package org.springframework.boot.actuate.metrics.amqp
Actuator support for RabbitMQ Java Client metrics.
org.springframework.boot.actuate.metrics.cache - package org.springframework.boot.actuate.metrics.cache
Actuator support for cache metrics.
org.springframework.boot.actuate.metrics.export.prometheus - package org.springframework.boot.actuate.metrics.export.prometheus
Actuator support for exporting metrics to Prometheus.
org.springframework.boot.actuate.metrics.http - package org.springframework.boot.actuate.metrics.http
Support classes HTTP-related metrics.
org.springframework.boot.actuate.metrics.jdbc - package org.springframework.boot.actuate.metrics.jdbc
Actuator support for JDBC metrics.
org.springframework.boot.actuate.metrics.web.client - package org.springframework.boot.actuate.metrics.web.client
Actuator support for web client metrics.
org.springframework.boot.actuate.metrics.web.jetty - package org.springframework.boot.actuate.metrics.web.jetty
Actuator support for Jetty metrics.
org.springframework.boot.actuate.metrics.web.reactive.client - package org.springframework.boot.actuate.metrics.web.reactive.client
Actuator support for WebClient metrics.
org.springframework.boot.actuate.metrics.web.reactive.server - package org.springframework.boot.actuate.metrics.web.reactive.server
Actuator support for WebFlux metrics.
org.springframework.boot.actuate.metrics.web.servlet - package org.springframework.boot.actuate.metrics.web.servlet
Actuator support for Spring MVC metrics.
org.springframework.boot.actuate.metrics.web.tomcat - package org.springframework.boot.actuate.metrics.web.tomcat
Actuator support for Tomcat metrics.
org.springframework.boot.actuate.mongo - package org.springframework.boot.actuate.mongo
Actuator support for Mongo.
org.springframework.boot.actuate.neo4j - package org.springframework.boot.actuate.neo4j
Actuator support for Neo4j.
org.springframework.boot.actuate.redis - package org.springframework.boot.actuate.redis
Actuator support for Redis.
org.springframework.boot.actuate.scheduling - package org.springframework.boot.actuate.scheduling
Actuator scheduling support.
org.springframework.boot.actuate.security - package org.springframework.boot.actuate.security
Actuator support for security.
org.springframework.boot.actuate.session - package org.springframework.boot.actuate.session
Actuator support for Spring Session.
org.springframework.boot.actuate.solr - package org.springframework.boot.actuate.solr
Actuator support for Solr.
org.springframework.boot.actuate.system - package org.springframework.boot.actuate.system
Actuator support for system-related concerns.
org.springframework.boot.actuate.trace.http - package org.springframework.boot.actuate.trace.http
Actuator HTTP tracing support.
org.springframework.boot.actuate.web.mappings - package org.springframework.boot.actuate.web.mappings
Actuator web request mappings support.
org.springframework.boot.actuate.web.mappings.reactive - package org.springframework.boot.actuate.web.mappings.reactive
Actuator reactive request mappings support.
org.springframework.boot.actuate.web.mappings.servlet - package org.springframework.boot.actuate.web.mappings.servlet
Actuator servlet request mappings support.
org.springframework.boot.actuate.web.trace.reactive - package org.springframework.boot.actuate.web.trace.reactive
Actuator reactive HTTP tracing support.
org.springframework.boot.actuate.web.trace.servlet - package org.springframework.boot.actuate.web.trace.servlet
Actuator servlet HTTP tracing support.
org.springframework.boot.admin - package org.springframework.boot.admin
Administration support for Spring Boot applications.
org.springframework.boot.ansi - package org.springframework.boot.ansi
Support classes to provide ANSI color output.
org.springframework.boot.autoconfigure - package org.springframework.boot.autoconfigure
Spring Boot's auto-configuration capabilities.
org.springframework.boot.autoconfigure.admin - package org.springframework.boot.autoconfigure.admin
Auto-configuration for admin-related features.
org.springframework.boot.autoconfigure.amqp - package org.springframework.boot.autoconfigure.amqp
Auto-configuration for RabbitMQ.
org.springframework.boot.autoconfigure.aop - package org.springframework.boot.autoconfigure.aop
Auto-configuration for Spring AOP.
org.springframework.boot.autoconfigure.batch - package org.springframework.boot.autoconfigure.batch
Auto-configuration for Spring Batch.
org.springframework.boot.autoconfigure.cache - package org.springframework.boot.autoconfigure.cache
Auto-configuration for the cache abstraction.
org.springframework.boot.autoconfigure.cassandra - package org.springframework.boot.autoconfigure.cassandra
Auto-configuration for Cassandra.
org.springframework.boot.autoconfigure.cloud - package org.springframework.boot.autoconfigure.cloud
Auto-configuration for Spring Cloud Service Connectors.
org.springframework.boot.autoconfigure.codec - package org.springframework.boot.autoconfigure.codec
Auto-configuration for reactive codecs.
org.springframework.boot.autoconfigure.condition - package org.springframework.boot.autoconfigure.condition
@Condition annotations and supporting classes.
org.springframework.boot.autoconfigure.context - package org.springframework.boot.autoconfigure.context
Auto-configuration for the Spring context.
org.springframework.boot.autoconfigure.couchbase - package org.springframework.boot.autoconfigure.couchbase
Auto-configuration for Couchbase.
org.springframework.boot.autoconfigure.dao - package org.springframework.boot.autoconfigure.dao
Auto-configuration for Spring DAO.
org.springframework.boot.autoconfigure.data - package org.springframework.boot.autoconfigure.data
Auto-configuration base classes for Spring Data.
org.springframework.boot.autoconfigure.data.cassandra - package org.springframework.boot.autoconfigure.data.cassandra
Auto-configuration for Spring Data Cassandra.
org.springframework.boot.autoconfigure.data.couchbase - package org.springframework.boot.autoconfigure.data.couchbase
Auto-configuration for Spring Data Couchbase.
org.springframework.boot.autoconfigure.data.elasticsearch - package org.springframework.boot.autoconfigure.data.elasticsearch
Auto-configuration for Spring Data Elasticsearch.
org.springframework.boot.autoconfigure.data.jdbc - package org.springframework.boot.autoconfigure.data.jdbc
Auto-configuration for Spring Data JDBC.
org.springframework.boot.autoconfigure.data.jpa - package org.springframework.boot.autoconfigure.data.jpa
Auto-configuration for Spring Data JPA.
org.springframework.boot.autoconfigure.data.ldap - package org.springframework.boot.autoconfigure.data.ldap
Auto-configuration for Spring Data LDAP.
org.springframework.boot.autoconfigure.data.mongo - package org.springframework.boot.autoconfigure.data.mongo
Auto-configuration for Spring Data Mongo.
org.springframework.boot.autoconfigure.data.neo4j - package org.springframework.boot.autoconfigure.data.neo4j
Auto-configuration for Spring Data Neo4j.
org.springframework.boot.autoconfigure.data.redis - package org.springframework.boot.autoconfigure.data.redis
Auto-configuration for Spring Data Redis.
org.springframework.boot.autoconfigure.data.rest - package org.springframework.boot.autoconfigure.data.rest
Auto-configuration for Spring Data REST.
org.springframework.boot.autoconfigure.data.solr - package org.springframework.boot.autoconfigure.data.solr
Auto-configuration for Spring Data SOLR.
org.springframework.boot.autoconfigure.data.web - package org.springframework.boot.autoconfigure.data.web
Auto-configuration for Spring Data's Web Support.
org.springframework.boot.autoconfigure.domain - package org.springframework.boot.autoconfigure.domain
General purpose domain annotations and classes.
org.springframework.boot.autoconfigure.elasticsearch.jest - package org.springframework.boot.autoconfigure.elasticsearch.jest
Auto-configuration for Jest.
org.springframework.boot.autoconfigure.elasticsearch.rest - package org.springframework.boot.autoconfigure.elasticsearch.rest
Auto-configuration for Elasticsearch REST clients.
org.springframework.boot.autoconfigure.flyway - package org.springframework.boot.autoconfigure.flyway
Auto-configuration for Flyway.
org.springframework.boot.autoconfigure.freemarker - package org.springframework.boot.autoconfigure.freemarker
Auto-configuration for FreeMarker.
org.springframework.boot.autoconfigure.groovy.template - package org.springframework.boot.autoconfigure.groovy.template
Auto-configuration for Groovy templates.
org.springframework.boot.autoconfigure.gson - package org.springframework.boot.autoconfigure.gson
Auto-configuration for GSON.
org.springframework.boot.autoconfigure.h2 - package org.springframework.boot.autoconfigure.h2
Auto-configuration for H2's Console.
org.springframework.boot.autoconfigure.hateoas - package org.springframework.boot.autoconfigure.hateoas
Auto-configuration for Spring HATEOAS.
org.springframework.boot.autoconfigure.hazelcast - package org.springframework.boot.autoconfigure.hazelcast
Auto-configuration for Hazelcast.
org.springframework.boot.autoconfigure.http - package org.springframework.boot.autoconfigure.http
Auto-configuration for HTTP concerns.
org.springframework.boot.autoconfigure.http.codec - package org.springframework.boot.autoconfigure.http.codec
Auto-configuration for HTTP codecs.
org.springframework.boot.autoconfigure.influx - package org.springframework.boot.autoconfigure.influx
Auto-configuration for InfluxDB.
org.springframework.boot.autoconfigure.info - package org.springframework.boot.autoconfigure.info
Auto-configuration for project information.
org.springframework.boot.autoconfigure.integration - package org.springframework.boot.autoconfigure.integration
Auto-configuration for Spring Integration.
org.springframework.boot.autoconfigure.jackson - package org.springframework.boot.autoconfigure.jackson
Auto-configuration for Jackson.
org.springframework.boot.autoconfigure.jdbc - package org.springframework.boot.autoconfigure.jdbc
Auto-configuration for JDBC.
org.springframework.boot.autoconfigure.jdbc.metadata - package org.springframework.boot.autoconfigure.jdbc.metadata
Auto-configuration for JDBC Metadata.
org.springframework.boot.autoconfigure.jersey - package org.springframework.boot.autoconfigure.jersey
Auto-configuration for Jersey.
org.springframework.boot.autoconfigure.jms - package org.springframework.boot.autoconfigure.jms
Auto-configuration for JMS.
org.springframework.boot.autoconfigure.jms.activemq - package org.springframework.boot.autoconfigure.jms.activemq
Auto-configuration for ActiveMQ.
org.springframework.boot.autoconfigure.jms.artemis - package org.springframework.boot.autoconfigure.jms.artemis
Auto-configuration for Artemis.
org.springframework.boot.autoconfigure.jmx - package org.springframework.boot.autoconfigure.jmx
Auto-configuration for JMX.
org.springframework.boot.autoconfigure.jooq - package org.springframework.boot.autoconfigure.jooq
Auto-configuration for JOOQ.
org.springframework.boot.autoconfigure.jsonb - package org.springframework.boot.autoconfigure.jsonb
Auto-configuration for JSON-B.
org.springframework.boot.autoconfigure.kafka - package org.springframework.boot.autoconfigure.kafka
Auto-configuration for Apache Kafka.
org.springframework.boot.autoconfigure.ldap - package org.springframework.boot.autoconfigure.ldap
Auto-configuration for LDAP.
org.springframework.boot.autoconfigure.ldap.embedded - package org.springframework.boot.autoconfigure.ldap.embedded
Auto-configuration for embedded LDAP.
org.springframework.boot.autoconfigure.liquibase - package org.springframework.boot.autoconfigure.liquibase
Auto-configuration for Liquibase.
org.springframework.boot.autoconfigure.logging - package org.springframework.boot.autoconfigure.logging
Auto-configuration for logging.
org.springframework.boot.autoconfigure.mail - package org.springframework.boot.autoconfigure.mail
Auto-configuration for email support.
org.springframework.boot.autoconfigure.mongo - package org.springframework.boot.autoconfigure.mongo
Auto-configuration for MongoDB.
org.springframework.boot.autoconfigure.mongo.embedded - package org.springframework.boot.autoconfigure.mongo.embedded
Auto-configuration for embedded MongoDB.
org.springframework.boot.autoconfigure.mustache - package org.springframework.boot.autoconfigure.mustache
Auto-configuration for Mustache.
org.springframework.boot.autoconfigure.orm.jpa - package org.springframework.boot.autoconfigure.orm.jpa
Auto-configuration for JPA and Spring ORM.
org.springframework.boot.autoconfigure.quartz - package org.springframework.boot.autoconfigure.quartz
Auto-configuration for Quartz Scheduler.
org.springframework.boot.autoconfigure.rsocket - package org.springframework.boot.autoconfigure.rsocket
Auto-configuration for RSocket.
org.springframework.boot.autoconfigure.security - package org.springframework.boot.autoconfigure.security
Auto-configuration for Spring Security.
org.springframework.boot.autoconfigure.security.oauth2.client - package org.springframework.boot.autoconfigure.security.oauth2.client
Support for Spring Security's OAuth 2 client.
org.springframework.boot.autoconfigure.security.oauth2.client.reactive - package org.springframework.boot.autoconfigure.security.oauth2.client.reactive
Auto-configuration for Spring Security's Reactive OAuth 2 client.
org.springframework.boot.autoconfigure.security.oauth2.client.servlet - package org.springframework.boot.autoconfigure.security.oauth2.client.servlet
Auto-configuration for Spring Security's OAuth 2 client.
org.springframework.boot.autoconfigure.security.oauth2.resource - package org.springframework.boot.autoconfigure.security.oauth2.resource
Support for Spring Security's OAuth2 resource server.
org.springframework.boot.autoconfigure.security.oauth2.resource.reactive - package org.springframework.boot.autoconfigure.security.oauth2.resource.reactive
Auto-configuration for Spring Security's Reactive OAuth2 resource server.
org.springframework.boot.autoconfigure.security.oauth2.resource.servlet - package org.springframework.boot.autoconfigure.security.oauth2.resource.servlet
Auto-configuration for Spring Security's OAuth2 resource server.
org.springframework.boot.autoconfigure.security.reactive - package org.springframework.boot.autoconfigure.security.reactive
Auto-configuration for reactive Spring Security.
org.springframework.boot.autoconfigure.security.rsocket - package org.springframework.boot.autoconfigure.security.rsocket
Auto-configuration for RSocket support in Spring Security.
org.springframework.boot.autoconfigure.security.saml2 - package org.springframework.boot.autoconfigure.security.saml2
Auto-configuration for Spring Security's SAML 2.0.
org.springframework.boot.autoconfigure.security.servlet - package org.springframework.boot.autoconfigure.security.servlet
Auto-configuration for Servlet-based Spring Security.
org.springframework.boot.autoconfigure.sendgrid - package org.springframework.boot.autoconfigure.sendgrid
Auto-configuration for SendGrid.
org.springframework.boot.autoconfigure.session - package org.springframework.boot.autoconfigure.session
Auto-configuration for Spring Session.
org.springframework.boot.autoconfigure.solr - package org.springframework.boot.autoconfigure.solr
Auto-configuration for Solr.
org.springframework.boot.autoconfigure.task - package org.springframework.boot.autoconfigure.task
Auto-configuration for task execution and scheduling.
org.springframework.boot.autoconfigure.template - package org.springframework.boot.autoconfigure.template
Base classes for template Auto-configuration.
org.springframework.boot.autoconfigure.thymeleaf - package org.springframework.boot.autoconfigure.thymeleaf
Auto-configuration for Thymeleaf.
org.springframework.boot.autoconfigure.transaction - package org.springframework.boot.autoconfigure.transaction
Auto-configuration for transaction support.
org.springframework.boot.autoconfigure.transaction.jta - package org.springframework.boot.autoconfigure.transaction.jta
Auto-configuration for JTA.
org.springframework.boot.autoconfigure.validation - package org.springframework.boot.autoconfigure.validation
Auto-configuration for (JSR-303) Validation.
org.springframework.boot.autoconfigure.web - package org.springframework.boot.autoconfigure.web
Auto-configuration for common web concerns.
org.springframework.boot.autoconfigure.web.client - package org.springframework.boot.autoconfigure.web.client
Auto-configuration for web clients.
org.springframework.boot.autoconfigure.web.embedded - package org.springframework.boot.autoconfigure.web.embedded
Configuration for embedded reactive and servlet web servers.
org.springframework.boot.autoconfigure.web.format - package org.springframework.boot.autoconfigure.web.format
Support classes for web-specific formatting.
org.springframework.boot.autoconfigure.web.reactive - package org.springframework.boot.autoconfigure.web.reactive
Auto-configuration for reactive web servers and Spring WebFlux.
org.springframework.boot.autoconfigure.web.reactive.error - package org.springframework.boot.autoconfigure.web.reactive.error
Auto-configuration for Spring WebFlux error handling.
org.springframework.boot.autoconfigure.web.reactive.function.client - package org.springframework.boot.autoconfigure.web.reactive.function.client
Auto-configuration for Spring Framework's functional web client.
org.springframework.boot.autoconfigure.web.servlet - package org.springframework.boot.autoconfigure.web.servlet
Auto-configuration for servlet web servers and Spring MVC.
org.springframework.boot.autoconfigure.web.servlet.error - package org.springframework.boot.autoconfigure.web.servlet.error
Auto-configuration for Spring MVC error handling.
org.springframework.boot.autoconfigure.webservices - package org.springframework.boot.autoconfigure.webservices
Auto-configuration for Spring Web Services.
org.springframework.boot.autoconfigure.webservices.client - package org.springframework.boot.autoconfigure.webservices.client
Auto-configuration for Spring Web Services Clients.
org.springframework.boot.autoconfigure.websocket.reactive - package org.springframework.boot.autoconfigure.websocket.reactive
Auto-configuration for WebSocket support in reactive web servers.
org.springframework.boot.autoconfigure.websocket.servlet - package org.springframework.boot.autoconfigure.websocket.servlet
Auto-configuration for WebSocket support in servlet web servers.
org.springframework.boot.builder - package org.springframework.boot.builder
Fluent 'builder' style API to construct a SpringApplication.
org.springframework.boot.cli - package org.springframework.boot.cli
Main entry point of the Spring Boot CLI.
org.springframework.boot.cli.app - package org.springframework.boot.cli.app
Support classes for CLI applications.
org.springframework.boot.cli.archive - package org.springframework.boot.cli.archive
Class that are packaged as part of CLI generated JARs.
org.springframework.boot.cli.command - package org.springframework.boot.cli.command
Command infrastructure for the CLI.
org.springframework.boot.cli.command.archive - package org.springframework.boot.cli.command.archive
CLI commands for creating jars and wars.
org.springframework.boot.cli.command.core - package org.springframework.boot.cli.command.core
Core CLI commands.
org.springframework.boot.cli.command.encodepassword - package org.springframework.boot.cli.command.encodepassword
CLI command for password encoding.
org.springframework.boot.cli.command.grab - package org.springframework.boot.cli.command.grab
CLI command for grabbing dependencies.
org.springframework.boot.cli.command.init - package org.springframework.boot.cli.command.init
CLI command for initializing a new application using Spring Initializr.
org.springframework.boot.cli.command.install - package org.springframework.boot.cli.command.install
CLI commands for installing and uninstalling CLI dependencies.
org.springframework.boot.cli.command.options - package org.springframework.boot.cli.command.options
Support classes for handling command line options.
org.springframework.boot.cli.command.run - package org.springframework.boot.cli.command.run
Classes for running CLI applications.
org.springframework.boot.cli.command.shell - package org.springframework.boot.cli.command.shell
Classes for running a nested shell in the CLI.
org.springframework.boot.cli.command.status - package org.springframework.boot.cli.command.status
CLI command status.
org.springframework.boot.cli.compiler - package org.springframework.boot.cli.compiler
CLI Groovy compiler integration.
org.springframework.boot.cli.compiler.autoconfigure - package org.springframework.boot.cli.compiler.autoconfigure
Classes for auto-configuring the Groovy compiler.
org.springframework.boot.cli.compiler.dependencies - package org.springframework.boot.cli.compiler.dependencies
Classes for dependencies used during compilation.
org.springframework.boot.cli.compiler.grape - package org.springframework.boot.cli.compiler.grape
CLI Groovy Grape integration.
org.springframework.boot.cli.compiler.maven - package org.springframework.boot.cli.compiler.maven
CLI Maven integration.
org.springframework.boot.cli.util - package org.springframework.boot.cli.util
Utility classes for the CLI.
org.springframework.boot.cloud - package org.springframework.boot.cloud
Low level support for Cloud deployments.
org.springframework.boot.configurationdocs - package org.springframework.boot.configurationdocs
Support for generating documentation of configuration properties.
org.springframework.boot.context - package org.springframework.boot.context
Classes related to Spring's ApplicationContext.
org.springframework.boot.context.annotation - package org.springframework.boot.context.annotation
Classes related to Spring's ApplicationContext annotations.
org.springframework.boot.context.config - package org.springframework.boot.context.config
External configuration support allowing 'application.properties' to be loaded and used within a Spring Boot application.
org.springframework.boot.context.event - package org.springframework.boot.context.event
ApplicationEvents triggered by Spring Boot.
org.springframework.boot.context.logging - package org.springframework.boot.context.logging
Logging integration with Spring's Application Context.
org.springframework.boot.context.properties - package org.springframework.boot.context.properties
Support for external configuration properties.
org.springframework.boot.context.properties.bind - package org.springframework.boot.context.properties.bind
Support for @ConfigurationProperties binding.
org.springframework.boot.context.properties.bind.handler - package org.springframework.boot.context.properties.bind.handler
General BindHandler implementations.
org.springframework.boot.context.properties.bind.validation - package org.springframework.boot.context.properties.bind.validation
Binding validation support.
org.springframework.boot.context.properties.source - package org.springframework.boot.context.properties.source
Sources for external configuration properties.
org.springframework.boot.convert - package org.springframework.boot.convert
Support for type conversion.
org.springframework.boot.devtools - package org.springframework.boot.devtools
Spring Boot developer tools.
org.springframework.boot.devtools.autoconfigure - package org.springframework.boot.devtools.autoconfigure
Auto-configuration for spring-boot-devtools.
org.springframework.boot.devtools.classpath - package org.springframework.boot.devtools.classpath
Support for classpath monitoring.
org.springframework.boot.devtools.env - package org.springframework.boot.devtools.env
DevTools classes relating to Spring Framework's Environment.
org.springframework.boot.devtools.filewatch - package org.springframework.boot.devtools.filewatch
Class to watch the local filesystem for changes.
org.springframework.boot.devtools.livereload - package org.springframework.boot.devtools.livereload
Support for the livereload protocol.
org.springframework.boot.devtools.logger - package org.springframework.boot.devtools.logger
Devtools specific logging concerns.
org.springframework.boot.devtools.remote.client - package org.springframework.boot.devtools.remote.client
Client support for a remotely running Spring Boot application.
org.springframework.boot.devtools.remote.server - package org.springframework.boot.devtools.remote.server
Server support for a remotely running Spring Boot application.
org.springframework.boot.devtools.restart - package org.springframework.boot.devtools.restart
Application restart support.
org.springframework.boot.devtools.restart.classloader - package org.springframework.boot.devtools.restart.classloader
Classloaders used for reload support.
org.springframework.boot.devtools.restart.server - package org.springframework.boot.devtools.restart.server
Remote restart server.
org.springframework.boot.devtools.settings - package org.springframework.boot.devtools.settings
Classes for loading DevTools settings.
org.springframework.boot.devtools.system - package org.springframework.boot.devtools.system
Devtools system support classes.
org.springframework.boot.devtools.tunnel.client - package org.springframework.boot.devtools.tunnel.client
Client side TCP tunnel support.
org.springframework.boot.devtools.tunnel.payload - package org.springframework.boot.devtools.tunnel.payload
Classes to deal with payloads sent over a HTTP tunnel.
org.springframework.boot.devtools.tunnel.server - package org.springframework.boot.devtools.tunnel.server
Server side TCP tunnel support.
org.springframework.boot.diagnostics - package org.springframework.boot.diagnostics
Support for failure analysis and reporting.
org.springframework.boot.diagnostics.analyzer - package org.springframework.boot.diagnostics.analyzer
Internal FailureAnalyzer implementations.
org.springframework.boot.env - package org.springframework.boot.env
Spring Environment support.
org.springframework.boot.groovy - package org.springframework.boot.groovy
Groovy util classes that are "shared" between the CLI and user applications.
org.springframework.boot.info - package org.springframework.boot.info
Support for providing information about an application.
org.springframework.boot.jackson - package org.springframework.boot.jackson
Custom enhancements and support for the Jackson project.
org.springframework.boot.jdbc - package org.springframework.boot.jdbc
Support for Java Database Connectivity (JDBC).
org.springframework.boot.jdbc.metadata - package org.springframework.boot.jdbc.metadata
Support for accessing JDBC DataSource metadata.
org.springframework.boot.jms - package org.springframework.boot.jms
Support for Java Message Service (JMS).
org.springframework.boot.json - package org.springframework.boot.json
Support for parsing JSON.
org.springframework.boot.jta.atomikos - package org.springframework.boot.jta.atomikos
Support classes for Atomikos JTA.
org.springframework.boot.jta.bitronix - package org.springframework.boot.jta.bitronix
Support classes for Bitronix JTA.
org.springframework.boot.liquibase - package org.springframework.boot.liquibase
Custom support for Liquibase database migration.
org.springframework.boot.loader - package org.springframework.boot.loader
System that allows self-contained JAR/WAR archives to be launched using java -jar.
org.springframework.boot.loader.archive - package org.springframework.boot.loader.archive
Abstraction over logical Archives be they backed by a JAR file or unpacked into a folder.
org.springframework.boot.loader.data - package org.springframework.boot.loader.data
Classes and interfaces to allows random access to a block of data.
org.springframework.boot.loader.jar - package org.springframework.boot.loader.jar
Support for loading and manipulating JAR/WAR files.
org.springframework.boot.loader.tools - package org.springframework.boot.loader.tools
Tools for generating executable JAR/WAR files.
org.springframework.boot.loader.util - package org.springframework.boot.loader.util
Utilities used by Spring Boot's JAR loading.
org.springframework.boot.logging - package org.springframework.boot.logging
Support and abstractions across several logging libraries.
org.springframework.boot.logging.java - package org.springframework.boot.logging.java
Support for 'Java Util Logging'.
org.springframework.boot.logging.log4j2 - package org.springframework.boot.logging.log4j2
Support for the Log4j 2 logging library.
org.springframework.boot.logging.logback - package org.springframework.boot.logging.logback
Support for the Logback logging library.
org.springframework.boot.origin - package org.springframework.boot.origin
Support for item origin tracking.
org.springframework.boot.orm.jpa - package org.springframework.boot.orm.jpa
JPA Support classes.
org.springframework.boot.orm.jpa.hibernate - package org.springframework.boot.orm.jpa.hibernate
Hibernate Support classes.
org.springframework.boot.reactor - package org.springframework.boot.reactor
Support classes for Reactor integration.
org.springframework.boot.rsocket.context - package org.springframework.boot.rsocket.context
RSocket integrations with Spring Framework's ApplicationContext.
org.springframework.boot.rsocket.messaging - package org.springframework.boot.rsocket.messaging
Support for RSocket-based messaging.
org.springframework.boot.rsocket.netty - package org.springframework.boot.rsocket.netty
Reactor Netty based RSocket server implementation.
org.springframework.boot.rsocket.server - package org.springframework.boot.rsocket.server
Support for RSocket servers.
org.springframework.boot.security.reactive - package org.springframework.boot.security.reactive
Classes and utilities for reactive Spring Security.
org.springframework.boot.security.servlet - package org.springframework.boot.security.servlet
Classes and utilities for Servlet-based Spring Security.
org.springframework.boot.system - package org.springframework.boot.system
General system support classes.
org.springframework.boot.task - package org.springframework.boot.task
Utilities and classes related to task execution and scheduling.
org.springframework.boot.test.autoconfigure - package org.springframework.boot.test.autoconfigure
Test auto-configuration support.
org.springframework.boot.test.autoconfigure.core - package org.springframework.boot.test.autoconfigure.core
Auto-configuration for core parts common to most Spring Boot applications.
org.springframework.boot.test.autoconfigure.data.jdbc - package org.springframework.boot.test.autoconfigure.data.jdbc
Auto-configuration for Data JDBC tests.
org.springframework.boot.test.autoconfigure.data.ldap - package org.springframework.boot.test.autoconfigure.data.ldap
Auto-configuration for Data LDAP tests.
org.springframework.boot.test.autoconfigure.data.mongo - package org.springframework.boot.test.autoconfigure.data.mongo
Auto-configuration for Data Mongo tests.
org.springframework.boot.test.autoconfigure.data.neo4j - package org.springframework.boot.test.autoconfigure.data.neo4j
Auto-configuration for Data Neo4j tests.
org.springframework.boot.test.autoconfigure.data.redis - package org.springframework.boot.test.autoconfigure.data.redis
Auto-configuration for Data Redis tests.
org.springframework.boot.test.autoconfigure.filter - package org.springframework.boot.test.autoconfigure.filter
Helper utilities for using TypeExcludeFilter with auto-configured tests.
org.springframework.boot.test.autoconfigure.jdbc - package org.springframework.boot.test.autoconfigure.jdbc
Auto-configuration for JDBC tests.
org.springframework.boot.test.autoconfigure.jooq - package org.springframework.boot.test.autoconfigure.jooq
Auto-configuration for jOOQ tests.
org.springframework.boot.test.autoconfigure.json - package org.springframework.boot.test.autoconfigure.json
Auto-configuration for JSON tests.
org.springframework.boot.test.autoconfigure.orm.jpa - package org.springframework.boot.test.autoconfigure.orm.jpa
Auto-configuration for Data JPA tests.
org.springframework.boot.test.autoconfigure.properties - package org.springframework.boot.test.autoconfigure.properties
Support for mapping annotation attribute values in the Spring Environment.
org.springframework.boot.test.autoconfigure.restdocs - package org.springframework.boot.test.autoconfigure.restdocs
Auto-configuration for tests using Spring REST Docs.
org.springframework.boot.test.autoconfigure.web.client - package org.springframework.boot.test.autoconfigure.web.client
Auto-configuration for web clients.
org.springframework.boot.test.autoconfigure.web.reactive - package org.springframework.boot.test.autoconfigure.web.reactive
Auto-configuration for reactive web tests.
org.springframework.boot.test.autoconfigure.web.servlet - package org.springframework.boot.test.autoconfigure.web.servlet
Auto-configuration for Spring MVC tests.
org.springframework.boot.test.context - package org.springframework.boot.test.context
Classes and annotations related to configuring Spring's ApplicationContext for tests.
org.springframework.boot.test.context.assertj - package org.springframework.boot.test.context.assertj
AssertJ support for ApplicationContexts.
org.springframework.boot.test.context.runner - package org.springframework.boot.test.context.runner
Test utilities to run application contexts for testing.
org.springframework.boot.test.json - package org.springframework.boot.test.json
Support for testing JSON.
org.springframework.boot.test.mock.mockito - package org.springframework.boot.test.mock.mockito
Mockito integration for Spring Boot tests.
org.springframework.boot.test.mock.web - package org.springframework.boot.test.mock.web
Mock web classes specific to Spring Boot.
org.springframework.boot.test.rule - package org.springframework.boot.test.rule
Useful JUnit @Rule classes.
org.springframework.boot.test.system - package org.springframework.boot.test.system
Classes for System-related testing.
org.springframework.boot.test.util - package org.springframework.boot.test.util
General purpose test utilities.
org.springframework.boot.test.web.client - package org.springframework.boot.test.web.client
Web client test utilities.
org.springframework.boot.test.web.htmlunit - package org.springframework.boot.test.web.htmlunit
HtmlUnit support classes.
org.springframework.boot.test.web.htmlunit.webdriver - package org.springframework.boot.test.web.htmlunit.webdriver
Selenium support classes.
org.springframework.boot.test.web.reactive.server - package org.springframework.boot.test.web.reactive.server
Spring Boot support for testing Spring WebFlux server endpoints via WebTestClient.
org.springframework.boot.type.classreading - package org.springframework.boot.type.classreading
Support classes for reading annotation and class-level metadata.
org.springframework.boot.util - package org.springframework.boot.util
Contains miscellaneous utility classes.
org.springframework.boot.validation - package org.springframework.boot.validation
Utilities and classes related to validation.
org.springframework.boot.web.client - package org.springframework.boot.web.client
Web client utilities.
org.springframework.boot.web.codec - package org.springframework.boot.web.codec
Support for web-based codecs.
org.springframework.boot.web.context - package org.springframework.boot.web.context
Web integrations with Spring's ApplicationContext.
org.springframework.boot.web.embedded.jetty - package org.springframework.boot.web.embedded.jetty
Embedded reactive and servlet web server implementations backed by Jetty.
org.springframework.boot.web.embedded.netty - package org.springframework.boot.web.embedded.netty
Embedded reactive web server implementation backed by Netty.
org.springframework.boot.web.embedded.tomcat - package org.springframework.boot.web.embedded.tomcat
Embedded reactive and servlet web server implementations backed by Tomcat.
org.springframework.boot.web.embedded.undertow - package org.springframework.boot.web.embedded.undertow
Embedded reactive and servlet web server implementations backed by Undertow.
org.springframework.boot.web.reactive.context - package org.springframework.boot.web.reactive.context
Reactive based web integrations with Spring's ApplicationContext.
org.springframework.boot.web.reactive.error - package org.springframework.boot.web.reactive.error
Spring WebFlux error handling infrastructure.
org.springframework.boot.web.reactive.filter - package org.springframework.boot.web.reactive.filter
Spring Boot specific WebFilter implementations.
org.springframework.boot.web.reactive.function.client - package org.springframework.boot.web.reactive.function.client
Spring WebFlux WebClient support abstractions.
org.springframework.boot.web.reactive.result.view - package org.springframework.boot.web.reactive.result.view
Additional Views for use with WebFlux.
org.springframework.boot.web.reactive.server - package org.springframework.boot.web.reactive.server
Reactive web server abstractions.
org.springframework.boot.web.server - package org.springframework.boot.web.server
Support for embedded web servers.
org.springframework.boot.web.servlet - package org.springframework.boot.web.servlet
Classes and utilities designed to work with the `javax.servlet` specification.
org.springframework.boot.web.servlet.context - package org.springframework.boot.web.servlet.context
Servlet based web integrations with Spring's WebApplicationContext.
org.springframework.boot.web.servlet.error - package org.springframework.boot.web.servlet.error
Spring MVC error handling infrastructure.
org.springframework.boot.web.servlet.filter - package org.springframework.boot.web.servlet.filter
Spring Boot specific Filter implementations.
org.springframework.boot.web.servlet.server - package org.springframework.boot.web.servlet.server
Servlet web server abstractions.
org.springframework.boot.web.servlet.support - package org.springframework.boot.web.servlet.support
Support classes for Servlet-based web servers.
org.springframework.boot.web.servlet.view - package org.springframework.boot.web.servlet.view
Additional Views for use with Web MVC.
org.springframework.boot.webservices.client - package org.springframework.boot.webservices.client
Web Services client utilities.
Origin - Interface in org.springframework.boot.origin
Interface that uniquely represents the origin of an item.
OriginLookup<K> - Interface in org.springframework.boot.origin
An interface that may be implemented by an object that can lookup Origin information from a given key.
OriginProvider - Interface in org.springframework.boot.origin
Interface to provide access to the origin of an item.
OriginTrackedMapPropertySource - Class in org.springframework.boot.env
OriginLookup backed by a Map containing OriginTrackedValues.
OriginTrackedMapPropertySource(String, Map) - Constructor for class org.springframework.boot.env.OriginTrackedMapPropertySource
Create a new OriginTrackedMapPropertySource instance.
OriginTrackedMapPropertySource(String, Map, boolean) - Constructor for class org.springframework.boot.env.OriginTrackedMapPropertySource
Create a new OriginTrackedMapPropertySource instance.
OriginTrackedValue - Class in org.springframework.boot.origin
A wrapper for an Object value and Origin.
OUT_OF_SERVICE - Static variable in class org.springframework.boot.actuate.health.Status
Status indicating that the component or subsystem has been taken out of service and should not be used.
Outcome - Enum in org.springframework.boot.actuate.metrics.http
The outcome of an HTTP request.
outcome(ClientHttpResponse) - Static method in class org.springframework.boot.actuate.metrics.web.client.RestTemplateExchangeTags
Creates an outcome Tag derived from the status of the given response.
outcome(ClientResponse) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTags
Creates an outcome Tag derived from the status of the given response.
outcome(ServerWebExchange) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTags
Creates an outcome tag based on the response status of the given exchange.
outcome(HttpServletResponse) - Static method in class org.springframework.boot.actuate.metrics.web.servlet.WebMvcTags
Creates an outcome tag based on the status of the given response.
outOfService() - Method in class org.springframework.boot.actuate.health.Health.Builder
Set status to Status.OUT_OF_SERVICE.
outOfService() - Static method in class org.springframework.boot.actuate.health.Health
Create a new Health.Builder instance with an Status.OUT_OF_SERVICE status.
OutputCapture - Class in org.springframework.boot.test.rule
Deprecated.
since 2.2.0 in favor of OutputCaptureRule
OutputCapture() - Constructor for class org.springframework.boot.test.rule.OutputCapture
Deprecated.
 
OutputCaptureExtension - Class in org.springframework.boot.test.system
JUnit Jupiter @Extension to capture System.out and System.err.
OutputCaptureRule - Class in org.springframework.boot.test.system
JUnit @Rule to capture output from System.out and System.err.
OutputCaptureRule() - Constructor for class org.springframework.boot.test.system.OutputCaptureRule
 
OverrideAutoConfiguration - Annotation Type in org.springframework.boot.test.autoconfigure
Annotation that can be used to override @EnableAutoConfiguration.

P

PackagedSpringApplicationLauncher - Class in org.springframework.boot.cli.archive
A launcher for a CLI application that has been compiled and packaged as a jar file.
Packages() - Constructor for class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Packages
 
packages(String...) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
The names of packages to scan for @Entity annotations.
packages(Class<?>...) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
The classes whose packages should be scanned for @Entity annotations.
Pageable() - Constructor for class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
 
pageableCustomizer() - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebAutoConfiguration
 
Pair(String, String) - Constructor for class org.springframework.boot.test.util.TestPropertyValues.Pair
 
ParameterMappingException - Exception in org.springframework.boot.actuate.endpoint.invoke
A ParameterMappingException is thrown when a failure occurs during operation parameter mapping.
ParameterMappingException(OperationParameter, Object, Throwable) - Constructor for exception org.springframework.boot.actuate.endpoint.invoke.ParameterMappingException
Creates a new ParameterMappingException for a failure that occurred when trying to map the given input to the given type.
ParameterValueMapper - Interface in org.springframework.boot.actuate.endpoint.invoke
Maps parameter values to the required type when invoking an endpoint.
parent(Class<?>...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Add a parent application with the provided sources.
parent(ConfigurableApplicationContext) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Add an already running parent context to an existing application.
ParentAwareNamingStrategy - Class in org.springframework.boot.autoconfigure.jmx
Extension of MetadataNamingStrategy that supports a parent ApplicationContext.
ParentAwareNamingStrategy(JmxAttributeSource) - Constructor for class org.springframework.boot.autoconfigure.jmx.ParentAwareNamingStrategy
 
ParentContextApplicationContextInitializer - Class in org.springframework.boot.builder
ApplicationContextInitializer for setting the parent context.
ParentContextApplicationContextInitializer(ApplicationContext) - Constructor for class org.springframework.boot.builder.ParentContextApplicationContextInitializer
 
ParentContextApplicationContextInitializer.ParentContextAvailableEvent - Class in org.springframework.boot.builder
ApplicationEvent fired when a parent context is available.
ParentContextAvailableEvent(ConfigurableApplicationContext) - Constructor for class org.springframework.boot.builder.ParentContextApplicationContextInitializer.ParentContextAvailableEvent
 
ParentContextCloserApplicationListener - Class in org.springframework.boot.builder
Listener that closes the application context if its parent is closed.
ParentContextCloserApplicationListener() - Constructor for class org.springframework.boot.builder.ParentContextCloserApplicationListener
 
ParentContextCloserApplicationListener.ContextCloserListener - Class in org.springframework.boot.builder
ApplicationListener to close the context.
parse(String) - Method in enum org.springframework.boot.convert.DurationStyle
Parse the given value to a duration.
parse(String, ChronoUnit) - Method in enum org.springframework.boot.convert.DurationStyle
Parse the given value to a duration.
parse(byte[]) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Return ObjectContent from parsing the specific JSON bytes.
parse(String) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Return ObjectContent from parsing the specific JSON String.
parse(String) - Static method in class org.springframework.boot.test.util.TestPropertyValues.Pair
 
parseList(String, Function<String, List<Object>>) - Method in class org.springframework.boot.json.AbstractJsonParser
 
parseList(String) - Method in class org.springframework.boot.json.BasicJsonParser
 
parseList(String) - Method in class org.springframework.boot.json.GsonJsonParser
 
parseList(String) - Method in class org.springframework.boot.json.JacksonJsonParser
 
parseList(String) - Method in interface org.springframework.boot.json.JsonParser
Parse the specified JSON string into a List.
parseList(String) - Method in class org.springframework.boot.json.YamlJsonParser
 
parseMap(String, Function<String, Map<String, Object>>) - Method in class org.springframework.boot.json.AbstractJsonParser
 
parseMap(String) - Method in class org.springframework.boot.json.BasicJsonParser
 
parseMap(String) - Method in class org.springframework.boot.json.GsonJsonParser
 
parseMap(String) - Method in class org.springframework.boot.json.JacksonJsonParser
 
parseMap(String) - Method in interface org.springframework.boot.json.JsonParser
Parse the specified JSON string into a Map.
parseMap(String) - Method in class org.springframework.boot.json.YamlJsonParser
 
parseObject(byte[]) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Return the object created from parsing the specific JSON bytes.
parseObject(String) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Return the object created from parsing the specific JSON String.
parseURL(URL, String, int, int) - Method in class org.springframework.boot.loader.jar.Handler
 
password(String) - Method in class org.springframework.boot.jdbc.DataSourceBuilder
 
patchForObject(String, Object, Class<T>, Object...) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Update a resource by PATCHing the given object to the URI template, and returns the representation found in the response.
patchForObject(String, Object, Class<T>, Map<String, ?>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Update a resource by PATCHing the given object to the URI template, and returns the representation found in the response.
patchForObject(URI, Object, Class<T>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Update a resource by PATCHing the given object to the URL, and returns the representation found in the response.
path() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration
 
PATH - Static variable in class org.springframework.boot.loader.PropertiesLauncher
Properties key for classpath entries (directories possibly containing jars or jars).
PATH_PROPERTY - Static variable in class org.springframework.boot.logging.LogFile
Deprecated.
since 2.2.0 in favor of LogFile.FILE_PATH_PROPERTY
PathBasedTemplateAvailabilityProvider - Class in org.springframework.boot.autoconfigure.template
Abstract base class for TemplateAvailabilityProvider implementations that find templates from paths.
PathBasedTemplateAvailabilityProvider(String, Class<? extends PathBasedTemplateAvailabilityProvider.TemplateAvailabilityProperties>, String) - Constructor for class org.springframework.boot.autoconfigure.template.PathBasedTemplateAvailabilityProvider
 
PathBasedTemplateAvailabilityProvider.TemplateAvailabilityProperties - Class in org.springframework.boot.autoconfigure.template
 
PathMappedEndpoint - Interface in org.springframework.boot.actuate.endpoint.web
Interface that can be implemented by an ExposableEndpoint that is mapped to a root web path.
pathMappedEndpoints(Collection<EndpointsSupplier<?>>) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration
 
PathMappedEndpoints - Class in org.springframework.boot.actuate.endpoint.web
A collection of path mapped endpoints.
PathMappedEndpoints(String, EndpointsSupplier<?>) - Constructor for class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
Create a new PathMappedEndpoints instance for the given supplier.
PathMappedEndpoints(String, Collection<EndpointsSupplier<?>>) - Constructor for class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
Create a new PathMappedEndpoints instance for the given suppliers.
PathMapper - Interface in org.springframework.boot.actuate.endpoint.web
Strategy interface used to provide a mapping between an endpoint ID and the root path where it will be exposed.
Pathmatch() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Pathmatch
 
PathRequest - Class in org.springframework.boot.autoconfigure.security.reactive
Factory that can be used to create a ServerWebExchangeMatcher for commonly used paths.
PathRequest - Class in org.springframework.boot.autoconfigure.security.servlet
Factory that can be used to create a RequestMatcher for commonly used paths.
PathRequest.H2ConsoleRequestMatcher - Class in org.springframework.boot.autoconfigure.security.servlet
The request matcher used to match against h2 console path.
PatternClassPathRestartStrategy - Class in org.springframework.boot.devtools.classpath
Ant style pattern based ClassPathRestartStrategy.
PatternClassPathRestartStrategy(String[]) - Constructor for class org.springframework.boot.devtools.classpath.PatternClassPathRestartStrategy
 
PatternClassPathRestartStrategy(String) - Constructor for class org.springframework.boot.devtools.classpath.PatternClassPathRestartStrategy
 
PERMIT_ALL - Static variable in interface org.springframework.boot.devtools.remote.server.AccessManager
AccessManager that permits all requests.
persist(E) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Make an instance managed and persistent.
persistAndFlush(E) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Make an instance managed and persistent then synchronize the persistence context to the underlying database.
persistAndGetId(Object) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Make an instance managed and persistent then return it's ID.
persistAndGetId(Object, Class<T>) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Make an instance managed and persistent then return it's ID.
PersistenceExceptionTranslationAutoConfiguration - Class in org.springframework.boot.autoconfigure.dao
Auto-configuration for Spring's persistence exception translation.
PersistenceExceptionTranslationAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.dao.PersistenceExceptionTranslationAutoConfiguration
 
persistenceExceptionTranslationPostProcessor(Environment) - Static method in class org.springframework.boot.autoconfigure.dao.PersistenceExceptionTranslationAutoConfiguration
 
persistenceUnit(String) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
The name of the persistence unit.
persistFlushFind(E) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Make an instance managed and persistent, synchronize the persistence context to the underlying database and finally find the persisted entity by its ID.
PID_KEY - Static variable in class org.springframework.boot.logging.LoggingSystemProperties
The name of the System property that contains the process ID.
pingHealthContributor() - Method in class org.springframework.boot.actuate.autoconfigure.health.HealthContributorAutoConfiguration
 
PingHealthIndicator - Class in org.springframework.boot.actuate.health
Default implementation of HealthIndicator that returns Status.UP.
PingHealthIndicator() - Constructor for class org.springframework.boot.actuate.health.PingHealthIndicator
 
PLACEHOLDER_PREFIX - Static variable in class org.springframework.boot.loader.util.SystemPropertyUtils
Prefix for system property placeholders: "${".
PLACEHOLDER_SUFFIX - Static variable in class org.springframework.boot.loader.util.SystemPropertyUtils
Suffix for system property placeholders: "}".
PlaceholdersResolver - Interface in org.springframework.boot.context.properties.bind
Optional strategy that used by a Binder to resolve property placeholders.
PlatformTransactionManagerCustomizer<T extends PlatformTransactionManager> - Interface in org.springframework.boot.autoconfigure.transaction
Callback interface that can be implemented by beans wishing to customize PlatformTransactionManagers whilst retaining default auto-configuration.
platformTransactionManagerCustomizers(ObjectProvider<PlatformTransactionManagerCustomizer<?>>) - Method in class org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration
 
pollingFrequency() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdPropertiesConfigAdapter
 
Pool() - Constructor for class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Pool
 
Pool() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
 
Pool() - Constructor for class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
 
Pool() - Constructor for class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties.Pool
 
PooledDataSourceConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration.PooledDataSourceConfiguration
 
PoolingConnectionFactoryBean - Class in org.springframework.boot.jta.bitronix
Spring friendly version of PoolingConnectionFactory.
PoolingConnectionFactoryBean() - Constructor for class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
 
PoolingConnectionFactoryBean.DirectXAConnectionFactory - Class in org.springframework.boot.jta.bitronix
A XAConnectionFactory implementation that delegates to the ThreadLocal PoolingConnectionFactoryBean.
PoolingDataSourceBean - Class in org.springframework.boot.jta.bitronix
Spring friendly version of PoolingDataSource.
PoolingDataSourceBean() - Constructor for class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
 
PoolingDataSourceBean.DirectXADataSource - Class in org.springframework.boot.jta.bitronix
A XADataSource implementation that delegates to the ThreadLocal PoolingDataSourceBean.
poolSize(int) - Method in class org.springframework.boot.task.TaskSchedulerBuilder
Set the maximum allowed number of threads.
popPrompt() - Method in class org.springframework.boot.cli.command.shell.ShellPrompts
Pop a previously pushed prompt, returning to the previous value.
port() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdPropertiesConfigAdapter
 
PortInUseException - Exception in org.springframework.boot.web.server
A PortInUseException is thrown when a web server fails to start due to a port already being in use.
PortInUseException(int) - Constructor for exception org.springframework.boot.web.server.PortInUseException
Creates a new port in use exception for the given port.
PortInUseException(int, Throwable) - Constructor for exception org.springframework.boot.web.server.PortInUseException
Creates a new port in use exception for the given port.
PortProvider - Interface in org.springframework.boot.devtools.tunnel.server
Strategy interface to provide access to a port (which may change if an existing connection is closed).
postForEntity(String, Object, Class<T>, Object...) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Create a new resource by POSTing the given object to the URI template, and returns the response as ResponseEntity.
postForEntity(String, Object, Class<T>, Map<String, ?>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Create a new resource by POSTing the given object to the URI template, and returns the response as HttpEntity.
postForEntity(URI, Object, Class<T>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Create a new resource by POSTing the given object to the URL, and returns the response as ResponseEntity.
postForLocation(String, Object, Object...) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Create a new resource by POSTing the given object to the URI template, and returns the value of the Location header.
postForLocation(String, Object, Map<String, ?>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Create a new resource by POSTing the given object to the URI template, and returns the value of the Location header.
postForLocation(URI, Object) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Create a new resource by POSTing the given object to the URL, and returns the value of the Location header.
postForObject(String, Object, Class<T>, Object...) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Create a new resource by POSTing the given object to the URI template, and returns the representation found in the response.
postForObject(String, Object, Class<T>, Map<String, ?>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Create a new resource by POSTing the given object to the URI template, and returns the representation found in the response.
postForObject(URI, Object, Class<T>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Create a new resource by POSTing the given object to the URL, and returns the representation found in the response.
postProcessAfterInitialization(Object, String) - Method in class org.springframework.boot.web.server.ErrorPageRegistrarBeanPostProcessor
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.boot.web.server.WebServerFactoryCustomizerBeanPostProcessor
 
postProcessApplicationContext(ConfigurableApplicationContext) - Method in class org.springframework.boot.SpringApplication
Apply any relevant post processing the ApplicationContext.
postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - Method in class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.autoconfigure.AbstractDependsOnBeanFactoryPostProcessor
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.jta.atomikos.AtomikosDependsOnBeanFactoryPostProcessor
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.jta.bitronix.BitronixDependentBeanFactoryPostProcessor
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.LazyInitializationBeanFactoryPostProcessor
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.test.mock.mockito.MockitoPostProcessor
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
Register ServletContextAwareProcessor.
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.boot.web.server.ErrorPageRegistrarBeanPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.boot.web.server.WebServerFactoryCustomizerBeanPostProcessor
 
postProcessClassPathArchives(List<Archive>) - Method in class org.springframework.boot.loader.ExecutableArchiveLauncher
Called to post-process archive entries before they are used.
postProcessContent(Map<String, Object>) - Method in class org.springframework.boot.actuate.info.BuildInfoContributor
 
postProcessContent(Map<String, Object>) - Method in class org.springframework.boot.actuate.info.GitInfoContributor
Post-process the content to expose.
postProcessContent(Map<String, Object>) - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Post-process the content to expose.
postProcessContext(Context) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Post process the Tomcat Context before it's used with the Tomcat Server.
postProcessConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.boot.autoconfigure.http.HttpMessageConverters
Method that can be used to post-process the HttpMessageConverter list before it is used.
postProcessDefaultTestExecutionListeners(Set<Class<? extends TestExecutionListener>>) - Method in interface org.springframework.boot.test.context.DefaultTestExecutionListenersPostProcessor
Post process the list of default TestExecutionListener classes to be used.
postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.boot.cloud.CloudFoundryVcapEnvironmentPostProcessor
 
postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
 
postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.boot.devtools.env.DevToolsHomePropertiesPostProcessor
 
postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.boot.devtools.env.DevToolsPropertyDefaultsPostProcessor
 
postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in interface org.springframework.boot.env.EnvironmentPostProcessor
Post-process the given environment.
postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
 
postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor
 
postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.boot.reactor.DebugAgentEnvironmentPostProcessor
 
postProcessPartConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.boot.autoconfigure.http.HttpMessageConverters
Method that can be used to post-process the HttpMessageConverter list before it is used to configure the part converters of AllEncompassingFormHttpMessageConverter.
postProcessPropertyValues(PropertyValues, PropertyDescriptor[], Object, String) - Method in class org.springframework.boot.test.mock.mockito.MockitoPostProcessor
 
postProcessRequestHeaders(Map<String, List<String>>) - Method in class org.springframework.boot.actuate.trace.http.HttpExchangeTracer
Post-process the given mutable map of request headers.
postProcessWebAppContext(WebAppContext) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
Post process the Jetty WebAppContext before it's used with the Jetty Server.
prefix() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PushRegistryPropertiesConfigAdapter
 
prefix - Variable in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
Log file name prefix.
prefix - Variable in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
Log file name prefix.
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.boot.actuate.metrics.web.servlet.LongTaskTimingHandlerInterceptor
 
prepareContext(Host, TomcatHttpHandlerAdapter) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
 
prepareContext(Host, ServletContextInitializer[]) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
 
prepareRefresh() - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
 
prepareRefresh() - Method in class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
 
prepareRefresh() - Method in class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
 
prepareTestInstance(TestContext) - Method in class org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener
 
prepareTestInstance(TestContext) - Method in class org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener
 
prepareWebApplicationContext(ServletContext) - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
Prepare the WebApplicationContext with the given fully loaded ServletContext.
preserveErrorControllerTargetClassPostProcessor() - Static method in class org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration
 
preventDataSourceCloseBeanPostProcessor() - Static method in class org.springframework.boot.actuate.autoconfigure.liquibase.LiquibaseEndpointAutoConfiguration
 
Principal(String) - Constructor for class org.springframework.boot.actuate.trace.http.HttpTrace.Principal
Creates a Principal.
print(Duration) - Method in enum org.springframework.boot.convert.DurationStyle
Print the specified duration.
print(Duration, ChronoUnit) - Method in enum org.springframework.boot.convert.DurationStyle
Print the specified duration using the given unit.
printBanner(Environment, Class<?>, PrintStream) - Method in interface org.springframework.boot.Banner
Print the banner to the specified print stream.
printBanner(Environment, Class<?>, PrintStream) - Method in class org.springframework.boot.ImageBanner
 
printBanner(Environment, Class<?>, PrintStream) - Method in class org.springframework.boot.ResourceBanner
 
printStackTrace(Exception) - Method in class org.springframework.boot.cli.command.CommandRunner
 
process(RSocketFactory.ServerRSocketFactory) - Method in interface org.springframework.boot.rsocket.server.ServerRSocketFactoryProcessor
Deprecated.
Apply this ServerRSocketFactoryProcessor to the given factory instance before it's used.
processAnnotationNodes(List<AnnotationNode>) - Method in class org.springframework.boot.cli.compiler.AnnotatedNodeASTTransformation
 
processAnnotationNodes(List<AnnotationNode>) - Method in class org.springframework.boot.cli.compiler.DependencyManagementBomTransformation
 
processAnnotationNodes(List<AnnotationNode>) - Method in class org.springframework.boot.cli.compiler.ResolveDependencyCoordinatesTransformation
 
processBuilder(String...) - Method in class org.springframework.boot.loader.tools.JavaExecutable
Create a new ProcessBuilder that will run with the Java executable.
processContextConfiguration(ContextConfigurationAttributes) - Method in class org.springframework.boot.test.context.SpringBootContextLoader
 
processMergedContextConfiguration(MergedContextConfiguration) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
 
processorMetrics() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.SystemMetricsAutoConfiguration
 
processPropertySourceProperties(MergedContextConfiguration, List<String>) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
Post process the property source properties, adding or removing elements as required.
Producer() - Constructor for class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
profiles(String...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Add to the active Spring profiles for this app (and its parent and children).
ProjectDetails(String, String, String, String, Instant, Map<String, String>) - Constructor for class org.springframework.boot.loader.tools.BuildPropertiesWriter.ProjectDetails
 
ProjectInfoAutoConfiguration - Class in org.springframework.boot.autoconfigure.info
Auto-configuration for various project information.
ProjectInfoAutoConfiguration(ProjectInfoProperties) - Constructor for class org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration
 
ProjectInfoProperties - Class in org.springframework.boot.autoconfigure.info
Configuration properties for project information.
ProjectInfoProperties() - Constructor for class org.springframework.boot.autoconfigure.info.ProjectInfoProperties
 
ProjectInfoProperties.Build - Class in org.springframework.boot.autoconfigure.info
Build specific info properties.
ProjectInfoProperties.Git - Class in org.springframework.boot.autoconfigure.info
Git specific info properties.
prometheusConfig(PrometheusProperties) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusMetricsExportAutoConfiguration
 
prometheusEndpoint(CollectorRegistry) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusMetricsExportAutoConfiguration.PrometheusScrapeEndpointConfiguration
 
prometheusMeterRegistry(PrometheusConfig, CollectorRegistry, Clock) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusMetricsExportAutoConfiguration
 
PrometheusMetricsExportAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus
Auto-configuration for exporting metrics to Prometheus.
PrometheusMetricsExportAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusMetricsExportAutoConfiguration
 
PrometheusMetricsExportAutoConfiguration.PrometheusPushGatewayConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus
Configuration for Prometheus Pushgateway.
PrometheusMetricsExportAutoConfiguration.PrometheusScrapeEndpointConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus
 
PrometheusProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus
@ConfigurationProperties for configuring metrics export to Prometheus.
PrometheusProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties
 
PrometheusProperties.Pushgateway - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus
Configuration options for push-based interaction with Prometheus.
PrometheusPushGatewayConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusMetricsExportAutoConfiguration.PrometheusPushGatewayConfiguration
 
prometheusPushGatewayManager(CollectorRegistry, PrometheusProperties, Environment) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusMetricsExportAutoConfiguration.PrometheusPushGatewayConfiguration
 
PrometheusPushGatewayManager - Class in org.springframework.boot.actuate.metrics.export.prometheus
Class that can be used to manage the pushing of metrics to a Prometheus PushGateway.
PrometheusPushGatewayManager(PushGateway, CollectorRegistry, Duration, String, Map<String, String>, PrometheusPushGatewayManager.ShutdownOperation) - Constructor for class org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager
Create a new PrometheusPushGatewayManager instance using a single threaded TaskScheduler.
PrometheusPushGatewayManager(PushGateway, CollectorRegistry, TaskScheduler, Duration, String, Map<String, String>, PrometheusPushGatewayManager.ShutdownOperation) - Constructor for class org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager
Create a new PrometheusPushGatewayManager instance.
PrometheusPushGatewayManager.ShutdownOperation - Enum in org.springframework.boot.actuate.metrics.export.prometheus
The operation that should be performed on shutdown.
PrometheusScrapeEndpoint - Class in org.springframework.boot.actuate.metrics.export.prometheus
@Endpoint that outputs metrics in a format that can be scraped by the Prometheus server.
PrometheusScrapeEndpoint(CollectorRegistry) - Constructor for class org.springframework.boot.actuate.metrics.export.prometheus.PrometheusScrapeEndpoint
 
PrometheusScrapeEndpointConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusMetricsExportAutoConfiguration.PrometheusScrapeEndpointConfiguration
 
PromptCommand - Class in org.springframework.boot.cli.command.shell
Command to change the Shell prompt.
PromptCommand(ShellPrompts) - Constructor for class org.springframework.boot.cli.command.shell.PromptCommand
 
properties(String...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Default properties for the environment in the form key=value or key:value.
properties(Properties) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Default properties for the environment in the form key=value or key:value.
properties(Map<String, Object>) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Default properties for the environment.
properties(Map<String, ?>) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
Generic properties for standard JPA or vendor-specific configuration.
PropertiesConfigAdapter<T> - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.properties
Base class for properties to config adapters.
PropertiesConfigAdapter(T) - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PropertiesConfigAdapter
Create a new PropertiesConfigAdapter instance.
PropertiesLauncher - Class in org.springframework.boot.loader
Launcher for archives with user-configured classpath and main class via a properties file.
PropertiesLauncher() - Constructor for class org.springframework.boot.loader.PropertiesLauncher
 
propertiesMeterFilter(MetricsProperties) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsAutoConfiguration
 
PropertiesMeterFilter - Class in org.springframework.boot.actuate.autoconfigure.metrics
MeterFilter to apply settings from MetricsProperties.
PropertiesMeterFilter(MetricsProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.PropertiesMeterFilter
 
PropertiesPropertySourceLoader - Class in org.springframework.boot.env
Strategy to load '.properties' files into a PropertySource.
PropertiesPropertySourceLoader() - Constructor for class org.springframework.boot.env.PropertiesPropertySourceLoader
 
PropertyMapper - Class in org.springframework.boot.context.properties
Utility that can be used to map values from a supplied source to a destination.
PropertyMapper.Source<T> - Class in org.springframework.boot.context.properties
A source that is in the process of being mapped.
PropertyMapper.SourceOperator - Interface in org.springframework.boot.context.properties
An operation that can be applied to a PropertyMapper.Source.
PropertyMapping - Annotation Type in org.springframework.boot.test.autoconfigure.properties
Indicates that attributes from a test annotation should be mapped into a @PropertySource.
PropertyPlaceholderAutoConfiguration - Class in org.springframework.boot.autoconfigure.context
PropertyPlaceholderAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration
 
PropertySourceLoader - Interface in org.springframework.boot.env
Strategy interface located via SpringFactoriesLoader and used to load a PropertySource.
PropertySourceOrigin - Class in org.springframework.boot.origin
PropertySourceOrigin(PropertySource<?>, String) - Constructor for class org.springframework.boot.origin.PropertySourceOrigin
Create a new PropertySourceOrigin instance.
propertySourcesPlaceholderConfigurer() - Static method in class org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration
 
propertySourcesPlaceholderConfigurer() - Static method in class org.springframework.boot.devtools.remote.client.RemoteClientConfiguration
 
PropertySourcesPlaceholdersResolver - Class in org.springframework.boot.context.properties.bind
PlaceholdersResolver to resolve placeholders from PropertySources.
PropertySourcesPlaceholdersResolver(Environment) - Constructor for class org.springframework.boot.context.properties.bind.PropertySourcesPlaceholdersResolver
 
PropertySourcesPlaceholdersResolver(Iterable<PropertySource<?>>) - Constructor for class org.springframework.boot.context.properties.bind.PropertySourcesPlaceholdersResolver
 
PropertySourcesPlaceholdersResolver(Iterable<PropertySource<?>>, PropertyPlaceholderHelper) - Constructor for class org.springframework.boot.context.properties.bind.PropertySourcesPlaceholdersResolver
 
PropertySummaryDescriptor(String, Object) - Constructor for class org.springframework.boot.actuate.env.EnvironmentEndpoint.PropertySummaryDescriptor
 
PROVIDED - Static variable in interface org.springframework.boot.loader.tools.LibraryScope
The library is needed for compile but is usually provided when running.
Provider() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
 
Proxy() - Constructor for class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties.Proxy
 
Proxy() - Constructor for class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties.Proxy
 
Proxy() - Constructor for class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Proxy
 
publish(AuditEvent) - Method in class org.springframework.boot.actuate.security.AbstractAuthenticationAuditListener
 
publish(AuditEvent) - Method in class org.springframework.boot.actuate.security.AbstractAuthorizationAuditListener
 
publishUnchangedMeters() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdPropertiesConfigAdapter
 
Pushgateway() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties.Pushgateway
 
pushPrompt(String) - Method in class org.springframework.boot.cli.command.shell.ShellPrompts
Push a new prompt to be used by the shell.
PushRegistryProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.properties
Base class for properties that configure a metrics registry that pushes aggregated metrics on a regular interval.
PushRegistryProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PushRegistryProperties
 
PushRegistryPropertiesConfigAdapter<T extends PushRegistryProperties> - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.properties
Base class for PushRegistryProperties to PushRegistryConfig adapters.
PushRegistryPropertiesConfigAdapter(T) - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PushRegistryPropertiesConfigAdapter
 
put(Object, Object) - Method in class org.springframework.boot.context.properties.source.MapConfigurationPropertySource
Add an individual entry.
put(String, Object, Object...) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Create or update a resource by PUTting the given object to the URI.
put(String, Object, Map<String, ?>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Creates a new resource by PUTting the given object to URI template.
put(URI, Object) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Creates a new resource by PUTting the given object to URL.
putAll(Map<?, ?>) - Method in class org.springframework.boot.context.properties.source.MapConfigurationPropertySource
Add all entries from the specified map.
putAll(Map<String, List<String>>) - Method in class org.springframework.boot.logging.LoggerGroups
 

Q

QuartzAutoConfiguration - Class in org.springframework.boot.autoconfigure.quartz
Auto-configuration for Quartz Scheduler.
QuartzAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.quartz.QuartzAutoConfiguration
 
QuartzAutoConfiguration.JdbcStoreTypeConfiguration - Class in org.springframework.boot.autoconfigure.quartz
 
QuartzDataSource - Annotation Type in org.springframework.boot.autoconfigure.quartz
Qualifier annotation for a DataSource to be injected into Quartz auto-configuration.
quartzDataSourceInitializer(DataSource, ObjectProvider<DataSource>, ResourceLoader, QuartzProperties) - Method in class org.springframework.boot.autoconfigure.quartz.QuartzAutoConfiguration.JdbcStoreTypeConfiguration
 
QuartzDataSourceInitializer - Class in org.springframework.boot.autoconfigure.quartz
Initialize the Quartz Scheduler schema.
QuartzDataSourceInitializer(DataSource, ResourceLoader, QuartzProperties) - Constructor for class org.springframework.boot.autoconfigure.quartz.QuartzDataSourceInitializer
 
QuartzProperties - Class in org.springframework.boot.autoconfigure.quartz
Configuration properties for the Quartz Scheduler integration.
QuartzProperties() - Constructor for class org.springframework.boot.autoconfigure.quartz.QuartzProperties
 
QuartzProperties.Jdbc - Class in org.springframework.boot.autoconfigure.quartz
 
quartzScheduler(QuartzProperties, ObjectProvider<SchedulerFactoryBeanCustomizer>, ObjectProvider<JobDetail>, Map<String, Calendar>, ObjectProvider<Trigger>, ApplicationContext) - Method in class org.springframework.boot.autoconfigure.quartz.QuartzAutoConfiguration
 
queueCapacity(int) - Method in class org.springframework.boot.task.TaskExecutorBuilder
Set the capacity of the queue.

R

RabbitAutoConfiguration - Class in org.springframework.boot.autoconfigure.amqp
Auto-configuration for RabbitTemplate.
RabbitAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration
 
RabbitAutoConfiguration.MessagingTemplateConfiguration - Class in org.springframework.boot.autoconfigure.amqp
 
RabbitAutoConfiguration.RabbitConnectionFactoryCreator - Class in org.springframework.boot.autoconfigure.amqp
 
RabbitAutoConfiguration.RabbitTemplateConfiguration - Class in org.springframework.boot.autoconfigure.amqp
 
RabbitCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
CompilerAutoConfiguration for Spring Rabbit.
RabbitCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.RabbitCompilerAutoConfiguration
 
rabbitConnectionFactory(RabbitProperties, ObjectProvider<ConnectionNameStrategy>) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitConnectionFactoryCreator
 
RabbitConnectionFactoryCreator() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitConnectionFactoryCreator
 
rabbitConnectionFactoryMetricsPostProcessor(ApplicationContext) - Static method in class org.springframework.boot.actuate.autoconfigure.metrics.amqp.RabbitMetricsAutoConfiguration
 
rabbitHealthContributor(Map<String, RabbitTemplate>) - Method in class org.springframework.boot.actuate.autoconfigure.amqp.RabbitHealthContributorAutoConfiguration
 
RabbitHealthContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.amqp
RabbitHealthContributorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.amqp.RabbitHealthContributorAutoConfiguration
 
RabbitHealthIndicator - Class in org.springframework.boot.actuate.amqp
Simple implementation of a HealthIndicator returning status information for the RabbitMQ messaging system.
RabbitHealthIndicator(RabbitTemplate) - Constructor for class org.springframework.boot.actuate.amqp.RabbitHealthIndicator
 
rabbitMessagingTemplate(RabbitTemplate) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.MessagingTemplateConfiguration
 
RabbitMetrics - Class in org.springframework.boot.actuate.metrics.amqp
A MeterBinder for RabbitMQ Java Client metrics.
RabbitMetrics(ConnectionFactory, Iterable<Tag>) - Constructor for class org.springframework.boot.actuate.metrics.amqp.RabbitMetrics
Create a new meter binder recording the specified ConnectionFactory.
RabbitMetricsAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.amqp
Auto-configuration for metrics on all available connection factories.
RabbitMetricsAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.amqp.RabbitMetricsAutoConfiguration
 
RabbitProperties - Class in org.springframework.boot.autoconfigure.amqp
Configuration properties for Rabbit.
RabbitProperties() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
RabbitProperties.AmqpContainer - Class in org.springframework.boot.autoconfigure.amqp
 
RabbitProperties.Cache - Class in org.springframework.boot.autoconfigure.amqp
 
RabbitProperties.Cache.Channel - Class in org.springframework.boot.autoconfigure.amqp
 
RabbitProperties.Cache.Connection - Class in org.springframework.boot.autoconfigure.amqp
 
RabbitProperties.ContainerType - Enum in org.springframework.boot.autoconfigure.amqp
 
RabbitProperties.DirectContainer - Class in org.springframework.boot.autoconfigure.amqp
Configuration properties for DirectMessageListenerContainer.
RabbitProperties.Listener - Class in org.springframework.boot.autoconfigure.amqp
 
RabbitProperties.ListenerRetry - Class in org.springframework.boot.autoconfigure.amqp
 
RabbitProperties.Retry - Class in org.springframework.boot.autoconfigure.amqp
 
RabbitProperties.SimpleContainer - Class in org.springframework.boot.autoconfigure.amqp
Configuration properties for SimpleMessageListenerContainer.
RabbitProperties.Ssl - Class in org.springframework.boot.autoconfigure.amqp
 
RabbitProperties.Template - Class in org.springframework.boot.autoconfigure.amqp
 
RabbitRetryTemplateCustomizer - Interface in org.springframework.boot.autoconfigure.amqp
Callback interface that can be used to customize a RetryTemplate used as part of the Rabbit infrastructure.
RabbitRetryTemplateCustomizer.Target - Enum in org.springframework.boot.autoconfigure.amqp
Define the available target for a RetryTemplate.
rabbitTemplate(RabbitProperties, ObjectProvider<MessageConverter>, ObjectProvider<RabbitRetryTemplateCustomizer>, ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitTemplateConfiguration
 
RabbitTemplateConfiguration() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitTemplateConfiguration
 
RANDOM_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.boot.env.RandomValuePropertySource
Name of the random PropertySource.
RandomAccessData - Interface in org.springframework.boot.loader.data
Interface that provides read-only random access to some underlying data.
RandomAccessDataFile - Class in org.springframework.boot.loader.data
RandomAccessData implementation backed by a RandomAccessFile.
RandomAccessDataFile(File) - Constructor for class org.springframework.boot.loader.data.RandomAccessDataFile
Create a new RandomAccessDataFile backed by the specified file.
RandomValuePropertySource - Class in org.springframework.boot.env
PropertySource that returns a random value for any property that starts with "random.".
RandomValuePropertySource() - Constructor for class org.springframework.boot.env.RandomValuePropertySource
 
RandomValuePropertySource(String) - Constructor for class org.springframework.boot.env.RandomValuePropertySource
 
Reactive() - Constructor for class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Reactive
 
reactiveCassandraSession(Session) - Method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraReactiveDataAutoConfiguration
 
reactiveCassandraSessionFactory(ReactiveSession) - Method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraReactiveDataAutoConfiguration
 
reactiveCassandraTemplate(ReactiveSession, CassandraConverter) - Method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraReactiveDataAutoConfiguration
 
ReactiveCloudFoundryActuatorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive
Auto-configuration to expose actuator endpoints for Cloud Foundry to use in a reactive environment.
ReactiveCloudFoundryActuatorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive.ReactiveCloudFoundryActuatorAutoConfiguration
 
reactiveElasticsearchClient(ClientConfiguration) - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ReactiveRestClientAutoConfiguration
 
ReactiveElasticsearchRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.elasticsearch
Auto-configuration for Spring Data's Elasticsearch Reactive Repositories.
ReactiveElasticsearchRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.elasticsearch.ReactiveElasticsearchRepositoriesAutoConfiguration
 
reactiveGridFsTemplate(ReactiveMongoDatabaseFactory, MappingMongoConverter, DataBufferFactory) - Method in class org.springframework.boot.autoconfigure.data.mongo.MongoReactiveDataAutoConfiguration
 
ReactiveHealthContributor - Interface in org.springframework.boot.actuate.health
Tagging interface for classes that contribute to health components to the results returned from the HealthEndpoint.
ReactiveHealthContributorRegistry - Interface in org.springframework.boot.actuate.health
ReactiveHealthEndpointWebExtension - Class in org.springframework.boot.actuate.health
ReactiveHealthEndpointWebExtension(ReactiveHealthIndicator, HealthWebEndpointResponseMapper) - Constructor for class org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension
ReactiveHealthEndpointWebExtension(ReactiveHealthContributorRegistry, HealthEndpointGroups) - Constructor for class org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension
Create a new ReactiveHealthEndpointWebExtension instance.
ReactiveHealthIndicator - Interface in org.springframework.boot.actuate.health
Strategy interface used to contribute Health to the results returned from the reactive variant of the HealthEndpoint.
ReactiveHealthIndicatorRegistry - Interface in org.springframework.boot.actuate.health
Deprecated.
since 2.2.0 in favor of a ReactiveHealthContributorRegistry
ReactiveHealthIndicatorRegistryFactory - Class in org.springframework.boot.actuate.health
Deprecated.
ReactiveHealthIndicatorRegistryFactory(Function<String, String>) - Constructor for class org.springframework.boot.actuate.health.ReactiveHealthIndicatorRegistryFactory
Deprecated.
 
ReactiveHealthIndicatorRegistryFactory() - Constructor for class org.springframework.boot.actuate.health.ReactiveHealthIndicatorRegistryFactory
Deprecated.
 
ReactiveManagementChildContextConfiguration - Class in org.springframework.boot.actuate.autoconfigure.web.reactive
@ManagementContextConfiguration for reactive web infrastructure when a separate management context with a web server running on a different port is required.
ReactiveManagementChildContextConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.web.reactive.ReactiveManagementChildContextConfiguration
 
ReactiveManagementContextAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.web.reactive
Auto-configuration for Reactive-specific management context concerns.
ReactiveManagementContextAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.web.reactive.ReactiveManagementContextAutoConfiguration
 
ReactiveManagementWebSecurityAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.security.reactive
Auto-configuration for Reactive Spring Security when actuator is on the classpath.
ReactiveManagementWebSecurityAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.security.reactive.ReactiveManagementWebSecurityAutoConfiguration
 
reactiveManagementWebServerFactoryCustomizer(ListableBeanFactory) - Method in class org.springframework.boot.actuate.autoconfigure.web.reactive.ReactiveManagementChildContextConfiguration
 
ReactiveMongoClientFactory - Class in org.springframework.boot.autoconfigure.mongo
A factory for a reactive MongoClient that applies MongoProperties.
ReactiveMongoClientFactory(MongoProperties, Environment, List<MongoClientSettingsBuilderCustomizer>) - Constructor for class org.springframework.boot.autoconfigure.mongo.ReactiveMongoClientFactory
 
reactiveMongoDatabaseFactory(MongoProperties, MongoClient) - Method in class org.springframework.boot.autoconfigure.data.mongo.MongoReactiveDataAutoConfiguration
 
reactiveMongoTemplate(ReactiveMongoDatabaseFactory, MongoConverter) - Method in class org.springframework.boot.autoconfigure.data.mongo.MongoReactiveDataAutoConfiguration
 
ReactiveOAuth2ClientAutoConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.client.reactive
Auto-configuration for Spring Security's Reactive OAuth2 client.
ReactiveOAuth2ClientAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.reactive.ReactiveOAuth2ClientAutoConfiguration
 
ReactiveOAuth2ResourceServerAutoConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.resource.reactive
Auto-configuration for Reactive OAuth2 resource server support.
ReactiveOAuth2ResourceServerAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.reactive.ReactiveOAuth2ResourceServerAutoConfiguration
 
reactiveRedisTemplate(ReactiveRedisConnectionFactory, ResourceLoader) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisReactiveAutoConfiguration
 
ReactiveRestClientAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.elasticsearch
Auto-configuration for Elasticsearch Reactive REST clients.
ReactiveRestClientAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.elasticsearch.ReactiveRestClientAutoConfiguration
 
ReactiveRestClientProperties - Class in org.springframework.boot.autoconfigure.data.elasticsearch
Configuration properties for Elasticsearch Reactive REST clients.
ReactiveRestClientProperties() - Constructor for class org.springframework.boot.autoconfigure.data.elasticsearch.ReactiveRestClientProperties
 
ReactiveSecurityAutoConfiguration - Class in org.springframework.boot.autoconfigure.security.reactive
Auto-configuration for Spring Security in a reactive application.
ReactiveSecurityAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.reactive.ReactiveSecurityAutoConfiguration
 
reactiveStreamsMongoClient(MongoProperties, Environment, ObjectProvider<MongoClientSettingsBuilderCustomizer>, ObjectProvider<MongoClientSettings>) - Method in class org.springframework.boot.autoconfigure.mongo.MongoReactiveAutoConfiguration
 
ReactiveStreamsMongoClientDependsOnBeanFactoryPostProcessor - Class in org.springframework.boot.autoconfigure.data.mongo
BeanFactoryPostProcessor to automatically set up the recommended dependsOn configuration for Mongo clients when used embedded Mongo.
ReactiveStreamsMongoClientDependsOnBeanFactoryPostProcessor(String...) - Constructor for class org.springframework.boot.autoconfigure.data.mongo.ReactiveStreamsMongoClientDependsOnBeanFactoryPostProcessor
ReactiveStreamsMongoClientDependsOnBeanFactoryPostProcessor(Class<?>...) - Constructor for class org.springframework.boot.autoconfigure.data.mongo.ReactiveStreamsMongoClientDependsOnBeanFactoryPostProcessor
Creates a new ReactiveStreamsMongoClientDependsOnBeanFactoryPostProcessor that will set up dependencies upon beans with the given types.
reactiveStringRedisTemplate(ReactiveRedisConnectionFactory) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisReactiveAutoConfiguration
 
reactiveUserDetailsService(SecurityProperties, ObjectProvider<PasswordEncoder>) - Method in class org.springframework.boot.autoconfigure.security.reactive.ReactiveUserDetailsServiceAutoConfiguration
 
ReactiveUserDetailsServiceAutoConfiguration - Class in org.springframework.boot.autoconfigure.security.reactive
Default user @Configuration for a reactive web application.
ReactiveUserDetailsServiceAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.reactive.ReactiveUserDetailsServiceAutoConfiguration
 
ReactiveWebApplicationContext - Interface in org.springframework.boot.web.reactive.context
Interface to provide configuration for a reactive web application.
ReactiveWebApplicationContextRunner - Class in org.springframework.boot.test.context.runner
ReactiveWebApplicationContextRunner() - Constructor for class org.springframework.boot.test.context.runner.ReactiveWebApplicationContextRunner
Create a new ReactiveWebApplicationContextRunner instance using a AnnotationConfigReactiveWebApplicationContext as the underlying source.
ReactiveWebApplicationContextRunner(Supplier<ConfigurableReactiveWebApplicationContext>) - Constructor for class org.springframework.boot.test.context.runner.ReactiveWebApplicationContextRunner
Create a new ApplicationContextRunner instance using the specified contextFactory as the underlying source.
reactiveWebChildContextFactory() - Method in class org.springframework.boot.actuate.autoconfigure.web.reactive.ReactiveManagementContextAutoConfiguration
 
ReactiveWebMergedContextConfiguration - Class in org.springframework.boot.test.context
Encapsulates the merged context configuration declared on a test class and all of its superclasses for a reactive web application.
ReactiveWebMergedContextConfiguration(MergedContextConfiguration) - Constructor for class org.springframework.boot.test.context.ReactiveWebMergedContextConfiguration
 
ReactiveWebServerApplicationContext - Class in org.springframework.boot.web.reactive.context
A GenericReactiveWebApplicationContext that can be used to bootstrap itself from a contained ReactiveWebServerFactory bean.
ReactiveWebServerApplicationContext() - Constructor for class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
ReactiveWebServerApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
Create a new ReactiveWebServerApplicationContext with the given DefaultListableBeanFactory.
ReactiveWebServerFactory - Interface in org.springframework.boot.web.reactive.server
Factory interface that can be used to create a reactive WebServer.
ReactiveWebServerFactoryAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.reactive
Auto-configuration for a reactive web server.
ReactiveWebServerFactoryAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryAutoConfiguration
 
ReactiveWebServerFactoryAutoConfiguration.BeanPostProcessorsRegistrar - Class in org.springframework.boot.autoconfigure.web.reactive
reactiveWebServerFactoryCustomizer(ServerProperties) - Method in class org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryAutoConfiguration
 
ReactiveWebServerFactoryCustomizer - Class in org.springframework.boot.autoconfigure.web.reactive
WebServerFactoryCustomizer to apply ServerProperties to reactive servers.
ReactiveWebServerFactoryCustomizer(ServerProperties) - Constructor for class org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryCustomizer
 
ReactiveWebServerInitializedEvent - Class in org.springframework.boot.web.reactive.context
Event to be published after the ReactiveWebServerApplicationContext is refreshed and the WebServer is ready.
ReactiveWebServerInitializedEvent(WebServer, ReactiveWebServerApplicationContext) - Constructor for class org.springframework.boot.web.reactive.context.ReactiveWebServerInitializedEvent
 
read() - Method in interface org.springframework.boot.loader.data.RandomAccessData
Reads all the data and returns it as a byte array.
read(long, long) - Method in interface org.springframework.boot.loader.data.RandomAccessData
Reads the length bytes of data starting at the given offset.
read() - Method in class org.springframework.boot.loader.data.RandomAccessDataFile
 
read(long, long) - Method in class org.springframework.boot.loader.data.RandomAccessDataFile
 
read(String) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Return ObjectContent from reading from the specified classpath resource.
read(File) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Return ObjectContent from reading from the specified file.
read(InputStream) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Return ObjectContent from reading from the specified input stream.
read(Resource) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Return ObjectContent from reading from the specified resource.
read(Reader) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Return ObjectContent from reading from the specified reader.
readObject(String) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Return the object created from reading from the specified classpath resource.
readObject(File) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Return the object created from reading from the specified file.
readObject(InputStream) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Return the object created from reading from the specified input stream.
readObject(Resource) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Return the object created from reading from the specified resource.
readObject(Reader) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Return the object created from reading from the specified reader.
readObject(InputStream, ResolvableType) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Read from the specified input stream to create an object of the specified type.
readObject(Reader, ResolvableType) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Read from the specified reader to create an object of the specified type.
readObject(Reader, ResolvableType) - Method in class org.springframework.boot.test.json.GsonTester
 
readObject(InputStream, ResolvableType) - Method in class org.springframework.boot.test.json.JacksonTester
 
readObject(Reader, ResolvableType) - Method in class org.springframework.boot.test.json.JacksonTester
 
readObject(Reader, ResolvableType) - Method in class org.springframework.boot.test.json.JsonbTester
 
ReadOperation - Annotation Type in org.springframework.boot.actuate.endpoint.annotation
Identifies a method on an @Endpoint as being a read operation.
readPublicKey() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
 
readSettings() - Method in class org.springframework.boot.cli.compiler.maven.MavenSettingsReader
 
rebuild() - Method in class org.springframework.boot.actuate.integration.IntegrationGraphEndpoint
 
receivedRequest(TraceableRequest) - Method in class org.springframework.boot.actuate.trace.http.HttpExchangeTracer
Begins the tracing of the exchange that was initiated by the given request being received.
recordConditionEvaluation(String, Condition, ConditionOutcome) - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
Record the occurrence of condition evaluation.
recordEvaluationCandidates(List<String>) - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
Records the names of the classes that are candidates for condition evaluation.
recordExclusions(Collection<String>) - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
Records the names of the classes that have been excluded from condition evaluation.
Recovery() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosProperties.Recovery
 
Redis() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheProperties.Redis
 
RedisAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.redis
Auto-configuration for Spring Data's Redis support.
RedisAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration
 
RedisCacheManagerBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.cache
Callback interface that can be used to customize a RedisCacheManager.RedisCacheManagerBuilder.
redisHealthContributor(Map<String, RedisConnectionFactory>) - Method in class org.springframework.boot.actuate.autoconfigure.redis.RedisHealthContributorAutoConfiguration
 
redisHealthContributor() - Method in class org.springframework.boot.actuate.autoconfigure.redis.RedisReactiveHealthContributorAutoConfiguration
 
RedisHealthContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.redis
RedisHealthContributorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.redis.RedisHealthContributorAutoConfiguration
 
RedisHealthIndicator - Class in org.springframework.boot.actuate.redis
Simple implementation of a HealthIndicator returning status information for Redis data stores.
RedisHealthIndicator(RedisConnectionFactory) - Constructor for class org.springframework.boot.actuate.redis.RedisHealthIndicator
 
RedisProperties - Class in org.springframework.boot.autoconfigure.data.redis
Configuration properties for Redis.
RedisProperties() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
RedisProperties.Cluster - Class in org.springframework.boot.autoconfigure.data.redis
Cluster properties.
RedisProperties.Jedis - Class in org.springframework.boot.autoconfigure.data.redis
Jedis client properties.
RedisProperties.Lettuce - Class in org.springframework.boot.autoconfigure.data.redis
Lettuce client properties.
RedisProperties.Pool - Class in org.springframework.boot.autoconfigure.data.redis
Pool properties.
RedisProperties.Sentinel - Class in org.springframework.boot.autoconfigure.data.redis
Redis sentinel properties.
RedisReactiveAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.redis
Auto-configuration for Spring Data's reactive Redis support.
RedisReactiveAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisReactiveAutoConfiguration
 
RedisReactiveHealthContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.redis
RedisReactiveHealthIndicator - Class in org.springframework.boot.actuate.redis
RedisReactiveHealthIndicator(ReactiveRedisConnectionFactory) - Constructor for class org.springframework.boot.actuate.redis.RedisReactiveHealthIndicator
 
RedisRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.redis
Auto-configuration for Spring Data's Redis Repositories.
RedisRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisRepositoriesAutoConfiguration
 
RedisSessionProperties - Class in org.springframework.boot.autoconfigure.session
Configuration properties for Redis backed Spring Session.
RedisSessionProperties() - Constructor for class org.springframework.boot.autoconfigure.session.RedisSessionProperties
 
RedisSessionProperties.ConfigureAction - Enum in org.springframework.boot.autoconfigure.session
Strategies for configuring and validating Redis.
redisTemplate(RedisConnectionFactory) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration
 
ReflectiveOperationInvoker - Class in org.springframework.boot.actuate.endpoint.invoke.reflect
An OperationInvoker that invokes an operation using reflection.
ReflectiveOperationInvoker(Object, OperationMethod, ParameterValueMapper) - Constructor for class org.springframework.boot.actuate.endpoint.invoke.reflect.ReflectiveOperationInvoker
Creates a new ReflectiveOperationInvoker that will invoke the given method on the given target.
refresh(ApplicationContext) - Method in class org.springframework.boot.SpringApplication
Refresh the underlying ApplicationContext.
refresh(E) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Refresh the state of the instance from the database, overwriting changes made to the entity, if any.
refresh() - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
 
refresh() - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
 
register(String, HealthIndicator) - Method in class org.springframework.boot.actuate.health.DefaultHealthIndicatorRegistry
Deprecated.
 
register(String, ReactiveHealthIndicator) - Method in class org.springframework.boot.actuate.health.DefaultReactiveHealthIndicatorRegistry
Deprecated.
 
register(String, HealthIndicator) - Method in interface org.springframework.boot.actuate.health.HealthIndicatorRegistry
Deprecated.
Registers the given HealthIndicator, associating it with the given name.
register(String, ReactiveHealthIndicator) - Method in interface org.springframework.boot.actuate.health.ReactiveHealthIndicatorRegistry
Deprecated.
Registers the given ReactiveHealthIndicator, associating it with the given name.
register(BeanDefinitionRegistry, String...) - Static method in class org.springframework.boot.autoconfigure.AutoConfigurationPackages
Programmatically registers the auto-configuration package names.
register(BeanDefinitionRegistry, String...) - Static method in class org.springframework.boot.autoconfigure.domain.EntityScanPackages
Register the specified entity scan packages with the system.
register(BeanDefinitionRegistry, Collection<String>) - Static method in class org.springframework.boot.autoconfigure.domain.EntityScanPackages
Register the specified entity scan packages with the system.
register(BeanDefinitionRegistry) - Static method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
Register a ConfigurationPropertiesBindingPostProcessor bean if one is not already registered.
register(BeanDefinitionRegistry) - Static method in class org.springframework.boot.test.mock.mockito.MockitoPostProcessor
Register the processor with a BeanDefinitionRegistry.
register(BeanDefinitionRegistry, Set<Definition>) - Static method in class org.springframework.boot.test.mock.mockito.MockitoPostProcessor
Register the processor with a BeanDefinitionRegistry.
register(BeanDefinitionRegistry, Class<? extends MockitoPostProcessor>, Set<Definition>) - Static method in class org.springframework.boot.test.mock.mockito.MockitoPostProcessor
Register the processor with a BeanDefinitionRegistry.
register(Class<?>...) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
Register one or more annotated classes to be processed.
register(Class<?>...) - Method in class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
Register one or more annotated classes to be processed.
register(Class<?>...) - Method in class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
Register one or more annotated classes to be processed.
register(String, ServletContext) - Method in class org.springframework.boot.web.servlet.DynamicRegistrationBean
 
register(String, ServletContext) - Method in class org.springframework.boot.web.servlet.RegistrationBean
Register this bean with the servlet context.
register(String, ServletContext) - Method in class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
 
REGISTER_SHUTDOWN_HOOK_PROPERTY - Static variable in class org.springframework.boot.context.logging.LoggingApplicationListener
The name of the Spring property that controls the registration of a shutdown hook to shut down the logging system when the JVM exits.
registerBean(String, Class<T>, Supplier<T>, BeanDefinitionCustomizer...) - Method in class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
 
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry, BeanNameGenerator) - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
 
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryAutoConfiguration.BeanPostProcessorsRegistrar
 
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration.BeanPostProcessorsRegistrar
 
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessorRegistrar
Deprecated.
 
registerContributor(String, C) - Method in interface org.springframework.boot.actuate.health.ContributorRegistry
Register a contributor with the given name.
registerConverter(ConverterRegistry) - Static method in class org.springframework.boot.actuate.endpoint.invoke.convert.IsoOffsetDateTimeConverter
 
registerErrorPages(ErrorPageRegistry) - Method in interface org.springframework.boot.web.server.ErrorPageRegistrar
Register pages as required with the given registry.
registerHandlerMethod(Object, Method, RequestMappingInfo) - Method in class org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping
 
registerHandlerMethod(Object, Method, RequestMappingInfo) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping
 
registerJsonComponents() - Method in class org.springframework.boot.jackson.JsonComponentModule
 
registerLoggedException(Throwable) - Method in class org.springframework.boot.SpringApplication
Register that the given exception has been logged.
registerShutdownHook(boolean) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Sets if the created ApplicationContext should have a shutdown hook registered.
registerUrlProtocolHandler() - Static method in class org.springframework.boot.loader.jar.JarFile
Register a 'java.protocol.handler.pkgs' property so that a URLStreamHandler will be located to deal with jar URLs.
Registration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
 
Registration() - Constructor for class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration
 
RegistrationBean - Class in org.springframework.boot.web.servlet
Base class for Servlet 3.0+ based registration beans.
RegistrationBean() - Constructor for class org.springframework.boot.web.servlet.RegistrationBean
 
RegistrationMappingDescription<T extends Registration> - Class in org.springframework.boot.actuate.web.mappings.servlet
A mapping description derived from a Registration.
RegistrationMappingDescription(T) - Constructor for class org.springframework.boot.actuate.web.mappings.servlet.RegistrationMappingDescription
Creates a new RegistrationMappingDescription derived from the given registration and with the given predicate.
reinitialize(LoggingInitializationContext) - Method in class org.springframework.boot.logging.AbstractLoggingSystem
Reinitialize the logging system if required.
reinitialize(LoggingInitializationContext) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
reinitialize(LoggingInitializationContext) - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
 
relaunch(ClassLoader) - Method in class org.springframework.boot.devtools.restart.Restarter
Relaunch the application using the specified classloader.
RemoteClientConfiguration - Class in org.springframework.boot.devtools.remote.client
Configuration used to connect to remote Spring Boot applications.
RemoteClientConfiguration(DevToolsProperties) - Constructor for class org.springframework.boot.devtools.remote.client.RemoteClientConfiguration
 
remoteDevToolsAccessManager() - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsAutoConfiguration
 
RemoteDevToolsAutoConfiguration - Class in org.springframework.boot.devtools.autoconfigure
Auto-configuration for remote development support.
RemoteDevToolsAutoConfiguration(DevToolsProperties) - Constructor for class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsAutoConfiguration
 
remoteDevToolsDispatcherFilter(AccessManager, Collection<HandlerMapper>) - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsAutoConfiguration
 
remoteDevToolsHealthCheckHandlerMapper(ServerProperties) - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsAutoConfiguration
 
RemoteDevToolsProperties - Class in org.springframework.boot.devtools.autoconfigure
Configuration properties for remote Spring Boot applications.
RemoteDevToolsProperties() - Constructor for class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
 
RemoteDevToolsProperties.Proxy - Class in org.springframework.boot.devtools.autoconfigure
 
RemoteDevToolsProperties.Restart - Class in org.springframework.boot.devtools.autoconfigure
 
RemoteSpringApplication - Class in org.springframework.boot.devtools
Application that can be used to establish a link to remotely running Spring Boot code.
remove(String) - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles.SourceFolder
 
remove(Object) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Remove the entity instance.
remove(String) - Method in class org.springframework.boot.web.server.MimeMappings
Remove an existing mapping.
removeAttribute(String) - Method in class org.springframework.boot.devtools.restart.Restarter
 
removeDuplicates(List<T>) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
removeDuplicatesFromOutputDirectory(File, File) - Static method in class org.springframework.boot.loader.tools.FileUtils
Utility to remove duplicate files from an "output" directory if they already exist in an "origin".
removeListener(TunnelClientListener) - Method in class org.springframework.boot.devtools.tunnel.client.TunnelClient
 
renderDefaultErrorView(ServerResponse.BodyBuilder, Map<String, Object>) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
Render a default HTML "Whitelabel Error Page".
renderErrorResponse(ServerRequest) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
Render the error information as a JSON payload.
renderErrorView(String, ServerResponse.BodyBuilder, Map<String, Object>) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
Render the given error data as a view, using a template view if available or a static HTML file if available otherwise.
renderErrorView(ServerRequest) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
Render the error information as an HTML view.
renderInternal(Map<String, Object>, MediaType, ServerWebExchange) - Method in class org.springframework.boot.web.reactive.result.view.MustacheView
 
renderMergedTemplateModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.boot.web.servlet.view.MustacheView
 
repackage(Libraries) - Method in class org.springframework.boot.loader.tools.Repackager
Repackage the source file so that it can be run using 'java -jar'.
repackage(File, Libraries) - Method in class org.springframework.boot.loader.tools.Repackager
Repackage to the given destination so that it can be launched using ' java -jar'.
repackage(File, Libraries, LaunchScript) - Method in class org.springframework.boot.loader.tools.Repackager
Repackage to the given destination so that it can be launched using ' java -jar'.
Repackager - Class in org.springframework.boot.loader.tools
Utility class that can be used to repackage an archive so that it can be executed using 'java -jar'.
Repackager(File) - Constructor for class org.springframework.boot.loader.tools.Repackager
 
Repackager(File, LayoutFactory) - Constructor for class org.springframework.boot.loader.tools.Repackager
 
Repackager.MainClassTimeoutWarningListener - Interface in org.springframework.boot.loader.tools
Callback interface used to present a warning when finding the main class takes too long.
RepackagingLayout - Interface in org.springframework.boot.loader.tools
A specialization of Layout that repackages an existing archive by moving its content to a new location.
replaceValue(Map<String, Object>, String, Object) - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Replace the value for the specified key if the value is not null.
replay(Log, Class<?>) - Static method in class org.springframework.boot.logging.DeferredLog
Replay from a source log to a destination log when the source is deferred.
replay(Log, Log) - Static method in class org.springframework.boot.logging.DeferredLog
Replay from a source log to a destination log when the source is deferred.
replayTo(Class<?>) - Method in class org.springframework.boot.logging.DeferredLog
Replay deferred logging to the specified destination.
replayTo(Log) - Method in class org.springframework.boot.logging.DeferredLog
Replay deferred logging to the specified destination.
report(FailureAnalysis) - Method in interface org.springframework.boot.diagnostics.FailureAnalysisReporter
Reports the given failureAnalysis to the user.
report(FailureAnalysis) - Method in class org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter
 
ReportableException - Exception in org.springframework.boot.cli.command.init
Exception with a message that can be reported to the user.
ReportableException(String) - Constructor for exception org.springframework.boot.cli.command.init.ReportableException
 
ReportableException(String, Throwable) - Constructor for exception org.springframework.boot.cli.command.init.ReportableException
 
reportException(Throwable) - Method in interface org.springframework.boot.SpringBootExceptionReporter
Report a startup failure to the user.
RepositoryConfiguration - Class in org.springframework.boot.cli.compiler.grape
The configuration of a repository.
RepositoryConfiguration(String, URI, boolean) - Constructor for class org.springframework.boot.cli.compiler.grape.RepositoryConfiguration
Creates a new RepositoryConfiguration instance.
RepositoryConfigurationFactory - Class in org.springframework.boot.cli.compiler
Factory used to create RepositoryConfigurations.
RepositoryRestMvcAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.rest
Auto-configuration for Spring Data Rest's MVC integration.
RepositoryRestMvcAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.rest.RepositoryRestMvcAutoConfiguration
 
RepositoryRestProperties - Class in org.springframework.boot.autoconfigure.data.rest
Configuration properties for Spring Data REST.
RepositoryRestProperties() - Constructor for class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
RepositorySystemSessionAutoConfiguration - Interface in org.springframework.boot.cli.compiler.grape
Strategy that can be used to apply some auto-configuration during the installation of an AetherGrapeEngine.
RepositoryType - Enum in org.springframework.boot.autoconfigure.data
Type of Spring Data repositories to enable.
Request(String, URI, Map<String, List<String>>, String) - Constructor for class org.springframework.boot.actuate.trace.http.HttpTrace.Request
Creates a fully-configured Request instance.
REQUEST_ATTRIBUTE - Static variable in enum org.springframework.boot.actuate.autoconfigure.cloudfoundry.AccessLevel
 
REQUEST_WRAPPER_FILTER_MAX_ORDER - Static variable in interface org.springframework.boot.web.reactive.filter.OrderedWebFilter
Filters that wrap the request should be ordered less than or equal to this.
REQUEST_WRAPPER_FILTER_MAX_ORDER - Static variable in interface org.springframework.boot.web.servlet.filter.OrderedFilter
Filters that wrap the servlet request should be ordered less than or equal to this.
requestContextFilter() - Method in class org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration
 
requestContextFilter() - Static method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
requestCustomizers(RestTemplateRequestCustomizer<?>...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Set the RestTemplateRequestCustomizers that should be applied to the ClientHttpRequest.
requestCustomizers(Collection<? extends RestTemplateRequestCustomizer<?>>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Set the RestTemplateRequestCustomizers that should be applied to the ClientHttpRequest.
requestFactory(Class<? extends ClientHttpRequestFactory>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Set the ClientHttpRequestFactory class that should be used with the RestTemplate.
requestFactory(Supplier<ClientHttpRequestFactory>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Set the Supplier of ClientHttpRequestFactory that should be called each time we RestTemplateBuilder.build() a new RestTemplate instance.
requestFactory(Supplier<ClientHttpRequestFactory>) - Method in class org.springframework.boot.webservices.client.HttpWebServiceMessageSenderBuilder
Set the Supplier of ClientHttpRequestFactory that should be called to create the HTTP-based WebServiceMessageSender.
RequestMappingConditionsDescription - Class in org.springframework.boot.actuate.web.mappings.reactive
Description of the conditions of a RequestMappingInfo.
RequestMappingConditionsDescription - Class in org.springframework.boot.actuate.web.mappings.servlet
Description of the conditions of a RequestMappingInfo.
RequestMappingConditionsDescription.MediaTypeExpressionDescription - Class in org.springframework.boot.actuate.web.mappings.reactive
A description of a MediaTypeExpression in a request mapping condition.
RequestMappingConditionsDescription.MediaTypeExpressionDescription - Class in org.springframework.boot.actuate.web.mappings.servlet
A description of a MediaTypeExpression in a request mapping condition.
RequestMappingConditionsDescription.NameValueExpressionDescription - Class in org.springframework.boot.actuate.web.mappings.reactive
A description of a NameValueExpression in a request mapping condition.
RequestMappingConditionsDescription.NameValueExpressionDescription - Class in org.springframework.boot.actuate.web.mappings.servlet
A description of a NameValueExpression in a request mapping condition.
requestMappingHandlerAdapter(ContentNegotiationManager, FormattingConversionService, Validator) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 
requestMappingHandlerMapping(ContentNegotiationManager, FormattingConversionService, ResourceUrlProvider) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 
requestMatcherProvider(JerseyApplicationPath) - Method in class org.springframework.boot.actuate.autoconfigure.security.servlet.SecurityRequestMatchersManagementContextConfiguration.JerseyRequestMatcherConfiguration
 
requestMatcherProvider(DispatcherServletPath) - Method in class org.springframework.boot.actuate.autoconfigure.security.servlet.SecurityRequestMatchersManagementContextConfiguration.MvcRequestMatcherConfiguration
 
RequestMatcherProvider - Interface in org.springframework.boot.autoconfigure.security.servlet
Interface that can be used to provide a RequestMatcher that can be used with Spring Security.
requiredViewClass() - Method in class org.springframework.boot.web.reactive.result.view.MustacheViewResolver
 
requiredViewClass() - Method in class org.springframework.boot.web.servlet.view.MustacheViewResolver
 
reset() - Static method in class org.springframework.boot.context.ApplicationPidFileWriter
Reset the created flag for testing purposes.
reset() - Method in class org.springframework.boot.test.rule.OutputCapture
Deprecated.
Discard all currently accumulated output.
reset() - Method in class org.springframework.boot.test.system.OutputCaptureRule
Deprecated.
since 2.2.0 with no replacement
reset() - Method in class org.springframework.boot.test.web.client.RootUriRequestExpectationManager
 
ResetMocksTestExecutionListener - Class in org.springframework.boot.test.mock.mockito
TestExecutionListener to reset any mock beans that have been marked with a MockReset.
ResetMocksTestExecutionListener() - Constructor for class org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener
 
resolve(Map, Map...) - Method in class org.springframework.boot.cli.compiler.grape.AetherGrapeEngine
 
resolve(Map, List, Map...) - Method in class org.springframework.boot.cli.compiler.grape.AetherGrapeEngine
 
resolveConfigLocation(Resource) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
Resolve the config location if set.
resolveConfigLocation() - Method in class org.springframework.boot.autoconfigure.hazelcast.HazelcastProperties
Resolve the config location if set.
resolveContextLoader(Class<?>, List<ContextConfigurationAttributes>) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
 
ResolveDependencyCoordinatesTransformation - Class in org.springframework.boot.cli.compiler
ASTTransformation to resolve @Grab artifact coordinates.
ResolveDependencyCoordinatesTransformation(DependencyResolutionContext) - Constructor for class org.springframework.boot.cli.compiler.ResolveDependencyCoordinatesTransformation
 
resolveErrorView(HttpServletRequest, HttpServletResponse, HttpStatus, Map<String, Object>) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.AbstractErrorController
Resolve any specific error views.
resolveErrorView(HttpServletRequest, HttpStatus, Map<String, Object>) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.DefaultErrorViewResolver
 
resolveErrorView(HttpServletRequest, HttpStatus, Map<String, Object>) - Method in interface org.springframework.boot.autoconfigure.web.servlet.error.ErrorViewResolver
Resolve an error view for the specified details.
resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.boot.web.servlet.error.DefaultErrorAttributes
 
resolveLinks(String) - Method in class org.springframework.boot.actuate.endpoint.web.EndpointLinksResolver
Resolves links to the known endpoints based on a request with the given requestUrl.
resolveParameter(ParameterContext, ExtensionContext) - Method in class org.springframework.boot.test.system.OutputCaptureExtension
 
resolvePath(String) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
Deprecated.
since 2.2.0 since this class no longer extends AbstractRefreshableConfigApplicationContext.
resolvePlaceholder(String) - Method in class org.springframework.boot.context.properties.bind.PropertySourcesPlaceholdersResolver
 
resolvePlaceholders(Object) - Method in interface org.springframework.boot.context.properties.bind.PlaceholdersResolver
Called to resolve any placeholders in the given value.
resolvePlaceholders(Object) - Method in class org.springframework.boot.context.properties.bind.PropertySourcesPlaceholdersResolver
 
resolvePlaceholders(String) - Static method in class org.springframework.boot.loader.util.SystemPropertyUtils
Resolve ${...} placeholders in the given text, replacing them with corresponding system property values.
resolvePlaceholders(Properties, String) - Static method in class org.springframework.boot.loader.util.SystemPropertyUtils
Resolve ${...} placeholders in the given text, replacing them with corresponding system property values.
Resource() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Resource
 
ResourceBanner - Class in org.springframework.boot
Banner implementation that prints from a source text Resource.
ResourceBanner(Resource) - Constructor for class org.springframework.boot.ResourceBanner
 
ResourceBundleCondition() - Constructor for class org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration.ResourceBundleCondition
 
ResourceCondition - Class in org.springframework.boot.autoconfigure.condition
SpringBootCondition used to check if a resource can be found using a configurable property and optional default location(s).
ResourceCondition(String, String, String...) - Constructor for class org.springframework.boot.autoconfigure.condition.ResourceCondition
Create a new condition.
ResourceConfigCustomizer - Interface in org.springframework.boot.autoconfigure.jersey
Callback interface that can be implemented by beans wishing to customize Jersey's ResourceConfig before it is used.
ResourceHandlerRegistrationCustomizer - Interface in org.springframework.boot.autoconfigure.web.reactive
Callback interface that can be used to customize ResourceHandlerRegistration.
resourceLoader(ResourceLoader) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
ResourceLoader for the application context.
ResourceProperties - Class in org.springframework.boot.autoconfigure.web
Properties used to configure resource handling.
ResourceProperties() - Constructor for class org.springframework.boot.autoconfigure.web.ResourceProperties
 
ResourceProperties.Cache - Class in org.springframework.boot.autoconfigure.web
Cache configuration.
ResourceProperties.Cache.Cachecontrol - Class in org.springframework.boot.autoconfigure.web
Cache Control HTTP header configuration.
ResourceProperties.Chain - Class in org.springframework.boot.autoconfigure.web
Configuration for the Spring Resource Handling chain.
ResourceProperties.Content - Class in org.springframework.boot.autoconfigure.web
Version Strategy based on content hashing.
ResourceProperties.Fixed - Class in org.springframework.boot.autoconfigure.web
Version Strategy based on a fixed version string.
ResourceProperties.Strategy - Class in org.springframework.boot.autoconfigure.web
Strategies for extracting and embedding a resource version in its URL path.
ResourceUtils - Class in org.springframework.boot.cli.util
Utilities for manipulating resource paths and URLs.
ResourceUtils() - Constructor for class org.springframework.boot.cli.util.ResourceUtils
 
respond(HttpStatus) - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
Send a HTTP status response.
respond(HttpTunnelPayload) - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
Send a payload response.
Response(int, Map<String, List<String>>) - Constructor for class org.springframework.boot.actuate.trace.http.HttpTrace.Response
Creates a fully-configured Response instance.
Restart() - Constructor for class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
Restart() - Constructor for class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Restart
 
restart() - Method in class org.springframework.boot.devtools.restart.Restarter
Restart the running application.
restart(FailureHandler) - Method in class org.springframework.boot.devtools.restart.Restarter
Restart the running application.
restart(Set<URL>, ClassLoaderFiles) - Method in class org.springframework.boot.devtools.restart.server.RestartServer
Called to restart the application.
RestartApplicationListener - Class in org.springframework.boot.devtools.restart
ApplicationListener to initialize the Restarter.
RestartApplicationListener() - Constructor for class org.springframework.boot.devtools.restart.RestartApplicationListener
 
RestartClassLoader - Class in org.springframework.boot.devtools.restart.classloader
Disposable ClassLoader used to support application restarting.
RestartClassLoader(ClassLoader, URL[]) - Constructor for class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
Create a new RestartClassLoader instance.
RestartClassLoader(ClassLoader, URL[], ClassLoaderFileRepository) - Constructor for class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
Create a new RestartClassLoader instance.
RestartClassLoader(ClassLoader, URL[], ClassLoaderFileRepository, Log) - Constructor for class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
Create a new RestartClassLoader instance.
Restarter - Class in org.springframework.boot.devtools.restart
Allows a running application to be restarted with an updated classpath.
Restarter(Thread, String[], boolean, RestartInitializer) - Constructor for class org.springframework.boot.devtools.restart.Restarter
Internal constructor to create a new Restarter instance.
RestartInitializer - Interface in org.springframework.boot.devtools.restart
Strategy interface used to initialize a Restarter.
RestartListener - Interface in org.springframework.boot.devtools.restart
Listener that is notified of application restarts.
RestartScope - Annotation Type in org.springframework.boot.devtools.restart
Restart @Scope Annotation used to indicate that a bean should remain between restarts.
RestartScopeInitializer - Class in org.springframework.boot.devtools.restart
Support for a 'restart' Scope that allows beans to remain between restarts.
RestartScopeInitializer() - Constructor for class org.springframework.boot.devtools.restart.RestartScopeInitializer
 
RestartServer - Class in org.springframework.boot.devtools.restart.server
Server used to restart the current application with updated ClassLoaderFiles.
RestartServer(SourceFolderUrlFilter) - Constructor for class org.springframework.boot.devtools.restart.server.RestartServer
Create a new RestartServer instance.
RestartServer(SourceFolderUrlFilter, ClassLoader) - Constructor for class org.springframework.boot.devtools.restart.server.RestartServer
Create a new RestartServer instance.
RestClientAutoConfiguration - Class in org.springframework.boot.autoconfigure.elasticsearch.rest
Auto-configuration for Elasticsearch REST clients.
RestClientAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.elasticsearch.rest.RestClientAutoConfiguration
 
RestClientBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.elasticsearch.rest
Callback interface that can be implemented by beans wishing to further customize the RestClient via a RestClientBuilder whilst retaining default auto-configuration.
RestClientProperties - Class in org.springframework.boot.autoconfigure.elasticsearch.rest
Configuration properties for Elasticsearch REST clients.
RestClientProperties() - Constructor for class org.springframework.boot.autoconfigure.elasticsearch.rest.RestClientProperties
 
RestClientTest - Annotation Type in org.springframework.boot.test.autoconfigure.web.client
Annotation for a Spring rest client test that focuses only on beans that use RestTemplateBuilder.
RestClientTypeExcludeFilter - Class in org.springframework.boot.test.autoconfigure.web.client
RestControllerEndpoint - Annotation Type in org.springframework.boot.actuate.endpoint.web.annotation
Identifies a type as being a REST endpoint that is only exposed over Spring MVC or Spring WebFlux.
RestDocsAutoConfiguration - Class in org.springframework.boot.test.autoconfigure.restdocs
Auto-configuration for Spring REST Docs.
RestDocsAutoConfiguration() - Constructor for class org.springframework.boot.test.autoconfigure.restdocs.RestDocsAutoConfiguration
 
RestDocsMockMvcBuilderCustomizer - Class in org.springframework.boot.test.autoconfigure.restdocs
A MockMvcBuilderCustomizer that configures Spring REST Docs.
RestDocsMockMvcConfigurationCustomizer - Interface in org.springframework.boot.test.autoconfigure.restdocs
A customizer for MockMvcRestDocumentationConfigurer.
RestDocsProperties - Class in org.springframework.boot.test.autoconfigure.restdocs
Configuration properties for Spring REST Docs.
RestDocsProperties() - Constructor for class org.springframework.boot.test.autoconfigure.restdocs.RestDocsProperties
 
RestDocsRestAssuredConfigurationCustomizer - Interface in org.springframework.boot.test.autoconfigure.restdocs
A customizer for RestAssuredRestDocumentationConfigurer.
RestDocsTestExecutionListener - Class in org.springframework.boot.test.autoconfigure.restdocs
A TestExecutionListener for Spring REST Docs that removes the need for a @Rule when using JUnit or manual before and after test calls when using TestNG.
RestDocsTestExecutionListener() - Constructor for class org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener
 
RestDocsWebTestClientConfigurationCustomizer - Interface in org.springframework.boot.test.autoconfigure.restdocs
A customizer for WebTestClientRestDocumentationConfigurer.
restore() - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.ExistingWebApplicationScopes
 
restTemplate(RestTemplateBuilder) - Method in class org.springframework.boot.test.autoconfigure.web.client.WebClientRestTemplateAutoConfiguration
 
RestTemplateAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.client
RestTemplateAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.client.RestTemplateAutoConfiguration
 
restTemplateBuilder(ObjectProvider<HttpMessageConverters>, ObjectProvider<RestTemplateCustomizer>, ObjectProvider<RestTemplateRequestCustomizer<?>>) - Method in class org.springframework.boot.autoconfigure.web.client.RestTemplateAutoConfiguration
 
RestTemplateBuilder - Class in org.springframework.boot.web.client
Builder that can be used to configure and create a RestTemplate.
RestTemplateBuilder(RestTemplateCustomizer...) - Constructor for class org.springframework.boot.web.client.RestTemplateBuilder
Create a new RestTemplateBuilder instance.
RestTemplateCustomizer - Interface in org.springframework.boot.web.client
Callback interface that can be used to customize a RestTemplate.
RestTemplateExchangeTags - Class in org.springframework.boot.actuate.metrics.web.client
Factory methods for creating Tags related to a request-response exchange performed by a RestTemplate.
RestTemplateExchangeTagsProvider - Interface in org.springframework.boot.actuate.metrics.web.client
Provides Tags for an exchange performed by a RestTemplate.
RestTemplateRequestCustomizer<T extends ClientHttpRequest> - Interface in org.springframework.boot.web.client
Callback interface that can be used to customize the ClientHttpRequest sent from a RestTemplate.
resultedIn(Object) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
Indicates a single result.
Retry() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 
rollback(TransactionContext) - Method in class org.springframework.boot.autoconfigure.jooq.SpringTransactionProvider
 
ROLLING_FILE_NAME_PATTERN - Static variable in class org.springframework.boot.logging.LoggingSystemProperties
The name of the System property that contains the rolled-over log file name pattern.
ROOT_LOGGER_NAME - Static variable in class org.springframework.boot.logging.LoggingSystem
The name used for the root logger.
rootUri(String) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Set a root URL that should be applied to each request that starts with '/'.
RootUriRequestExpectationManager - Class in org.springframework.boot.test.web.client
RequestExpectationManager that strips the specified root URI from the request before verification.
RootUriRequestExpectationManager(String, RequestExpectationManager) - Constructor for class org.springframework.boot.test.web.client.RootUriRequestExpectationManager
 
RootUriTemplateHandler - Class in org.springframework.boot.web.client
UriTemplateHandler to set the root for URI that starts with '/'.
RootUriTemplateHandler(UriTemplateHandler) - Constructor for class org.springframework.boot.web.client.RootUriTemplateHandler
 
RootUriTemplateHandler(String) - Constructor for class org.springframework.boot.web.client.RootUriTemplateHandler
Create a new RootUriTemplateHandler instance.
RootUriTemplateHandler(String, UriTemplateHandler) - Constructor for class org.springframework.boot.web.client.RootUriTemplateHandler
Create a new RootUriTemplateHandler instance.
RSocketMessagingAutoConfiguration - Class in org.springframework.boot.autoconfigure.rsocket
Auto-configuration for Spring RSocket support in Spring Messaging.
RSocketMessagingAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.rsocket.RSocketMessagingAutoConfiguration
 
RSocketPortInfoApplicationContextInitializer - Class in org.springframework.boot.rsocket.context
ApplicationContextInitializer that sets Environment properties for the ports that RSocketServer servers are actually listening on.
RSocketPortInfoApplicationContextInitializer() - Constructor for class org.springframework.boot.rsocket.context.RSocketPortInfoApplicationContextInitializer
 
RSocketProperties - Class in org.springframework.boot.autoconfigure.rsocket
properties for RSocket support.
RSocketProperties() - Constructor for class org.springframework.boot.autoconfigure.rsocket.RSocketProperties
 
RSocketProperties.Server - Class in org.springframework.boot.autoconfigure.rsocket
 
RSocketRequesterAutoConfiguration - Class in org.springframework.boot.autoconfigure.rsocket
RSocketRequesterAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.rsocket.RSocketRequesterAutoConfiguration
 
rSocketRequesterBuilder(RSocketStrategies) - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketRequesterAutoConfiguration
 
RSocketSecurityAutoConfiguration - Class in org.springframework.boot.autoconfigure.security.rsocket
Auto-configuration for Spring Security for an RSocket server.
RSocketSecurityAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.rsocket.RSocketSecurityAutoConfiguration
 
RSocketServer - Interface in org.springframework.boot.rsocket.server
Simple interface that represents a fully configured RSocket server.
RSocketServer.Transport - Enum in org.springframework.boot.rsocket.server
Choice of transport protocol for the RSocket server.
RSocketServerAutoConfiguration - Class in org.springframework.boot.autoconfigure.rsocket
Auto-configuration for RSocket servers.
RSocketServerAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.rsocket.RSocketServerAutoConfiguration
 
RSocketServerBootstrap - Class in org.springframework.boot.rsocket.context
Bootstrap an RSocketServer and start it with the application context.
RSocketServerBootstrap(RSocketServerFactory, SocketAcceptor) - Constructor for class org.springframework.boot.rsocket.context.RSocketServerBootstrap
 
RSocketServerCustomizer - Interface in org.springframework.boot.rsocket.server
Callback interface that can be used to customize a RSocketServer.
RSocketServerException - Exception in org.springframework.boot.rsocket.server
Exceptions thrown by an RSocket server.
RSocketServerException(String, Throwable) - Constructor for exception org.springframework.boot.rsocket.server.RSocketServerException
 
RSocketServerFactory - Interface in org.springframework.boot.rsocket.server
Factory interface that can be used to create a reactive RSocketServer.
RSocketServerInitializedEvent - Class in org.springframework.boot.rsocket.context
Event to be published after the application context is refreshed and the RSocketServer is ready.
RSocketServerInitializedEvent(RSocketServer) - Constructor for class org.springframework.boot.rsocket.context.RSocketServerInitializedEvent
 
rSocketStrategies(ObjectProvider<RSocketStrategiesCustomizer>) - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketStrategiesAutoConfiguration
 
RSocketStrategiesAutoConfiguration - Class in org.springframework.boot.autoconfigure.rsocket
RSocketStrategiesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.rsocket.RSocketStrategiesAutoConfiguration
 
RSocketStrategiesAutoConfiguration.JacksonCborStrategyConfiguration - Class in org.springframework.boot.autoconfigure.rsocket
 
RSocketStrategiesAutoConfiguration.JacksonJsonStrategyConfiguration - Class in org.springframework.boot.autoconfigure.rsocket
 
RSocketStrategiesCustomizer - Interface in org.springframework.boot.rsocket.messaging
Callback interface that can be used to customize codecs configuration for an RSocket client and/or server with RSocketStrategies.
run(ApplicationArguments) - Method in interface org.springframework.boot.ApplicationRunner
Callback used to run the bean.
run(String...) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
 
run(String...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Create an application context (and its parent if specified) with the command line args provided.
run(String...) - Method in interface org.springframework.boot.cli.command.Command
Run the command.
run(String...) - Method in class org.springframework.boot.cli.command.CommandRunner
Parse the arguments and run a suitable command.
run(String...) - Method in class org.springframework.boot.cli.command.core.HelpCommand
 
run(String...) - Method in class org.springframework.boot.cli.command.core.HintCommand
 
run(String...) - Method in class org.springframework.boot.cli.command.core.VersionCommand
 
run(String...) - Method in class org.springframework.boot.cli.command.OptionParsingCommand
 
run(String...) - Method in class org.springframework.boot.cli.command.options.OptionHandler
 
run(OptionSet) - Method in class org.springframework.boot.cli.command.options.OptionHandler
Run the command using the specified parsed OptionSet.
run(String...) - Method in class org.springframework.boot.cli.command.shell.PromptCommand
 
run() - Method in class org.springframework.boot.cli.command.shell.Shell
Run the shell until the user exists.
run(String...) - Method in class org.springframework.boot.cli.command.shell.ShellCommand
 
run(String...) - Method in interface org.springframework.boot.CommandLineRunner
Callback used to run the bean.
run() - Method in class org.springframework.boot.devtools.tunnel.client.TunnelClient.ServerThread
 
run() - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.ServerThread
 
run() - Method in class org.springframework.boot.loader.MainMethodRunner
 
run(boolean, String...) - Method in class org.springframework.boot.loader.tools.RunProcess
 
run(boolean, Collection<String>, Map<String, String>) - Method in class org.springframework.boot.loader.tools.RunProcess
 
run(String...) - Method in class org.springframework.boot.SpringApplication
Run the Spring application, creating and refreshing a new ApplicationContext.
run(Class<?>, String...) - Static method in class org.springframework.boot.SpringApplication
Static helper that can be used to run a SpringApplication from the specified source using default settings.
run(Class<?>[], String[]) - Static method in class org.springframework.boot.SpringApplication
Static helper that can be used to run a SpringApplication from the specified sources using default settings and user supplied arguments.
run(ContextConsumer<? super A>) - Method in class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
Create and refresh a new ApplicationContext based on the current state of this loader.
run(SpringApplication) - Method in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
Called to run a fully configured SpringApplication.
runAndHandleErrors(String...) - Method in class org.springframework.boot.cli.command.CommandRunner
Run the appropriate and handle and errors.
RunCommand - Class in org.springframework.boot.cli.command.run
Command to 'run' a groovy script or scripts.
RunCommand() - Constructor for class org.springframework.boot.cli.command.run.RunCommand
 
running(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.event.EventPublishingRunListener
 
running(ConfigurableApplicationContext) - Method in interface org.springframework.boot.SpringApplicationRunListener
Called immediately before the run method finishes, when the application context has been refreshed and all CommandLineRunners and ApplicationRunners have been called.
RunProcess - Class in org.springframework.boot.loader.tools
Utility used to run a process.
RunProcess(String...) - Constructor for class org.springframework.boot.loader.tools.RunProcess
Creates new RunProcess instance for the specified command.
RunProcess(File, String...) - Constructor for class org.springframework.boot.loader.tools.RunProcess
Creates new RunProcess instance for the specified working directory and command.
RUNTIME - Static variable in interface org.springframework.boot.loader.tools.LibraryScope
The library is used at runtime but not needed for compile.

S

sameFile(URL, URL) - Method in class org.springframework.boot.loader.jar.Handler
 
Saml2RelyingPartyAutoConfiguration - Class in org.springframework.boot.autoconfigure.security.saml2
Auto-configuration for Spring Security's SAML 2.0 authentication support.
Saml2RelyingPartyAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyAutoConfiguration
 
Saml2RelyingPartyProperties - Class in org.springframework.boot.autoconfigure.security.saml2
SAML2 relying party properties.
Saml2RelyingPartyProperties() - Constructor for class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties
 
Saml2RelyingPartyProperties.Identityprovider - Class in org.springframework.boot.autoconfigure.security.saml2
Represents a remote Identity Provider.
Saml2RelyingPartyProperties.Identityprovider.Verification - Class in org.springframework.boot.autoconfigure.security.saml2
 
Saml2RelyingPartyProperties.Identityprovider.Verification.Credential - Class in org.springframework.boot.autoconfigure.security.saml2
 
Saml2RelyingPartyProperties.Registration - Class in org.springframework.boot.autoconfigure.security.saml2
Represents a SAML Relying Party.
Saml2RelyingPartyProperties.Registration.Signing - Class in org.springframework.boot.autoconfigure.security.saml2
 
Saml2RelyingPartyProperties.Registration.Signing.Credential - Class in org.springframework.boot.autoconfigure.security.saml2
 
sanitize(String, Object) - Method in class org.springframework.boot.actuate.endpoint.Sanitizer
Sanitize the given value if necessary.
sanitize(String, Object) - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint
 
Sanitizer - Class in org.springframework.boot.actuate.endpoint
Strategy that should be used by endpoint implementations to sanitize potentially sensitive keys.
Sanitizer() - Constructor for class org.springframework.boot.actuate.endpoint.Sanitizer
 
Sanitizer(String...) - Constructor for class org.springframework.boot.actuate.endpoint.Sanitizer
 
scan(Class<? extends Annotation>...) - Method in class org.springframework.boot.autoconfigure.domain.EntityScanner
Scan for entities with the specified annotations.
scan(String...) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
Perform a scan within the specified base packages.
scan(String...) - Method in class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
Perform a scan within the specified base packages.
scan(String...) - Method in class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
Perform a scan within the specified base packages.
scheduledTasks() - Method in class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint
 
scheduledTasksEndpoint(ObjectProvider<ScheduledTaskHolder>) - Method in class org.springframework.boot.actuate.autoconfigure.scheduling.ScheduledTasksEndpointAutoConfiguration
 
ScheduledTasksEndpoint - Class in org.springframework.boot.actuate.scheduling
@Endpoint to expose information about an application's scheduled tasks.
ScheduledTasksEndpoint(Collection<ScheduledTaskHolder>) - Constructor for class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint
 
ScheduledTasksEndpoint.CronTaskDescription - Class in org.springframework.boot.actuate.scheduling
A description of a CronTask or a TriggerTask with a CronTrigger.
ScheduledTasksEndpoint.CustomTriggerTaskDescription - Class in org.springframework.boot.actuate.scheduling
A description of a TriggerTask with a custom Trigger.
ScheduledTasksEndpoint.FixedDelayTaskDescription - Class in org.springframework.boot.actuate.scheduling
A description of a FixedDelayTask or a TriggerTask with a fixed-delay PeriodicTrigger.
ScheduledTasksEndpoint.FixedRateTaskDescription - Class in org.springframework.boot.actuate.scheduling
A description of a FixedRateTask or a TriggerTask with a fixed-rate PeriodicTrigger.
ScheduledTasksEndpoint.IntervalTaskDescription - Class in org.springframework.boot.actuate.scheduling
A description of an IntervalTask.
ScheduledTasksEndpoint.RunnableDescription - Class in org.springframework.boot.actuate.scheduling
A description of a Task's Runnable.
ScheduledTasksEndpoint.ScheduledTasksReport - Class in org.springframework.boot.actuate.scheduling
A report of an application's scheduled Tasks, primarily intended for serialization to JSON.
ScheduledTasksEndpoint.TaskDescription - Class in org.springframework.boot.actuate.scheduling
Base class for descriptions of a Task.
ScheduledTasksEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.scheduling
ScheduledTasksEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.scheduling.ScheduledTasksEndpointAutoConfiguration
 
SchedulerFactoryBeanCustomizer - Interface in org.springframework.boot.autoconfigure.quartz
Callback interface that can be implemented by beans wishing to customize the Quartz SchedulerFactoryBean before it is fully initialized, in particular to tune its configuration.
SchemaManagement - Enum in org.springframework.boot.jdbc
An enumeration of the available schema management options.
SchemaManagementProvider - Interface in org.springframework.boot.jdbc
Strategy interface to determine the SchemaManagement of a DataSource.
scrape() - Method in class org.springframework.boot.actuate.metrics.export.prometheus.PrometheusScrapeEndpoint
 
SearchStrategy - Enum in org.springframework.boot.autoconfigure.condition
Some named search strategies for beans in the bean factory hierarchy.
SecurityAutoConfiguration - Class in org.springframework.boot.autoconfigure.security.servlet
Auto-configuration for Spring Security.
SecurityAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration
 
SecurityContext - Interface in org.springframework.boot.actuate.endpoint
Security context in which an endpoint is being invoked.
SecurityDataConfiguration - Class in org.springframework.boot.autoconfigure.security
Automatically adds Spring Security's integration with Spring Data.
SecurityDataConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.SecurityDataConfiguration
 
securityEvaluationContextExtension() - Method in class org.springframework.boot.autoconfigure.security.SecurityDataConfiguration
 
SecurityFilterAutoConfiguration - Class in org.springframework.boot.autoconfigure.security.servlet
Auto-configuration for Spring Security's Filter.
SecurityFilterAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration
 
securityFilterChainRegistration(SecurityProperties) - Method in class org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration
 
SecurityProperties - Class in org.springframework.boot.autoconfigure.security
Configuration properties for Spring Security.
SecurityProperties() - Constructor for class org.springframework.boot.autoconfigure.security.SecurityProperties
 
SecurityProperties.Filter - Class in org.springframework.boot.autoconfigure.security
 
SecurityProperties.User - Class in org.springframework.boot.autoconfigure.security
 
SecurityRequestMatchersManagementContextConfiguration - Class in org.springframework.boot.actuate.autoconfigure.security.servlet
SecurityRequestMatchersManagementContextConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.security.servlet.SecurityRequestMatchersManagementContextConfiguration
 
SecurityRequestMatchersManagementContextConfiguration.JerseyRequestMatcherConfiguration - Class in org.springframework.boot.actuate.autoconfigure.security.servlet
 
SecurityRequestMatchersManagementContextConfiguration.MvcRequestMatcherConfiguration - Class in org.springframework.boot.actuate.autoconfigure.security.servlet
 
SecurityResponse - Class in org.springframework.boot.actuate.autoconfigure.cloudfoundry
Response from the Cloud Foundry security interceptors.
SecurityResponse(HttpStatus) - Constructor for class org.springframework.boot.actuate.autoconfigure.cloudfoundry.SecurityResponse
 
SecurityResponse(HttpStatus, String) - Constructor for class org.springframework.boot.actuate.autoconfigure.cloudfoundry.SecurityResponse
 
selectImports(AnnotationMetadata) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
Selector - Annotation Type in org.springframework.boot.actuate.endpoint.annotation
A @Selector can be used on a parameter of an @Endpoint method to indicate that the parameter is used to select a subset of the endpoint's data.
Selector.Match - Enum in org.springframework.boot.actuate.endpoint.annotation
Match types that can be used with the @Selector.
sendGrid(SendGridProperties) - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridAutoConfiguration
 
SendGridAutoConfiguration - Class in org.springframework.boot.autoconfigure.sendgrid
Auto-configuration for SendGrid.
SendGridAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.sendgrid.SendGridAutoConfiguration
 
SendGridProperties - Class in org.springframework.boot.autoconfigure.sendgrid
SendGridProperties() - Constructor for class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
 
SendGridProperties.Proxy - Class in org.springframework.boot.autoconfigure.sendgrid
 
sendingResponse(HttpTrace, TraceableResponse, Supplier<Principal>, Supplier<String>) - Method in class org.springframework.boot.actuate.trace.http.HttpExchangeTracer
Ends the tracing of the exchange that is being concluded by sending the given response.
Sentinel() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Sentinel
 
serialize(T, JsonGenerator, SerializerProvider) - Method in class org.springframework.boot.jackson.JsonObjectSerializer
 
serializeObject(T, JsonGenerator, SerializerProvider) - Method in class org.springframework.boot.jackson.JsonObjectSerializer
Serialize JSON content into the value type this serializer handles.
Server() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web.Server
 
Server() - Constructor for class org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server
 
ServerPortInfoApplicationContextInitializer - Class in org.springframework.boot.web.context
ApplicationContextInitializer that sets Environment properties for the ports that WebServer servers are actually listening on.
ServerPortInfoApplicationContextInitializer() - Constructor for class org.springframework.boot.web.context.ServerPortInfoApplicationContextInitializer
 
ServerProperties - Class in org.springframework.boot.autoconfigure.web
@ConfigurationProperties for a web server (e.g.
ServerProperties() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties
 
ServerProperties.ForwardHeadersStrategy - Enum in org.springframework.boot.autoconfigure.web
Strategies for supporting forward headers.
ServerProperties.Jetty - Class in org.springframework.boot.autoconfigure.web
Jetty properties.
ServerProperties.Jetty.Accesslog - Class in org.springframework.boot.autoconfigure.web
Jetty access log properties.
ServerProperties.Jetty.Accesslog.FORMAT - Enum in org.springframework.boot.autoconfigure.web
Log format for Jetty access logs.
ServerProperties.Netty - Class in org.springframework.boot.autoconfigure.web
Netty properties.
ServerProperties.Servlet - Class in org.springframework.boot.autoconfigure.web
Servlet properties.
ServerProperties.Tomcat - Class in org.springframework.boot.autoconfigure.web
Tomcat properties.
ServerProperties.Tomcat.Accesslog - Class in org.springframework.boot.autoconfigure.web
Tomcat access log properties.
ServerProperties.Tomcat.Mbeanregistry - Class in org.springframework.boot.autoconfigure.web
 
ServerProperties.Tomcat.Resource - Class in org.springframework.boot.autoconfigure.web
Tomcat static resource properties.
ServerProperties.Undertow - Class in org.springframework.boot.autoconfigure.web
Undertow properties.
ServerProperties.Undertow.Accesslog - Class in org.springframework.boot.autoconfigure.web
Undertow access log properties.
ServerProperties.Undertow.Options - Class in org.springframework.boot.autoconfigure.web
 
ServerRequest() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web.Server.ServerRequest
 
ServerRSocketFactoryProcessor - Interface in org.springframework.boot.rsocket.server
Deprecated.
in favor of RSocketServerCustomizer as of 2.2.7
ServerThread(ServerSocketChannel) - Constructor for class org.springframework.boot.devtools.tunnel.client.TunnelClient.ServerThread
 
ServerThread(ByteChannel) - Constructor for class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.ServerThread
 
ServiceLevelAgreementBoundary - Class in org.springframework.boot.actuate.autoconfigure.metrics
A service level agreement boundary for use when configuring Micrometer.
Servlet() - Constructor for class org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties.Servlet
 
Servlet() - Constructor for class org.springframework.boot.autoconfigure.jersey.JerseyProperties.Servlet
 
Servlet() - Constructor for class org.springframework.boot.autoconfigure.session.SessionProperties.Servlet
 
Servlet() - Constructor for class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Servlet
 
Servlet() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Servlet
 
Servlet() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Servlet
 
Servlet() - Constructor for class org.springframework.boot.autoconfigure.webservices.WebServicesProperties.Servlet
 
ServletComponentScan - Annotation Type in org.springframework.boot.web.servlet
Enables scanning for Servlet components (filters, servlets, and listeners).
ServletContextApplicationContextInitializer - Class in org.springframework.boot.web.servlet.support
ApplicationContextInitializer for setting the servlet context.
ServletContextApplicationContextInitializer(ServletContext) - Constructor for class org.springframework.boot.web.servlet.support.ServletContextApplicationContextInitializer
ServletContextApplicationContextInitializer(ServletContext, boolean) - Constructor for class org.springframework.boot.web.servlet.support.ServletContextApplicationContextInitializer
ServletContextInitializer - Interface in org.springframework.boot.web.servlet
Interface used to configure a Servlet 3.0+ context programmatically.
ServletContextInitializerBeans - Class in org.springframework.boot.web.servlet
A collection ServletContextInitializers obtained from a ListableBeanFactory.
ServletContextInitializerBeans(ListableBeanFactory, Class<? extends ServletContextInitializer>...) - Constructor for class org.springframework.boot.web.servlet.ServletContextInitializerBeans
 
ServletContextInitializerBeans.RegistrationBeanAdapter<T> - Interface in org.springframework.boot.web.servlet
Adapter to convert a given Bean type into a RegistrationBean (and hence a ServletContextInitializer).
ServletContextInitializerConfiguration - Class in org.springframework.boot.web.embedded.jetty
Jetty Configuration that calls ServletContextInitializers.
ServletContextInitializerConfiguration(ServletContextInitializer...) - Constructor for class org.springframework.boot.web.embedded.jetty.ServletContextInitializerConfiguration
ServletEndpoint - Annotation Type in org.springframework.boot.actuate.endpoint.web.annotation
Identifies a type as being an endpoint that supplies a servlet to expose.
ServletEndpointDiscoverer - Class in org.springframework.boot.actuate.endpoint.web.annotation
ServletEndpointDiscoverer(ApplicationContext, List<PathMapper>, Collection<EndpointFilter<ExposableServletEndpoint>>) - Constructor for class org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer
Create a new ServletEndpointDiscoverer instance.
ServletEndpointManagementContextConfiguration - Class in org.springframework.boot.actuate.autoconfigure.endpoint.web
@ManagementContextConfiguration for servlet endpoints.
ServletEndpointManagementContextConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration
 
ServletEndpointManagementContextConfiguration.JerseyServletEndpointManagementContextConfiguration - Class in org.springframework.boot.actuate.autoconfigure.endpoint.web
 
ServletEndpointManagementContextConfiguration.WebMvcServletEndpointManagementContextConfiguration - Class in org.springframework.boot.actuate.autoconfigure.endpoint.web
 
servletEndpointRegistrar(WebEndpointProperties, ServletEndpointsSupplier, JerseyApplicationPath) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration.JerseyServletEndpointManagementContextConfiguration
 
servletEndpointRegistrar(WebEndpointProperties, ServletEndpointsSupplier, DispatcherServletPath) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration.WebMvcServletEndpointManagementContextConfiguration
 
ServletEndpointRegistrar - Class in org.springframework.boot.actuate.endpoint.web
ServletEndpointRegistrar(String, Collection<ExposableServletEndpoint>) - Constructor for class org.springframework.boot.actuate.endpoint.web.ServletEndpointRegistrar
 
ServletEndpointsSupplier - Interface in org.springframework.boot.actuate.endpoint.web.annotation
servletExposeExcludePropertyEndpointFilter(WebEndpointProperties) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration
 
ServletListenerRegistrationBean<T extends EventListener> - Class in org.springframework.boot.web.servlet
A ServletContextInitializer to register EventListeners in a Servlet 3.0+ container.
ServletListenerRegistrationBean() - Constructor for class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
Create a new ServletListenerRegistrationBean instance.
ServletListenerRegistrationBean(T) - Constructor for class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
Create a new ServletListenerRegistrationBean instance.
ServletManagementContextAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.web.servlet
Auto-configuration for Servlet-specific management context concerns.
ServletManagementContextAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.web.servlet.ServletManagementContextAutoConfiguration
 
ServletManagementContextAutoConfiguration.ApplicationContextFilterConfiguration - Class in org.springframework.boot.actuate.autoconfigure.web.servlet
 
ServletRegistrationBean<T extends Servlet> - Class in org.springframework.boot.web.servlet
A ServletContextInitializer to register Servlets in a Servlet 3.0+ container.
ServletRegistrationBean() - Constructor for class org.springframework.boot.web.servlet.ServletRegistrationBean
Create a new ServletRegistrationBean instance.
ServletRegistrationBean(T, String...) - Constructor for class org.springframework.boot.web.servlet.ServletRegistrationBean
Create a new ServletRegistrationBean instance with the specified Servlet and URL mappings.
ServletRegistrationBean(T, boolean, String...) - Constructor for class org.springframework.boot.web.servlet.ServletRegistrationBean
Create a new ServletRegistrationBean instance with the specified Servlet and URL mappings.
ServletRegistrationMappingDescription - Class in org.springframework.boot.actuate.web.mappings.servlet
A mapping description derived from a ServletRegistration.
ServletRegistrationMappingDescription(ServletRegistration) - Constructor for class org.springframework.boot.actuate.web.mappings.servlet.ServletRegistrationMappingDescription
Creates a new ServletRegistrationMappingDescription derived from the given servletRegistration.
ServletsMappingDescriptionProvider - Class in org.springframework.boot.actuate.web.mappings.servlet
A MappingDescriptionProvider that describes that mappings of any Servlets registered with a ServletContext.
ServletsMappingDescriptionProvider() - Constructor for class org.springframework.boot.actuate.web.mappings.servlet.ServletsMappingDescriptionProvider
 
servletWebChildContextFactory() - Method in class org.springframework.boot.actuate.autoconfigure.web.servlet.ServletManagementContextAutoConfiguration
 
ServletWebServerApplicationContext - Class in org.springframework.boot.web.servlet.context
A WebApplicationContext that can be used to bootstrap itself from a contained ServletWebServerFactory bean.
ServletWebServerApplicationContext() - Constructor for class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
ServletWebServerApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
Create a new ServletWebServerApplicationContext with the given DefaultListableBeanFactory.
ServletWebServerApplicationContext.ExistingWebApplicationScopes - Class in org.springframework.boot.web.servlet.context
Utility class to store and restore any user defined scopes.
ServletWebServerFactory - Interface in org.springframework.boot.web.servlet.server
Factory interface that can be used to create a WebServer.
ServletWebServerFactoryAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.servlet
Auto-configuration for servlet web servers.
ServletWebServerFactoryAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration
 
ServletWebServerFactoryAutoConfiguration.BeanPostProcessorsRegistrar - Class in org.springframework.boot.autoconfigure.web.servlet
servletWebServerFactoryCustomizer(ServerProperties) - Method in class org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration
 
ServletWebServerFactoryCustomizer - Class in org.springframework.boot.autoconfigure.web.servlet
WebServerFactoryCustomizer to apply ServerProperties to servlet web servers.
ServletWebServerFactoryCustomizer(ServerProperties) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryCustomizer
 
ServletWebServerInitializedEvent - Class in org.springframework.boot.web.servlet.context
Event to be published after the ServletWebServerApplicationContext is refreshed and the WebServer is ready.
ServletWebServerInitializedEvent(WebServer, ServletWebServerApplicationContext) - Constructor for class org.springframework.boot.web.servlet.context.ServletWebServerInitializedEvent
 
Session(String) - Constructor for class org.springframework.boot.actuate.trace.http.HttpTrace.Session
Creates a Session.
Session - Class in org.springframework.boot.web.servlet.server
Session properties.
Session() - Constructor for class org.springframework.boot.web.servlet.server.Session
 
Session.Cookie - Class in org.springframework.boot.web.servlet.server
Cookie properties.
Session.SessionTrackingMode - Enum in org.springframework.boot.web.servlet.server
Available session tracking modes (mirrors SessionTrackingMode.
SessionAutoConfiguration - Class in org.springframework.boot.autoconfigure.session
Auto-configuration for Spring Session.
SessionAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.session.SessionAutoConfiguration
 
SessionDescriptor(Session) - Constructor for class org.springframework.boot.actuate.session.SessionsEndpoint.SessionDescriptor
 
sessionEndpoint(FindByIndexNameSessionRepository<? extends Session>) - Method in class org.springframework.boot.actuate.autoconfigure.session.SessionsEndpointAutoConfiguration
 
SessionProperties - Class in org.springframework.boot.autoconfigure.session
Configuration properties for Spring Session.
SessionProperties() - Constructor for class org.springframework.boot.autoconfigure.session.SessionProperties
 
SessionProperties.Servlet - Class in org.springframework.boot.autoconfigure.session
Servlet-related properties.
SessionRepositoryUnavailableException - Exception in org.springframework.boot.autoconfigure.session
Exception thrown when no SessionRepository is available.
SessionRepositoryUnavailableException(String, StoreType) - Constructor for exception org.springframework.boot.autoconfigure.session.SessionRepositoryUnavailableException
 
SessionsEndpoint - Class in org.springframework.boot.actuate.session
@Endpoint to expose a user's Sessions.
SessionsEndpoint(FindByIndexNameSessionRepository<? extends Session>) - Constructor for class org.springframework.boot.actuate.session.SessionsEndpoint
Create a new SessionsEndpoint instance.
SessionsEndpoint.SessionDescriptor - Class in org.springframework.boot.actuate.session
A description of user's session.
SessionsEndpoint.SessionsReport - Class in org.springframework.boot.actuate.session
A report of user's sessions.
SessionsEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.session
SessionsEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.session.SessionsEndpointAutoConfiguration
 
sessionsForUsername(String) - Method in class org.springframework.boot.actuate.session.SessionsEndpoint
 
SessionsReport(Map<String, ? extends Session>) - Constructor for class org.springframework.boot.actuate.session.SessionsEndpoint.SessionsReport
 
SET_SYSTEM_PROPERTIES - Static variable in class org.springframework.boot.loader.PropertiesLauncher
Properties key for boolean flag (default false) which if set will cause the external configuration properties to be copied to System properties (assuming that is allowed by Java security).
setAcceptCount(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setAcceptors(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
 
setAcceptors(int) - Method in interface org.springframework.boot.web.embedded.jetty.ConfigurableJettyWebServerFactory
Set the number of acceptor threads to use.
setAcceptors(int) - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
 
setAcceptors(int) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
 
setAccessLogDirectory(File) - Method in interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
Set the access log directory.
setAccessLogDirectory(File) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
 
setAccessLogDirectory(File) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
 
setAccessLogEnabled(boolean) - Method in interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
Set whether access logs are enabled.
setAccessLogEnabled(boolean) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
 
setAccessLogEnabled(boolean) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
 
setAccessLogPattern(String) - Method in interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
Set the access log pattern.
setAccessLogPattern(String) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
 
setAccessLogPattern(String) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
 
setAccessLogPrefix(String) - Method in interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
Set the access log prefix.
setAccessLogPrefix(String) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
 
setAccessLogPrefix(String) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
 
setAccessLogRotate(boolean) - Method in interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
Set whether access logs rotation is enabled.
setAccessLogRotate(boolean) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
 
setAccessLogRotate(boolean) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
 
setAccessLogSuffix(String) - Method in interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
Set the access log suffix.
setAccessLogSuffix(String) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
 
setAccessLogSuffix(String) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
 
setAccessToken(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxProperties
 
setAccountId(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicProperties
 
setAckCount(Integer) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
setAckMode(ContainerProperties.AckMode) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
setAcknowledgeMode(AcknowledgeMode) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
setAcknowledgeMode(JmsProperties.AcknowledgeMode) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
 
setAcks(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
setAckTime(Duration) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
setAddCommandLineProperties(boolean) - Method in class org.springframework.boot.SpringApplication
Sets if a CommandLinePropertySource should be added to the application context in order to expose arguments.
setAddConversionService(boolean) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Flag to indicate if the ApplicationConversionService should be added to the application context's Environment.
setAddConversionService(boolean) - Method in class org.springframework.boot.SpringApplication
Sets if the ApplicationConversionService should be added to the application context's Environment.
setAddFilters(boolean) - Method in class org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer
 
setAdditionalExclude(String) - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
setAdditionalPaths(List<File>) - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
setAdditionalProfiles(String...) - Method in class org.springframework.boot.SpringApplication
Set additional profile values to use (on top of those set in system or command line properties).
setAdditionalTldSkipPatterns(List<String>) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setAddMappings(boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties
 
setAddress(InetAddress) - Method in class org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties
 
setAddress(InetAddress) - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server
 
setAddress(InetAddress) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
setAddress(InetAddress) - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
 
setAddress(InetAddress) - Method in interface org.springframework.boot.rsocket.server.ConfigurableRSocketServerFactory
Set the specific network address that the server should bind to.
setAddress(InetAddress) - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
 
setAddress(InetAddress) - Method in interface org.springframework.boot.web.server.ConfigurableWebServerFactory
Sets the specific network address that the server should bind to.
setAddresses(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
setAddressingMode(GMetric.UDPAddressingMode) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaProperties
 
setAlgorithm(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
setAllowBeanDefinitionOverriding(boolean) - Method in class org.springframework.boot.SpringApplication
Sets if bean definition overriding, by registering a definition with the same name as an existing definition, should be allowed.
setAllowCaching(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Resource
 
setAllowCoreThreadTimeout(boolean) - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
 
setAllowCredentials(Boolean) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties
 
setAllowedHeaders(List<String>) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties
 
setAllowedMethods(List<String>) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties
 
setAllowedOrigins(List<String>) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties
 
setAllowEncodedSlash(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
setAllowRequestOverride(boolean) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
setAllowSessionOverride(boolean) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
setAllowSubTransactions(boolean) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
 
setAlwaysSetKeepAlive(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
setAlwaysUseMessageFormat(boolean) - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
 
setAnonymousReadOnly(Boolean) - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties
 
setApiKey(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.datadog.DatadogProperties
 
setApiKey(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicProperties
 
setApiKey(String) - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
 
setApiToken(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics.AppOpticsProperties
 
setApiToken(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties
 
setApiToken(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.humio.HumioProperties
 
setApiToken(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontProperties
 
setAppend(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.context.ShutdownEndpoint
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.autoconfigure.jmx.ParentAwareNamingStrategy
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.autoconfigure.validation.ValidatorAdapter
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.context.properties.ConfigurationBeanFactoryMetadata
Deprecated.
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.devtools.classpath.ClassPathFileSystemWatcher
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.web.servlet.DelegatingFilterProxyRegistrationBean
 
setApplicationContextClass(Class<? extends ConfigurableApplicationContext>) - Method in class org.springframework.boot.SpringApplication
Sets the type of Spring ApplicationContext that will be created.
setApplicationDisplayName(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Servlet
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.boot.actuate.security.AbstractAuthenticationAuditListener
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.boot.actuate.security.AbstractAuthorizationAuditListener
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.boot.rsocket.context.RSocketServerBootstrap
 
setApplicationId(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
setApplicationKey(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.datadog.DatadogProperties
 
setApplicationPath(String) - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
 
setAsyncSupported(boolean) - Method in class org.springframework.boot.web.servlet.DynamicRegistrationBean
Sets if asynchronous operations are supported for this registration.
setAttribute(Attribute) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
 
setAttributes(AttributeList) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
 
setAuthenticationDatabase(String) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
setAuthorizationGrantType(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
 
setAuthorizationUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
 
setAutoCommitInterval(Duration) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
setAutoCreateDb(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
 
setAutoCreateIndex(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.elastic.ElasticProperties
 
setAutoIndex(boolean) - Method in class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
 
setAutoIndex(AutoIndexMode) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
 
setAutoIndexCreation(Boolean) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
setAutoOffsetReset(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
setAutoStartup(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
setAutoStartup(boolean) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
 
setAutoStartup(boolean) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
setAutoStartup(boolean) - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties
 
setAutoTimeRequests(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web.Server
Deprecated.
since 2.2.0 in favor of AutoTimeProperties.isEnabled()
setAwaitTermination(boolean) - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Shutdown
 
setAwaitTermination(boolean) - Method in class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties.Shutdown
 
setAwaitTerminationPeriod(Duration) - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Shutdown
 
setAwaitTerminationPeriod(Duration) - Method in class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties.Shutdown
 
setBackgroundProcessorDelay(Duration) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setBackgroundProcessorDelay(int) - Method in interface org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactory
Sets the background processor delay in seconds.
setBackgroundProcessorDelay(int) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
 
setBackgroundProcessorDelay(int) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
 
setBackupSource(boolean) - Method in class org.springframework.boot.loader.tools.Repackager
Sets if source files should be backed up when they would be overwritten.
setBanner(Banner) - Method in class org.springframework.boot.SpringApplication
Sets the Banner instance which will be used to print the banner when no static banner file is provided.
setBannerMode(Banner.Mode) - Method in class org.springframework.boot.SpringApplication
Sets the mode used to display the banner when the application runs.
setBase(String) - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties
 
setBasedir(File) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setBaseDirectory(File) - Method in interface org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactory
Set the Tomcat base directory.
setBaseDirectory(File) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
 
setBaseDirectory(File) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
 
setBaseDn(List<String>) - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
 
setBaselineDescription(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setBaselineOnMigrate(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setBaselineVersion(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setBasename(String) - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
 
setBasePath(String) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties
 
setBasePath(String) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
setBaseUrl(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties.Pushgateway
 
setBatch(Boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setBatchSize(Integer) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics.AppOpticsProperties
 
setBatchSize(Integer) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
 
setBatchSize(Integer) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PushRegistryProperties
 
setBatchSize(Integer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer
 
setBatchSize(DataSize) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.boot.actuate.endpoint.jmx.JmxEndpointExporter
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationExcludeFilter
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.boot.autoconfigure.jdbc.EmbeddedDataSourceConfiguration
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.boot.autoconfigure.jdbc.XADataSourceAutoConfiguration
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.boot.test.mock.mockito.MockitoPostProcessor
 
setBeanFactory(BeanFactory) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
setBeanFactory(BeanFactory) - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
 
setBeanFactory(BeanFactory) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
 
setBeanFactory(BeanFactory) - Method in class org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryAutoConfiguration.BeanPostProcessorsRegistrar
 
setBeanFactory(BeanFactory) - Method in class org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration.BeanPostProcessorsRegistrar
 
setBeanFactory(BeanFactory) - Method in class org.springframework.boot.context.TypeExcludeFilter
 
setBeanFactory(BeanFactory) - Method in class org.springframework.boot.jackson.JsonComponentModule
 
setBeanFactory(BeanFactory) - Method in class org.springframework.boot.test.mock.mockito.MockitoPostProcessor
 
setBeanFactory(BeanFactory) - Method in class org.springframework.boot.web.server.ErrorPageRegistrarBeanPostProcessor
 
setBeanFactory(BeanFactory) - Method in class org.springframework.boot.web.server.WebServerFactoryCustomizerBeanPostProcessor
 
setBeanName(String) - Method in class org.springframework.boot.jta.atomikos.AtomikosConnectionFactoryBean
 
setBeanName(String) - Method in class org.springframework.boot.jta.atomikos.AtomikosDataSourceBean
 
setBeanName(String) - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
 
setBeanName(String) - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
 
setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.boot.SpringApplication
Sets the bean name generator that should be used when generating bean names.
setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
setBlockIfFull(boolean) - Method in class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
 
setBlockIfFullTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
 
setBootstrapExecutor(AsyncTaskExecutor) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder
Configure the bootstrap executor to be used by the LocalContainerEntityManagerFactoryBean.
setBootstrapHosts(List<String>) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties
 
setBootstrapServers(List<String>) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
setBootstrapServers(List<String>) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
setBootstrapServers(List<String>) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
 
setBootstrapServers(List<String>) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
setBrokerUrl(String) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
setBuffered(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
setBufferMemory(DataSize) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
setBufferRequestBody(boolean) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Sets if the underling ClientHttpRequestFactory should buffer the request body internally.
setBufferSize(DataSize) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
setBufferSize(Integer) - Method in interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
Set the buffer size.
setBufferSize(Integer) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
 
setBufferSize(Integer) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
 
setBuilderCustomizers(Collection<? extends UndertowBuilderCustomizer>) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
Set UndertowBuilderCustomizers that should be applied to the Undertow Builder.
setBuilderCustomizers(Collection<? extends UndertowBuilderCustomizer>) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
Set UndertowBuilderCustomizers that should be applied to the Undertow Undertow.Builder.
setCache(boolean) - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
setCache(boolean) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
setCache(boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
 
setCacheDuration(Duration) - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
 
setCacheMaxSizeBuffering(DataSize) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
setCacheNames(List<String>) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
 
setCacheNullValues(boolean) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Redis
 
setCachePrivate(Boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
 
setCachePublic(Boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
 
setCacheTtl(Duration) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Resource
 
setCapacity(int) - Method in class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
Set the capacity of this event repository.
setCapacity(int) - Method in class org.springframework.boot.actuate.trace.http.InMemoryHttpTraceRepository
Set the capacity of the in-memory repository.
setCertificateLocation(Resource) - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Identityprovider.Verification.Credential
 
setCertificateLocation(Resource) - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration.Signing.Credential
 
setChangeLog(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setCharset(Charset) - Method in class org.springframework.boot.autoconfigure.http.HttpProperties.Encoding
 
setCharset(String) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheResourceTemplateLoader
Set the charset.
setCharset(Charset) - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
setCharset(String) - Method in class org.springframework.boot.web.reactive.result.view.MustacheView
Set the charset used for reading Mustache template files.
setCharset(String) - Method in class org.springframework.boot.web.reactive.result.view.MustacheViewResolver
Set the charset.
setCharset(String) - Method in class org.springframework.boot.web.servlet.view.MustacheView
Set the charset used for reading Mustache template files.
setCharset(String) - Method in class org.springframework.boot.web.servlet.view.MustacheViewResolver
Set the charset.
setCheckConnectionForError(boolean) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Indicates whether the connection should be checked for error indicators (true), or whether these should be ignored (false).
setCheckConnectionForFault(boolean) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Indicates whether the connection should be checked for fault indicators (true), or whether we should rely on the message only (false).
setCheckExists(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
setCheckLocation(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setCheckoutTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Channel
 
setCheckpointInterval(long) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
Specifies the interval between checkpoints.
setCheckTemplate(boolean) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
setCheckTemplateLocation(boolean) - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
setCheckTemplateLocation(boolean) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
setChunkedModeViewNames(String[]) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Reactive
 
setCiphers(String[]) - Method in class org.springframework.boot.web.server.Ssl
 
setClassName(String) - Method in class org.springframework.boot.web.servlet.server.Jsp
 
setCleanDisabled(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setCleanOnValidationError(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setCleanupCron(String) - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionProperties
 
setCleanupCron(String) - Method in class org.springframework.boot.autoconfigure.session.RedisSessionProperties
 
setClientAuth(Ssl.ClientAuth) - Method in class org.springframework.boot.web.server.Ssl
 
setClientAuthenticationMethod(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
 
setClientId(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
 
setClientId(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
setClientId(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
setClientId(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
setClientId(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
 
setClientId(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
setClientId(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
 
setClientId(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Opaquetoken
 
setClientName(String) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
setClientName(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
 
setClientSecret(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
 
setClientSecret(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Opaquetoken
 
setCloseDataSourceOnceMigrated(boolean) - Method in class org.springframework.boot.autoconfigure.liquibase.DataSourceClosingSpringLiquibase
 
setCloseTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
setCluster(RedisProperties.Cluster) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
setClusterName(String) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setClusterName(String) - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchProperties
 
setClusterNodes(String) - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchProperties
 
setClusterPassword(String) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
setCollectionName(String) - Method in class org.springframework.boot.autoconfigure.session.MongoSessionProperties
 
setComment(String) - Method in class org.springframework.boot.web.servlet.server.Session.Cookie
 
setCommentPrefix(List<String>) - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties.Jdbc
 
setCompiler(Mustache.Compiler) - Method in class org.springframework.boot.web.reactive.result.view.MustacheView
Set the JMustache compiler to be used by this view.
setCompiler(Mustache.Compiler) - Method in class org.springframework.boot.web.servlet.view.MustacheView
Set the Mustache compiler to be used by this view.
setCompressed(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
 
setCompressed(boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
 
setCompression(ProtocolOptions.Compression) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setCompression(Compression) - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
 
setCompression(Compression) - Method in interface org.springframework.boot.web.server.ConfigurableWebServerFactory
Sets the compression configuration that will be applied to the server's default connector.
setCompressionType(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
setConcurrency(Integer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer
 
setConcurrency(Integer) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
 
setConcurrency(Integer) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
setConditionIf(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
setConditionUnless(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
setConfig(Resource) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.EhCache
 
setConfig(Resource) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Infinispan
 
setConfig(Resource) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.JCache
 
setConfig(Resource) - Method in class org.springframework.boot.autoconfigure.hazelcast.HazelcastProperties
 
setConfigLocation(String) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
Deprecated.
since 2.2.0 since this class no longer extends AbstractRefreshableConfigApplicationContext. Use @ImportResource instead.
setConfigLocations(String...) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
Deprecated.
since 2.2.0 since this class no longer extends AbstractRefreshableConfigApplicationContext. Use @ImportResource instead.
setConfigRefreshFrequency(Duration) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
 
setConfigTimeToLive(Duration) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
 
setConfigurations(Collection<? extends Configuration>) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
Sets Jetty Configurations that will be applied to the WebAppContext before the server is created.
setConfigureAction(RedisSessionProperties.ConfigureAction) - Method in class org.springframework.boot.autoconfigure.session.RedisSessionProperties
 
setConfigUri(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
 
setConnect(Duration) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
setConnectionFactory(XAConnectionFactory) - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
Set the XAConnectionFactory directly, instead of calling ResourceBean.setClassName(String).
setConnectionIdleTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
 
setConnectionTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
setConnectionTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ReactiveRestClientProperties
 
setConnectionTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
 
setConnectionTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.elasticsearch.rest.RestClientProperties
 
setConnectionTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Netty
 
setConnectionTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
Deprecated.
setConnectionTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setConnectRetries(int) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setConnectTimeout(Duration) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics.AppOpticsProperties
 
setConnectTimeout(Duration) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
 
setConnectTimeout(Duration) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.humio.HumioProperties
 
setConnectTimeout(Duration) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PushRegistryProperties
 
setConnectTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setConnectTimeout(Duration) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Sets the connection timeout on the underlying ClientHttpRequestFactory.
setConnectTimeout(Duration) - Method in class org.springframework.boot.webservices.client.HttpWebServiceMessageSenderBuilder
Set the connection timeout.
setConsistency(InfluxConsistency) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
 
setConsistency(Consistency) - Method in class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
 
setConsistencyLevel(ConsistencyLevel) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setConsoleAvailable(Boolean) - Static method in class org.springframework.boot.ansi.AnsiOutput
Sets if the System.console() is known to be available.
setConsumers(boolean) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Cache
 
setConsumersPerQueue(Integer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.DirectContainer
 
setContentType(MimeType) - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
setContentType(MimeType) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Servlet
 
setContextLifecycleListeners(Collection<? extends LifecycleListener>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
Set LifecycleListeners that should be applied to the Tomcat Context.
setContextLifecycleListeners(Collection<? extends LifecycleListener>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Set LifecycleListeners that should be applied to the Tomcat Context.
setContextPath(String) - Method in class org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties.Servlet
 
setContextPath(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Servlet
 
setContextPath(String) - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
 
setContextPath(String) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
 
setContextPath(String) - Method in interface org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
Sets the context path for the web server.
setContexts(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setContextValves(Collection<? extends Valve>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Set Valves that should be applied to the Tomcat Context.
setContinueOnError(boolean) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setControlFlag(KafkaJaasLoginModuleInitializer.ControlFlag) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Jaas
 
setCoreSize(int) - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
 
setCredential(EmbeddedLdapProperties.Credential) - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
 
setCustomFormat(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
setData(List<String>) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setDatabase(int) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
setDatabase(String) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
setDatabase(Database) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
setDatabaseChangeLogLockTable(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setDatabaseChangeLogTable(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setDatabaseDir(String) - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties.Storage
 
setDatabasePlatform(String) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
setDataDirectory(String) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
setDataPassword(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setDataSource(DataSource) - Method in class org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
Set the DataSource to use.
setDataSource(XADataSource) - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
Set the XADataSource directly, instead of calling ResourceBean.setClassName(String).
setDataSourceClassName(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties.Xa
 
setDataUsername(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setDateFormat(String) - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
 
setDateFormat(String) - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
setDateFormat(String) - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties
 
setDateFormat(String) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
setDb(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
 
setDdlAuto(String) - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties
 
setDecodeUrl(Boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
setDefaultDestination(String) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
setDefaultEncoding(Charset) - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
setDefaultJtaTimeout(Duration) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
The default timeout for JTA transactions (optional, defaults to 10000 ms).
setDefaultMaxWaitTimeOnShutdown(long) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
Specifies how long should a normal shutdown (no-force) wait for transactions to complete.
setDefaultMediaType(MediaType) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
setDefaultPageSize(Integer) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
setDefaultPageSize(int) - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
 
setDefaultProperties(Map<String, Object>) - Method in class org.springframework.boot.SpringApplication
Set default environment properties which will be used in addition to those in the existing Environment.
setDefaultProperties(Properties) - Method in class org.springframework.boot.SpringApplication
setDefaultPropertyInclusion(JsonInclude.Include) - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
setDefaultReceiveQueue(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
 
setDefaultRequeueRejected(Boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
setDefaultSchema(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setDefaultTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.transaction.TransactionProperties
 
setDefaultTopic(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Template
 
setDefaultUri(String) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Set the default URI to be used on operations that do not have a URI parameter.
setDelay(Duration) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties.Recovery
 
setDeliveryDelay(Duration) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
setDeliveryMode(JmsProperties.DeliveryMode) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
setDeploymentInfoCustomizers(Collection<? extends UndertowDeploymentInfoCustomizer>) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
Set UndertowDeploymentInfoCustomizers that should be applied to the Undertow DeploymentInfo.
setDescriptions(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.datadog.DatadogProperties
 
setDescriptions(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties
 
setDestinationProvider(DestinationProvider) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Set the DestinationProvider to use.
setDetectionStrategy(RepositoryDetectionStrategy.RepositoryDetectionStrategies) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
setDetectRootUri(boolean) - Method in class org.springframework.boot.test.web.client.MockServerRestTemplateCustomizer
Set if root URIs from RootUriRequestExpectationManager should be detected and applied to the MockRestServiceServer.
setDeviceId(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties
 
setDir(File) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
 
setDirectBuffers(Boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
setDirectory(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
setDisableHtmlEscaping(Boolean) - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
 
setDisableInnerClassSerialization(Boolean) - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
 
setDisableMBeanRegistry(boolean) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
Set whether the factory should disable Tomcat's MBean registry prior to creating the server.
setDisableMBeanRegistry(boolean) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Set whether the factory should disable Tomcat's MBean registry prior to creating the server.
setDisconnectTimeout(long) - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer
Set the maximum amount of time to wait for a client before closing the connection.
setDispatcherTypes(Set<DispatcherType>) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Filter
 
setDispatcherTypes(DispatcherType, DispatcherType...) - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
Convenience method to set dispatcher types using the specified elements.
setDispatcherTypes(EnumSet<DispatcherType>) - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
Sets the dispatcher types that should be used with the registration.
setDispatchOptionsRequest(boolean) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
setDispatchTraceRequest(boolean) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
setDisplayName(String) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
 
setDisplayName(String) - Method in interface org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
Sets the display name of the application deployed in the web server.
setDocumentRoot(File) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
 
setDocumentRoot(File) - Method in interface org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
Sets the document root directory which will be used by the web context to serve static files.
setDomain(String) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointProperties
 
setDomain(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.jmx.JmxProperties
 
setDomain(String) - Method in class org.springframework.boot.web.servlet.server.Session.Cookie
 
setDriverClassName(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setDropFirst(boolean) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setDryRunOutput(File) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setDurationUnits(TimeUnit) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaProperties
 
setDurationUnits(TimeUnit) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
 
setEagerFilterInit(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
setEagerInitFilters(boolean) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
Set whether filters should be initialized eagerly.
setEnableAutoCommit(Boolean) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
setEnableComplexMapKeySerialization(Boolean) - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
 
setEnabled(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.AutoTimeProperties
 
setEnabled(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
 
setEnabled(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaProperties
 
setEnabled(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
 
setEnabled(Boolean) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties.Pushgateway
 
setEnabled(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PushRegistryProperties
 
setEnabled(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
 
setEnabled(AnsiOutput.Enabled) - Static method in class org.springframework.boot.ansi.AnsiOutput
Sets if ANSI output is enabled.
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
setEnabled(Boolean) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Ssl
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties.Embedded
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Cache
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Jaas
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Validation
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties.Whitelabel
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Content
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Fixed
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Mbeanregistry
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
 
setEnabled(boolean) - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Livereload
 
setEnabled(boolean) - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
setEnabled(boolean) - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Restart
 
setEnabled(boolean) - Method in class org.springframework.boot.web.server.Compression
 
setEnabled(boolean) - Method in class org.springframework.boot.web.server.Http2
 
setEnabled(boolean) - Method in class org.springframework.boot.web.server.Ssl
 
setEnabled(boolean) - Method in class org.springframework.boot.web.servlet.RegistrationBean
Flag to indicate that the registration is enabled.
setEnabledProtocols(String[]) - Method in class org.springframework.boot.web.server.Ssl
 
setEnableEnumTranslation(Boolean) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
setEnableLogging(boolean) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
Specifies if disk logging should be enabled or not.
setEnableSpringElCompiler(boolean) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
setEncoding(Charset) - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
 
setEncoding(Charset) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setEncoding(Charset) - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Build
 
setEncoding(Charset) - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Git
 
setEncoding(Charset) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
setEncoding(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
setEndpoints(List<String>) - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ReactiveRestClientProperties
 
setEngineValves(Collection<? extends Valve>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Set Valves that should be applied to the Tomcat Engine.
setEnsureUniqueRuntimeObjectNames(boolean) - Method in class org.springframework.boot.autoconfigure.jmx.ParentAwareNamingStrategy
Set if unique runtime object names should be ensured.
setEntityId(String) - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Identityprovider
 
setEnvironment(Environment) - Method in class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
 
setEnvironment(Environment) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
setEnvironment(Environment) - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
 
setEnvironment(Environment) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheEnvironmentCollector
 
setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.boot.SpringApplication
Sets the underlying environment that should be used with the created application context.
setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.boot.web.servlet.context.XmlServletWebServerApplicationContext
setErrorOverrides(String[]) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setErrorPages(Set<? extends ErrorPage>) - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
 
setErrorPages(Set<? extends ErrorPage>) - Method in interface org.springframework.boot.web.server.ConfigurableWebServerFactory
Sets the error pages that will be used when handling exceptions.
setEvalUri(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
 
setEventType(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicProperties
 
setExchange(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
 
setExclude(Set<String>) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointProperties.Exposure
 
setExclude(Set<String>) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties.Exposure
 
setExclude(Set<String>) - Method in class org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties.Group
 
setExclude(String) - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
setExcludedUserAgents(String[]) - Method in class org.springframework.boot.web.server.Compression
 
setExcludedViewNames(String[]) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
setExcludeFieldsWithoutExposeAnnotation(Boolean) - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
 
setExpiration(Duration) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Couchbase
 
setExposedHeaders(List<String>) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties
 
setExposeRequestAttributes(boolean) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
setExposeSessionAttributes(boolean) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
setExposeSpringMacroHelpers(boolean) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
setExternalFile(File) - Method in class org.springframework.boot.actuate.autoconfigure.logging.LogFileWebEndpointProperties
 
setFailFast(boolean) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
 
setFallbackToSystemLocale(boolean) - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
 
setFaultMessageResolver(FaultMessageResolver) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Set the FaultMessageResolver to use.
setFavorParameter(boolean) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Contentnegotiation
 
setFavorPathExtension(boolean) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Contentnegotiation
Deprecated.
setFeatures(Set<Feature>) - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties
 
setFetchMaxWait(Duration) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
setFetchMinSize(DataSize) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
setFetchSize(int) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setFetchSize(int) - Method in class org.springframework.boot.autoconfigure.jdbc.JdbcProperties.Template
 
setFieldNamingPolicy(FieldNamingPolicy) - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
 
setFieldNamingStrategy(Class<?>) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
setFileDateFormat(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
setFileDateFormat(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
setFilename(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
setFileSizeThreshold(DataSize) - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
 
setFileSizeThreshold(DataSize) - Method in class org.springframework.boot.web.servlet.MultipartConfigFactory
Sets the size threshold after which files will be written to disk.
setFilter(T) - Method in class org.springframework.boot.web.servlet.FilterRegistrationBean
Set the filter to be registered.
setFilterDispatcherTypes(Set<DispatcherType>) - Method in class org.springframework.boot.autoconfigure.session.SessionProperties.Servlet
 
setFilterOrder(int) - Method in class org.springframework.boot.autoconfigure.session.SessionProperties.Servlet
 
setFlavor(StatsdFlavor) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
 
setFlushMode(FlushMode) - Method in class org.springframework.boot.autoconfigure.session.HazelcastSessionProperties
 
setFlushMode(FlushMode) - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionProperties
 
setFlushMode(FlushMode) - Method in class org.springframework.boot.autoconfigure.session.RedisSessionProperties
 
setForce(boolean) - Method in class org.springframework.boot.autoconfigure.http.HttpProperties.Encoding
 
setForceRequest(boolean) - Method in class org.springframework.boot.autoconfigure.http.HttpProperties.Encoding
 
setForceResponse(boolean) - Method in class org.springframework.boot.autoconfigure.http.HttpProperties.Encoding
 
setForceShutdownOnVmExit(boolean) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
Specifies whether VM shutdown should trigger forced shutdown of the transaction core.
setForgetOrphanedLogEntriesDelay(Duration) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties.Recovery
 
setFormat(ServerProperties.Jetty.Accesslog.FORMAT) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
setForwardHeadersStrategy(ServerProperties.ForwardHeadersStrategy) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
setFullModeViewNames(String[]) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Reactive
 
setGenerateDdl(boolean) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
setGenerateNonExecutableJson(Boolean) - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
 
setGenerateUniqueName(boolean) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setGlobalPrefix(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontProperties
 
setGridFsDatabase(String) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
setGroup(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties
 
setGroup(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setGroupId(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
setGroupingKey(Map<String, String>) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties.Pushgateway
 
setHeadless(boolean) - Method in class org.springframework.boot.SpringApplication
Sets if the application is headless and should not instantiate AWT.
setHeartbeatInterval(Duration) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Pool
 
setHeartbeatInterval(Duration) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
setHiddenCommands(Class<?>...) - Method in class org.springframework.boot.cli.command.CommandRunner
Set the command classes which should be hidden (i.e.
setHost(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.elastic.ElasticProperties
 
setHost(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaProperties
 
setHost(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
 
setHost(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
 
setHost(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
setHost(String) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
setHost(String) - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties.Proxy
 
setHost(String) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
setHost(String) - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
setHost(String) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
setHost(String) - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties.Proxy
 
setHost(String) - Method in class org.springframework.boot.autoconfigure.solr.SolrProperties
 
setHost(String) - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Proxy
 
setHostHeader(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setHostTag(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics.AppOpticsProperties
 
setHostTag(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.datadog.DatadogProperties
 
setHtmlApplicationCache(boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
 
setHttp2(Http2) - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
 
setHttp2(Http2) - Method in interface org.springframework.boot.web.server.ConfigurableWebServerFactory
Sets the HTTP/2 configuration that will be applied to the server.
setHttpDirectPort(Integer) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Bootstrap
 
setHttpOnly(Boolean) - Method in class org.springframework.boot.web.servlet.server.Session.Cookie
 
setHttpSslPort(Integer) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Bootstrap
 
setIdleEventInterval(Duration) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
setIdleEventInterval(Duration) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
setIdleTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Pool
 
setIdleTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
 
setIgnoreDefaultModelOnRedirect(boolean) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
setIgnoreFutureMigrations(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setIgnoreIgnoredMigrations(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setIgnoreMissingMigrations(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setIgnorePaths(List<String>) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
setIgnorePendingMigrations(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setIgnoreTrailingSlash(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web.Server.ServerRequest
 
setImplicitStrategy(String) - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties.Naming
 
setInclude(Set<String>) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointProperties.Exposure
 
setInclude(Set<String>) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties.Exposure
 
setInclude(Set<String>) - Method in class org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties.Group
 
setInclude(Set<Include>) - Method in class org.springframework.boot.actuate.autoconfigure.trace.http.HttpTraceProperties
 
setIncludeException(boolean) - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
 
setIncludeStacktrace(ErrorProperties.IncludeStacktrace) - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
 
setIndex(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.elastic.ElasticProperties
 
setIndexDateFormat(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.elastic.ElasticProperties
 
setIndices(List<String>) - Method in class org.springframework.boot.actuate.autoconfigure.elasticsearch.ElasticsearchHealthIndicatorProperties
Deprecated.
setInit(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
 
setInit(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.webservices.WebServicesProperties.Servlet
 
setInitialInterval(Duration) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 
setInitializationMode(DataSourceInitializationMode) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setInitializers(Collection<? extends ApplicationContextInitializer<?>>) - Method in class org.springframework.boot.SpringApplication
Sets the ApplicationContextInitializer that will be applied to the Spring ApplicationContext.
setInitializers(List<? extends ServletContextInitializer>) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
 
setInitializers(List<? extends ServletContextInitializer>) - Method in interface org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
setInitializeSchema(DataSourceInitializationMode) - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties
 
setInitializeSchema(DataSourceInitializationMode) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Jdbc
 
setInitializeSchema(DataSourceInitializationMode) - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties.Jdbc
 
setInitializeSchema(DataSourceInitializationMode) - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionProperties
 
setInitParameters(Map<String, String>) - Method in class org.springframework.boot.web.servlet.DynamicRegistrationBean
Set init-parameters for this registration.
setInitParameters(Map<String, String>) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
 
setInitParameters(Map<String, String>) - Method in interface org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
Sets the init parameters that are applied to the container's ServletContext.
setInitParameters(Map<String, String>) - Method in class org.springframework.boot.web.servlet.server.Jsp
 
setInitSqls(List<String>) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setInMemory(boolean) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
setInstalledBy(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setInternalProxies(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setIntrospectionUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Opaquetoken
 
setIoThreads(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
setIoThreads(Integer) - Method in interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
Set the number of IO Threads.
setIoThreads(Integer) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
 
setIoThreads(Integer) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
 
setIpv6Canonical(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
setIsolationLevel(IsolationLevel) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
setIssuerUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
 
setIssuerUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
 
setJmxEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setJndiName(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Allows the DataSource to be managed by the container and obtained via JNDI.
setJndiName(String) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties
 
setJndiName(String) - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
setJob(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties.Pushgateway
 
setJobNames(String) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
 
setJobParametersConverter(JobParametersConverter) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
 
setJobRegistry(JobRegistry) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
 
setJobs(Collection<Job>) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
 
setJobStoreType(JobStoreType) - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties
 
setJodaDateTimeFormat(String) - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
Deprecated.
setJsp(Jsp) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
 
setJsp(Jsp) - Method in interface org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
Sets the configuration that will be applied to the server's JSP servlet.
setJwkSetUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
 
setJwkSetUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
 
setJwsAlgorithm(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
 
setKeepAlive(Duration) - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
 
setKeyAlias(String) - Method in class org.springframework.boot.web.server.Ssl
 
setKeyDeserializer(Class<?>) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
setKeyPassword(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
setKeyPassword(String) - Method in class org.springframework.boot.web.server.Ssl
 
setKeyPrefix(String) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Redis
 
setKeySerializer(Class<?>) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
setKeyspaceName(String) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setKeyStore(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
setKeyStore(String) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Ssl
 
setKeyStore(String) - Method in class org.springframework.boot.web.server.Ssl
 
setKeyStoreLocation(Resource) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
setKeyStorePassword(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
setKeyStorePassword(String) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Ssl
 
setKeyStorePassword(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
setKeyStorePassword(String) - Method in class org.springframework.boot.web.server.Ssl
 
setKeyStoreProvider(String) - Method in class org.springframework.boot.web.server.Ssl
 
setKeyStoreType(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
setKeyStoreType(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
setKeyStoreType(String) - Method in class org.springframework.boot.web.server.Ssl
 
setKeysToSanitize(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointProperties
 
setKeysToSanitize(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointProperties
 
setKeysToSanitize(String...) - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
 
setKeysToSanitize(String...) - Method in class org.springframework.boot.actuate.endpoint.Sanitizer
Keys that should be sanitized.
setKeysToSanitize(String...) - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint
 
setKeyValue(int) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints
 
setKeyValue(Duration) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
setLabels(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setLayout(Layout) - Method in class org.springframework.boot.loader.tools.Repackager
Sets the layout to use for the jar.
setLayoutFactory(LayoutFactory) - Method in class org.springframework.boot.loader.tools.Repackager
Sets the layout factory for the jar.
setLazyInitialization(boolean) - Method in class org.springframework.boot.SpringApplication
Sets if beans should be initialized lazily.
setLdif(String) - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
 
setLenient(Boolean) - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
 
setLicenseKey(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setLifecycleTimeout(Duration) - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
Set the maximum amount of time that should be waited when starting or stopping the server.
setLifecycleTimeout(Duration) - Method in class org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
Set the maximum amount of time that should be waited when starting or stopping the server.
setLimitParamName(String) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
setLiquibaseSchema(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setLiquibaseTablespace(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setListener(T) - Method in class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
Set the listener that will be registered.
setListeners(Collection<? extends ApplicationListener<?>>) - Method in class org.springframework.boot.SpringApplication
Sets the ApplicationListeners that will be applied to the SpringApplication and registered with the ApplicationContext.
setLoadOnStartup(int) - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties.Servlet
 
setLoadOnStartup(int) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Servlet
 
setLoadOnStartup(int) - Method in class org.springframework.boot.autoconfigure.webservices.WebServicesProperties.Servlet
 
setLoadOnStartup(int) - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
Sets the loadOnStartup priority.
setLocale(Locale) - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
setLocale(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
setLocale(Locale) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
setLocaleCharsetMappings(Map<Locale, Charset>) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
 
setLocaleCharsetMappings(Map<Locale, Charset>) - Method in interface org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
Sets the Locale to Charset mappings.
setLocaleResolver(WebMvcProperties.LocaleResolver) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
setLocation(Resource) - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Build
 
setLocation(Resource) - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Git
 
setLocation(String) - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
 
setLocation(String) - Method in class org.springframework.boot.web.servlet.MultipartConfigFactory
Sets the directory location where files will be stored.
setLocations(List<String>) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setLogBaseDir(String) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
Specifies the directory in which the log files should be stored.
setLogBaseName(String) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
Specifies the transactions log file base name.
setLogConditionEvaluationDelta(boolean) - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
setLogContainerConfig(Boolean) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
setLogDir(String) - Method in class org.springframework.boot.autoconfigure.transaction.jta.JtaProperties
 
setLoginModule(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Jaas
 
setLoginTimeout(int) - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
 
setLogLevel(String, LogLevel) - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
 
setLogLevel(String, LogLevel) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
setLogLevel(String, LogLevel) - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
 
setLogLevel(String, LogLevel) - Method in class org.springframework.boot.logging.LoggingSystem
Sets the logging level for a given logger.
setLogLevels(LoggingSystem, Environment) - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
setLogLevels(LoggingSystem, ConfigurableEnvironment) - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
Set logging levels based on relevant Environment properties.
setLogRequestDetails(boolean) - Method in class org.springframework.boot.autoconfigure.http.HttpProperties
 
setLogResolvedException(boolean) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
setLogStartupInfo(boolean) - Method in class org.springframework.boot.SpringApplication
Sets if the application information should be logged when the application starts.
setLogWriter(PrintWriter) - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
 
setLongPollTimeout(int) - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer
Set the long poll timeout for the server.
setLongSerializationPolicy(LongSerializationPolicy) - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
 
setLwcEnabled(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
 
setMainApplicationClass(Class<?>) - Method in class org.springframework.boot.SpringApplication
Set a specific main application class that will be used as a log source and to obtain version information.
setMainClass(String) - Method in class org.springframework.boot.loader.tools.Repackager
Sets the main class that should be run.
setMandatory(Boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
 
setMapName(String) - Method in class org.springframework.boot.autoconfigure.session.HazelcastSessionProperties
 
setMapping(Map<Locale, Charset>) - Method in class org.springframework.boot.autoconfigure.http.HttpProperties.Encoding
 
setMappingPath(String) - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server
 
setMarshaller(Marshaller) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Set the Marshaller to use to serialize messages.
setMaster(String) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Sentinel
 
setMatchAfter(boolean) - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
Set if the filter mappings should be matched after any declared filter mappings of the ServletContext.
setMaxActive(int) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
 
setMaxActives(int) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
Specifies the maximum number of active transactions.
setMaxAge(Duration) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties
 
setMaxAge(Duration) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
 
setMaxAge(Duration) - Method in class org.springframework.boot.web.servlet.server.Session.Cookie
 
setMaxAttempts(int) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 
setMaxChunkSize(DataSize) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Reactive
 
setMaxConcurrency(Integer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer
 
setMaxConcurrency(Integer) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
 
setMaxConnections(int) - Method in class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
 
setMaxConnections(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setMaxCookies(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
setMaxDays(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
setMaxEndpoints(int) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints.CouchbaseService
 
setMaxFileSize(DataSize) - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
 
setMaxFileSize(DataSize) - Method in class org.springframework.boot.web.servlet.MultipartConfigFactory
Sets the maximum size allowed for uploaded files.
setMaxHeaders(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
setMaxHttpFormPostSize(DataSize) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
 
setMaxHttpFormPostSize(DataSize) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setMaxHttpHeaderSize(DataSize) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
setMaxHttpPostSize(DataSize) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
Deprecated.
setMaxHttpPostSize(DataSize) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
Deprecated.
setMaxHttpPostSize(DataSize) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
setMaxIdle(int) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
 
setMaxInMemorySize(DataSize) - Method in class org.springframework.boot.autoconfigure.codec.CodecProperties
 
setMaxInterval(Duration) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 
setMaxPacketLength(Integer) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
 
setMaxPageSize(Integer) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
setMaxPageSize(int) - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
 
setMaxParameters(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
setMaxPollRecords(Integer) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
setMaxQueueSize(int) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Pool
 
setMaxRedirects(Integer) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Cluster
 
setMaxRequestSize(DataSize) - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
 
setMaxRequestSize(DataSize) - Method in class org.springframework.boot.web.servlet.MultipartConfigFactory
Sets the maximum DataSize allowed for multipart/form-data requests.
setMaxRetries(int) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties.Recovery
 
setMaxRows(int) - Method in class org.springframework.boot.autoconfigure.jdbc.JdbcProperties.Template
 
setMaxSessionsPerConnection(int) - Method in class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
 
setMaxSize(int) - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
 
setMaxSwallowSize(DataSize) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setMaxThreads(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
 
setMaxThreads(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setMaxTimeout(Duration) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
Specifies the maximum timeout that can be allowed for transactions.
setMaxUriTags(int) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web.Client
 
setMaxUriTags(int) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web.Server
 
setMaxWait(Duration) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
 
setMediaTypes(List<MediaType>) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Reactive
 
setMediaTypes(Map<String, MediaType>) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Contentnegotiation
 
setMessageCodesResolverFormat(DefaultMessageCodesResolver.Format) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
setMessageConverter(MessageConverter) - Method in class org.springframework.boot.autoconfigure.amqp.AbstractRabbitListenerContainerFactoryConfigurer
Set the MessageConverter to use or null if the out-of-the-box converter should be used.
setMessageReaders(List<HttpMessageReader<?>>) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
Configure HTTP message readers to deserialize the request body with.
setMessageRecoverer(MessageRecoverer) - Method in class org.springframework.boot.autoconfigure.amqp.AbstractRabbitListenerContainerFactoryConfigurer
Set the MessageRecoverer to use or null to rely on the default.
setMessageWriters(List<HttpMessageWriter<?>>) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
Configure HTTP message writers to serialize the response body with.
setMeterNameEventTypeEnabled(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicProperties
 
setMeterTimeToLive(Duration) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
 
setMetricName(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web.Client.ClientRequest
 
setMetricName(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web.Server.ServerRequest
 
setMimeMappings(MimeMappings) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
 
setMimeMappings(MimeMappings) - Method in interface org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
Sets the mime-type mappings.
setMimeTypes(String[]) - Method in class org.springframework.boot.web.server.Compression
 
setMinEndpoints(int) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints.CouchbaseService
 
setMinIdle(int) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
 
setMinResponseSize(DataSize) - Method in class org.springframework.boot.web.server.Compression
 
setMinSpareThreads(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setMinThreads(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
 
setMissingQueuesFatal(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.DirectContainer
 
setMissingQueuesFatal(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer
 
setMissingTopicsFatal(boolean) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
setMixed(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setMode(InfoPropertiesInfoContributor.Mode) - Method in class org.springframework.boot.actuate.autoconfigure.info.InfoContributorProperties.Git
 
setMode(CountingMode) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleProperties
 
setMode(CachingConnectionFactory.CacheMode) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Connection
 
setMode(ArtemisMode) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
setMode(String) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
setMonitorInterval(Duration) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
setMultipartConfig(MultipartConfigElement) - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
setMultiplier(double) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 
setMultiThreaded(boolean) - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
 
setMustRevalidate(Boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
 
setName(String) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Bucket
 
setName(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setName(String) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
 
setName(String) - Method in class org.springframework.boot.web.servlet.DynamicRegistrationBean
Set the name of this registration.
setName(String) - Method in class org.springframework.boot.web.servlet.server.Session.Cookie
 
setNames(String) - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties.Job
 
setNamespace(String) - Method in class org.springframework.boot.autoconfigure.session.RedisSessionProperties
 
setNoCache(Boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
 
setNodes(List<String>) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Cluster
 
setNodes(List<String>) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Sentinel
 
setNonBlockingRedelivery(boolean) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
setNoPollThreshold(Float) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
setNoRequestTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
setNoStore(Boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
 
setNoTransform(Boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
 
setNumThreads(Integer) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
 
setNumThreads(Integer) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PushRegistryProperties
Deprecated.
setOf(Class<E>) - Static method in class org.springframework.boot.context.properties.bind.Bindable
Create a new Bindable Set of the specified element type.
setOneIndexedParameters(boolean) - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
 
setOpenInView(Boolean) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
 
setOpenInView(Boolean) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
setOplogSize(DataSize) - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties.Storage
 
setOptionCommands(Class<?>...) - Method in class org.springframework.boot.cli.command.CommandRunner
Set the command classes which should be considered option commands.
setOptions(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Jaas
 
setOracleSqlplus(Boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setOracleSqlplusWarn(Boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setOrder(List<String>) - Method in class org.springframework.boot.actuate.autoconfigure.health.HealthIndicatorProperties
Deprecated.
 
setOrder(List<String>) - Method in class org.springframework.boot.actuate.autoconfigure.health.HealthProperties.Status
 
setOrder(int) - Method in class org.springframework.boot.actuate.web.trace.reactive.HttpTraceWebFilter
 
setOrder(int) - Method in class org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter
 
setOrder(int) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
 
setOrder(int) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayMigrationInitializer
 
setOrder(int) - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties.Filter
 
setOrder(int) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Filter
 
setOrder(int) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.DefaultErrorViewResolver
 
setOrder(int) - Method in class org.springframework.boot.builder.ParentContextApplicationContextInitializer
 
setOrder(int) - Method in class org.springframework.boot.cloud.CloudFoundryVcapEnvironmentPostProcessor
 
setOrder(int) - Method in class org.springframework.boot.context.ApplicationPidFileWriter
 
setOrder(int) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
 
setOrder(int) - Method in class org.springframework.boot.context.config.DelegatingApplicationContextInitializer
 
setOrder(int) - Method in class org.springframework.boot.context.config.DelegatingApplicationListener
 
setOrder(int) - Method in class org.springframework.boot.context.ContextIdApplicationContextInitializer
 
setOrder(int) - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
 
setOrder(int) - Method in class org.springframework.boot.devtools.restart.RestartApplicationListener
Set the order of the listener.
setOrder(int) - Method in class org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
 
setOrder(int) - Method in class org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor
 
setOrder(int) - Method in class org.springframework.boot.jta.atomikos.AtomikosDependsOnBeanFactoryPostProcessor
 
setOrder(int) - Method in class org.springframework.boot.jta.bitronix.BitronixDependentBeanFactoryPostProcessor
 
setOrder(int) - Method in class org.springframework.boot.web.reactive.filter.OrderedHiddenHttpMethodFilter
Set the order for this filter.
setOrder(int) - Method in class org.springframework.boot.web.servlet.filter.OrderedCharacterEncodingFilter
Set the order for this filter.
setOrder(int) - Method in class org.springframework.boot.web.servlet.filter.OrderedFormContentFilter
Set the order for this filter.
setOrder(int) - Method in class org.springframework.boot.web.servlet.filter.OrderedHiddenHttpMethodFilter
Set the order for this filter.
setOrder(int) - Method in class org.springframework.boot.web.servlet.filter.OrderedRequestContextFilter
Set the order for this filter.
setOrder(int) - Method in class org.springframework.boot.web.servlet.RegistrationBean
Set the order of the registration bean.
setOrder(int) - Method in class org.springframework.boot.web.servlet.support.ServletContextApplicationContextInitializer
 
setOutOfOrder(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setOverwriteExistingJobs(boolean) - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties
 
setPageParameter(String) - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
 
setPageParamName(String) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
setParameterName(String) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Contentnegotiation
 
setParameters(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setParseArgs(boolean) - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
Sets if initialization arguments should be parsed for debug and trace properties (usually defined from --debug or --trace command line args).
setPassword(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.elastic.ElasticProperties
 
setPassword(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
 
setPassword(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.kairos.KairosProperties
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Bucket
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ReactiveRestClientProperties
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.elasticsearch.rest.RestClientProperties
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.influx.InfluxDbProperties
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Credential
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
setPassword(char[]) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
 
setPath(File) - Method in class org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthIndicatorProperties
 
setPath(String) - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties
 
setPath(String) - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
 
setPath(String) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Servlet
 
setPath(String) - Method in class org.springframework.boot.autoconfigure.webservices.WebServicesProperties
 
setPath(String) - Method in class org.springframework.boot.web.servlet.server.Session.Cookie
 
setPaths(String[]) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Content
 
setPaths(String[]) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Fixed
 
setPattern(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
setPattern(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
 
setPercentiles(double[]) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.AutoTimeProperties
 
setPercentilesHistogram(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.AutoTimeProperties
 
setPeriod(Duration) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache
 
setPersistent(boolean) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
setPersistent(boolean) - Method in class org.springframework.boot.web.servlet.server.Session
 
setPhysicalStrategy(String) - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties.Naming
 
setPlaceholderPrefix(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setPlaceholderReplacement(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setPlaceholders(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setPlaceholderSuffix(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setPlatform(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setPollingFrequency(Duration) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
 
setPollInterval(Duration) - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
setPollTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
setPool(RedisProperties.Pool) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Jedis
 
setPool(RedisProperties.Pool) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Lettuce
 
setPoolTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Pool
 
setPort(Integer) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaProperties
 
setPort(Integer) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
 
setPort(Integer) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
 
setPort(Integer) - Method in class org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties
Sets the port of the management server, use null if the server port should be used.
setPort(int) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
setPort(int) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setPort(int) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
setPort(Integer) - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties.Proxy
 
setPort(int) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
setPort(int) - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
 
setPort(Integer) - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
setPort(Integer) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
setPort(Integer) - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server
 
setPort(Integer) - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties.Proxy
 
setPort(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
setPort(int) - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Livereload
 
setPort(Integer) - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Proxy
 
setPort(int) - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
 
setPort(int) - Method in interface org.springframework.boot.rsocket.server.ConfigurableRSocketServerFactory
Set the port that the server should listen on.
setPort(int) - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
 
setPort(int) - Method in interface org.springframework.boot.web.server.ConfigurableWebServerFactory
Sets the port that the web server should listen on.
setPortHeader(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setPreferFileSystemAccess(boolean) - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
 
setPrefetch(Integer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
setPrefix(String) - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
 
setPrefix(String) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
 
setPrefix(String) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
setPrefix(String) - Method in class org.springframework.boot.autoconfigure.template.PathBasedTemplateAvailabilityProvider.TemplateAvailabilityProperties
 
setPrefix(String) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
setPrefix(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
setPrefix(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
 
setPrefix(String) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.View
 
setPrettyPrinting(Boolean) - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
 
setPrint(MockMvcPrint) - Method in class org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer
 
setPrintOnlyOnFailure(boolean) - Method in class org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer
 
setPriority(Integer) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
setPrivateKeyLocation(Resource) - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration.Signing.Credential
 
setProcessorCache(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setProducePartialOutputWhileProcessing(boolean) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Servlet
 
setProducers(boolean) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Cache
 
setProperties(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchProperties
 
setProperties(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties.Xa
 
setProperties(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
setPropertyNamingStrategy(String) - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
setProtocol(GraphiteProtocol) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
 
setProtocol(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
setProtocol(String) - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
setProtocol(String) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
The Tomcat protocol to use when create the Connector.
setProtocol(String) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
The Tomcat protocol to use when create the Connector.
setProtocol(String) - Method in class org.springframework.boot.web.server.Ssl
 
setProtocolHeader(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setProtocolHeaderHttpsValue(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setProtocolVersion(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaProperties
 
setProvider(String) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.JCache
 
setProvider(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
 
setProxy(SendGridProperties.Proxy) - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
 
setProxyRevalidate(Boolean) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
 
setPublicKeyLocation(Resource) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
 
setPublisherConfirms(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
Deprecated.
setPublisherConfirmType(CachingConnectionFactory.ConfirmType) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
setPublisherReturns(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
setPublishRequestHandledEvents(boolean) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
setPublishUnchangedMeters(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
 
setPubSubDomain(boolean) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties
 
setPushRate(Duration) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties.Pushgateway
 
setQosEnabled(Boolean) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
setQualifierDelimiter(String) - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
 
setQuery(String) - Method in class org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
Set a specific validation query to use to validate a connection.
setQuery(Duration) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
setQueryTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.jdbc.JdbcProperties.Template
 
setQueueCapacity(int) - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
 
setQueues(String[]) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
setQuietPeriod(Duration) - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
setRabbitProperties(RabbitProperties) - Method in class org.springframework.boot.autoconfigure.amqp.AbstractRabbitListenerContainerFactoryConfigurer
Set the RabbitProperties to use.
setRateUnits(TimeUnit) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaProperties
 
setRateUnits(TimeUnit) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
 
setReadTimeout(Duration) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
 
setReadTimeout(Duration) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PushRegistryProperties
 
setReadTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setReadTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
 
setReadTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.elasticsearch.rest.RestClientProperties
 
setReadTimeout(Duration) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Sets the read timeout on the underlying ClientHttpRequestFactory.
setReadTimeout(Duration) - Method in class org.springframework.boot.webservices.client.HttpWebServiceMessageSenderBuilder
Set the read timeout.
setReceiveTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
 
setReceiveTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
 
setReceiveTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
setRedirectContextRoot(Boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setRedirectUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
 
setRegisterDefaultServlet(boolean) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
 
setRegisterDefaultServlet(boolean) - Method in interface org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
Set if the DefaultServlet should be registered.
setRegistered(boolean) - Method in class org.springframework.boot.web.servlet.server.Jsp
 
setRegisterErrorPageFilter(boolean) - Method in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
Set if the ErrorPageFilter should be registered.
setRegisterShutdownHook(boolean) - Method in class org.springframework.boot.SpringApplication
Sets if the created ApplicationContext should have a shutdown hook registered.
setRelaxedPathChars(List<Character>) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setRelaxedQueryChars(List<Character>) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setRemoteIpHeader(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setRenameOnRotate(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
setRenderHiddenMarkersBeforeCheckboxes(boolean) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
setRepeatableSqlMigrationPrefix(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setReplicationFactor(Integer) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
setReplSetName(String) - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties.Storage
 
setReplyTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
 
setRepository(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.humio.HumioProperties
Deprecated.
setRequestAttributesEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
setRequestContextAttribute(String) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
setRequestedHeartbeat(Duration) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
setRequestsMetricName(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web.Client
setRequestsMetricName(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web.Server
setRequestTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Async
 
setResolveLazily(boolean) - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
 
setResourceFactory(ReactorResourceFactory) - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
Set the ReactorResourceFactory to get the shared resources from.
setResourceFactory(JettyResourceFactory) - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
Set the JettyResourceFactory to get the shared resources from.
setResourceFactory(ReactorResourceFactory) - Method in class org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
Set the ReactorResourceFactory to get the shared resources from.
setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
 
setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheResourceTemplateLoader
Set the resource loader.
setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 
setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.SpringApplication
Sets the ResourceLoader that should be used when loading resources.
setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
 
setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
 
setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
 
setResourceLoaderPath(List<String>) - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAvailabilityProvider.GroovyTemplateAvailabilityProperties
 
setResourceLoaderPath(String) - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
 
setResponseTimeout(Duration) - Method in class org.springframework.boot.actuate.autoconfigure.elasticsearch.ElasticsearchHealthIndicatorProperties
Deprecated.
setRetentionDuration(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
 
setRetentionPeriod(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
setRetentionPolicy(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
 
setRetentionReplicationFactor(Integer) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
 
setRetentionShardDuration(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
 
setRetries(Integer) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
setRetryInterval(Duration) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties.Recovery
 
setRetryTemplateCustomizers(List<RabbitRetryTemplateCustomizer>) - Method in class org.springframework.boot.autoconfigure.amqp.AbstractRabbitListenerContainerFactoryConfigurer
Set the RabbitRetryTemplateCustomizer instances to use.
setReturnBodyOnCreate(Boolean) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
setReturnBodyOnUpdate(Boolean) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
setReverse(boolean) - Method in class org.springframework.boot.actuate.trace.http.InMemoryHttpTraceRepository
Flag to say that the repository lists traces in reverse order.
setRoles(Set<String>) - Method in class org.springframework.boot.actuate.autoconfigure.health.HealthProperties
 
setRoles(List<String>) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
 
setRollbackFile(File) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setRollbackOnCommitFailure(Boolean) - Method in class org.springframework.boot.autoconfigure.transaction.TransactionProperties
 
setRotate(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
setRotate(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
 
setRouteProviders(List<NettyRouteProvider>) - Method in class org.springframework.boot.web.embedded.netty.NettyWebServer
 
setRoutingKey(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
 
setRSocketServerCustomizers(Collection<? extends RSocketServerCustomizer>) - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
Set RSocketServerCustomizers that should be called to configure the RSocketServer while building the server.
setSaveMode(SaveMode) - Method in class org.springframework.boot.autoconfigure.session.HazelcastSessionProperties
 
setSaveMode(SaveMode) - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionProperties
 
setSaveMode(SaveMode) - Method in class org.springframework.boot.autoconfigure.session.RedisSessionProperties
 
setSchedulerName(String) - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties
 
setSchema(String) - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties
 
setSchema(String) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Jdbc
 
setSchema(List<String>) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setSchema(Resource) - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Validation
 
setSchema(String) - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties.Jdbc
 
setSchema(String) - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionProperties
 
setSchemaAction(String) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setSchemaPassword(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setSchemas(List<String>) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setSchemaUsername(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setScope(Set<String>) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
 
setScopeMetadataResolver(ScopeMetadataResolver) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
Set the ScopeMetadataResolver to use for detected bean classes.
setScopeMetadataResolver(ScopeMetadataResolver) - Method in class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
Set the ScopeMetadataResolver to use for detected bean classes.
setScopeMetadataResolver(ScopeMetadataResolver) - Method in class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
Set the ScopeMetadataResolver to use for detected bean classes.
setSearchLocations(String) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
Set the search locations that will be considered as a comma-separated list.
setSearchNames(String) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
Sets the names of the files that should be loaded (excluding file extension) as a comma-separated list.
setSecret(String) - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
 
setSecretHeaderName(String) - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
 
setSecure(Boolean) - Method in class org.springframework.boot.web.servlet.server.Session.Cookie
 
setSelectors(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
 
setSelectors(int) - Method in interface org.springframework.boot.web.embedded.jetty.ConfigurableJettyWebServerFactory
Set the number of selector threads to use.
setSelectors(int) - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
 
setSelectors(int) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
 
setSendTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
setSentinel(RedisProperties.Sentinel) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
setSeparator(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setSerialConsistencyLevel(ConsistencyLevel) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setSerializeNulls(Boolean) - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
 
setSerialJtaTransactions(boolean) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
Specifies if subtransactions should be joined when possible.
setServerCustomizers(Collection<? extends JettyServerCustomizer>) - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
Sets JettyServerCustomizers that will be applied to the Server before it is started.
setServerCustomizers(Collection<? extends JettyServerCustomizer>) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
Sets JettyServerCustomizers that will be applied to the Server before it is started.
setServerCustomizers(Collection<? extends NettyServerCustomizer>) - Method in class org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
Set NettyServerCustomizers that should be applied to the Netty server builder.
setServerHeader(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
setServerHeader(String) - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
 
setServerHeader(String) - Method in interface org.springframework.boot.web.server.ConfigurableWebServerFactory
Sets the server header value.
setServerId(int) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
setServerNamespace(String) - Method in interface org.springframework.boot.web.context.ConfigurableWebServerApplicationContext
Set the server namespace of the context.
setServerNamespace(String) - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
 
setServerNamespace(String) - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
 
setService(String) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
Specifies the transaction manager implementation that should be started.
setServlet(SessionProperties.Servlet) - Method in class org.springframework.boot.autoconfigure.session.SessionProperties
 
setServlet(T) - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
Sets the servlet to be registered.
setServletConfig(ServletConfig) - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
 
setServletContext(ServletContext) - Method in class org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration
 
setServletNames(Collection<String>) - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
Set servlet names that the filter will be registered against.
setServletRegistrationBeans(Collection<? extends ServletRegistrationBean<?>>) - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
Set ServletRegistrationBeans that the filter will be registered against.
setSession(Session) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
 
setSession(Session) - Method in interface org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
Sets the configuration that will be applied to the container's HTTP session support.
setSessionCacheSize(int) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Cache
 
setSettings(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
 
setShowComponents(HealthProperties.Show) - Method in class org.springframework.boot.actuate.autoconfigure.health.HealthProperties
 
setShowDetails(HealthProperties.Show) - Method in class org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties.Group
 
setShowDetails(HealthProperties.Show) - Method in class org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties
 
setShowSql(boolean) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
setShutdownOperation(PrometheusPushGatewayManager.ShutdownOperation) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties.Pushgateway
 
setShutdownTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Lettuce
 
setSize(Integer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Channel
 
setSize(Integer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Connection
 
setSize(int) - Method in class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties.Pool
 
setSizeParameter(String) - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
 
setSkipDefaultCallbacks(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setSkipDefaultResolvers(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setSMaxAge(Duration) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
 
setSocketConnect(Duration) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
setSocketFactoryProcessors(Collection<? extends ServerRSocketFactoryProcessor>) - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
setSocketTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ReactiveRestClientProperties
 
setSortParameter(String) - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Sort
 
setSortParamName(String) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
setSource(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxProperties
 
setSource(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontProperties
 
setSources(Set<String>) - Method in class org.springframework.boot.SpringApplication
Set additional sources that will be used to create an ApplicationContext.
setSpec(String) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Caffeine
 
setSpringBootLogging(LogLevel) - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
Sets a custom logging level to be used for Spring Boot and related libraries.
setSqlDialect(SQLDialect) - Method in class org.springframework.boot.autoconfigure.jooq.JooqProperties
 
setSqlMigrationPrefix(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setSqlMigrationSeparator(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setSqlMigrationSuffixes(List<String>) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setSqlScriptEncoding(Charset) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setSsl(Ssl) - Method in class org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties
 
setSsl(boolean) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setSsl(boolean) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
setSsl(Ssl) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
setSsl(Ssl) - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
 
setSsl(Ssl) - Method in interface org.springframework.boot.web.server.ConfigurableWebServerFactory
Sets the SSL configuration that will be applied to the server's default connector.
setSslStoreProvider(SslStoreProvider) - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
 
setSslStoreProvider(SslStoreProvider) - Method in interface org.springframework.boot.web.server.ConfigurableWebServerFactory
Sets a provider that will be used to obtain SSL stores.
setSsoUrl(String) - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Identityprovider
 
setStaleIfError(Duration) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
 
setStaleWhileRevalidate(Duration) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
 
setStartupDelay(Duration) - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties
 
setStateDir(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
setStateless(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.ListenerRetry
 
setStaticLocations(String[]) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties
 
setStaticPathPattern(String) - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties
 
setStaticPathPattern(String) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
setStatusMapping(Map<String, Integer>) - Method in class org.springframework.boot.actuate.health.HealthStatusHttpMapper
Deprecated.
Set specific status mappings.
setStatusOrder(Status...) - Method in class org.springframework.boot.actuate.health.OrderedHealthAggregator
Deprecated.
Set the ordering of the status.
setStatusOrder(List<String>) - Method in class org.springframework.boot.actuate.health.OrderedHealthAggregator
Deprecated.
Set the ordering of the status.
setStep(Duration) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
 
setStep(Duration) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaProperties
 
setStep(Duration) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
 
setStep(Duration) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.jmx.JmxProperties
 
setStep(Duration) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties
 
setStep(Duration) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PushRegistryProperties
 
setStep(Duration) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxProperties
 
setStep(Duration) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleProperties
 
setStep(Duration) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontProperties
 
setStopWatcherOnRestart(boolean) - Method in class org.springframework.boot.devtools.classpath.ClassPathFileSystemWatcher
Set if the FileSystemWatcher should be stopped when a full restart occurs.
setStoreDir(File) - Method in class org.springframework.boot.web.servlet.server.Session
 
setStoreType(StoreType) - Method in class org.springframework.boot.autoconfigure.session.SessionProperties
 
setStream(Boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setSuffix(String) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
 
setSuffix(String) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
setSuffix(String) - Method in class org.springframework.boot.autoconfigure.template.PathBasedTemplateAvailabilityProvider.TemplateAvailabilityProperties
 
setSuffix(String) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
setSuffix(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
setSuffix(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
 
setSuffix(String) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.View
 
setTable(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setTableName(String) - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionProperties
 
setTablePrefix(String) - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties
 
setTablespace(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setTags(Map<String, String>) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.humio.HumioProperties
 
setTagsAsPrefix(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
 
setTarget(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setTechnologyType(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties
 
setTemplateLoaderPath(String...) - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
 
setTemplateLoaderPath(List<String>) - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerTemplateAvailabilityProvider.FreeMarkerTemplateAvailabilityProperties
 
setTemplateResolverOrder(Integer) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
setTestRollbackOnUpdate(boolean) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setThreadedTwoPhaseCommit(boolean) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
Specifies whether or not to use different (and concurrent) threads for two-phase commit on the participating resources.
setThreadIdleTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
 
setThreadNamePrefix(String) - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties
 
setThreadNamePrefix(String) - Method in class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties
 
setThreadPool(ThreadPool) - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
Set a Jetty ThreadPool that should be used by the Server.
setThreadPool(ThreadPool) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
Set a Jetty ThreadPool that should be used by the Server.
setThreshold(DataSize) - Method in class org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthIndicatorProperties
 
setThrowExceptionIfNoHandlerFound(boolean) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
setTimeBetweenEvictionRuns(Duration) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
 
setTimeBetweenExpirationCheck(Duration) - Method in class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
 
setTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
setTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.session.SessionProperties
 
setTimeout(Duration) - Method in class org.springframework.boot.test.autoconfigure.web.reactive.SpringBootWebTestClientBuilderCustomizer
 
setTimeout(Duration) - Method in class org.springframework.boot.web.servlet.server.Session
 
setTimestampFieldName(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.elastic.ElasticProperties
 
setTimeToLive(Integer) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaProperties
 
setTimeToLive(Duration) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Redis
 
setTimeToLive(Duration) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
setTimeZone(TimeZone) - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
Settings() - Constructor for class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties.Settings
 
SETTINGS_RESOURCE_LOCATION - Static variable in class org.springframework.boot.devtools.settings.DevToolsSettings
The location to look for settings properties.
SettingsXmlRepositorySystemSessionAutoConfiguration - Class in org.springframework.boot.cli.compiler.grape
Auto-configuration for a RepositorySystemSession that uses Maven's settings.xml to determine the configuration settings.
SettingsXmlRepositorySystemSessionAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.grape.SettingsXmlRepositorySystemSessionAutoConfiguration
 
setTldSkipPatterns(Collection<String>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Set the patterns that match jars to ignore for TLD scanning.
setTokenUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
 
setTomcatConnectorCustomizers(Collection<? extends TomcatConnectorCustomizer>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
Set TomcatConnectorCustomizers that should be applied to the Tomcat Connector.
setTomcatConnectorCustomizers(Collection<? extends TomcatConnectorCustomizer>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Set TomcatConnectorCustomizers that should be applied to the Tomcat Connector.
setTomcatContextCustomizers(Collection<? extends TomcatContextCustomizer>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
Set TomcatContextCustomizers that should be applied to the Tomcat Context.
setTomcatContextCustomizers(Collection<? extends TomcatContextCustomizer>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Set TomcatContextCustomizers that should be applied to the Tomcat Context.
setTomcatProtocolHandlerCustomizers(Collection<? extends TomcatProtocolHandlerCustomizer<?>>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
Set TomcatProtocolHandlerCustomizers that should be applied to the Tomcat Connector.
setTomcatProtocolHandlerCustomizers(Collection<? extends TomcatProtocolHandlerCustomizer<?>>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Set TomcatProtocolHandlerCustomizers that should be applied to the Tomcat Connector.
setTopics(String[]) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
setTrace(boolean) - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties.Settings
 
setTrackingModes(Set<Session.SessionTrackingMode>) - Method in class org.springframework.boot.web.servlet.server.Session
 
setTransactionIdPrefix(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
setTransactionManagerId(String) - Method in class org.springframework.boot.autoconfigure.transaction.jta.JtaProperties
 
setTransactionManagerUniqueName(String) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
Specifies the transaction manager's unique name.
setTransactionSize(Integer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer
Deprecated.
setTransformerFactoryClass(Class<? extends TransformerFactory>) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Set the TransformerFactory implementation to use.
setTransport(RSocketServer.Transport) - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server
 
setTransport(RSocketServer.Transport) - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
 
setTransport(RSocketServer.Transport) - Method in interface org.springframework.boot.rsocket.server.ConfigurableRSocketServerFactory
Set the transport that the RSocket server should use.
setTriggerEventType(Class<? extends SpringApplicationEvent>) - Method in class org.springframework.boot.context.ApplicationPidFileWriter
Sets the type of application event that will trigger writing of the PID file.
setTriggerFile(String) - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
setTriggerFilter(FileFilter) - Method in class org.springframework.boot.devtools.filewatch.FileSystemWatcher
Set an optional FileFilter used to limit the files that trigger a change.
setTrustAll(Boolean) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Packages
 
setTrusted(List<String>) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Packages
 
setTrustStore(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
setTrustStore(String) - Method in class org.springframework.boot.web.server.Ssl
 
setTrustStoreLocation(Resource) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
setTrustStorePassword(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
setTrustStorePassword(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
setTrustStorePassword(String) - Method in class org.springframework.boot.web.server.Ssl
 
setTrustStoreProvider(String) - Method in class org.springframework.boot.web.server.Ssl
 
setTrustStoreType(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
setTrustStoreType(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
setTrustStoreType(String) - Method in class org.springframework.boot.web.server.Ssl
 
setType(RabbitProperties.ContainerType) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
 
setType(CacheType) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties
 
setType(Class<? extends DataSource>) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setType(JerseyProperties.Type) - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties
 
setType(KafkaProperties.Listener.Type) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
setUndoSqlMigrationPrefix(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setUnmarshaller(Unmarshaller) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Set the Unmarshaller to use to deserialize messages.
setUri(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics.AppOpticsProperties
 
setUri(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
 
setUri(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.datadog.DatadogProperties
 
setUri(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties
 
setUri(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.humio.HumioProperties
 
setUri(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
 
setUri(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.kairos.KairosProperties
 
setUri(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicProperties
 
setUri(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxProperties
 
setUri(URI) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontProperties
 
setUri(String) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
 
setUri(String) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
setUriEncoding(Charset) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setUriEncoding(Charset) - Method in interface org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactory
Set the character encoding to use for URL decoding.
setUriEncoding(Charset) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
Set the character encoding to use for URL decoding.
setUriEncoding(Charset) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
 
setUriHost(String) - Method in class org.springframework.boot.test.autoconfigure.restdocs.RestDocsProperties
 
setUriPort(Integer) - Method in class org.springframework.boot.test.autoconfigure.restdocs.RestDocsProperties
 
setUris(List<String>) - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
 
setUris(List<String>) - Method in class org.springframework.boot.autoconfigure.elasticsearch.rest.RestClientProperties
 
setUriScheme(String) - Method in class org.springframework.boot.test.autoconfigure.restdocs.RestDocsProperties
 
setUriTemplateHandler(UriTemplateHandler) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Configure the UriTemplateHandler to use to expand URI templates.
setUrl(String) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
setUrl(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setUrl(String) - Method in class org.springframework.boot.autoconfigure.influx.InfluxDbProperties
 
setUrl(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setUrl(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setUrlCharset(Charset) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
setUrlMappings(Collection<String>) - Method in class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletRegistrationBean
 
setUrlMappings(Collection<String>) - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
Set the URL mappings for the servlet.
setUrlPatterns(Collection<String>) - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
Set the URL patterns that the filter will be registered against.
setUrls(String[]) - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties
 
setUseAnonymousProducers(boolean) - Method in class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
 
setUseCodeAsDefaultMessage(boolean) - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
 
setUseDirectBuffers(Boolean) - Method in interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
Set whether direct buffers should be used.
setUseDirectBuffers(Boolean) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
 
setUseDirectBuffers(Boolean) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
 
setUseFastConnectionExceptions(boolean) - Static method in class org.springframework.boot.loader.jar.Handler
Set if a generic static exception can be thrown when a URL cannot be connected.
setUseForwardHeaders(Boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
Deprecated.
setUseForwardHeaders(boolean) - Method in interface org.springframework.boot.web.embedded.jetty.ConfigurableJettyWebServerFactory
Set if x-forward-* headers should be processed.
setUseForwardHeaders(boolean) - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
 
setUseForwardHeaders(boolean) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
 
setUseForwardHeaders(boolean) - Method in class org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
Set if x-forward-* headers should be processed.
setUseForwardHeaders(boolean) - Method in interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
Set if x-forward-* headers should be processed.
setUseForwardHeaders(boolean) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
 
setUseForwardHeaders(boolean) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
 
setUseGlobalRegistry(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties
 
setUseHalAsDefaultJsonMediaType(boolean) - Method in class org.springframework.boot.autoconfigure.hateoas.HateoasProperties
 
setUseKeyPrefix(boolean) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Redis
 
setUseNativeTypes(boolean) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
 
setUseNewIdGeneratorMappings(Boolean) - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties
 
setUser(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setUser(String) - Method in class org.springframework.boot.autoconfigure.influx.InfluxDbProperties
 
setUser(String) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
setUser(String) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
setUser(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setUseRegisteredSuffixPattern(boolean) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Pathmatch
Deprecated.
setUseRelativeRedirects(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setUseRelativeRedirects(Boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
Deprecated.
setUserInfoAuthenticationMethod(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
 
setUserInfoUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
 
setUserName(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.elastic.ElasticProperties
 
setUserName(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
 
setUserName(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.kairos.KairosProperties
 
setUsername(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
setUsername(String) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setUsername(String) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties
 
setUsername(String) - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ReactiveRestClientProperties
 
setUsername(String) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
 
setUsername(String) - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestProperties
 
setUsername(String) - Method in class org.springframework.boot.autoconfigure.elasticsearch.rest.RestClientProperties
 
setUsername(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setUsername(String) - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Credential
 
setUsername(String) - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties
 
setUsername(String) - Method in class org.springframework.boot.autoconfigure.mail.MailProperties
 
setUsername(String) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
setUserNameAttribute(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
 
setUseSsl(boolean) - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ReactiveRestClientProperties
 
setUseSuffixPattern(boolean) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Pathmatch
Deprecated.
setValidateOnMigrate(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setValidateServerCertificate(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
setValidating(boolean) - Method in class org.springframework.boot.web.servlet.context.XmlServletWebServerApplicationContext
Set whether to use XML validation.
setValueDeserializer(Class<?>) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
setValueSerializer(Class<?>) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
setVerifyHostname(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
setVersion(String) - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties
 
setVersion(String) - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Fixed
 
setView(Duration) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
setViewNames(String[]) - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
setViewNames(String[]) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
setViewResolvers(List<ViewResolver>) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
Configure the ViewResolver to use for rendering views.
setVirtualHost(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
setWaitForJobsToCompleteOnShutdown(boolean) - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties
 
setWebAllowOthers(boolean) - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties.Settings
 
setWebApplicationType(WebApplicationType) - Method in class org.springframework.boot.SpringApplication
Sets the type of web application to be run.
setWebServiceMessageFactory(WebServiceMessageFactory) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Sets the WebServiceMessageFactory to use for creating messages.
setWorkerThreads(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
setWorkerThreads(Integer) - Method in interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
Set the number of Worker Threads.
setWorkerThreads(Integer) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
 
setWorkerThreads(Integer) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
 
setXa(DataSourceProperties.Xa) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setZkHost(String) - Method in class org.springframework.boot.autoconfigure.solr.SolrProperties
 
sha1Hash(File) - Static method in class org.springframework.boot.loader.tools.FileUtils
Generate a SHA.1 Hash for a given file.
Shell - Class in org.springframework.boot.cli.command.shell
A shell for Spring Boot.
ShellCommand - Class in org.springframework.boot.cli.command.shell
Command to start a nested REPL shell.
ShellCommand() - Constructor for class org.springframework.boot.cli.command.shell.ShellCommand
 
ShellExitException - Exception in org.springframework.boot.cli.command.shell
Exception used to stop the Shell.
ShellExitException() - Constructor for exception org.springframework.boot.cli.command.shell.ShellExitException
 
ShellPrompts - Class in org.springframework.boot.cli.command.shell
Abstraction to manage a stack of prompts.
ShellPrompts() - Constructor for class org.springframework.boot.cli.command.shell.ShellPrompts
 
shouldEnable(Thread) - Static method in class org.springframework.boot.devtools.system.DevToolsEnablementDeducer
Checks if a specific StackTraceElement in the current thread's stacktrace should cause devtools to be disabled.
shouldForce(HttpProperties.Encoding.Type) - Method in class org.springframework.boot.autoconfigure.http.HttpProperties.Encoding
 
shouldNotFilterAsyncDispatch() - Method in class org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter
 
shouldRegisterJspServlet() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
Returns whether or not the JSP servlet should be registered with the web server.
showComponents(SecurityContext) - Method in interface org.springframework.boot.actuate.health.HealthEndpointGroup
Returns if health components should be shown in the response.
showDetails(SecurityContext) - Method in interface org.springframework.boot.actuate.health.HealthEndpointGroup
Returns if health details should be shown in the response.
ShowDetails - Enum in org.springframework.boot.actuate.health
Deprecated.
since 2.2.0 in favor of HealthEndpointProperties.ShowDetails
showUsage() - Method in class org.springframework.boot.cli.command.CommandRunner
 
shutdown() - Method in class org.springframework.boot.actuate.context.ShutdownEndpoint
 
shutdown() - Method in class org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager
Shutdown the manager, running any PrometheusPushGatewayManager.ShutdownOperation.
shutdown() - Method in interface org.springframework.boot.admin.SpringApplicationAdminMXBean
Shutdown the application.
Shutdown() - Constructor for class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Shutdown
 
Shutdown() - Constructor for class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties.Shutdown
 
shutdownEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.context.ShutdownEndpointAutoConfiguration
 
ShutdownEndpoint - Class in org.springframework.boot.actuate.context
@Endpoint to shutdown the ApplicationContext.
ShutdownEndpoint() - Constructor for class org.springframework.boot.actuate.context.ShutdownEndpoint
 
ShutdownEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.context
ShutdownEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.context.ShutdownEndpointAutoConfiguration
 
sibling(Class<?>...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Create a sibling application (one with the same parent).
sibling(Class<?>[], String...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Create a sibling application (one with the same parent).
signalfxConfig(SignalFxProperties) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxMetricsExportAutoConfiguration
 
signalFxMeterRegistry(SignalFxConfig, Clock) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxMetricsExportAutoConfiguration
 
SignalFxMetricsExportAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx
Auto-configuration for exporting metrics to SignalFX.
SignalFxMetricsExportAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxMetricsExportAutoConfiguration
 
SignalFxProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx
@ConfigurationProperties for configuring metrics export to SignalFX.
SignalFxProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxProperties
 
SignalFxPropertiesConfigAdapter - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx
Adapter to convert SignalFxProperties to a SignalFxConfig.
SignalFxPropertiesConfigAdapter(SignalFxProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxPropertiesConfigAdapter
 
SignalUtils - Class in org.springframework.boot.loader.tools
Utilities for working with signal handling.
Signing() - Constructor for class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration.Signing
 
simpleConfig(SimpleProperties) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleMetricsExportAutoConfiguration
 
SimpleContainer() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer
 
SimpleFormatter - Class in org.springframework.boot.logging.java
Simple 'Java Logging' Formatter.
SimpleFormatter() - Constructor for class org.springframework.boot.logging.java.SimpleFormatter
 
SimpleHttpCodeStatusMapper - Class in org.springframework.boot.actuate.health
Simple HttpCodeStatusMapper backed by map of status code to HTTP status code.
SimpleHttpCodeStatusMapper() - Constructor for class org.springframework.boot.actuate.health.SimpleHttpCodeStatusMapper
Create a new SimpleHttpCodeStatusMapper instance using default mappings.
SimpleHttpCodeStatusMapper(Map<String, Integer>) - Constructor for class org.springframework.boot.actuate.health.SimpleHttpCodeStatusMapper
Create a new SimpleHttpCodeStatusMapper with the specified mappings.
SimpleInfoContributor - Class in org.springframework.boot.actuate.info
A simple InfoContributor that exposes a single detail.
SimpleInfoContributor(String, Object) - Constructor for class org.springframework.boot.actuate.info.SimpleInfoContributor
 
simpleMeterRegistry(SimpleConfig, Clock) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleMetricsExportAutoConfiguration
 
SimpleMetricsExportAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.simple
Auto-configuration for exporting metrics to a SimpleMeterRegistry.
SimpleMetricsExportAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleMetricsExportAutoConfiguration
 
SimpleProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.simple
@ConfigurationProperties for configuring metrics export to a SimpleMeterRegistry.
SimpleProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleProperties
 
SimplePropertiesConfigAdapter - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.simple
Adapter to convert SimpleProperties to a SimpleConfig.
SimplePropertiesConfigAdapter(SimpleProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimplePropertiesConfigAdapter
 
SimpleRabbitListenerContainerFactoryConfigurer - Class in org.springframework.boot.autoconfigure.amqp
Configure SimpleRabbitListenerContainerFactoryConfigurer with sensible defaults.
SimpleRabbitListenerContainerFactoryConfigurer() - Constructor for class org.springframework.boot.autoconfigure.amqp.SimpleRabbitListenerContainerFactoryConfigurer
 
SimpleStatusAggregator - Class in org.springframework.boot.actuate.health
StatusAggregator backed by an ordered status list.
SimpleStatusAggregator() - Constructor for class org.springframework.boot.actuate.health.SimpleStatusAggregator
 
SimpleStatusAggregator(Status...) - Constructor for class org.springframework.boot.actuate.health.SimpleStatusAggregator
 
SimpleStatusAggregator(String...) - Constructor for class org.springframework.boot.actuate.health.SimpleStatusAggregator
 
SimpleStatusAggregator(List<String>) - Constructor for class org.springframework.boot.actuate.health.SimpleStatusAggregator
 
SingleLoggerLevels(LoggerConfiguration) - Constructor for class org.springframework.boot.actuate.logging.LoggersEndpoint.SingleLoggerLevels
 
size() - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
Return the size of the collection.
size() - Method in class org.springframework.boot.loader.jar.JarFile
 
size() - Method in class org.springframework.boot.web.servlet.ServletContextInitializerBeans
 
SkipPropertyMapping - Enum in org.springframework.boot.test.autoconfigure.properties
Enum used to control when @PropertyMapping is skipped.
Slf4JLoggingSystem - Class in org.springframework.boot.logging
Abstract base class for LoggingSystem implementations that utilize SLF4J.
Slf4JLoggingSystem(ClassLoader) - Constructor for class org.springframework.boot.logging.Slf4JLoggingSystem
 
SocketTargetServerConnection - Class in org.springframework.boot.devtools.tunnel.server
SocketTargetServerConnection(PortProvider) - Constructor for class org.springframework.boot.devtools.tunnel.server.SocketTargetServerConnection
SolrAutoConfiguration - Class in org.springframework.boot.autoconfigure.solr
SolrAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.solr.SolrAutoConfiguration
 
solrClient(SolrProperties) - Method in class org.springframework.boot.autoconfigure.solr.SolrAutoConfiguration
 
solrHealthContributor(Map<String, SolrClient>) - Method in class org.springframework.boot.actuate.autoconfigure.solr.SolrHealthContributorAutoConfiguration
 
SolrHealthContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.solr
SolrHealthContributorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.solr.SolrHealthContributorAutoConfiguration
 
SolrHealthIndicator - Class in org.springframework.boot.actuate.solr
HealthIndicator for Apache Solr.
SolrHealthIndicator(SolrClient) - Constructor for class org.springframework.boot.actuate.solr.SolrHealthIndicator
 
SolrProperties - Class in org.springframework.boot.autoconfigure.solr
SolrProperties() - Constructor for class org.springframework.boot.autoconfigure.solr.SolrProperties
 
SolrRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.solr
Enables auto configuration for Spring Data Solr repositories.
SolrRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.solr.SolrRepositoriesAutoConfiguration
 
sort(Collection<Class<?>>) - Method in class org.springframework.boot.autoconfigure.AutoConfigurations
 
Sort() - Constructor for class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Sort
 
sort(Collection<Class<?>>) - Method in class org.springframework.boot.context.annotation.Configurations
Sort configuration classes into the order that they should be applied.
sortCustomizer() - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebAutoConfiguration
 
source() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxPropertiesConfigAdapter
 
source() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontPropertiesConfigAdapter
 
SOURCE_ENTRY - Static variable in class org.springframework.boot.cli.app.SpringApplicationWebApplicationInitializer
The entry containing the source class.
SOURCE_ENTRY - Static variable in class org.springframework.boot.cli.archive.PackagedSpringApplicationLauncher
The entry containing the source class.
SourceFolderUrlFilter - Interface in org.springframework.boot.devtools.restart.server
Filter URLs based on a source folder name.
SourceOptions - Class in org.springframework.boot.cli.command.options
Extract source file options (anything following '--' in an OptionSet).
SourceOptions(OptionSet) - Constructor for class org.springframework.boot.cli.command.options.SourceOptions
Create a new SourceOptions instance.
SourceOptions(List<?>) - Constructor for class org.springframework.boot.cli.command.options.SourceOptions
Create a new SourceOptions instance.
SourceOptions(OptionSet, ClassLoader) - Constructor for class org.springframework.boot.cli.command.options.SourceOptions
Create a new SourceOptions instance.
sources(Class<?>...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Add more sources (configuration classes and components) to this application.
SPRING_APPLICATION_JSON_ENVIRONMENT_VARIABLE - Static variable in class org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
Name of the SPRING_APPLICATION_JSON environment variable.
SPRING_APPLICATION_JSON_PROPERTY - Static variable in class org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
Name of the spring.application.json property.
SpringApplication - Class in org.springframework.boot
Class that can be used to bootstrap and launch a Spring application from a Java main method.
SpringApplication(Class<?>...) - Constructor for class org.springframework.boot.SpringApplication
Create a new SpringApplication instance.
SpringApplication(ResourceLoader, Class<?>...) - Constructor for class org.springframework.boot.SpringApplication
Create a new SpringApplication instance.
SpringApplicationAdminJmxAutoConfiguration - Class in org.springframework.boot.autoconfigure.admin
Register a JMX component that allows to administer the current application.
SpringApplicationAdminJmxAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.admin.SpringApplicationAdminJmxAutoConfiguration
 
SpringApplicationAdminMXBean - Interface in org.springframework.boot.admin
An MBean contract to control and monitor a running SpringApplication via JMX.
SpringApplicationAdminMXBeanRegistrar - Class in org.springframework.boot.admin
Register a SpringApplicationAdminMXBean implementation to the platform MBeanServer.
SpringApplicationAdminMXBeanRegistrar(String) - Constructor for class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
 
springApplicationAdminRegistrar(ObjectProvider<MBeanExporter>, Environment) - Method in class org.springframework.boot.autoconfigure.admin.SpringApplicationAdminJmxAutoConfiguration
 
SpringApplicationBuilder - Class in org.springframework.boot.builder
Builder for SpringApplication and ApplicationContext instances with convenient fluent API and context hierarchy support.
SpringApplicationBuilder(Class<?>...) - Constructor for class org.springframework.boot.builder.SpringApplicationBuilder
 
SpringApplicationEvent - Class in org.springframework.boot.context.event
Base class for ApplicationEvent related to a SpringApplication.
SpringApplicationEvent(SpringApplication, String[]) - Constructor for class org.springframework.boot.context.event.SpringApplicationEvent
 
SpringApplicationJsonEnvironmentPostProcessor - Class in org.springframework.boot.env
An EnvironmentPostProcessor that parses JSON from spring.application.json or equivalently SPRING_APPLICATION_JSON and adds it as a map property source to the Environment.
SpringApplicationJsonEnvironmentPostProcessor() - Constructor for class org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
 
SpringApplicationLauncher - Class in org.springframework.boot.cli.app
A launcher for SpringApplication or a SpringApplication subclass.
SpringApplicationLauncher(ClassLoader) - Constructor for class org.springframework.boot.cli.app.SpringApplicationLauncher
Creates a new launcher that will use the given classLoader to load the configured SpringApplication class.
SpringApplicationRunListener - Interface in org.springframework.boot
Listener for the SpringApplication run method.
SpringApplicationRunner - Class in org.springframework.boot.cli.command.run
Compiles Groovy code running the resulting classes using a SpringApplication.
SpringApplicationRunnerConfiguration - Interface in org.springframework.boot.cli.command.run
Configuration for the SpringApplicationRunner.
SpringApplicationWebApplicationInitializer - Class in org.springframework.boot.cli.app
SpringBootServletInitializer for CLI packaged WAR files.
SpringApplicationWebApplicationInitializer() - Constructor for class org.springframework.boot.cli.app.SpringApplicationWebApplicationInitializer
 
SpringBatchCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
CompilerAutoConfiguration for Spring Batch.
SpringBatchCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.SpringBatchCompilerAutoConfiguration
 
SpringBootApplication - Annotation Type in org.springframework.boot.autoconfigure
Indicates a configuration class that declares one or more @Bean methods and also triggers auto-configuration and component scanning.
SpringBootAstTransformation - Interface in org.springframework.boot.cli.compiler
Marker interface for AST transformations that should be installed automatically from META-INF/services.
SpringBootCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
SpringBootCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.SpringBootCompilerAutoConfiguration
 
SpringBootCondition - Class in org.springframework.boot.autoconfigure.condition
Base of all Condition implementations used with Spring Boot.
SpringBootCondition() - Constructor for class org.springframework.boot.autoconfigure.condition.SpringBootCondition
 
SpringBootConfiguration - Annotation Type in org.springframework.boot
Indicates that a class provides Spring Boot application @Configuration.
SpringBootConfigurationFactory - Class in org.springframework.boot.logging.log4j2
Spring Boot ConfigurationFactory that customizes Log4J2's default configuration to: Prevent logger warnings from being printed when the application first starts.
SpringBootConfigurationFactory() - Constructor for class org.springframework.boot.logging.log4j2.SpringBootConfigurationFactory
 
SpringBootContextLoader - Class in org.springframework.boot.test.context
A ContextLoader that can be used to test Spring Boot applications (those that normally startup using SpringApplication).
SpringBootContextLoader() - Constructor for class org.springframework.boot.test.context.SpringBootContextLoader
 
SpringBootCouchbaseConfigurer - Class in org.springframework.boot.autoconfigure.data.couchbase
A simple CouchbaseConfigurer implementation.
SpringBootCouchbaseConfigurer(CouchbaseEnvironment, Cluster, ClusterInfo, Bucket) - Constructor for class org.springframework.boot.autoconfigure.data.couchbase.SpringBootCouchbaseConfigurer
 
SpringBootDependenciesDependencyManagement - Class in org.springframework.boot.cli.compiler.dependencies
DependencyManagement derived from the effective pom of spring-boot-dependencies.
SpringBootDependenciesDependencyManagement() - Constructor for class org.springframework.boot.cli.compiler.dependencies.SpringBootDependenciesDependencyManagement
 
SpringBootDependencyInjectionTestExecutionListener - Class in org.springframework.boot.test.autoconfigure
Alternative DependencyInjectionTestExecutionListener prints the ConditionEvaluationReport when the context cannot be prepared.
SpringBootDependencyInjectionTestExecutionListener() - Constructor for class org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener
 
SpringBootExceptionReporter - Interface in org.springframework.boot
Callback interface used to support custom reporting of SpringApplication startup errors.
springBootMockMvcBuilderCustomizer() - Method in class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration
 
SpringBootMockMvcBuilderCustomizer - Class in org.springframework.boot.test.autoconfigure.web.servlet
MockMvcBuilderCustomizer for a typical Spring Boot application.
SpringBootMockMvcBuilderCustomizer(WebApplicationContext) - Constructor for class org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer
Create a new SpringBootMockMvcBuilderCustomizer instance.
SpringBootMockServletContext - Class in org.springframework.boot.test.mock.web
MockServletContext implementation for Spring Boot.
SpringBootMockServletContext(String) - Constructor for class org.springframework.boot.test.mock.web.SpringBootMockServletContext
 
SpringBootMockServletContext(String, ResourceLoader) - Constructor for class org.springframework.boot.test.mock.web.SpringBootMockServletContext
 
springBootRepositoryRestConfigurer() - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestMvcAutoConfiguration
 
SpringBootServletInitializer - Class in org.springframework.boot.web.servlet.support
An opinionated WebApplicationInitializer to run a SpringApplication from a traditional WAR deployment.
SpringBootServletInitializer() - Constructor for class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
 
SpringBootTest - Annotation Type in org.springframework.boot.test.context
Annotation that can be specified on a test class that runs Spring Boot based tests.
SpringBootTest.WebEnvironment - Enum in org.springframework.boot.test.context
An enumeration web environment modes.
SpringBootTestContextBootstrapper - Class in org.springframework.boot.test.context
TestContextBootstrapper for Spring Boot.
SpringBootTestContextBootstrapper() - Constructor for class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
 
SpringBootVersion - Class in org.springframework.boot
Class that exposes the Spring Boot version.
SpringBootWebSecurityConfiguration - Class in org.springframework.boot.autoconfigure.security.servlet
The default configuration for web security.
SpringBootWebSecurityConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.servlet.SpringBootWebSecurityConfiguration
 
SpringBootWebTestClientBuilderCustomizer - Class in org.springframework.boot.test.autoconfigure.web.reactive
WebTestClientBuilderCustomizer for a typical Spring Boot application.
SpringBootWebTestClientBuilderCustomizer(Collection<CodecCustomizer>) - Constructor for class org.springframework.boot.test.autoconfigure.web.reactive.SpringBootWebTestClientBuilderCustomizer
Create a new SpringBootWebTestClientBuilderCustomizer that will configure the builder's codecs using the given codecCustomizers.
springBootWebTestClientBuilderCustomizer(ObjectProvider<CodecCustomizer>) - Method in class org.springframework.boot.test.autoconfigure.web.reactive.WebTestClientAutoConfiguration
 
SpringCli - Class in org.springframework.boot.cli
Spring Command Line Interface.
SpringDataWebAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.web
Auto-configuration for Spring Data's web support.
SpringDataWebAutoConfiguration(SpringDataWebProperties) - Constructor for class org.springframework.boot.autoconfigure.data.web.SpringDataWebAutoConfiguration
 
SpringDataWebProperties - Class in org.springframework.boot.autoconfigure.data.web
Configuration properties for Spring Data Web.
SpringDataWebProperties() - Constructor for class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties
 
SpringDataWebProperties.Pageable - Class in org.springframework.boot.autoconfigure.data.web
Pageable properties.
SpringDataWebProperties.Sort - Class in org.springframework.boot.autoconfigure.data.web
Sort properties.
SpringImplicitNamingStrategy - Class in org.springframework.boot.orm.jpa.hibernate
Hibernate ImplicitNamingStrategy that follows Spring recommended naming conventions.
SpringImplicitNamingStrategy() - Constructor for class org.springframework.boot.orm.jpa.hibernate.SpringImplicitNamingStrategy
 
SpringIntegrationCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
CompilerAutoConfiguration for Spring Integration.
SpringIntegrationCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.SpringIntegrationCompilerAutoConfiguration
 
SpringJtaPlatform - Class in org.springframework.boot.orm.jpa.hibernate
Generic Hibernate AbstractJtaPlatform implementation that simply resolves the JTA UserTransaction and TransactionManager from the Spring-configured JtaTransactionManager implementation.
SpringJtaPlatform(JtaTransactionManager) - Constructor for class org.springframework.boot.orm.jpa.hibernate.SpringJtaPlatform
 
SpringMvcCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
SpringMvcCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.SpringMvcCompilerAutoConfiguration
 
SpringPackageScanClassResolver - Class in org.springframework.boot.liquibase
Liquibase PackageScanClassResolver implementation that uses Spring's resource scanning to locate classes.
SpringPackageScanClassResolver(Log) - Constructor for class org.springframework.boot.liquibase.SpringPackageScanClassResolver
 
SpringPhysicalNamingStrategy - Class in org.springframework.boot.orm.jpa.hibernate
Hibernate PhysicalNamingStrategy that follows Spring recommended naming conventions.
SpringPhysicalNamingStrategy() - Constructor for class org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
 
SpringRetryCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
CompilerAutoConfiguration for Spring Retry.
SpringRetryCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.SpringRetryCompilerAutoConfiguration
 
SpringSecurityCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
CompilerAutoConfiguration for Spring Security.
SpringSecurityCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.SpringSecurityCompilerAutoConfiguration
 
springSecurityFilterChain(ServerHttpSecurity) - Method in class org.springframework.boot.actuate.autoconfigure.security.reactive.ReactiveManagementWebSecurityAutoConfiguration
 
SpringTestCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
CompilerAutoConfiguration for Spring Test.
SpringTestCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.SpringTestCompilerAutoConfiguration
 
SpringTransactionProvider - Class in org.springframework.boot.autoconfigure.jooq
Allows Spring Transaction to be used with JOOQ.
SpringTransactionProvider(PlatformTransactionManager) - Constructor for class org.springframework.boot.autoconfigure.jooq.SpringTransactionProvider
 
SpringWebsocketCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
CompilerAutoConfiguration for Spring Websocket.
SpringWebsocketCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.SpringWebsocketCompilerAutoConfiguration
 
SpyBean - Annotation Type in org.springframework.boot.test.mock.mockito
Annotation that can be used to apply Mockito spies to a Spring ApplicationContext.
SpyBeans - Annotation Type in org.springframework.boot.test.mock.mockito
Container annotation that aggregates several @SpyBean annotations.
Ssl() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
Ssl() - Constructor for class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Ssl
 
Ssl() - Constructor for class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
Ssl - Class in org.springframework.boot.web.server
Simple server-independent abstraction for SSL configuration.
Ssl() - Constructor for class org.springframework.boot.web.server.Ssl
 
Ssl.ClientAuth - Enum in org.springframework.boot.web.server
Client authentication types.
SslConfigurationValidator - Class in org.springframework.boot.web.server
Provides utilities around SSL.
SslServerCustomizer - Class in org.springframework.boot.web.embedded.netty
NettyServerCustomizer that configures SSL for the given Reactor Netty server instance.
SslServerCustomizer(Ssl, Http2, SslStoreProvider) - Constructor for class org.springframework.boot.web.embedded.netty.SslServerCustomizer
 
SslStoreProvider - Interface in org.springframework.boot.web.server
Interface to provide SSL key stores for an WebServer to use.
StandardAnnotationCustomizableTypeExcludeFilter<A extends Annotation> - Class in org.springframework.boot.test.autoconfigure.filter
AnnotationCustomizableTypeExcludeFilter that can be used to any test annotation that uses the standard includeFilters, excludeFilters and useDefaultFilters attributes.
StandardAnnotationCustomizableTypeExcludeFilter(Class<?>) - Constructor for class org.springframework.boot.test.autoconfigure.filter.StandardAnnotationCustomizableTypeExcludeFilter
 
standardGsonBuilderCustomizer(GsonProperties) - Method in class org.springframework.boot.autoconfigure.gson.GsonAutoConfiguration
 
StandardReactiveWebEnvironment - Class in org.springframework.boot.web.reactive.context
Environment implementation to be used by Reactive-based web applications.
StandardReactiveWebEnvironment() - Constructor for class org.springframework.boot.web.reactive.context.StandardReactiveWebEnvironment
 
start() - Method in class org.springframework.boot.devtools.filewatch.FileSystemWatcher
Start monitoring the source folder for changes.
start() - Method in class org.springframework.boot.devtools.livereload.LiveReloadServer
Start the livereload server and accept incoming connections.
start(FailureHandler) - Method in class org.springframework.boot.devtools.restart.Restarter
Start the application.
start() - Method in class org.springframework.boot.devtools.tunnel.client.TunnelClient
Start the client and accept incoming connections.
start() - Method in class org.springframework.boot.rsocket.context.RSocketServerBootstrap
 
start() - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServer
 
start() - Method in interface org.springframework.boot.rsocket.server.RSocketServer
Starts the RSocket server.
start() - Method in class org.springframework.boot.web.embedded.jetty.JettyWebServer
 
start() - Method in class org.springframework.boot.web.embedded.netty.NettyWebServer
 
start() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatWebServer
 
start() - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServer
 
start() - Method in class org.springframework.boot.web.embedded.undertow.UndertowWebServer
 
start() - Method in interface org.springframework.boot.web.server.WebServer
Starts the web server.
START_CLASS_ENTRY - Static variable in class org.springframework.boot.cli.archive.PackagedSpringApplicationLauncher
The entry containing the start class.
startAsync() - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
Start asynchronous support or if unavailable return null to cause HttpTunnelServer.HttpConnection.waitForResponse() to block.
startConditionMessage() - Method in class org.springframework.boot.autoconfigure.condition.ResourceCondition
 
started(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.event.EventPublishingRunListener
 
started(ConfigurableApplicationContext) - Method in interface org.springframework.boot.SpringApplicationRunListener
The context has been refreshed and the application has started but CommandLineRunners and ApplicationRunners have not been called.
starting() - Method in class org.springframework.boot.context.event.EventPublishingRunListener
 
starting() - Method in interface org.springframework.boot.SpringApplicationRunListener
Called immediately when the run method has first started.
StaticPortProvider - Class in org.springframework.boot.devtools.tunnel.server
PortProvider for a static port that won't change.
StaticPortProvider(int) - Constructor for class org.springframework.boot.devtools.tunnel.server.StaticPortProvider
 
StaticResourceLocation - Enum in org.springframework.boot.autoconfigure.security
Common locations for static resources.
StaticResourceRequest - Class in org.springframework.boot.autoconfigure.security.reactive
Used to create a ServerWebExchangeMatcher for static resources in commonly used locations.
StaticResourceRequest - Class in org.springframework.boot.autoconfigure.security.servlet
Used to create a RequestMatcher for static resources in commonly used locations.
StaticResourceRequest.StaticResourceRequestMatcher - Class in org.springframework.boot.autoconfigure.security.servlet
The request matcher used to match against resource Locations.
StaticResourceRequest.StaticResourceServerWebExchange - Class in org.springframework.boot.autoconfigure.security.reactive
The server web exchange matcher used to match against resource locations.
statsdConfig(StatsdProperties) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdMetricsExportAutoConfiguration
 
statsdMeterRegistry(StatsdConfig, Clock) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdMetricsExportAutoConfiguration
 
statsdMetrics() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdMetricsExportAutoConfiguration
 
StatsdMetricsExportAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.statsd
Auto-configuration for exporting metrics to StatsD.
StatsdMetricsExportAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdMetricsExportAutoConfiguration
 
StatsdProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.statsd
@ConfigurationProperties for configuring StatsD metrics export.
StatsdProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
 
StatsdPropertiesConfigAdapter - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.statsd
Adapter to convert StatsdProperties to a StatsdConfig.
StatsdPropertiesConfigAdapter(StatsdProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdPropertiesConfigAdapter
 
Status() - Constructor for class org.springframework.boot.actuate.autoconfigure.health.HealthProperties.Status
 
status(String) - Method in class org.springframework.boot.actuate.health.Health.Builder
Set status to given statusCode.
status(Status) - Method in class org.springframework.boot.actuate.health.Health.Builder
Set status to given Status instance.
status(String) - Static method in class org.springframework.boot.actuate.health.Health
Create a new Health.Builder instance with a specific status code.
status(Status) - Static method in class org.springframework.boot.actuate.health.Health
Create a new Health.Builder instance with a specific Status.
Status - Class in org.springframework.boot.actuate.health
Value object to express state of a component or subsystem.
Status(String) - Constructor for class org.springframework.boot.actuate.health.Status
Create a new Status instance with the given code and an empty description.
Status(String, String) - Constructor for class org.springframework.boot.actuate.health.Status
Create a new Status instance with the given code and description.
status(ClientHttpResponse) - Static method in class org.springframework.boot.actuate.metrics.web.client.RestTemplateExchangeTags
Creates a status Tag derived from the status of the given response.
status(ClientResponse) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTags
Creates a status Tag derived from the ClientResponse.statusCode() of the given response.
status(Throwable) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTags
Creates a status Tag derived from the exception thrown by the client.
status(ServerWebExchange) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTags
Creates a status tag based on the response status of the given exchange.
status(HttpServletResponse) - Static method in class org.springframework.boot.actuate.metrics.web.servlet.WebMvcTags
Creates a status tag based on the status of the given response.
STATUS_BAD_REQUEST - Static variable in class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
400 Bad Request.
STATUS_INTERNAL_SERVER_ERROR - Static variable in class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
500 Internal Server Error.
STATUS_NO_CONTENT - Static variable in class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
204 No Content.
STATUS_NOT_FOUND - Static variable in class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
404 Not Found.
STATUS_OK - Static variable in class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
200 OK.
STATUS_SERVICE_UNAVAILABLE - Static variable in class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
503 Service Unavailable.
STATUS_TOO_MANY_REQUESTS - Static variable in class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
429 Too Many Requests.
StatusAggregator - Interface in org.springframework.boot.actuate.health
Strategy used to aggregate Status instances.
step() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PushRegistryPropertiesConfigAdapter
 
step() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimplePropertiesConfigAdapter
 
StepRegistryProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.properties
PushRegistryProperties extensions for registries that are step-normalized.
StepRegistryProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.StepRegistryProperties
 
StepRegistryPropertiesConfigAdapter<T extends StepRegistryProperties> - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.properties
Base class for StepRegistryProperties to StepRegistryConfig adapters.
StepRegistryPropertiesConfigAdapter(T) - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.StepRegistryPropertiesConfigAdapter
 
stop() - Method in class org.springframework.boot.cli.command.run.RunCommand
 
stop() - Method in class org.springframework.boot.cli.command.run.SpringApplicationRunner
 
stop() - Method in class org.springframework.boot.devtools.filewatch.FileSystemWatcher
Stop monitoring the source folders.
stop() - Method in class org.springframework.boot.devtools.livereload.LiveReloadServer
Gracefully stop the livereload server.
stop() - Method in class org.springframework.boot.devtools.restart.Restarter
Stop the application.
stop() - Method in class org.springframework.boot.devtools.tunnel.client.TunnelClient
Stop the client, disconnecting any servers.
stop() - Method in class org.springframework.boot.rsocket.context.RSocketServerBootstrap
 
stop() - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServer
 
stop() - Method in interface org.springframework.boot.rsocket.server.RSocketServer
Stops the RSocket server.
stop() - Method in class org.springframework.boot.web.embedded.jetty.JettyWebServer
 
stop() - Method in class org.springframework.boot.web.embedded.netty.NettyWebServer
 
stop() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatWebServer
 
stop() - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServer
 
stop() - Method in class org.springframework.boot.web.embedded.undertow.UndertowWebServer
 
stop() - Method in interface org.springframework.boot.web.server.WebServer
Stops the web server.
stopAcceptingConnections() - Method in class org.springframework.boot.devtools.tunnel.client.TunnelClient.ServerThread
 
Storage() - Constructor for class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties.Storage
 
storeErrorInformation(Throwable, ServerWebExchange) - Method in class org.springframework.boot.web.reactive.error.DefaultErrorAttributes
 
storeErrorInformation(Throwable, ServerWebExchange) - Method in interface org.springframework.boot.web.reactive.error.ErrorAttributes
Store the given error information in the current ServerWebExchange.
StoreType - Enum in org.springframework.boot.autoconfigure.session
Supported Spring Session data store types.
Strategy() - Constructor for class org.springframework.boot.autoconfigure.web.ResourceProperties.Strategy
 
stream() - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationParameters
Return a stream of the contained parameters.
stream() - Method in class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
stream() - Method in interface org.springframework.boot.actuate.health.NamedContributors
Return a stream of the named contributors.
stream() - Method in interface org.springframework.boot.context.properties.source.IterableConfigurationPropertySource
Returns a sequential Stream for the names managed by this source.
stream() - Method in class org.springframework.boot.context.properties.source.MapConfigurationPropertySource
 
Streams() - Constructor for class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
stringHttpMessageConverter(HttpProperties) - Method in class org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration
 
StringHttpMessageConverterConfiguration() - Constructor for class org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration
 
stringOrNumberMigrationVersionConverter() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration
 
stringRedisTemplate(RedisConnectionFactory) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration
 
subclasses(ClassNode, String...) - Static method in class org.springframework.boot.cli.compiler.AstUtils
Determine if a ClassNode subclasses any of the specified types N.B.
subSequence(int, int) - Method in interface org.springframework.boot.test.system.CapturedOutput
 
success() - Static method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.SecurityResponse
 
supports(Class<?>) - Method in class org.springframework.boot.autoconfigure.validation.ValidatorAdapter
 
supportsEventType(ResolvableType) - Method in class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
 
supportsEventType(Class<? extends ApplicationEvent>) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
 
supportsEventType(ResolvableType) - Method in class org.springframework.boot.context.logging.ClasspathLoggingApplicationListener
 
supportsEventType(ResolvableType) - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
 
supportsParameter(ParameterContext, ExtensionContext) - Method in class org.springframework.boot.test.system.OutputCaptureExtension
 
supportsSourceType(Class<?>) - Method in class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
 
supportsSourceType(Class<?>) - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
 
switchTo(Class<?>) - Method in class org.springframework.boot.logging.DeferredLog
Switch from deferred logging to immediate logging to the specified destination.
switchTo(Log) - Method in class org.springframework.boot.logging.DeferredLog
Switch from deferred logging to immediate logging to the specified destination.
SYSTEM_PROPERTY - Static variable in class org.springframework.boot.logging.LoggingSystem
A System property that can be used to indicate the LoggingSystem to use.
SystemEnvironmentOrigin - Class in org.springframework.boot.origin
Origin for an item loaded from the system environment.
SystemEnvironmentOrigin(String) - Constructor for class org.springframework.boot.origin.SystemEnvironmentOrigin
 
SystemEnvironmentPropertySourceEnvironmentPostProcessor - Class in org.springframework.boot.env
SystemEnvironmentPropertySourceEnvironmentPostProcessor() - Constructor for class org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor
 
SystemEnvironmentPropertySourceEnvironmentPostProcessor.OriginAwareSystemEnvironmentPropertySource - Class in org.springframework.boot.env
SystemHealth - Class in org.springframework.boot.actuate.health
A HealthComponent that represents the overall system health and the available groups.
SystemMetricsAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics
Auto-configuration for system metrics.
SystemMetricsAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.SystemMetricsAutoConfiguration
 
SystemProperties - Class in org.springframework.boot.system
Access to system properties.
SystemPropertyUtils - Class in org.springframework.boot.loader.util
Helper class for resolving placeholders in texts.
SystemPropertyUtils() - Constructor for class org.springframework.boot.loader.util.SystemPropertyUtils
 

T

tags(ClientRequest, ClientResponse, Throwable) - Method in class org.springframework.boot.actuate.metrics.web.reactive.client.DefaultWebClientExchangeTagsProvider
 
tags(ClientRequest, ClientResponse, Throwable) - Method in interface org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTagsProvider
Provide tags to be associated with metrics for the client exchange.
TargetServerConnection - Interface in org.springframework.boot.devtools.tunnel.server
Manages the connection to the ultimate tunnel target server.
taskDecorator(TaskDecorator) - Method in class org.springframework.boot.task.TaskExecutorBuilder
Set the TaskDecorator to use or null to not use any.
TaskDescription(ScheduledTasksEndpoint.TaskType, Runnable) - Constructor for class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.TaskDescription
 
TaskExecutionAutoConfiguration - Class in org.springframework.boot.autoconfigure.task
TaskExecutionAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.task.TaskExecutionAutoConfiguration
 
TaskExecutionProperties - Class in org.springframework.boot.autoconfigure.task
Configuration properties for task execution.
TaskExecutionProperties() - Constructor for class org.springframework.boot.autoconfigure.task.TaskExecutionProperties
 
TaskExecutionProperties.Pool - Class in org.springframework.boot.autoconfigure.task
 
TaskExecutionProperties.Shutdown - Class in org.springframework.boot.autoconfigure.task
 
taskExecutorBuilder(TaskExecutionProperties, ObjectProvider<TaskExecutorCustomizer>, ObjectProvider<TaskDecorator>) - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionAutoConfiguration
 
TaskExecutorBuilder - Class in org.springframework.boot.task
Builder that can be used to configure and create a TaskExecutor.
TaskExecutorBuilder() - Constructor for class org.springframework.boot.task.TaskExecutorBuilder
 
TaskExecutorCustomizer - Interface in org.springframework.boot.task
Callback interface that can be used to customize a ThreadPoolTaskExecutor.
taskScheduler(TaskSchedulerBuilder) - Method in class org.springframework.boot.autoconfigure.task.TaskSchedulingAutoConfiguration
 
taskSchedulerBuilder(TaskSchedulingProperties, ObjectProvider<TaskSchedulerCustomizer>) - Method in class org.springframework.boot.autoconfigure.task.TaskSchedulingAutoConfiguration
 
TaskSchedulerBuilder - Class in org.springframework.boot.task
Builder that can be used to configure and create a TaskScheduler.
TaskSchedulerBuilder() - Constructor for class org.springframework.boot.task.TaskSchedulerBuilder
 
TaskSchedulerBuilder(Integer, Boolean, Duration, String, Set<TaskSchedulerCustomizer>) - Constructor for class org.springframework.boot.task.TaskSchedulerBuilder
 
TaskSchedulerCustomizer - Interface in org.springframework.boot.task
Callback interface that can be used to customize a ThreadPoolTaskScheduler.
TaskSchedulingAutoConfiguration - Class in org.springframework.boot.autoconfigure.task
TaskSchedulingAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.task.TaskSchedulingAutoConfiguration
 
TaskSchedulingProperties - Class in org.springframework.boot.autoconfigure.task
Configuration properties for task scheduling.
TaskSchedulingProperties() - Constructor for class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties
 
TaskSchedulingProperties.Pool - Class in org.springframework.boot.autoconfigure.task
 
TaskSchedulingProperties.Shutdown - Class in org.springframework.boot.autoconfigure.task
 
Template() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
 
Template() - Constructor for class org.springframework.boot.autoconfigure.jdbc.JdbcProperties.Template
 
Template() - Constructor for class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
Template() - Constructor for class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Template
 
template(String) - Static method in class org.springframework.boot.groovy.GroovyTemplate
 
template(String, Map<String, ?>) - Static method in class org.springframework.boot.groovy.GroovyTemplate
 
template(TemplateEngine, String, Map<String, ?>) - Static method in class org.springframework.boot.groovy.GroovyTemplate
 
TemplateAvailabilityProperties(String, String) - Constructor for class org.springframework.boot.autoconfigure.template.PathBasedTemplateAvailabilityProvider.TemplateAvailabilityProperties
 
TemplateAvailabilityProvider - Interface in org.springframework.boot.autoconfigure.template
Indicates the availability of view templates for a particular templating engine such as FreeMarker or Thymeleaf.
TemplateAvailabilityProviders - Class in org.springframework.boot.autoconfigure.template
Collection of TemplateAvailabilityProvider beans that can be used to check which (if any) templating engine supports a given view.
TemplateAvailabilityProviders(ApplicationContext) - Constructor for class org.springframework.boot.autoconfigure.template.TemplateAvailabilityProviders
Create a new TemplateAvailabilityProviders instance.
TemplateAvailabilityProviders(ClassLoader) - Constructor for class org.springframework.boot.autoconfigure.template.TemplateAvailabilityProviders
Create a new TemplateAvailabilityProviders instance.
TemplateAvailabilityProviders(Collection<? extends TemplateAvailabilityProvider>) - Constructor for class org.springframework.boot.autoconfigure.template.TemplateAvailabilityProviders
Create a new TemplateAvailabilityProviders instance.
TemplateLocation - Class in org.springframework.boot.autoconfigure.template
Contains a location that templates can be loaded from.
TemplateLocation(String) - Constructor for class org.springframework.boot.autoconfigure.template.TemplateLocation
 
test(String) - Method in class org.springframework.boot.test.context.FilteredClassLoader.ClassFilter
 
test(String) - Method in class org.springframework.boot.test.context.FilteredClassLoader.ClassPathResourceFilter
 
test(String) - Method in class org.springframework.boot.test.context.FilteredClassLoader.PackageFilter
 
TestComponent - Annotation Type in org.springframework.boot.test.context
@Component that can be used when a bean is intended only for tests, and should be excluded from Spring Boot's component scanning.
TestConfiguration - Annotation Type in org.springframework.boot.test.context
@Configuration that can be used to define additional beans or customizations for a test.
TestDatabaseAutoConfiguration - Class in org.springframework.boot.test.autoconfigure.jdbc
Auto-configuration for a test database.
TestDatabaseAutoConfiguration() - Constructor for class org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration
 
TestEntityManager - Class in org.springframework.boot.test.autoconfigure.orm.jpa
Alternative to EntityManager for use in JPA tests.
TestEntityManager(EntityManagerFactory) - Constructor for class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Create a new TestEntityManager instance for the given EntityManagerFactory.
testEntityManager(EntityManagerFactory) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration
 
TestEntityManagerAutoConfiguration - Class in org.springframework.boot.test.autoconfigure.orm.jpa
Auto-configuration for TestEntityManager.
TestEntityManagerAutoConfiguration() - Constructor for class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration
 
TestPropertyValues - Class in org.springframework.boot.test.util
Test utilities for adding properties.
TestPropertyValues.Pair - Class in org.springframework.boot.test.util
A single name value pair.
TestPropertyValues.Type - Enum in org.springframework.boot.test.util
The type of property source.
TestRestTemplate - Class in org.springframework.boot.test.web.client
Convenient alternative of RestTemplate that is suitable for integration tests.
TestRestTemplate(RestTemplateBuilder) - Constructor for class org.springframework.boot.test.web.client.TestRestTemplate
Create a new TestRestTemplate instance.
TestRestTemplate(TestRestTemplate.HttpClientOption...) - Constructor for class org.springframework.boot.test.web.client.TestRestTemplate
Create a new TestRestTemplate instance.
TestRestTemplate(String, String, TestRestTemplate.HttpClientOption...) - Constructor for class org.springframework.boot.test.web.client.TestRestTemplate
Create a new TestRestTemplate instance with the specified credentials.
TestRestTemplate(RestTemplateBuilder, String, String, TestRestTemplate.HttpClientOption...) - Constructor for class org.springframework.boot.test.web.client.TestRestTemplate
Create a new TestRestTemplate instance with the specified credentials.
TestRestTemplate.CustomHttpComponentsClientHttpRequestFactory - Class in org.springframework.boot.test.web.client
TestRestTemplate.HttpClientOption - Enum in org.springframework.boot.test.web.client
Options used to customize the Apache HTTP Client.
TextResourceOrigin - Class in org.springframework.boot.origin
Origin for an item loaded from a text resource.
TextResourceOrigin(Resource, TextResourceOrigin.Location) - Constructor for class org.springframework.boot.origin.TextResourceOrigin
 
TextResourceOrigin.Location - Class in org.springframework.boot.origin
A location (line and column number) within the resource.
textThreadDump() - Method in class org.springframework.boot.actuate.management.ThreadDumpEndpoint
 
threadDump() - Method in class org.springframework.boot.actuate.management.ThreadDumpEndpoint
 
ThreadDumpEndpoint - Class in org.springframework.boot.actuate.management
@Endpoint to expose thread info.
ThreadDumpEndpoint() - Constructor for class org.springframework.boot.actuate.management.ThreadDumpEndpoint
 
ThreadDumpEndpoint.ThreadDumpDescriptor - Class in org.springframework.boot.actuate.management
A description of a thread dump.
ThreadDumpEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.management
ThreadDumpEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.management.ThreadDumpEndpointAutoConfiguration
 
threadNamePrefix(String) - Method in class org.springframework.boot.task.TaskExecutorBuilder
Set the prefix to use for the names of newly created threads.
threadNamePrefix(String) - Method in class org.springframework.boot.task.TaskSchedulerBuilder
Set the prefix to use for the names of newly created threads.
throwableProxyToString(IThrowableProxy) - Method in class org.springframework.boot.logging.logback.ExtendedWhitespaceThrowableProxyConverter
 
throwableProxyToString(IThrowableProxy) - Method in class org.springframework.boot.logging.logback.WhitespaceThrowableProxyConverter
 
throwIfHasInvalidChars(CharSequence, List<Character>) - Static method in exception org.springframework.boot.context.properties.source.InvalidConfigurationPropertyNameException
 
throwIfPortBindingException(Exception, IntSupplier) - Static method in exception org.springframework.boot.web.server.PortInUseException
Throw a PortInUseException if the given exception was caused by a "port in use" BindException.
ThymeleafAutoConfiguration - Class in org.springframework.boot.autoconfigure.thymeleaf
Auto-configuration for Thymeleaf.
ThymeleafAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration
 
ThymeleafAutoConfiguration.ThymeleafDefaultConfiguration - Class in org.springframework.boot.autoconfigure.thymeleaf
 
ThymeleafDefaultConfiguration() - Constructor for class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.ThymeleafDefaultConfiguration
 
ThymeleafProperties - Class in org.springframework.boot.autoconfigure.thymeleaf
Properties for Thymeleaf.
ThymeleafProperties() - Constructor for class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
ThymeleafProperties.Reactive - Class in org.springframework.boot.autoconfigure.thymeleaf
 
ThymeleafProperties.Servlet - Class in org.springframework.boot.autoconfigure.thymeleaf
 
ThymeleafTemplateAvailabilityProvider - Class in org.springframework.boot.autoconfigure.thymeleaf
TemplateAvailabilityProvider that provides availability information for Thymeleaf view templates.
ThymeleafTemplateAvailabilityProvider() - Constructor for class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafTemplateAvailabilityProvider
 
Timeouts() - Constructor for class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
timeoutStrategy(long, Health) - Method in class org.springframework.boot.actuate.health.CompositeReactiveHealthIndicator
Deprecated.
Specify an alternative timeout Health if a HealthIndicator failed to reply after specified timeout.
to(Class<?>...) - Static method in class org.springframework.boot.actuate.autoconfigure.security.reactive.EndpointRequest
Returns a matcher that includes the specified actuator endpoints.
to(String...) - Static method in class org.springframework.boot.actuate.autoconfigure.security.reactive.EndpointRequest
Returns a matcher that includes the specified actuator endpoints.
to(Class<?>...) - Static method in class org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest
Returns a matcher that includes the specified actuator endpoints.
to(String...) - Static method in class org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest
Returns a matcher that includes the specified actuator endpoints.
to(Consumer<T>) - Method in class org.springframework.boot.context.properties.PropertyMapper.Source
Complete the mapping by passing any non-filtered value to the specified consumer.
toAnsiString(String, AnsiElement) - Method in class org.springframework.boot.logging.logback.ColorConverter
 
toAnyEndpoint() - Static method in class org.springframework.boot.actuate.autoconfigure.security.reactive.EndpointRequest
Returns a matcher that includes all actuator endpoints.
toAnyEndpoint() - Static method in class org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest
Returns a matcher that includes all actuator endpoints.
toByteArray() - Method in class org.springframework.boot.loader.tools.DefaultLaunchScript
 
toByteArray() - Method in interface org.springframework.boot.loader.tools.LaunchScript
The content of the launch script as a byte array.
toCall(Runnable) - Method in class org.springframework.boot.context.properties.PropertyMapper.Source
Complete the mapping by calling the specified method when the value has not been filtered.
toCamelCase(CharSequence) - Static method in class org.springframework.boot.loader.PropertiesLauncher
 
toCorsConfiguration() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties
 
toDashedForm(String) - Static method in class org.springframework.boot.context.properties.bind.DataObjectPropertyName
Return the specified Java Bean property name in dashed form.
toH2Console() - Static method in class org.springframework.boot.autoconfigure.security.servlet.PathRequest
Returns a matcher that includes the H2 console location.
toHexString() - Method in class org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
Return the payload as a hexadecimal string.
toHttpCacheControl() - Method in class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
 
toInstance(Function<T, R>) - Method in class org.springframework.boot.context.properties.PropertyMapper.Source
Complete the mapping by creating a new instance from the non-filtered value.
Token - Class in org.springframework.boot.actuate.autoconfigure.cloudfoundry
The JSON web token provided with each request that originates from Cloud Foundry.
Token(String) - Constructor for class org.springframework.boot.actuate.autoconfigure.cloudfoundry.Token
 
toLinks() - Static method in class org.springframework.boot.actuate.autoconfigure.security.reactive.EndpointRequest
Returns a matcher that matches only on the links endpoint.
toLinks() - Static method in class org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest
Returns a matcher that matches only on the links endpoint.
toLowerCaseString() - Method in class org.springframework.boot.actuate.endpoint.EndpointId
Return a lower-case version of the endpoint ID.
Tomcat() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
TomcatConnectorCustomizer - Interface in org.springframework.boot.web.embedded.tomcat
Callback interface that can be used to customize a Tomcat Connector.
TomcatContextCustomizer - Interface in org.springframework.boot.web.embedded.tomcat
Callback interface that can be used to customize a Tomcat Context.
TomcatDataSourcePoolMetadata - Class in org.springframework.boot.jdbc.metadata
DataSourcePoolMetadata for a Tomcat DataSource.
TomcatDataSourcePoolMetadata(DataSource) - Constructor for class org.springframework.boot.jdbc.metadata.TomcatDataSourcePoolMetadata
 
TomcatEmbeddedWebappClassLoader - Class in org.springframework.boot.web.embedded.tomcat
Extension of Tomcat's ParallelWebappClassLoader that does not consider the system classloader.
TomcatEmbeddedWebappClassLoader() - Constructor for class org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedWebappClassLoader
 
TomcatEmbeddedWebappClassLoader(ClassLoader) - Constructor for class org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedWebappClassLoader
 
TomcatMetricsAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.web.tomcat
Auto-configuration for TomcatMetrics.
TomcatMetricsAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.web.tomcat.TomcatMetricsAutoConfiguration
 
tomcatMetricsBinder(MeterRegistry) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.web.tomcat.TomcatMetricsAutoConfiguration
 
TomcatMetricsBinder - Class in org.springframework.boot.actuate.metrics.web.tomcat
Binds TomcatMetrics in response to the ApplicationStartedEvent.
TomcatMetricsBinder(MeterRegistry) - Constructor for class org.springframework.boot.actuate.metrics.web.tomcat.TomcatMetricsBinder
 
TomcatMetricsBinder(MeterRegistry, Iterable<Tag>) - Constructor for class org.springframework.boot.actuate.metrics.web.tomcat.TomcatMetricsBinder
 
TomcatProtocolHandlerCustomizer<T extends ProtocolHandler> - Interface in org.springframework.boot.web.embedded.tomcat
Callback interface that can be used to customize the ProtocolHandler on the Connector.
TomcatReactiveWebServerFactory - Class in org.springframework.boot.web.embedded.tomcat
ReactiveWebServerFactory that can be used to create a TomcatWebServer.
TomcatReactiveWebServerFactory() - Constructor for class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
Create a new TomcatReactiveWebServerFactory instance.
TomcatReactiveWebServerFactory(int) - Constructor for class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
Create a new TomcatReactiveWebServerFactory that listens for requests using the specified port.
tomcatReactiveWebServerFactoryCustomizer(ServerProperties) - Method in class org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryAutoConfiguration
 
TomcatReactiveWebServerFactoryCustomizer - Class in org.springframework.boot.autoconfigure.web.reactive
WebServerFactoryCustomizer to apply ServerProperties to Tomcat reactive web servers.
TomcatReactiveWebServerFactoryCustomizer(ServerProperties) - Constructor for class org.springframework.boot.autoconfigure.web.reactive.TomcatReactiveWebServerFactoryCustomizer
 
TomcatServletWebServerFactory - Class in org.springframework.boot.web.embedded.tomcat
TomcatServletWebServerFactory() - Constructor for class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Create a new TomcatServletWebServerFactory instance.
TomcatServletWebServerFactory(int) - Constructor for class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Create a new TomcatServletWebServerFactory that listens for requests using the specified port.
TomcatServletWebServerFactory(String, int) - Constructor for class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Create a new TomcatServletWebServerFactory with the specified context path and port.
tomcatServletWebServerFactoryCustomizer(ServerProperties) - Method in class org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration
 
TomcatServletWebServerFactoryCustomizer - Class in org.springframework.boot.autoconfigure.web.servlet
WebServerFactoryCustomizer to apply ServerProperties to Tomcat web servers.
TomcatServletWebServerFactoryCustomizer(ServerProperties) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.TomcatServletWebServerFactoryCustomizer
 
TomcatWebServer - Class in org.springframework.boot.web.embedded.tomcat
WebServer that can be used to control a Tomcat web server.
TomcatWebServer(Tomcat) - Constructor for class org.springframework.boot.web.embedded.tomcat.TomcatWebServer
Create a new TomcatWebServer instance.
TomcatWebServer(Tomcat, boolean) - Constructor for class org.springframework.boot.web.embedded.tomcat.TomcatWebServer
Create a new TomcatWebServer instance.
tomcatWebServerFactoryCustomizer(Environment, ServerProperties) - Method in class org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration.TomcatWebServerFactoryCustomizerConfiguration
 
TomcatWebServerFactoryCustomizer - Class in org.springframework.boot.autoconfigure.web.embedded
Customization for Tomcat-specific features common for both Servlet and Reactive servers.
TomcatWebServerFactoryCustomizer(Environment, ServerProperties) - Constructor for class org.springframework.boot.autoconfigure.web.embedded.TomcatWebServerFactoryCustomizer
 
TomcatWebServerFactoryCustomizerConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration.TomcatWebServerFactoryCustomizerConfiguration
 
TomcatWebSocketReactiveWebServerCustomizer - Class in org.springframework.boot.autoconfigure.websocket.reactive
WebSocket customizer for TomcatReactiveWebServerFactory.
TomcatWebSocketReactiveWebServerCustomizer() - Constructor for class org.springframework.boot.autoconfigure.websocket.reactive.TomcatWebSocketReactiveWebServerCustomizer
 
TomcatWebSocketServletWebServerCustomizer - Class in org.springframework.boot.autoconfigure.websocket.servlet
WebSocket customizer for TomcatServletWebServerFactory.
TomcatWebSocketServletWebServerCustomizer() - Constructor for class org.springframework.boot.autoconfigure.websocket.servlet.TomcatWebSocketServletWebServerCustomizer
 
toPhysicalCatalogName(Identifier, JdbcEnvironment) - Method in class org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
 
toPhysicalColumnName(Identifier, JdbcEnvironment) - Method in class org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
 
toPhysicalSchemaName(Identifier, JdbcEnvironment) - Method in class org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
 
toPhysicalSequenceName(Identifier, JdbcEnvironment) - Method in class org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
 
toPhysicalTableName(Identifier, JdbcEnvironment) - Method in class org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
 
toPropertySource() - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Return the PropertySource to use based on the chosen InfoPropertiesInfoContributor.Mode.
toPropertySource() - Method in class org.springframework.boot.info.InfoProperties
Return a PropertySource of this instance.
toSimplePropertySource() - Method in class org.springframework.boot.actuate.info.BuildInfoContributor
 
toSimplePropertySource() - Method in class org.springframework.boot.actuate.info.GitInfoContributor
 
toSimplePropertySource() - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Return a PropertySource for the SIMPLE mode.
toStaticResources() - Static method in class org.springframework.boot.autoconfigure.security.reactive.PathRequest
Returns a StaticResourceRequest that can be used to create a matcher for locations.
toStaticResources() - Static method in class org.springframework.boot.autoconfigure.security.servlet.PathRequest
Returns a StaticResourceRequest that can be used to create a matcher for locations.
toString() - Method in class org.springframework.boot.actuate.audit.AuditEvent
 
toString() - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.Token
 
toString() - Method in class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint
 
toString() - Method in class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
 
toString() - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.OperationKey
 
toString() - Method in class org.springframework.boot.actuate.endpoint.EndpointId
 
toString() - Method in class org.springframework.boot.actuate.endpoint.invoke.reflect.OperationMethod
 
toString() - Method in class org.springframework.boot.actuate.endpoint.invoke.reflect.ReflectiveOperationInvoker
 
toString() - Method in class org.springframework.boot.actuate.endpoint.web.Link
 
toString() - Method in class org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
 
toString() - Method in class org.springframework.boot.actuate.health.Health
 
toString() - Method in class org.springframework.boot.actuate.health.Status
 
toString() - Method in class org.springframework.boot.actuate.info.Info
 
toString() - Method in class org.springframework.boot.actuate.metrics.MetricsEndpoint.Sample
 
toString() - Method in class org.springframework.boot.ansi.Ansi8BitColor
 
toString() - Method in enum org.springframework.boot.ansi.AnsiBackground
 
toString() - Method in enum org.springframework.boot.ansi.AnsiColor
 
toString() - Method in interface org.springframework.boot.ansi.AnsiElement
 
toString(Object...) - Static method in class org.springframework.boot.ansi.AnsiOutput
Create a new ANSI string from the specified elements.
toString() - Method in enum org.springframework.boot.ansi.AnsiStyle
 
toString() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcome
 
toString() - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
 
toString() - Method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
 
toString() - Method in class org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportMessage
 
toString() - Method in class org.springframework.boot.autoconfigure.template.TemplateLocation
 
toString() - Method in class org.springframework.boot.cli.command.status.ExitStatus
 
toString() - Method in class org.springframework.boot.cli.compiler.dependencies.Dependency.Exclusion
 
toString() - Method in class org.springframework.boot.cli.compiler.dependencies.Dependency
 
toString() - Method in class org.springframework.boot.cli.compiler.grape.RepositoryConfiguration
 
toString() - Method in class org.springframework.boot.context.properties.bind.Bindable
 
toString() - Method in class org.springframework.boot.context.properties.source.ConfigurationProperty
 
toString() - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
 
toString() - Method in class org.springframework.boot.devtools.filewatch.ChangedFile
 
toString() - Method in class org.springframework.boot.devtools.filewatch.ChangedFiles
 
toString() - Method in class org.springframework.boot.loader.archive.ExplodedArchive
 
toString() - Method in class org.springframework.boot.loader.archive.JarFileArchive
 
toString() - Method in class org.springframework.boot.loader.jar.JarFile
 
toString() - Method in class org.springframework.boot.loader.tools.JavaExecutable
 
toString() - Method in interface org.springframework.boot.loader.tools.LibraryScope
 
toString() - Method in class org.springframework.boot.logging.LogFile
 
toString() - Method in class org.springframework.boot.logging.LoggerConfiguration
 
toString() - Method in class org.springframework.boot.origin.OriginTrackedValue
 
toString() - Method in class org.springframework.boot.origin.PropertySourceOrigin
 
toString() - Method in class org.springframework.boot.origin.SystemEnvironmentOrigin
 
toString() - Method in class org.springframework.boot.origin.TextResourceOrigin.Location
 
toString() - Method in class org.springframework.boot.origin.TextResourceOrigin
 
toString() - Method in class org.springframework.boot.system.ApplicationHome
 
toString() - Method in class org.springframework.boot.system.ApplicationPid
 
toString() - Method in class org.springframework.boot.system.ApplicationTemp
 
toString() - Method in enum org.springframework.boot.system.JavaVersion
 
toString() - Method in class org.springframework.boot.test.json.JsonContent
 
toString() - Method in class org.springframework.boot.test.json.ObjectContent
 
toString() - Method in class org.springframework.boot.test.rule.OutputCapture
Deprecated.
 
toString() - Method in class org.springframework.boot.test.system.OutputCaptureRule
 
toString() - Method in class org.springframework.boot.web.server.MimeMappings.Mapping
 
toString() - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
 
toString() - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
 
trace(Object) - Method in class org.springframework.boot.logging.DeferredLog
 
trace(Object, Throwable) - Method in class org.springframework.boot.logging.DeferredLog
 
TraceableRequest - Interface in org.springframework.boot.actuate.trace.http
A representation of an HTTP request that is suitable for tracing.
TraceableResponse - Interface in org.springframework.boot.actuate.trace.http
A representation of an HTTP response that is suitable for tracing.
traces() - Method in class org.springframework.boot.actuate.trace.http.HttpTraceEndpoint
 
transactionalOperator(ReactiveTransactionManager) - Method in class org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration
 
TransactionAutoConfiguration - Class in org.springframework.boot.autoconfigure.transaction
Auto-configuration for Spring transaction.
TransactionAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration
 
TransactionAutoConfiguration.EnableTransactionManagementConfiguration - Class in org.springframework.boot.autoconfigure.transaction
 
TransactionAutoConfiguration.EnableTransactionManagementConfiguration.CglibAutoProxyConfiguration - Class in org.springframework.boot.autoconfigure.transaction
 
TransactionAutoConfiguration.EnableTransactionManagementConfiguration.JdkDynamicAutoProxyConfiguration - Class in org.springframework.boot.autoconfigure.transaction
 
TransactionAutoConfiguration.TransactionTemplateConfiguration - Class in org.springframework.boot.autoconfigure.transaction
 
TransactionManagementCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
TransactionManagementCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.TransactionManagementCompilerAutoConfiguration
 
transactionManager(SessionFactory, ObjectProvider<TransactionManagerCustomizers>) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataAutoConfiguration
 
transactionManager(ObjectProvider<TransactionManagerCustomizers>) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
 
TransactionManagerCustomizers - Class in org.springframework.boot.autoconfigure.transaction
TransactionManagerCustomizers(Collection<? extends PlatformTransactionManagerCustomizer<?>>) - Constructor for class org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizers
 
TransactionProperties - Class in org.springframework.boot.autoconfigure.transaction
Configuration properties that can be applied to an AbstractPlatformTransactionManager.
TransactionProperties() - Constructor for class org.springframework.boot.autoconfigure.transaction.TransactionProperties
 
transactionProvider(PlatformTransactionManager) - Method in class org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration
 
transactionTemplate(PlatformTransactionManager) - Method in class org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration.TransactionTemplateConfiguration
 
TransactionTemplateConfiguration() - Constructor for class org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration.TransactionTemplateConfiguration
 
transform(ILoggingEvent, String) - Method in class org.springframework.boot.logging.logback.ColorConverter
 
TriggerFileFilter - Class in org.springframework.boot.devtools.autoconfigure
FileFilter that accepts only a specific "trigger" file.
TriggerFileFilter(String) - Constructor for class org.springframework.boot.devtools.autoconfigure.TriggerFileFilter
 
triggerReload() - Method in class org.springframework.boot.devtools.autoconfigure.OptionalLiveReloadServer
Trigger LiveReload if the server is up and running.
triggerReload() - Method in class org.springframework.boot.devtools.livereload.LiveReloadServer
Trigger livereload of all connected clients.
trimParse(String, String, Function<String, T>) - Method in class org.springframework.boot.json.AbstractJsonParser
 
tryParse(Callable<T>, Class<? extends Exception>) - Method in class org.springframework.boot.json.AbstractJsonParser
 
TunnelChannel(WritableByteChannel, Closeable) - Constructor for class org.springframework.boot.devtools.tunnel.client.HttpTunnelConnection.TunnelChannel
 
TunnelClient - Class in org.springframework.boot.devtools.tunnel.client
The client side component of a socket tunnel.
TunnelClient(int, TunnelConnection) - Constructor for class org.springframework.boot.devtools.tunnel.client.TunnelClient
 
TunnelClient.ServerThread - Class in org.springframework.boot.devtools.tunnel.client
The main server thread.
TunnelClientListener - Interface in org.springframework.boot.devtools.tunnel.client
Listener that can be used to receive TunnelClient events.
TunnelConnection - Interface in org.springframework.boot.devtools.tunnel.client
Interface used to manage socket tunnel connections.
type(Class<D>) - Method in class org.springframework.boot.jdbc.DataSourceBuilder
 
TypeExcludeFilter - Class in org.springframework.boot.context
Provides exclusion TypeFilters that are loaded from the BeanFactory and automatically applied to SpringBootApplication scanning.
TypeExcludeFilter() - Constructor for class org.springframework.boot.context.TypeExcludeFilter
 
TypeExcludeFilters - Annotation Type in org.springframework.boot.test.autoconfigure.filter
Annotation that can be on tests to define a set of TypeExcludeFilter classes that should be applied to @SpringBootApplication component scanning.

U

unbind(String) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisNoOpBindingRegistry
 
UnboundConfigurationPropertiesException - Exception in org.springframework.boot.context.properties.bind
BindException thrown when ConfigurationPropertySource elements were left unbound.
UnboundConfigurationPropertiesException(Set<ConfigurationProperty>) - Constructor for exception org.springframework.boot.context.properties.bind.UnboundConfigurationPropertiesException
 
UnboundElementsSourceFilter - Class in org.springframework.boot.context.properties.source
Function used to determine if a ConfigurationPropertySource should be included when determining unbound elements.
UnboundElementsSourceFilter() - Constructor for class org.springframework.boot.context.properties.source.UnboundElementsSourceFilter
 
Undertow() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
UndertowBuilderCustomizer - Interface in org.springframework.boot.web.embedded.undertow
Callback interface that can be used to customize an Undertow Undertow.Builder.
UndertowDeploymentInfoCustomizer - Interface in org.springframework.boot.web.embedded.undertow
Callback interface that can be used to customize an Undertow DeploymentInfo.
UndertowReactiveWebServerFactory - Class in org.springframework.boot.web.embedded.undertow
ReactiveWebServerFactory that can be used to create UndertowWebServers.
UndertowReactiveWebServerFactory() - Constructor for class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
Create a new UndertowReactiveWebServerFactory instance.
UndertowReactiveWebServerFactory(int) - Constructor for class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
Create a new UndertowReactiveWebServerFactory that listens for requests using the specified port.
UndertowServletWebServer - Class in org.springframework.boot.web.embedded.undertow
WebServer that can be used to control an embedded Undertow server.
UndertowServletWebServer(Undertow.Builder, DeploymentManager, String, boolean, Compression) - Constructor for class org.springframework.boot.web.embedded.undertow.UndertowServletWebServer
Create a new UndertowServletWebServer instance.
UndertowServletWebServer(Undertow.Builder, DeploymentManager, String, boolean, boolean, Compression) - Constructor for class org.springframework.boot.web.embedded.undertow.UndertowServletWebServer
Create a new UndertowServletWebServer instance.
UndertowServletWebServer(Undertow.Builder, DeploymentManager, String, boolean, boolean, Compression, String) - Constructor for class org.springframework.boot.web.embedded.undertow.UndertowServletWebServer
Create a new UndertowServletWebServer instance.
UndertowServletWebServerFactory - Class in org.springframework.boot.web.embedded.undertow
UndertowServletWebServerFactory() - Constructor for class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
Create a new UndertowServletWebServerFactory instance.
UndertowServletWebServerFactory(int) - Constructor for class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
Create a new UndertowServletWebServerFactory that listens for requests using the specified port.
UndertowServletWebServerFactory(String, int) - Constructor for class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
Create a new UndertowServletWebServerFactory with the specified context path and port.
UndertowServletWebServerFactoryCustomizer - Class in org.springframework.boot.autoconfigure.web.servlet
WebServerFactoryCustomizer to apply ServerProperties to Undertow Servlet web servers.
UndertowServletWebServerFactoryCustomizer(ServerProperties) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.UndertowServletWebServerFactoryCustomizer
 
UndertowWebServer - Class in org.springframework.boot.web.embedded.undertow
WebServer that can be used to control an Undertow web server.
UndertowWebServer(Undertow.Builder, boolean) - Constructor for class org.springframework.boot.web.embedded.undertow.UndertowWebServer
Create a new UndertowWebServer instance.
UndertowWebServer(Undertow.Builder, boolean, Closeable) - Constructor for class org.springframework.boot.web.embedded.undertow.UndertowWebServer
Create a new UndertowWebServer instance.
undertowWebServerFactoryCustomizer(Environment, ServerProperties) - Method in class org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration.UndertowWebServerFactoryCustomizerConfiguration
 
UndertowWebServerFactoryCustomizer - Class in org.springframework.boot.autoconfigure.web.embedded
Customization for Undertow-specific features common for both Servlet and Reactive servers.
UndertowWebServerFactoryCustomizer(Environment, ServerProperties) - Constructor for class org.springframework.boot.autoconfigure.web.embedded.UndertowWebServerFactoryCustomizer
 
UndertowWebServerFactoryCustomizerConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration.UndertowWebServerFactoryCustomizerConfiguration
 
UndertowWebSocketServletWebServerCustomizer - Class in org.springframework.boot.autoconfigure.websocket.servlet
WebSocket customizer for UndertowServletWebServerFactory.
UndertowWebSocketServletWebServerCustomizer() - Constructor for class org.springframework.boot.autoconfigure.websocket.servlet.UndertowWebSocketServletWebServerCustomizer
 
UninstallCommand - Class in org.springframework.boot.cli.command.install
Command to uninstall dependencies from the CLI's lib/ext directory.
UninstallCommand() - Constructor for class org.springframework.boot.cli.command.install.UninstallCommand
 
unknown() - Method in class org.springframework.boot.actuate.health.Health.Builder
Set status to Status.UNKNOWN status.
unknown() - Static method in class org.springframework.boot.actuate.health.Health
Create a new Health.Builder instance with an Status.UNKNOWN status.
UNKNOWN - Static variable in class org.springframework.boot.actuate.health.Status
Status indicating that the component or subsystem is in an unknown state.
unmodifiableMappings(MimeMappings) - Static method in class org.springframework.boot.web.server.MimeMappings
Create a new unmodifiable view of the specified mapping.
unregister(String) - Method in class org.springframework.boot.actuate.health.DefaultHealthIndicatorRegistry
Deprecated.
 
unregister(String) - Method in class org.springframework.boot.actuate.health.DefaultReactiveHealthIndicatorRegistry
Deprecated.
 
unregister(String) - Method in interface org.springframework.boot.actuate.health.HealthIndicatorRegistry
Deprecated.
Unregisters the HealthIndicator previously registered with the given name.
unregister(String) - Method in interface org.springframework.boot.actuate.health.ReactiveHealthIndicatorRegistry
Deprecated.
Unregisters the ReactiveHealthIndicator previously registered with the given name.
unregisterContributor(String) - Method in interface org.springframework.boot.actuate.health.ContributorRegistry
Unregister a previously registered contributor.
unwrap(DataSource, Class<T>) - Static method in class org.springframework.boot.jdbc.DataSourceUnwrapper
Return an object that implements the given target type, unwrapping delegate or proxy if necessary.
up() - Method in class org.springframework.boot.actuate.health.Health.Builder
Set status to Status.UP status.
up() - Static method in class org.springframework.boot.actuate.health.Health
Create a new Health.Builder instance with an Status.UP status.
UP - Static variable in class org.springframework.boot.actuate.health.Status
Status indicating that the component or subsystem is functioning as expected.
updateAndRestart(ClassLoaderFiles) - Method in class org.springframework.boot.devtools.restart.server.RestartServer
Update the current running application with the specified ClassLoaderFiles and trigger a reload.
uptimeMetrics() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.SystemMetricsAutoConfiguration
 
uri() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicPropertiesConfigAdapter
 
uri() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxPropertiesConfigAdapter
 
uri() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontPropertiesConfigAdapter
 
uri(HttpRequest) - Static method in class org.springframework.boot.actuate.metrics.web.client.RestTemplateExchangeTags
Creates a uri Tag for the URI of the given request.
uri(String) - Static method in class org.springframework.boot.actuate.metrics.web.client.RestTemplateExchangeTags
Creates a uri Tag from the given uriTemplate.
uri(ClientRequest) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTags
Creates a uri Tag for the URI path of the given request.
uri(ServerWebExchange) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTags
Creates a uri tag based on the URI of the given exchange.
uri(ServerWebExchange, boolean) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTags
Creates a uri tag based on the URI of the given exchange.
uri(HttpServletRequest, HttpServletResponse) - Static method in class org.springframework.boot.actuate.metrics.web.servlet.WebMvcTags
Creates a uri tag based on the URI of the given request.
uri(HttpServletRequest, HttpServletResponse, boolean) - Static method in class org.springframework.boot.actuate.metrics.web.servlet.WebMvcTags
Creates a uri tag based on the URI of the given request.
uriTemplateHandler(UriTemplateHandler) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Set the UriTemplateHandler that should be used with the RestTemplate.
url(String) - Method in class org.springframework.boot.jdbc.DataSourceBuilder
 
UrlHandlerMapper - Class in org.springframework.boot.devtools.remote.server
HandlerMapper implementation that maps incoming URLs.
UrlHandlerMapper(String, Handler) - Constructor for class org.springframework.boot.devtools.remote.server.UrlHandlerMapper
Create a new UrlHandlerMapper.
User() - Constructor for class org.springframework.boot.autoconfigure.security.SecurityProperties.User
 
UserConfigurations - Class in org.springframework.boot.context.annotation
Configurations representing user-defined @Configuration classes (i.e.
UserConfigurations(Collection<Class<?>>) - Constructor for class org.springframework.boot.context.annotation.UserConfigurations
 
UserDetailsServiceAutoConfiguration - Class in org.springframework.boot.autoconfigure.security.servlet
Auto-configuration for a Spring Security in-memory AuthenticationManager.
UserDetailsServiceAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration
 
username(String) - Method in class org.springframework.boot.jdbc.DataSourceBuilder
 

V

V1_JSON - Static variable in class org.springframework.boot.actuate.endpoint.http.ActuatorMediaType
Deprecated.
since 2.2.0 as the v1 format is no longer supported
V2_JSON - Static variable in class org.springframework.boot.actuate.endpoint.http.ActuatorMediaType
Constant for the Actuator v2 media type.
V3_JSON - Static variable in class org.springframework.boot.actuate.endpoint.http.ActuatorMediaType
Constant for the Actuator v3 media type.
validate() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties
 
validate() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties
 
validate(Object, Errors) - Method in class org.springframework.boot.autoconfigure.validation.ValidatorAdapter
 
validate(Object, Errors, Object...) - Method in class org.springframework.boot.autoconfigure.validation.ValidatorAdapter
 
validateConnection() - Method in class org.springframework.boot.autoconfigure.mail.MailSenderValidatorAutoConfiguration
 
validateKeyAlias(KeyStore, String) - Static method in class org.springframework.boot.web.server.SslConfigurationValidator
 
validateRequest(ClientHttpRequest) - Method in class org.springframework.boot.test.web.client.RootUriRequestExpectationManager
 
Validation() - Constructor for class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Validation
 
ValidationAutoConfiguration - Class in org.springframework.boot.autoconfigure.validation
Auto-configuration to configure the validation infrastructure.
ValidationAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration
 
ValidationBindHandler - Class in org.springframework.boot.context.properties.bind.validation
BindHandler to apply Validators to bound results.
ValidationBindHandler(Validator...) - Constructor for class org.springframework.boot.context.properties.bind.validation.ValidationBindHandler
 
ValidationBindHandler(BindHandler, Validator...) - Constructor for class org.springframework.boot.context.properties.bind.validation.ValidationBindHandler
 
ValidationConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataAutoConfiguration.ValidationConfiguration
 
ValidationErrors - Class in org.springframework.boot.context.properties.bind.validation
A collection of ObjectErrors caused by bind validation failures.
validationEventListener(Validator) - Method in class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataAutoConfiguration.ValidationConfiguration
 
VALIDATOR_BEAN_NAME - Static variable in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
Deprecated.
VALIDATOR_BEAN_NAME - Static variable in annotation type org.springframework.boot.context.properties.EnableConfigurationProperties
The bean name of the configuration properties validator.
ValidatorAdapter - Class in org.springframework.boot.autoconfigure.validation
Validator implementation that delegates calls to another Validator.
VALUE - Static variable in annotation type org.springframework.boot.context.properties.ConfigurationPropertiesBinding
Concrete value for the @Qualifier.
VALUE_SEPARATOR - Static variable in class org.springframework.boot.loader.util.SystemPropertyUtils
Value separator for system property placeholders: ":".
valueOf(String) - Static method in enum org.springframework.boot.actuate.autoconfigure.cloudfoundry.AccessLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryAuthorizationException.Reason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.actuate.autoconfigure.endpoint.expose.IncludeExcludeEndpointFilter.DefaultIncludes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.actuate.autoconfigure.health.HealthProperties.Show
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.springframework.boot.actuate.autoconfigure.metrics.MeterValue
Return a new MeterValue instance for the given String value.
valueOf(long) - Static method in class org.springframework.boot.actuate.autoconfigure.metrics.MeterValue
Return a new MeterValue instance for the given long value.
valueOf(long) - Static method in class org.springframework.boot.actuate.autoconfigure.metrics.ServiceLevelAgreementBoundary
Return a new ServiceLevelAgreementBoundary instance for the given long value.
valueOf(String) - Static method in class org.springframework.boot.actuate.autoconfigure.metrics.ServiceLevelAgreementBoundary
Return a new ServiceLevelAgreementBoundary instance for the given String value.
valueOf(String) - Static method in enum org.springframework.boot.actuate.autoconfigure.web.ManagementContextType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.actuate.autoconfigure.web.server.ManagementPortType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.actuate.endpoint.annotation.Selector.Match
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.actuate.endpoint.http.ApiVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.actuate.endpoint.OperationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.actuate.endpoint.web.WebEndpointHttpMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.actuate.health.ShowDetails
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.actuate.info.InfoPropertiesInfoContributor.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager.ShutdownOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.actuate.metrics.http.Outcome
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.actuate.trace.http.Include
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.ansi.AnsiBackground
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.ansi.AnsiColor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.ansi.AnsiColors.BitDepth
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.ansi.AnsiOutput.Enabled
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.ansi.AnsiStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.amqp.RabbitProperties.ContainerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.amqp.RabbitRetryTemplateCustomizer.Target
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.cache.CacheType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.condition.ConditionalOnJava.Range
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.condition.ConditionMessage.Style
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.condition.SearchStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.data.RepositoryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.http.HttpProperties.Encoding.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.jersey.JerseyProperties.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.jms.artemis.ArtemisMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.jms.JmsProperties.AcknowledgeMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.jms.JmsProperties.DeliveryMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.quartz.JobStoreType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.security.StaticResourceLocation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.session.RedisSessionProperties.ConfigureAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.session.StoreType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeStacktrace
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.web.ServerProperties.ForwardHeadersStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog.FORMAT
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.LocaleResolver
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.Banner.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.cli.command.CommandException.Option
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.cli.compiler.GroovyCompilerScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.cloud.CloudPlatform
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.context.properties.ConfigurationPropertiesBean.BindMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.context.properties.source.ConfigurationPropertyName.Form
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.context.properties.source.ConfigurationPropertyState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.convert.DurationStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.devtools.filewatch.ChangedFile.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.devtools.restart.classloader.ClassLoaderFile.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.devtools.restart.FailureHandler.Outcome
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.ImageBanner.PixelMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.jackson.JsonComponent.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.jdbc.DatabaseDriver
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.jdbc.DataSourceInitializationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.jdbc.EmbeddedDatabaseConnection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.jdbc.SchemaManagement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.logging.LogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.rsocket.server.RSocketServer.Transport
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.system.JavaVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter.FilterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.test.autoconfigure.jdbc.AutoConfigureTestDatabase.Replace
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.test.autoconfigure.properties.SkipPropertyMapping
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.test.context.assertj.ApplicationContextAssert.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.test.context.SpringBootTest.WebEnvironment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.test.mock.mockito.MockReset
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.test.util.TestPropertyValues.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.test.web.client.TestRestTemplate.HttpClientOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.web.server.Ssl.ClientAuth
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.web.servlet.DispatcherType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.web.servlet.server.Session.SessionTrackingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.WebApplicationType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.boot.actuate.autoconfigure.cloudfoundry.AccessLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryAuthorizationException.Reason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.actuate.autoconfigure.endpoint.expose.IncludeExcludeEndpointFilter.DefaultIncludes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.actuate.autoconfigure.health.HealthProperties.Show
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.actuate.autoconfigure.web.ManagementContextType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.actuate.autoconfigure.web.server.ManagementPortType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.actuate.endpoint.annotation.Selector.Match
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.actuate.endpoint.http.ApiVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.actuate.endpoint.OperationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.actuate.endpoint.web.WebEndpointHttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.actuate.health.ShowDetails
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.actuate.info.InfoPropertiesInfoContributor.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager.ShutdownOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.actuate.metrics.http.Outcome
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.actuate.trace.http.Include
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.ansi.AnsiBackground
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.ansi.AnsiColor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.ansi.AnsiColors.BitDepth
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.ansi.AnsiOutput.Enabled
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.ansi.AnsiStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.autoconfigure.amqp.RabbitProperties.ContainerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.autoconfigure.amqp.RabbitRetryTemplateCustomizer.Target
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.autoconfigure.cache.CacheType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.autoconfigure.condition.ConditionalOnJava.Range
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.autoconfigure.condition.ConditionMessage.Style
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.autoconfigure.condition.SearchStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.autoconfigure.data.RepositoryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.autoconfigure.http.HttpProperties.Encoding.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.autoconfigure.jersey.JerseyProperties.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.autoconfigure.jms.artemis.ArtemisMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.autoconfigure.jms.JmsProperties.AcknowledgeMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.autoconfigure.jms.JmsProperties.DeliveryMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.autoconfigure.quartz.JobStoreType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.autoconfigure.security.StaticResourceLocation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.autoconfigure.session.RedisSessionProperties.ConfigureAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.autoconfigure.session.StoreType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeStacktrace
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.autoconfigure.web.ServerProperties.ForwardHeadersStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog.FORMAT
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.LocaleResolver
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.Banner.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.cli.command.CommandException.Option
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.cli.compiler.GroovyCompilerScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.cloud.CloudPlatform
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.context.properties.ConfigurationPropertiesBean.BindMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.context.properties.source.ConfigurationPropertyName.Form
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.context.properties.source.ConfigurationPropertyState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.convert.DurationStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.devtools.filewatch.ChangedFile.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.devtools.restart.classloader.ClassLoaderFile.Kind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.devtools.restart.FailureHandler.Outcome
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.ImageBanner.PixelMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.jackson.JsonComponent.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.jdbc.DatabaseDriver
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.jdbc.DataSourceInitializationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.jdbc.EmbeddedDatabaseConnection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.jdbc.SchemaManagement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.logging.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.rsocket.server.RSocketServer.Transport
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.system.JavaVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter.FilterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.test.autoconfigure.jdbc.AutoConfigureTestDatabase.Replace
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.test.autoconfigure.properties.SkipPropertyMapping
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.test.context.assertj.ApplicationContextAssert.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.test.context.SpringBootTest.WebEnvironment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.test.mock.mockito.MockReset
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.test.util.TestPropertyValues.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.test.web.client.TestRestTemplate.HttpClientOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.web.server.Ssl.ClientAuth
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.web.servlet.DispatcherType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.web.servlet.server.Session.SessionTrackingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.WebApplicationType
Returns an array containing the constants of this enum type, in the order they are declared.
Verification() - Constructor for class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Identityprovider.Verification
 
verify() - Method in class org.springframework.boot.test.web.client.RootUriRequestExpectationManager
 
verifyConfiguration(Class<?>) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
 
VersionCommand - Class in org.springframework.boot.cli.command.core
Command to display the 'version' number.
VersionCommand() - Constructor for class org.springframework.boot.cli.command.core.VersionCommand
 
View() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.View
 
viewResolver(BeanFactory) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
visit(ASTNode[], SourceUnit) - Method in class org.springframework.boot.cli.compiler.AnnotatedNodeASTTransformation
 
visit(ASTNode[], SourceUnit) - Method in class org.springframework.boot.cli.compiler.DependencyAutoConfigurationTransformation
 
visit(ASTNode[], SourceUnit) - Method in class org.springframework.boot.cli.compiler.GenericBomAstTransformation
 
visit(ASTNode[], SourceUnit) - Method in class org.springframework.boot.cli.compiler.GroovyBeansTransformation
 

W

waitForResponse() - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
Cause the request to block or use asynchronous methods to wait until a response is available.
War() - Constructor for class org.springframework.boot.loader.tools.Layouts.War
 
WarCommand - Class in org.springframework.boot.cli.command.archive
Command to create a self-contained executable jar file from a CLI application.
WarCommand() - Constructor for class org.springframework.boot.cli.command.archive.WarCommand
 
WarLauncher - Class in org.springframework.boot.loader
Launcher for WAR based archives.
WarLauncher() - Constructor for class org.springframework.boot.loader.WarLauncher
 
WarLauncher(Archive) - Constructor for class org.springframework.boot.loader.WarLauncher
 
warn(Object) - Method in class org.springframework.boot.logging.DeferredLog
 
warn(Object, Throwable) - Method in class org.springframework.boot.logging.DeferredLog
 
wasDiscoveredBy(Class<? extends EndpointDiscoverer<?, ?>>) - Method in class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint
 
wasDiscoveredBy(Class<? extends EndpointDiscoverer<?, ?>>) - Method in interface org.springframework.boot.actuate.endpoint.annotation.DiscoveredEndpoint
Return true if the endpoint was discovered by the specified discoverer.
wasProcessed(String) - Method in interface org.springframework.boot.autoconfigure.AutoConfigurationMetadata
Return true if the specified class name was processed by the annotation processor.
wavefrontConfig() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontMetricsExportAutoConfiguration
 
wavefrontMeterRegistry(WavefrontConfig, Clock) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontMetricsExportAutoConfiguration
 
WavefrontMetricsExportAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront
Auto-configuration for exporting metrics to Wavefront.
WavefrontMetricsExportAutoConfiguration(WavefrontProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontMetricsExportAutoConfiguration
 
WavefrontProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront
@ConfigurationProperties for configuring Wavefront metrics export.
WavefrontProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontProperties
 
WavefrontPropertiesConfigAdapter - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront
Adapter to convert WavefrontProperties to a WavefrontConfig.
WavefrontPropertiesConfigAdapter(WavefrontProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontPropertiesConfigAdapter
 
Web() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web
 
web(WebApplicationType) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Flag to explicitly request a specific type of web application.
WebApplicationContextRunner - Class in org.springframework.boot.test.context.runner
WebApplicationContextRunner() - Constructor for class org.springframework.boot.test.context.runner.WebApplicationContextRunner
Create a new WebApplicationContextRunner instance using an AnnotationConfigServletWebApplicationContext with a MockServletContext as the underlying source.
WebApplicationContextRunner(Supplier<ConfigurableWebApplicationContext>) - Constructor for class org.springframework.boot.test.context.runner.WebApplicationContextRunner
Create a new WebApplicationContextRunner instance using the specified contextFactory as the underlying source.
WebApplicationContextServletContextAwareProcessor - Class in org.springframework.boot.web.servlet.context
WebApplicationContextServletContextAwareProcessor(ConfigurableWebApplicationContext) - Constructor for class org.springframework.boot.web.servlet.context.WebApplicationContextServletContextAwareProcessor
 
WebApplicationType - Enum in org.springframework.boot
An enumeration of possible types of web application.
WebClientAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.reactive.function.client
WebClientAutoConfiguration(ObjectProvider<WebClientCustomizer>) - Constructor for class org.springframework.boot.autoconfigure.web.reactive.function.client.WebClientAutoConfiguration
 
WebClientAutoConfiguration.WebClientCodecsConfiguration - Class in org.springframework.boot.autoconfigure.web.reactive.function.client
 
webClientBuilder() - Method in class org.springframework.boot.autoconfigure.web.reactive.function.client.WebClientAutoConfiguration
 
WebClientCodecCustomizer - Class in org.springframework.boot.autoconfigure.web.reactive.function.client
WebClientCustomizer that configures codecs for the HTTP client.
WebClientCodecCustomizer(List<CodecCustomizer>) - Constructor for class org.springframework.boot.autoconfigure.web.reactive.function.client.WebClientCodecCustomizer
 
WebClientCodecsConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.reactive.function.client.WebClientAutoConfiguration.WebClientCodecsConfiguration
 
WebClientCustomizer - Interface in org.springframework.boot.web.reactive.function.client
Callback interface that can be used to customize a WebClient.Builder.
WebClientExchangeTags - Class in org.springframework.boot.actuate.metrics.web.reactive.client
Factory methods for creating Tags related to a request-response exchange performed by a WebClient.
WebClientExchangeTagsProvider - Interface in org.springframework.boot.actuate.metrics.web.reactive.client
Tags provider for an exchange performed by a WebClient.
WebClientRestTemplateAutoConfiguration - Class in org.springframework.boot.test.autoconfigure.web.client
Auto-configuration for a web-client RestTemplate.
WebClientRestTemplateAutoConfiguration() - Constructor for class org.springframework.boot.test.autoconfigure.web.client.WebClientRestTemplateAutoConfiguration
 
WebConversionService - Class in org.springframework.boot.autoconfigure.web.format
FormattingConversionService dedicated to web applications for formatting and converting values to/from the web.
WebConversionService(String) - Constructor for class org.springframework.boot.autoconfigure.web.format.WebConversionService
Create a new WebConversionService that configures formatters with the provided date format, or register the default ones if no custom format is provided.
WebEndpoint - Annotation Type in org.springframework.boot.actuate.endpoint.web.annotation
Identifies a type as being an endpoint that is only exposed over HTTP.
WebEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.endpoint.web
Auto-configuration for web @Endpoint support.
WebEndpointAutoConfiguration(ApplicationContext, WebEndpointProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration
 
webEndpointDiscoverer(ParameterValueMapper, EndpointMediaTypes, ObjectProvider<PathMapper>, ObjectProvider<OperationInvokerAdvisor>, ObjectProvider<EndpointFilter<ExposableWebEndpoint>>) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration
 
WebEndpointDiscoverer - Class in org.springframework.boot.actuate.endpoint.web.annotation
WebEndpointDiscoverer(ApplicationContext, ParameterValueMapper, EndpointMediaTypes, List<PathMapper>, Collection<OperationInvokerAdvisor>, Collection<EndpointFilter<ExposableWebEndpoint>>) - Constructor for class org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointDiscoverer
Create a new WebEndpointDiscoverer instance.
WebEndpointHttpMethod - Enum in org.springframework.boot.actuate.endpoint.web
An enumeration of HTTP methods supported by web endpoint operations.
webEndpointPathMapper() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration
 
WebEndpointProperties - Class in org.springframework.boot.actuate.autoconfigure.endpoint.web
Configuration properties for web management endpoints.
WebEndpointProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties
 
WebEndpointProperties.Exposure - Class in org.springframework.boot.actuate.autoconfigure.endpoint.web
 
webEndpointReactiveHandlerMapping(WebEndpointsSupplier, ControllerEndpointsSupplier, EndpointMediaTypes, CorsEndpointProperties, WebEndpointProperties, Environment) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.reactive.WebFluxEndpointManagementContextConfiguration
 
WebEndpointResponse<T> - Class in org.springframework.boot.actuate.endpoint.web
A WebEndpointResponse can be returned by an operation on a @EndpointWebExtension to provide additional, web-specific information such as the HTTP status code.
WebEndpointResponse() - Constructor for class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
Creates a new WebEndpointResponse with no body and a 200 (OK) status.
WebEndpointResponse(int) - Constructor for class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
Creates a new WebEndpointResponse with no body and the given status.
WebEndpointResponse(T) - Constructor for class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
Creates a new WebEndpointResponse with then given body and a 200 (OK) status.
WebEndpointResponse(T, int) - Constructor for class org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
Creates a new WebEndpointResponse with then given body and status.
webEndpointServletHandlerMapping(WebEndpointsSupplier, ServletEndpointsSupplier, ControllerEndpointsSupplier, EndpointMediaTypes, CorsEndpointProperties, WebEndpointProperties, Environment) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.servlet.WebMvcEndpointManagementContextConfiguration
 
WebEndpointsSupplier - Interface in org.springframework.boot.actuate.endpoint.web
webExposeExcludePropertyEndpointFilter() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration
 
WebFluxAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.reactive
WebFluxAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration
 
WebFluxAutoConfiguration.EnableWebFluxConfiguration - Class in org.springframework.boot.autoconfigure.web.reactive
Configuration equivalent to @EnableWebFlux.
WebFluxAutoConfiguration.WebFluxConfig - Class in org.springframework.boot.autoconfigure.web.reactive
 
WebFluxConfig(ResourceProperties, WebFluxProperties, ListableBeanFactory, ObjectProvider<HandlerMethodArgumentResolver>, ObjectProvider<CodecCustomizer>, ObjectProvider<ResourceHandlerRegistrationCustomizer>, ObjectProvider<ViewResolver>) - Constructor for class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.WebFluxConfig
 
webFluxConversionService() - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.EnableWebFluxConfiguration
 
WebFluxEndpointHandlerMapping - Class in org.springframework.boot.actuate.endpoint.web.reactive
A custom HandlerMapping that makes web endpoints available over HTTP using Spring WebFlux.
WebFluxEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, CorsConfiguration, EndpointLinksResolver, boolean) - Constructor for class org.springframework.boot.actuate.endpoint.web.reactive.WebFluxEndpointHandlerMapping
Creates a new WebFluxEndpointHandlerMapping instance that provides mappings for the given endpoints.
WebFluxEndpointManagementContextConfiguration - Class in org.springframework.boot.actuate.autoconfigure.endpoint.web.reactive
WebFluxEndpointManagementContextConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.endpoint.web.reactive.WebFluxEndpointManagementContextConfiguration
 
webfluxMetrics(MeterRegistry, WebFluxTagsProvider) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.web.reactive.WebFluxMetricsAutoConfiguration
 
WebFluxMetricsAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.web.reactive
Auto-configuration for instrumentation of Spring WebFlux applications.
WebFluxMetricsAutoConfiguration(MetricsProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.web.reactive.WebFluxMetricsAutoConfiguration
 
WebFluxProperties - Class in org.springframework.boot.autoconfigure.web.reactive
properties for Spring WebFlux.
WebFluxProperties() - Constructor for class org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties
 
WebFluxRegistrations - Interface in org.springframework.boot.autoconfigure.web.reactive
Interface to register key components of the WebFluxAutoConfiguration in place of the default ones provided by Spring WebFlux.
webfluxTagConfigurer() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.web.reactive.WebFluxMetricsAutoConfiguration
 
WebFluxTags - Class in org.springframework.boot.actuate.metrics.web.reactive.server
Factory methods for Tags associated with a request-response exchange that is handled by WebFlux.
WebFluxTagsProvider - Interface in org.springframework.boot.actuate.metrics.web.reactive.server
Provides Tags for WebFlux-based request handling.
WebFluxTest - Annotation Type in org.springframework.boot.test.autoconfigure.web.reactive
Annotation that can be used for a Spring WebFlux test that focuses only on Spring WebFlux components.
WebFluxTypeExcludeFilter - Class in org.springframework.boot.test.autoconfigure.web.reactive
webFluxValidator() - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.EnableWebFluxConfiguration
 
WebMvcAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.servlet
WebMvcAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration
 
WebMvcAutoConfiguration.EnableWebMvcConfiguration - Class in org.springframework.boot.autoconfigure.web.servlet
Configuration equivalent to @EnableWebMvc.
WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter - Class in org.springframework.boot.autoconfigure.web.servlet
 
WebMvcAutoConfigurationAdapter(ResourceProperties, WebMvcProperties, ListableBeanFactory, ObjectProvider<HttpMessageConverters>, ObjectProvider<WebMvcAutoConfiguration.ResourceHandlerRegistrationCustomizer>) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
WebMvcEndpointHandlerMapping - Class in org.springframework.boot.actuate.endpoint.web.servlet
A custom HandlerMapping that makes web endpoints available over HTTP using Spring MVC.
WebMvcEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, CorsConfiguration, EndpointLinksResolver, boolean) - Constructor for class org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping
Creates a new WebMvcEndpointHandlerMapping instance that provides mappings for the given endpoints.
WebMvcEndpointManagementContextConfiguration - Class in org.springframework.boot.actuate.autoconfigure.endpoint.web.servlet
WebMvcEndpointManagementContextConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.endpoint.web.servlet.WebMvcEndpointManagementContextConfiguration
 
WebMvcMetricsAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.web.servlet
Auto-configuration for instrumentation of Spring Web MVC servlet-based request mappings.
WebMvcMetricsAutoConfiguration(MetricsProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.web.servlet.WebMvcMetricsAutoConfiguration
 
webMvcMetricsFilter(MeterRegistry, WebMvcTagsProvider) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.web.servlet.WebMvcMetricsAutoConfiguration
 
WebMvcMetricsFilter - Class in org.springframework.boot.actuate.metrics.web.servlet
Intercepts incoming HTTP requests and records metrics about Spring MVC execution time and results.
WebMvcMetricsFilter(MeterRegistry, WebMvcTagsProvider, String, boolean) - Constructor for class org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter
WebMvcMetricsFilter(MeterRegistry, WebMvcTagsProvider, String, AutoTimer) - Constructor for class org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter
Create a new WebMvcMetricsFilter instance.
WebMvcProperties - Class in org.springframework.boot.autoconfigure.web.servlet
properties for Spring MVC.
WebMvcProperties() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
WebMvcProperties.Async - Class in org.springframework.boot.autoconfigure.web.servlet
 
WebMvcProperties.Contentnegotiation - Class in org.springframework.boot.autoconfigure.web.servlet
 
WebMvcProperties.LocaleResolver - Enum in org.springframework.boot.autoconfigure.web.servlet
 
WebMvcProperties.Pathmatch - Class in org.springframework.boot.autoconfigure.web.servlet
 
WebMvcProperties.Servlet - Class in org.springframework.boot.autoconfigure.web.servlet
 
WebMvcProperties.View - Class in org.springframework.boot.autoconfigure.web.servlet
 
WebMvcRegistrations - Interface in org.springframework.boot.autoconfigure.web.servlet
Interface to register key components of the WebMvcConfigurationSupport in place of the default ones provided by Spring MVC.
WebMvcServletEndpointManagementContextConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration.WebMvcServletEndpointManagementContextConfiguration
 
WebMvcTags - Class in org.springframework.boot.actuate.metrics.web.servlet
Factory methods for Tags associated with a request-response exchange that is handled by Spring MVC.
webMvcTagsProvider() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.web.servlet.WebMvcMetricsAutoConfiguration
 
WebMvcTagsProvider - Interface in org.springframework.boot.actuate.metrics.web.servlet
Provides Tags for Spring MVC-based request handling.
WebMvcTest - Annotation Type in org.springframework.boot.test.autoconfigure.web.servlet
Annotation that can be used for a Spring MVC test that focuses only on Spring MVC components.
WebMvcTypeExcludeFilter - Class in org.springframework.boot.test.autoconfigure.web.servlet
WebOperation - Interface in org.springframework.boot.actuate.endpoint.web
An operation on a web endpoint.
WebOperationRequestPredicate - Class in org.springframework.boot.actuate.endpoint.web
A predicate for a request to an operation on a web endpoint.
WebOperationRequestPredicate(String, WebEndpointHttpMethod, Collection<String>, Collection<String>) - Constructor for class org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
Creates a new OperationRequestPredicate.
WebSecurityEnablerConfiguration - Class in org.springframework.boot.autoconfigure.security.servlet
If there is a bean of type WebSecurityConfigurerAdapter, this adds the @EnableWebSecurity annotation.
WebSecurityEnablerConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.servlet.WebSecurityEnablerConfiguration
 
WebServer - Interface in org.springframework.boot.web.server
Simple interface that represents a fully configured web server (for example Tomcat, Jetty, Netty).
WebServerApplicationContext - Interface in org.springframework.boot.web.context
Interface to be implemented by application contexts that create and manage the lifecycle of an embedded WebServer.
WebServerException - Exception in org.springframework.boot.web.server
Exceptions thrown by an web server.
WebServerException(String, Throwable) - Constructor for exception org.springframework.boot.web.server.WebServerException
 
WebServerFactory - Interface in org.springframework.boot.web.server
Tagging interface for factories that create a WebServer.
WebServerFactoryCustomizer<T extends WebServerFactory> - Interface in org.springframework.boot.web.server
Strategy interface for customizing web server factories.
WebServerFactoryCustomizerBeanPostProcessor - Class in org.springframework.boot.web.server
BeanPostProcessor that applies all WebServerFactoryCustomizer beans from the bean factory to WebServerFactory beans.
WebServerFactoryCustomizerBeanPostProcessor() - Constructor for class org.springframework.boot.web.server.WebServerFactoryCustomizerBeanPostProcessor
 
WebServerInitializedEvent - Class in org.springframework.boot.web.context
Event to be published after the application context is refreshed and the WebServer is ready.
WebServerInitializedEvent(WebServer) - Constructor for class org.springframework.boot.web.context.WebServerInitializedEvent
 
WebServerPortFileWriter - Class in org.springframework.boot.web.context
An ApplicationListener that saves embedded server port and management port into file.
WebServerPortFileWriter() - Constructor for class org.springframework.boot.web.context.WebServerPortFileWriter
Create a new WebServerPortFileWriter instance using the filename 'application.port'.
WebServerPortFileWriter(String) - Constructor for class org.springframework.boot.web.context.WebServerPortFileWriter
Create a new WebServerPortFileWriter instance with a specified filename.
WebServerPortFileWriter(File) - Constructor for class org.springframework.boot.web.context.WebServerPortFileWriter
Create a new WebServerPortFileWriter instance with a specified file.
WebServicesAutoConfiguration - Class in org.springframework.boot.autoconfigure.webservices
Auto-configuration for Spring Web Services.
WebServicesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.webservices.WebServicesAutoConfiguration
 
WebServicesAutoConfiguration.WsConfiguration - Class in org.springframework.boot.autoconfigure.webservices
 
WebServicesProperties - Class in org.springframework.boot.autoconfigure.webservices
@ConfigurationProperties for Spring Web Services.
WebServicesProperties() - Constructor for class org.springframework.boot.autoconfigure.webservices.WebServicesProperties
 
WebServicesProperties.Servlet - Class in org.springframework.boot.autoconfigure.webservices
 
WebServiceTemplateAutoConfiguration - Class in org.springframework.boot.autoconfigure.webservices.client
Auto-configuration for WebServiceTemplate.
WebServiceTemplateAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.webservices.client.WebServiceTemplateAutoConfiguration
 
webServiceTemplateBuilder(ObjectProvider<WebServiceTemplateCustomizer>) - Method in class org.springframework.boot.autoconfigure.webservices.client.WebServiceTemplateAutoConfiguration
 
WebServiceTemplateBuilder - Class in org.springframework.boot.webservices.client
Builder that can be used to configure and create a WebServiceTemplate.
WebServiceTemplateBuilder(WebServiceTemplateCustomizer...) - Constructor for class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
 
WebServiceTemplateCustomizer - Interface in org.springframework.boot.webservices.client
Callback interface that can be used to customize a WebServiceTemplate.
WebSocketMessagingAutoConfiguration - Class in org.springframework.boot.autoconfigure.websocket.servlet
Auto-configuration for WebSocket-based messaging.
WebSocketMessagingAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.websocket.servlet.WebSocketMessagingAutoConfiguration
 
WebSocketReactiveAutoConfiguration - Class in org.springframework.boot.autoconfigure.websocket.reactive
Auto configuration for WebSocket reactive server in Tomcat, Jetty or Undertow.
WebSocketReactiveAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.websocket.reactive.WebSocketReactiveAutoConfiguration
 
WebSocketServletAutoConfiguration - Class in org.springframework.boot.autoconfigure.websocket.servlet
Auto configuration for WebSocket servlet server in embedded Tomcat, Jetty or Undertow.
WebSocketServletAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.websocket.servlet.WebSocketServletAutoConfiguration
 
webTestClient(ApplicationContext, List<WebTestClientBuilderCustomizer>, List<MockServerConfigurer>) - Method in class org.springframework.boot.test.autoconfigure.web.reactive.WebTestClientAutoConfiguration
 
WebTestClientAutoConfiguration - Class in org.springframework.boot.test.autoconfigure.web.reactive
Auto-configuration for WebTestClient.
WebTestClientAutoConfiguration() - Constructor for class org.springframework.boot.test.autoconfigure.web.reactive.WebTestClientAutoConfiguration
 
WebTestClientBuilderCustomizer - Interface in org.springframework.boot.test.autoconfigure.web.reactive
Deprecated.
since 2.2 in favor of WebTestClientBuilderCustomizer
WebTestClientBuilderCustomizer - Interface in org.springframework.boot.test.web.reactive.server
A customizer for a WebTestClient.Builder.
welcomePageHandlerMapping(ApplicationContext, FormattingConversionService, ResourceUrlProvider) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 
when(Predicate<T>) - Method in class org.springframework.boot.context.properties.PropertyMapper.Source
Return a filtered version of the source that won't map values that don't match the given predicate.
whenEqualTo(Object) - Method in class org.springframework.boot.context.properties.PropertyMapper.Source
Return a filtered version of the source that will only map values equal to the specified object.
whenFalse() - Method in class org.springframework.boot.context.properties.PropertyMapper.Source
Return a filtered version of the source that will only map values that are false.
whenHasText() - Method in class org.springframework.boot.context.properties.PropertyMapper.Source
Return a filtered version of the source that will only map values that have a toString() containing actual text.
whenInstanceOf(Class<R>) - Method in class org.springframework.boot.context.properties.PropertyMapper.Source
Return a filtered version of the source that will only map values that are an instance of the given type.
whenNonNull() - Method in class org.springframework.boot.context.properties.PropertyMapper.Source
Return a filtered version of the source that won't map non-null values or suppliers that throw a NullPointerException.
whenNot(Predicate<T>) - Method in class org.springframework.boot.context.properties.PropertyMapper.Source
Return a filtered version of the source that won't map values that match the given predicate.
whenTrue() - Method in class org.springframework.boot.context.properties.PropertyMapper.Source
Return a filtered version of the source that will only map values that are true.
Whitelabel() - Constructor for class org.springframework.boot.autoconfigure.web.ErrorProperties.Whitelabel
 
WhitelabelErrorViewConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration
 
WhitespaceThrowablePatternConverter - Class in org.springframework.boot.logging.log4j2
ThrowablePatternConverter that adds some additional whitespace around the stack trace.
WhitespaceThrowableProxyConverter - Class in org.springframework.boot.logging.logback
ThrowableProxyConverter that adds some additional whitespace around the stack trace.
WhitespaceThrowableProxyConverter() - Constructor for class org.springframework.boot.logging.logback.WhitespaceThrowableProxyConverter
 
with(Function<SELF, SELF>) - Method in class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
Apply customization to this runner.
withAliases(ConfigurationPropertyNameAliases) - Method in interface org.springframework.boot.context.properties.source.ConfigurationPropertySource
Return a variant of this source that supports name aliases.
withAliases(ConfigurationPropertyNameAliases) - Method in interface org.springframework.boot.context.properties.source.IterableConfigurationPropertySource
 
withAnnotations(Annotation...) - Method in class org.springframework.boot.context.properties.bind.Bindable
Create an updated Bindable instance with the specified annotations.
withBasicAuth(String, String) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Creates a new TestRestTemplate with the same configuration as this one, except that it will send basic authorization headers using the given username and password.
withBean(Class<T>, Object...) - Method in class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
Register the specified user bean with the ApplicationContext.
withBean(String, Class<T>, Object...) - Method in class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
Register the specified user bean with the ApplicationContext.
withBean(Class<T>, Supplier<T>, BeanDefinitionCustomizer...) - Method in class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
Register the specified user bean with the ApplicationContext.
withBean(String, Class<T>, Supplier<T>, BeanDefinitionCustomizer...) - Method in class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
Register the specified user bean with the ApplicationContext.
withClassLoader(ClassLoader) - Method in class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
Customize the ClassLoader that the ApplicationContext should use for resource loading and bean class loading.
withConfiguration(Configurations) - Method in class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
Register the specified configuration classes with the ApplicationContext.
withDetail(String, Object) - Method in class org.springframework.boot.actuate.health.Health.Builder
Record detail using given key and value.
withDetail(String, Object) - Method in class org.springframework.boot.actuate.info.Info.Builder
Record detail using given key and value.
withDetails(Map<String, ?>) - Method in class org.springframework.boot.actuate.health.Health.Builder
Record details from the given details map.
withDetails(Map<String, Object>) - Method in class org.springframework.boot.actuate.info.Info.Builder
Record several details.
withException(Throwable) - Method in class org.springframework.boot.actuate.health.Health.Builder
Record detail for given Exception.
withExistingValue(T) - Method in class org.springframework.boot.context.properties.bind.Bindable
Create an updated Bindable instance with an existing value.
withInitializer(ApplicationContextInitializer<? super C>) - Method in class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
Add a ApplicationContextInitializer to be called when the context is created.
withInitParameter(String, String) - Method in class org.springframework.boot.actuate.endpoint.web.EndpointServlet
 
withInitParameters(Map<String, String>) - Method in class org.springframework.boot.actuate.endpoint.web.EndpointServlet
 
withLoadOnStartup(int) - Method in class org.springframework.boot.actuate.endpoint.web.EndpointServlet
Sets the loadOnStartup priority that will be set on Servlet registration.
withLogger(Class<?>) - Method in class org.springframework.boot.util.LambdaSafe.LambdaSafeCallback
Use the specified logger source to report any lambda failures.
withLogger(Log) - Method in class org.springframework.boot.util.LambdaSafe.LambdaSafeCallback
Use the specified logger to report any lambda failures.
withMockServletContext(Supplier<ConfigurableWebApplicationContext>) - Static method in class org.springframework.boot.test.context.runner.WebApplicationContextRunner
Decorate the specified contextFactory to set a MockServletContext on each newly created WebApplicationContext.
withParent(ApplicationContext) - Method in class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
Configure the parent of the ApplicationContext.
withPropertyValues(String...) - Method in class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
Add the specified Environment property pairs.
withSettings(MockReset) - Static method in enum org.springframework.boot.test.mock.mockito.MockReset
Create settings to be used with mocks where a specific reset should occur.
withSuppliedValue(Supplier<T>) - Method in class org.springframework.boot.context.properties.bind.Bindable
Create an updated Bindable instance with a value supplier.
withSystemProperties(String...) - Method in class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
Add the specified System property pairs.
withUserConfiguration(Class<?>...) - Method in class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
Register the specified user configuration classes with the ApplicationContext.
wrapConnectionFactory(XAConnectionFactory) - Method in interface org.springframework.boot.jms.XAConnectionFactoryWrapper
Wrap the specific XAConnectionFactory and enroll it with a JTA TransactionManager.
wrapConnectionFactory(XAConnectionFactory) - Method in class org.springframework.boot.jta.atomikos.AtomikosXAConnectionFactoryWrapper
 
wrapConnectionFactory(XAConnectionFactory) - Method in class org.springframework.boot.jta.bitronix.BitronixXAConnectionFactoryWrapper
 
wrapDataSource(XADataSource) - Method in interface org.springframework.boot.jdbc.XADataSourceWrapper
Wrap the specific XADataSource and enroll it with a JTA TransactionManager.
wrapDataSource(XADataSource) - Method in class org.springframework.boot.jta.atomikos.AtomikosXADataSourceWrapper
 
wrapDataSource(XADataSource) - Method in class org.springframework.boot.jta.bitronix.BitronixXADataSourceWrapper
 
wrapReactiveWebOperation(ExposableWebEndpoint, WebOperation, AbstractWebFluxEndpointHandlerMapping.ReactiveWebOperation) - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
Hook point that allows subclasses to wrap the AbstractWebFluxEndpointHandlerMapping.ReactiveWebOperation before it's called.
wrapServletWebOperation(ExposableWebEndpoint, WebOperation, AbstractWebMvcEndpointHandlerMapping.ServletWebOperation) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
Hook point that allows subclasses to wrap the AbstractWebMvcEndpointHandlerMapping.ServletWebOperation before it's called.
write(ByteBuffer) - Method in class org.springframework.boot.devtools.tunnel.client.HttpTunnelConnection.TunnelChannel
 
write(File) - Method in class org.springframework.boot.system.ApplicationPid
Write the PID to the specified file.
write(T) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Return JsonContent from writing the specific value.
writeBuildProperties(BuildPropertiesWriter.ProjectDetails) - Method in class org.springframework.boot.loader.tools.BuildPropertiesWriter
 
writeDocument(Path, DocumentOptions, InputStream...) - Method in class org.springframework.boot.configurationdocs.ConfigurationMetadataDocumentWriter
 
writeEntries(JarFile) - Method in class org.springframework.boot.loader.tools.JarWriter
Write all entries from the specified jar file.
writeEntry(String, InputStream) - Method in class org.springframework.boot.loader.tools.JarWriter
Writes an entry.
writeEntry(String, InputStream) - Method in interface org.springframework.boot.loader.tools.LoaderClassesWriter
Write a single entry to the JAR.
writeLoadedClasses(LoaderClassesWriter) - Method in interface org.springframework.boot.loader.tools.CustomLoaderLayout
Write the required loader classes into the JAR.
writeLoaderClasses() - Method in class org.springframework.boot.loader.tools.JarWriter
Write the required spring-boot-loader classes to the JAR.
writeLoaderClasses(String) - Method in class org.springframework.boot.loader.tools.JarWriter
Write the required spring-boot-loader classes to the JAR.
writeLoaderClasses() - Method in interface org.springframework.boot.loader.tools.LoaderClassesWriter
Write the default required spring-boot-loader classes to the JAR.
writeLoaderClasses(String) - Method in interface org.springframework.boot.loader.tools.LoaderClassesWriter
Write custom required spring-boot-loader classes to the JAR.
writeManifest(Manifest) - Method in class org.springframework.boot.loader.tools.JarWriter
Write the specified manifest.
writeNestedLibrary(String, Library) - Method in class org.springframework.boot.loader.tools.JarWriter
Write a nested library.
writeObject(T, ResolvableType) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
Write the specified object to a JSON string.
writeObject(T, ResolvableType) - Method in class org.springframework.boot.test.json.GsonTester
 
writeObject(T, ResolvableType) - Method in class org.springframework.boot.test.json.JacksonTester
 
writeObject(T, ResolvableType) - Method in class org.springframework.boot.test.json.JsonbTester
 
WriteOperation - Annotation Type in org.springframework.boot.actuate.endpoint.annotation
Identifies a method on an @Endpoint as being a write operation.
writeTo(WritableByteChannel) - Method in class org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
Write the content of this payload to the given target channel.
WsConfiguration() - Constructor for class org.springframework.boot.autoconfigure.webservices.WebServicesAutoConfiguration.WsConfiguration
 
wsdlDefinitionBeanFactoryPostProcessor() - Static method in class org.springframework.boot.autoconfigure.webservices.WebServicesAutoConfiguration
 

X

Xa() - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties.Xa
 
XAConnectionFactoryWrapper - Interface in org.springframework.boot.jms
Strategy interface used to wrap a JMS XAConnectionFactory enrolling it with a JTA TransactionManager.
XADataSourceAutoConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
XADataSourceAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.XADataSourceAutoConfiguration
 
XADataSourceWrapper - Interface in org.springframework.boot.jdbc
Strategy interface used to wrap an XADataSource enrolling it with a JTA TransactionManager.
XmlServletWebServerApplicationContext - Class in org.springframework.boot.web.servlet.context
ServletWebServerApplicationContext which takes its configuration from XML documents, understood by an XmlBeanDefinitionReader.
XmlServletWebServerApplicationContext() - Constructor for class org.springframework.boot.web.servlet.context.XmlServletWebServerApplicationContext
Create a new XmlServletWebServerApplicationContext that needs to be loaded and then manually refreshed.
XmlServletWebServerApplicationContext(Resource...) - Constructor for class org.springframework.boot.web.servlet.context.XmlServletWebServerApplicationContext
Create a new XmlServletWebServerApplicationContext, loading bean definitions from the given resources and automatically refreshing the context.
XmlServletWebServerApplicationContext(String...) - Constructor for class org.springframework.boot.web.servlet.context.XmlServletWebServerApplicationContext
Create a new XmlServletWebServerApplicationContext, loading bean definitions from the given resource locations and automatically refreshing the context.
XmlServletWebServerApplicationContext(Class<?>, String...) - Constructor for class org.springframework.boot.web.servlet.context.XmlServletWebServerApplicationContext
Create a new XmlServletWebServerApplicationContext, loading bean definitions from the given resource locations and automatically refreshing the context.

Y

YamlJsonParser - Class in org.springframework.boot.json
Thin wrapper to adapt Snake Yaml to JsonParser.
YamlJsonParser() - Constructor for class org.springframework.boot.json.YamlJsonParser
 
YamlPropertySourceLoader - Class in org.springframework.boot.env
Strategy to load '.yml' (or '.yaml') files into a PropertySource.
YamlPropertySourceLoader() - Constructor for class org.springframework.boot.env.YamlPropertySourceLoader
 
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 
Skip navigation links

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