- AbstractApplicationContextRunner<SELF extends AbstractApplicationContextRunner<SELF,C,A>,C extends ConfigurableApplicationContext,A extends ApplicationContextAssertProvider<C>> - Class in org.springframework.boot.test.context.runner
- 
- AbstractApplicationContextRunner(Supplier<C>) - Constructor for class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
- 
- 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
- 
- 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
- 
- AbstractAuthenticationAuditListener() - Constructor for class org.springframework.boot.actuate.security.AbstractAuthenticationAuditListener
-  
- AbstractAuthorizationAuditListener - Class in org.springframework.boot.actuate.security
- 
- AbstractAuthorizationAuditListener() - Constructor for class org.springframework.boot.actuate.security.AbstractAuthorizationAuditListener
-  
- AbstractBindHandler - Class in org.springframework.boot.context.properties.bind
- 
- 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
- 
- AbstractCommand(String, String) - Constructor for class org.springframework.boot.cli.command.AbstractCommand
- 
- 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
- 
- AbstractConfigurableWebServerFactory() - Constructor for class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
- 
- AbstractConfigurableWebServerFactory(int) - Constructor for class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
- 
- AbstractDataSourceInitializer - Class in org.springframework.boot.jdbc
- 
- AbstractDataSourceInitializer(DataSource, ResourceLoader) - Constructor for class org.springframework.boot.jdbc.AbstractDataSourceInitializer
-  
- AbstractDataSourcePoolMetadata<T extends DataSource> - Class in org.springframework.boot.jdbc.metadata
- 
- 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
- 
- AbstractDiscoveredEndpoint(EndpointDiscoverer<?, ?>, Object, EndpointId, boolean, Collection<? extends O>) - Constructor for class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint
- 
- AbstractDiscoveredOperation - Class in org.springframework.boot.actuate.endpoint.annotation
- 
- AbstractDiscoveredOperation(DiscoveredOperationMethod, OperationInvoker) - Constructor for class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
- 
- 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
- 
- 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
- 
- AbstractExposableEndpoint(EndpointId, boolean, Collection<? extends O>) - Constructor for class org.springframework.boot.actuate.endpoint.AbstractExposableEndpoint
- 
- AbstractFailureAnalyzer<T extends Throwable> - Class in org.springframework.boot.diagnostics
- 
Abstract base class for most FailureAnalyzerimplementations.
 
- AbstractFailureAnalyzer() - Constructor for class org.springframework.boot.diagnostics.AbstractFailureAnalyzer
-  
- AbstractFilterRegistrationBean<T extends Filter> - Class in org.springframework.boot.web.servlet
- 
- AbstractHealthAggregator - Class in org.springframework.boot.actuate.health
- 
- AbstractHealthAggregator() - Constructor for class org.springframework.boot.actuate.health.AbstractHealthAggregator
- 
Deprecated. 
- AbstractHealthIndicator - Class in org.springframework.boot.actuate.health
- 
- AbstractHealthIndicator() - Constructor for class org.springframework.boot.actuate.health.AbstractHealthIndicator
- 
- AbstractHealthIndicator(String) - Constructor for class org.springframework.boot.actuate.health.AbstractHealthIndicator
- 
- AbstractHealthIndicator(Function<Exception, String>) - Constructor for class org.springframework.boot.actuate.health.AbstractHealthIndicator
- 
- AbstractInjectionFailureAnalyzer<T extends Throwable> - Class in org.springframework.boot.diagnostics.analyzer
- 
Abstract base class for a  FailureAnalyzer that handles some kind of injection
 failure. 
- AbstractInjectionFailureAnalyzer() - Constructor for class org.springframework.boot.diagnostics.analyzer.AbstractInjectionFailureAnalyzer
-  
- 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
- 
- AbstractJsonMarshalTester(Class<?>, ResolvableType) - Constructor for class org.springframework.boot.test.json.AbstractJsonMarshalTester
- 
- 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
- 
- 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 RabbitListenerContainerFactorywith sensible defaults.
 
- AbstractRabbitListenerContainerFactoryConfigurer() - Constructor for class org.springframework.boot.autoconfigure.amqp.AbstractRabbitListenerContainerFactoryConfigurer
-  
- AbstractReactiveHealthIndicator - Class in org.springframework.boot.actuate.health
- 
- AbstractReactiveHealthIndicator() - Constructor for class org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator
- 
- AbstractReactiveHealthIndicator(String) - Constructor for class org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator
- 
- AbstractReactiveHealthIndicator(Function<Throwable, String>) - Constructor for class org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator
- 
- AbstractReactiveWebServerFactory - Class in org.springframework.boot.web.reactive.server
- 
- 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
- 
- AbstractRepositoryConfigurationSourceSupport() - Constructor for class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
-  
- AbstractServletWebServerFactory - Class in org.springframework.boot.web.servlet.server
- 
- AbstractServletWebServerFactory() - Constructor for class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- 
- AbstractServletWebServerFactory(int) - Constructor for class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- 
- AbstractServletWebServerFactory(String, int) - Constructor for class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- 
- 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 AbstractWebFluxEndpointHandlerMappingthat provides mappings
 for the operations of the givenwebEndpoints.
 
- 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
- 
- AbstractWebMvcEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, boolean) - Constructor for class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
- 
Creates a new WebEndpointHandlerMappingthat provides mappings for the
 operations of the givenwebEndpoints.
 
- AbstractWebMvcEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, CorsConfiguration, boolean) - Constructor for class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
- 
Creates a new AbstractWebMvcEndpointHandlerMappingthat 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
- 
- 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
- 
- 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
 ActiveMQConnectionFactorywhilst 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
- 
- 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
- 
- addBuilderCustomizers(UndertowBuilderCustomizer...) - Method in interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
- 
- addBuilderCustomizers(UndertowBuilderCustomizer...) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
- 
- addBuilderCustomizers(UndertowBuilderCustomizer...) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-  
- addClassLoaderFiles(ClassLoaderFiles) - Method in class org.springframework.boot.devtools.restart.Restarter
- 
- 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 theWebAppContextbefore
 the server is started.
 
- addConnectorCustomizers(TomcatConnectorCustomizer...) - Method in interface org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactory
- 
- addConnectorCustomizers(TomcatConnectorCustomizer...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- 
- addConnectorCustomizers(TomcatConnectorCustomizer...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-  
- addContextCustomizers(TomcatContextCustomizer...) - Method in interface org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactory
- 
- addContextCustomizers(TomcatContextCustomizer...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- 
- addContextCustomizers(TomcatContextCustomizer...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-  
- addContextLifecycleListeners(LifecycleListener...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- 
- addContextLifecycleListeners(LifecycleListener...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
- addContextValves(Valve...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
- addDefaultServlet(WebAppContext) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
- 
Add Jetty's DefaultServletto the givenWebAppContext.
 
- 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
- 
- 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
- 
- addFile(String, String, ClassLoaderFile) - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
- 
- 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
- 
- addInitializers(ServletContextInitializer...) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-  
- addInitializers(ServletContextInitializer...) - Method in interface org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
- 
- 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
- 
- additionalCustomizers(Iterable<TaskExecutorCustomizer>) - Method in class org.springframework.boot.task.TaskExecutorBuilder
- 
- additionalCustomizers(TaskSchedulerCustomizer...) - Method in class org.springframework.boot.task.TaskSchedulerBuilder
- 
- additionalCustomizers(Iterable<TaskSchedulerCustomizer>) - Method in class org.springframework.boot.task.TaskSchedulerBuilder
- 
- additionalCustomizers(RestTemplateCustomizer...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
- additionalCustomizers(Collection<? extends RestTemplateCustomizer>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
- additionalCustomizers(WebServiceTemplateCustomizer...) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
- additionalCustomizers(Collection<? extends WebServiceTemplateCustomizer>) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
- additionalInterceptors(ClientHttpRequestInterceptor...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
- additionalInterceptors(Collection<? extends ClientHttpRequestInterceptor>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
- additionalInterceptors(ClientInterceptor...) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
Add additional ClientInterceptorsthat should be used
 with theWebServiceTemplate.
 
- additionalInterceptors(Collection<? extends ClientInterceptor>) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
Add additional ClientInterceptorsthat should be used
 with theWebServiceTemplate.
 
- additionalMessageConverters(HttpMessageConverter<?>...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
- additionalMessageConverters(Collection<? extends HttpMessageConverter<?>>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
- additionalMessageSenders(WebServiceMessageSender...) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
Add additional WebServiceMessageSendersthat should
 be used with theWebServiceTemplate.
 
- additionalMessageSenders(Collection<? extends WebServiceMessageSender>) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
Add additional WebServiceMessageSendersthat should
 be used with theWebServiceTemplate.
 
- additionalRequestCustomizers(RestTemplateRequestCustomizer<?>...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
- additionalRequestCustomizers(Collection<? extends RestTemplateRequestCustomizer<?>>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
- addJspServlet(WebAppContext) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
- 
Add Jetty's JspServletto the givenWebAppContext.
 
- 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
- 
- 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
- 
- 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
- 
- addProtocolHandlerCustomizers(TomcatProtocolHandlerCustomizer<?>...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- 
- addProtocolHandlerCustomizers(TomcatProtocolHandlerCustomizer<?>...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
- 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.EnableWebMvcConfiguration
-  
- 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
- 
- addServerCustomizers(JettyServerCustomizer...) - Method in interface org.springframework.boot.web.embedded.jetty.ConfigurableJettyWebServerFactory
- 
- 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
- 
- 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
- 
- 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
- 
- 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
- 
- AetherGrapeEngineFactory() - Constructor for class org.springframework.boot.cli.compiler.grape.AetherGrapeEngineFactory
-  
- after() - Static method in enum org.springframework.boot.test.mock.mockito.MockReset
- 
Create settingsto 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.batch.BasicBatchConfigurer
-  
- 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.security.oauth2.client.OAuth2ClientProperties
-  
- afterPropertiesSet() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties
-  
- 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.jackson.JsonComponentModule
-  
- afterPropertiesSet() - Method in class org.springframework.boot.jdbc.AbstractDataSourceInitializer
-  
- 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
- 
- alwaysApplyingWhenNonNull() - Method in class org.springframework.boot.context.properties.PropertyMapper
- 
- 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, ornullif 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, ornullif 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, ornullif 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 annotationTypeto find.
 
- AnnotatedNodeASTTransformation - Class in org.springframework.boot.cli.compiler
- 
A base class for AST transformationsthat are solely
 interested inAnnotatedNodes.
 
- 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
- 
- AnnotationConfigReactiveWebApplicationContext() - Constructor for class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
- 
- 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
- 
- AnnotationConfigReactiveWebServerApplicationContext() - Constructor for class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
- 
- AnnotationConfigReactiveWebServerApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
- 
- AnnotationConfigReactiveWebServerApplicationContext(Class<?>...) - Constructor for class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
- 
- AnnotationConfigReactiveWebServerApplicationContext(String...) - Constructor for class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
- 
- AnnotationConfigServletWebApplicationContext - Class in org.springframework.boot.web.servlet.context
- 
- AnnotationConfigServletWebApplicationContext() - Constructor for class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
- 
- AnnotationConfigServletWebApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
- 
- AnnotationConfigServletWebApplicationContext(Class<?>...) - Constructor for class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
- 
- AnnotationConfigServletWebApplicationContext(String...) - Constructor for class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
- 
- AnnotationConfigServletWebServerApplicationContext - Class in org.springframework.boot.web.servlet.context
- 
- AnnotationConfigServletWebServerApplicationContext() - Constructor for class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
- 
- AnnotationConfigServletWebServerApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
- 
- AnnotationConfigServletWebServerApplicationContext(Class<?>...) - Constructor for class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
- 
- AnnotationConfigServletWebServerApplicationContext(String...) - Constructor for class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
- 
- 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
- 
- 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
- 
- AnsiColor - Enum in org.springframework.boot.ansi
- 
- AnsiColors - Class in org.springframework.boot.ansi
- 
- 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
- 
- 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
- 
- AnsiStyle - Enum in org.springframework.boot.ansi
- 
- 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
- 
- 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
- 
- append(String) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
- 
- 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
- 
- ApplicationArguments - Interface in org.springframework.boot
- 
- applicationConditionEvaluation() - Method in class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint
-  
- ApplicationContextAssert<C extends ApplicationContext> - Class in org.springframework.boot.test.context.assertj
- 
- 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
- 
- ApplicationContextFilterConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.web.servlet.ServletManagementContextAutoConfiguration.ApplicationContextFilterConfiguration
-  
- ApplicationContextHeaderFilter - Class in org.springframework.boot.web.servlet.filter
- 
- 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
- 
- 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
- 
- ApplicationContextRunner() - Constructor for class org.springframework.boot.test.context.runner.ApplicationContextRunner
- 
- ApplicationContextRunner(Supplier<ConfigurableApplicationContext>) - Constructor for class org.springframework.boot.test.context.runner.ApplicationContextRunner
- 
- 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
- 
- ApplicationEnvironmentPreparedEvent(SpringApplication, String[], ConfigurableEnvironment) - Constructor for class org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent
- 
- ApplicationFailedEvent - Class in org.springframework.boot.context.event
- 
- ApplicationFailedEvent(SpringApplication, String[], ConfigurableApplicationContext, Throwable) - Constructor for class org.springframework.boot.context.event.ApplicationFailedEvent
- 
- ApplicationHealthIndicator - Class in org.springframework.boot.actuate.health
- 
- 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
- 
- ApplicationHome(Class<?>) - Constructor for class org.springframework.boot.system.ApplicationHome
- 
- 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
- 
- ApplicationPidFileWriter() - Constructor for class org.springframework.boot.context.ApplicationPidFileWriter
- 
- ApplicationPidFileWriter(String) - Constructor for class org.springframework.boot.context.ApplicationPidFileWriter
- 
- ApplicationPidFileWriter(File) - Constructor for class org.springframework.boot.context.ApplicationPidFileWriter
- 
- ApplicationPreparedEvent - Class in org.springframework.boot.context.event
- 
- ApplicationPreparedEvent(SpringApplication, String[], ConfigurableApplicationContext) - Constructor for class org.springframework.boot.context.event.ApplicationPreparedEvent
- 
- 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
- 
- 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
- 
- ApplicationStartingEvent - Class in org.springframework.boot.context.event
- 
- ApplicationStartingEvent(SpringApplication, String[]) - Constructor for class org.springframework.boot.context.event.ApplicationStartingEvent
- 
- 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
- 
- ApplicationTemp(Class<?>) - Constructor for class org.springframework.boot.system.ApplicationTemp
- 
- 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(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
- 
- 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_PATHandLOG_FILEmap 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
- 
- applyToSystemProperties() - Method in class org.springframework.boot.logging.LogFile
- 
Apply log file details to LOG_PATHandLOG_FILEsystem 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
- 
- 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
- 
- 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
- 
- 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 Configurationbefore it is used by an auto-configuredEmbeddedActiveMQinstance.
 
- 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
- 
- AssertableReactiveWebApplicationContext - Interface in org.springframework.boot.test.context.assertj
- 
- AssertableWebApplicationContext - Interface in org.springframework.boot.test.context.assertj
- 
- assertThat() - Method in interface org.springframework.boot.test.context.assertj.ApplicationContextAssertProvider
- 
- assertThat() - Method in class org.springframework.boot.test.json.JsonContent
- 
- assertThat() - Method in class org.springframework.boot.test.json.ObjectContent
-  
- assignTo(HttpOutputMessage) - Method in class org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
- 
- asTag() - Method in enum org.springframework.boot.actuate.metrics.http.Outcome
- 
Returns the Outcomeas aTagnamedoutcome.
 
- 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
- 
- AtlasMetricsExportAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasMetricsExportAutoConfiguration
-  
- AtlasProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.atlas
- 
- 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
- 
- AtomikosDependsOnBeanFactoryPostProcessor() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosDependsOnBeanFactoryPostProcessor
-  
- AtomikosProperties - Class in org.springframework.boot.jta.atomikos
- 
- 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
- 
- 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
- 
- AuditApplicationEvent(String, String, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
- 
- AuditApplicationEvent(String, String, String...) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
- 
- AuditApplicationEvent(Instant, String, String, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
- 
- AuditApplicationEvent(AuditEvent) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
- 
- 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
- 
- AuditEventsEndpoint - Class in org.springframework.boot.actuate.audit
- 
- 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
- 
- 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
- 
- 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
- 
- 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
- 
- 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.factoriesto limit the
 auto-configuration classes considered.
 
- AutoConfigurationImportListener - Interface in org.springframework.boot.autoconfigure
- 
Listener that can be registered with spring.factoriesto 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
- 
- 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
- 
- AutoConfigureDataJpa - Annotation Type in org.springframework.boot.test.autoconfigure.orm.jpa
- 
- AutoConfigureDataLdap - Annotation Type in org.springframework.boot.test.autoconfigure.data.ldap
- 
- AutoConfigureDataMongo - Annotation Type in org.springframework.boot.test.autoconfigure.data.mongo
- 
- AutoConfigureDataNeo4j - Annotation Type in org.springframework.boot.test.autoconfigure.data.neo4j
- 
- AutoConfigureDataRedis - Annotation Type in org.springframework.boot.test.autoconfigure.data.redis
- 
- AutoConfigureJdbc - Annotation Type in org.springframework.boot.test.autoconfigure.jdbc
- 
- AutoConfigureJooq - Annotation Type in org.springframework.boot.test.autoconfigure.jooq
- 
- AutoConfigureJson - Annotation Type in org.springframework.boot.test.autoconfigure.json
- 
- 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 the 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
- 
- AutoConfigureWebMvc - Annotation Type in org.springframework.boot.test.autoconfigure.web.servlet
- 
- 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 Timersautomatically 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. 
- cache(String, String) - Method in class org.springframework.boot.actuate.cache.CachesEndpoint
- 
- 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
- 
- 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
- 
- 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
- 
- 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
- 
- cachesEndpoint(Map<String, CacheManager>) - Method in class org.springframework.boot.actuate.autoconfigure.cache.CachesEndpointAutoConfiguration
-  
- CachesEndpoint - Class in org.springframework.boot.actuate.cache
- 
- 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
- 
- 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
- 
- 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
- 
- 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
- 
- CassandraAutoConfiguration - Class in org.springframework.boot.autoconfigure.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
- 
- 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
- 
- 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
- 
- 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
- 
- CassandraReactiveHealthIndicator(ReactiveCassandraOperations) - Constructor for class org.springframework.boot.actuate.cassandra.CassandraReactiveHealthIndicator
- 
- CassandraReactiveRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.cassandra
- 
- CassandraReactiveRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.cassandra.CassandraReactiveRepositoriesAutoConfiguration
-  
- CassandraRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.cassandra
- 
- 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
- 
- 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
-  
- 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
- 
- ClassLoaderFile - Class in org.springframework.boot.devtools.restart.classloader
- 
- ClassLoaderFile(ClassLoaderFile.Kind, byte[]) - Constructor for class org.springframework.boot.devtools.restart.classloader.ClassLoaderFile
- 
- ClassLoaderFile(ClassLoaderFile.Kind, long, byte[]) - Constructor for class org.springframework.boot.devtools.restart.classloader.ClassLoaderFile
- 
- 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
- 
- ClassLoaderFiles() - Constructor for class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
- 
- ClassLoaderFiles(ClassLoaderFiles) - Constructor for class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
- 
- 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
- 
- 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
- 
- ClassPathChangedEvent(Object, Set<ChangedFiles>, boolean) - Constructor for class org.springframework.boot.devtools.classpath.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
- 
- ClassPathFileSystemWatcher(FileSystemWatcherFactory, ClassPathRestartStrategy, URL[]) - Constructor for class org.springframework.boot.devtools.classpath.ClassPathFileSystemWatcher
- 
- 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
- 
- 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  clientNameTag 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  clientNameTag 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.registrationproperties 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
- 
- CloudFoundryActuatorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet
- 
- CloudFoundryActuatorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryActuatorAutoConfiguration
-  
- CloudFoundryActuatorAutoConfiguration.IgnoredPathsWebSecurityConfigurer - Class in org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet
- 
- 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
- 
- 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
- 
- CloudFoundryInfoEndpointWebExtension(InfoEndpoint) - Constructor for class org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryInfoEndpointWebExtension
-  
- CloudFoundryReactiveHealthEndpointWebExtension - Class in org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive
- 
- 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
- 
- CloudFoundryVcapEnvironmentPostProcessor() - Constructor for class org.springframework.boot.cloud.CloudFoundryVcapEnvironmentPostProcessor
-  
- CloudFoundryWebEndpointDiscoverer - Class in org.springframework.boot.actuate.autoconfigure.cloudfoundry
- 
- CloudFoundryWebEndpointDiscoverer(ApplicationContext, ParameterValueMapper, EndpointMediaTypes, List<PathMapper>, Collection<OperationInvokerAdvisor>, Collection<EndpointFilter<ExposableWebEndpoint>>) - Constructor for class org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryWebEndpointDiscoverer
- 
- 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
- 
- 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
 Clustervia aCluster.Builderwhilst retaining default
 auto-configuration.
 
- ClusterFactory - Interface in org.springframework.boot.autoconfigure.cassandra
- 
ClusterFactoryprovides control over the creation of aClusterfrom anCluster.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
- 
- 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
- 
- CommandException(CommandException.Option...) - Constructor for exception org.springframework.boot.cli.command.CommandException
- 
- CommandException(String, CommandException.Option...) - Constructor for exception org.springframework.boot.cli.command.CommandException
- 
- CommandException(String, Throwable, CommandException.Option...) - Constructor for exception org.springframework.boot.cli.command.CommandException
- 
- CommandException(Throwable, CommandException.Option...) - Constructor for exception org.springframework.boot.cli.command.CommandException
- 
- CommandException.Option - Enum in org.springframework.boot.cli.command
- 
- 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
- 
- CommandRunner(String) - Constructor for class org.springframework.boot.cli.command.CommandRunner
- 
- commit(TransactionContext) - Method in class org.springframework.boot.autoconfigure.jooq.SpringTransactionProvider
-  
- CommonsDbcp2DataSourcePoolMetadata - Class in org.springframework.boot.jdbc.metadata
- 
- 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 - 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.CONVERSIONGroovy 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
- 
- CompositeDataSourcePoolMetadataProvider(Collection<? extends DataSourcePoolMetadataProvider>) - Constructor for class org.springframework.boot.jdbc.metadata.CompositeDataSourcePoolMetadataProvider
- 
- CompositeDependencyManagement - Class in org.springframework.boot.cli.compiler.dependencies
- 
- CompositeDependencyManagement(DependencyManagement...) - Constructor for class org.springframework.boot.cli.compiler.dependencies.CompositeDependencyManagement
-  
- CompositeHealth - Class in org.springframework.boot.actuate.health
- 
- CompositeHealthContributor - Interface in org.springframework.boot.actuate.health
- 
- 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
- 
- CompositeHealthIndicator(HealthAggregator, Map<String, HealthIndicator>) - Constructor for class org.springframework.boot.actuate.health.CompositeHealthIndicator
- 
Deprecated. 
- CompositeHealthIndicator(HealthAggregator, HealthIndicatorRegistry) - Constructor for class org.springframework.boot.actuate.health.CompositeHealthIndicator
- 
Deprecated. 
- CompositeHealthIndicatorConfiguration<H extends HealthIndicator,S> - Class in org.springframework.boot.actuate.autoconfigure.health
- 
- CompositeHealthIndicatorConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.health.CompositeHealthIndicatorConfiguration
- 
Deprecated. 
- CompositeMeterRegistryAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics
- 
- 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
- 
- 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
- 
- CompositeReactiveHealthIndicator(HealthAggregator, ReactiveHealthIndicatorRegistry) - Constructor for class org.springframework.boot.actuate.health.CompositeReactiveHealthIndicator
- 
Deprecated. 
- CompositeReactiveHealthIndicatorConfiguration<H extends ReactiveHealthIndicator,S> - Class in org.springframework.boot.actuate.autoconfigure.health
- 
- 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 ConcurrentKafkaListenerContainerFactorywith sensible defaults.
 
- ConcurrentKafkaListenerContainerFactoryConfigurer() - Constructor for class org.springframework.boot.autoconfigure.kafka.ConcurrentKafkaListenerContainerFactoryConfigurer
-  
- ConcurrentReferenceCachingMetadataReaderFactory - Class in org.springframework.boot.type.classreading
- 
- ConcurrentReferenceCachingMetadataReaderFactory() - Constructor for class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
- 
- ConcurrentReferenceCachingMetadataReaderFactory(ResourceLoader) - Constructor for class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
- 
- ConcurrentReferenceCachingMetadataReaderFactory(ClassLoader) - Constructor for class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
- 
- ConditionalOnAvailableEndpoint - Annotation Type in org.springframework.boot.actuate.autoconfigure.endpoint.condition
- 
- 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
- 
- 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
- 
- 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
- 
- 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
- 
- 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
- 
- ConditionEvaluationReport.ConditionAndOutcomes - Class in org.springframework.boot.autoconfigure.condition
- 
- 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
- 
- ConditionMessage.Builder - Class in org.springframework.boot.autoconfigure.condition
- 
- ConditionMessage.ItemsBuilder - Class in org.springframework.boot.autoconfigure.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
- 
- ConditionOutcome(boolean, ConditionMessage) - Constructor for class org.springframework.boot.autoconfigure.condition.ConditionOutcome
- 
- 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
- 
- ConditionsReportEndpoint.MessageAndConditions - Class in org.springframework.boot.actuate.autoconfigure.condition
- 
- 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
- 
- ConfigFileApplicationContextInitializer() - Constructor for class org.springframework.boot.test.context.ConfigFileApplicationContextInitializer
-  
- ConfigFileApplicationListener - Class in org.springframework.boot.context.config
- 
- ConfigFileApplicationListener() - Constructor for class org.springframework.boot.context.config.ConfigFileApplicationListener
-  
- ConfigurableJettyWebServerFactory - Interface in org.springframework.boot.web.embedded.jetty
- 
- 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
- 
- ConfigurableReactiveWebServerFactory - Interface in org.springframework.boot.web.reactive.server
- 
- ConfigurableRSocketServerFactory - Interface in org.springframework.boot.rsocket.server
- 
- ConfigurableServletWebServerFactory - Interface in org.springframework.boot.web.servlet.server
- 
- ConfigurableTomcatWebServerFactory - Interface in org.springframework.boot.web.embedded.tomcat
- 
- ConfigurableUndertowWebServerFactory - Interface in org.springframework.boot.web.embedded.undertow
- 
- ConfigurableWebServerApplicationContext - Interface in org.springframework.boot.web.context
- 
- ConfigurableWebServerFactory - Interface in org.springframework.boot.web.server
- 
- CONFIGURATION_COMPARATOR - Static variable in class org.springframework.boot.logging.AbstractLoggingSystem
-  
- ConfigurationBeanFactoryMetadata - Class in org.springframework.boot.context.properties
- 
- 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
- 
- 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
- 
- ConfigurationPropertiesBindHandlerAdvisor - Interface in org.springframework.boot.context.properties
- 
- ConfigurationPropertiesBinding - Annotation Type in org.springframework.boot.context.properties
- 
- 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
- 
- 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
- 
- ConfigurationPropertiesReportEndpoint() - Constructor for class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
-  
- ConfigurationPropertiesReportEndpoint.ApplicationConfigurationProperties - Class in org.springframework.boot.actuate.context.properties
- 
- ConfigurationPropertiesReportEndpoint.ConfigurationPropertiesBeanDescriptor - Class in org.springframework.boot.actuate.context.properties
- 
- ConfigurationPropertiesReportEndpoint.ContextConfigurationProperties - Class in org.springframework.boot.actuate.context.properties
- 
- ConfigurationPropertiesReportEndpoint.GenericSerializerModifier - Class in org.springframework.boot.actuate.context.properties
- 
BeanSerializerModifierto 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
- 
- ConfigurationPropertiesReportEndpointProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointProperties
-  
- ConfigurationPropertiesScan - Annotation Type in org.springframework.boot.context.properties
- 
- ConfigurationProperty - Class in org.springframework.boot.context.properties.source
- 
- 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
- 
- 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
- 
- ConfigurationPropertyState - Enum in org.springframework.boot.context.properties.source
- 
- Configurations - Class in org.springframework.boot.context.annotation
- 
- Configurations(Collection<Class<?>>) - Constructor for class org.springframework.boot.context.annotation.Configurations
-  
- ConfigurationWarningsApplicationContextInitializer - Class in org.springframework.boot.context
- 
- 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.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(T) - Method in class org.springframework.boot.task.TaskSchedulerBuilder
- 
- 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 WebServiceTemplateinstance 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
- 
- configureContext(Context, ServletContextInitializer[]) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
- 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
- 
- 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 WebAppContextfor 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 ConnectorStartFailedExceptionfor a connector that's
 configured to listen on the givenport.
 
- 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
- 
- 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
- 
- 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
- 
- ControllerEndpointHandlerMapping(EndpointMapping, Collection<ExposableControllerEndpoint>, CorsConfiguration) - Constructor for class org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping
- 
- ControllerEndpointHandlerMapping - Class in org.springframework.boot.actuate.endpoint.web.servlet
- 
- ControllerEndpointHandlerMapping(EndpointMapping, Collection<ExposableControllerEndpoint>, CorsConfiguration) - Constructor for class org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping
- 
- 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
- 
- 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
- 
- 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
- 
- CouchbaseConfiguration(CouchbaseProperties) - Constructor for class org.springframework.boot.autoconfigure.couchbase.CouchbaseConfiguration
-  
- CouchbaseDataAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.couchbase
- 
- 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
- 
- 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
- 
- 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
- 
- CouchbaseReactiveHealthIndicator(Cluster) - Constructor for class org.springframework.boot.actuate.couchbase.CouchbaseReactiveHealthIndicator
- 
- CouchbaseReactiveRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.couchbase
- 
- CouchbaseReactiveRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseReactiveRepositoriesAutoConfiguration
-  
- CouchbaseRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.couchbase
- 
- 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 Clusterfrom the givenCluster.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
- 
- createApplicationContext() - Method in class org.springframework.boot.SpringApplication
- 
- createArchive() - Method in class org.springframework.boot.loader.Launcher
-  
- createBeanDefinitionLoader(BeanDefinitionRegistry, Object[]) - Method in class org.springframework.boot.SpringApplication
- 
- createBeanFactory() - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
- 
- 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 Configurationbased on the state of this instance.
 
- createConnection(Socket, InputStream, OutputStream) - Method in class org.springframework.boot.devtools.livereload.LiveReloadServer
- 
- 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 Resourcesfor the operations of the givenwebEndpoints.
 
- 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. 
- createHeapDumper() - Method in class org.springframework.boot.actuate.management.HeapDumpWebEndpoint
- 
- 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 MainMethodRunnerused 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
- 
- createModifiedConfig(MergedContextConfiguration, Class<?>[], String[]) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
- 
- createMongoClient(MongoClientOptions) - Method in class org.springframework.boot.autoconfigure.mongo.MongoClientFactory
- 
Creates a MongoClientusing the givenoptions.
 
- createMongoClient(MongoClientSettings) - Method in class org.springframework.boot.autoconfigure.mongo.ReactiveMongoClientFactory
- 
Creates a MongoClientusing the givensettings.
 
- createMultipartConfig() - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
- 
- createMultipartConfig() - Method in class org.springframework.boot.web.servlet.MultipartConfigFactory
- 
- createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
- 
- 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
- 
- 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
- 
- createReactiveHealthIndicatorRegistry(Map<String, ReactiveHealthIndicator>, Map<String, HealthIndicator>) - Method in class org.springframework.boot.actuate.health.ReactiveHealthIndicatorRegistryFactory
- 
Deprecated. 
- 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
- 
- 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
- 
- 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(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(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(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
- 
- customize(RSocketServer) - Method in interface org.springframework.boot.rsocket.server.RSocketServerCustomizer
- 
- customize(ThreadPoolTaskExecutor) - Method in interface org.springframework.boot.task.TaskExecutorCustomizer
- 
- customize(ThreadPoolTaskScheduler) - Method in interface org.springframework.boot.task.TaskSchedulerCustomizer
- 
- 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
- 
- customize(T) - Method in interface org.springframework.boot.web.client.RestTemplateRequestCustomizer
- 
- customize(CodecConfigurer) - Method in interface org.springframework.boot.web.codec.CodecCustomizer
- 
- 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
- 
- customize(T) - Method in interface org.springframework.boot.web.server.WebServerFactoryCustomizer
- 
- customize(WebServiceTemplate) - Method in interface org.springframework.boot.webservices.client.WebServiceTemplateCustomizer
- 
Callback to customize a WebServiceTemplateinstance.
 
- customizeBeanFactory(DefaultListableBeanFactory) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
- 
- 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
- 
- customizers(Iterable<TaskExecutorCustomizer>) - Method in class org.springframework.boot.task.TaskExecutorBuilder
- 
- customizers(TaskSchedulerCustomizer...) - Method in class org.springframework.boot.task.TaskSchedulerBuilder
- 
- customizers(Iterable<TaskSchedulerCustomizer>) - Method in class org.springframework.boot.task.TaskSchedulerBuilder
- 
- customizers(RestTemplateCustomizer...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
- customizers(Collection<? extends RestTemplateCustomizer>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
- customizers(WebServiceTemplateCustomizer...) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
- customizers(Collection<? extends WebServiceTemplateCustomizer>) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
- 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. 
- 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
- 
- GangliaMetricsExportAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaMetricsExportAutoConfiguration
-  
- GangliaProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia
- 
- 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
- 
- GenericReactiveWebApplicationContext() - Constructor for class org.springframework.boot.web.reactive.context.GenericReactiveWebApplicationContext
- 
- GenericReactiveWebApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.boot.web.reactive.context.GenericReactiveWebApplicationContext
- 
- 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 nullif the name is not known.
 
- get(String) - Method in interface org.springframework.boot.actuate.health.HealthIndicatorRegistry
- 
Deprecated. 
- get(String) - Method in interface org.springframework.boot.actuate.health.ReactiveHealthIndicatorRegistry
- 
Deprecated. 
- 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
- 
- get(BeanFactory) - Static method in class org.springframework.boot.autoconfigure.domain.EntityScanPackages
- 
- 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
- 
- get(ApplicationContext, Object, String) - Static method in class org.springframework.boot.context.properties.ConfigurationPropertiesBean
- 
- 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
- 
- 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
- 
- 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
- 
- get(PropertyResolver) - Static method in class org.springframework.boot.logging.LogFile
- 
- 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(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
- 
- get(Supplier<? extends ConfigurableApplicationContext>) - Static method in interface org.springframework.boot.test.context.assertj.AssertableApplicationContext
- 
- get(Supplier<? extends ConfigurableReactiveWebApplicationContext>) - Static method in interface org.springframework.boot.test.context.assertj.AssertableReactiveWebApplicationContext
- 
- get(Supplier<? extends ConfigurableWebApplicationContext>) - Static method in interface org.springframework.boot.test.context.assertj.AssertableWebApplicationContext
- 
- 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 nullif 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 nullif 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
- 
- getAll() - Method in interface org.springframework.boot.test.system.CapturedOutput
- 
- 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
- 
- getAnnotatedBeanDefinitionReader(DefaultListableBeanFactory) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
- 
- 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
- 
- 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
- 
- 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
- 
- 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
- 
- 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
- 
- 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 nullif
 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 BootstrapModefor 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
- 
- getBuilderCustomizers() - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- 
- 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
- 
- 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
- 
- 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 nameclosure 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
- 
- 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
- 
- 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
- 
- 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 theWebAppContextbefore 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
- 
- 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
- 
- getContextLifecycleListeners() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
- 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
- 
- 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
- 
- 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
- 
- 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
- 
- 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
- 
- 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 nullif 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 nullif 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
- 
- getEndpointBean() - Method in class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint
-  
- getEndpointBean() - Method in interface org.springframework.boot.actuate.endpoint.annotation.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
- 
- 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 nullif 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 nullif 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 nullfor a page that matches by status).
 
- getExceptionHandlerExceptionResolver() - Method in interface org.springframework.boot.autoconfigure.web.servlet.WebMvcRegistrations
- 
- 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
- 
- 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
- 
- 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
- 
- 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
- 
- 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
- 
- 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
- 
- 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
- 
- 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
- 
- 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
- 
- 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
- 
- 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
- 
- 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 -1if 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 nullif 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
- 
- 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
- 
- 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
- 
- 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.ErrorPageFilter
-  
- 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 nullif 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 nullif 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 nullif 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 nullif 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
- 
- 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
- 
- 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. 
- 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 RepositoryConfigurationExtensionfor 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
- 
- getRequestMappingHandlerAdapter() - Method in interface org.springframework.boot.autoconfigure.web.servlet.WebMvcRegistrations
- 
- getRequestMappingHandlerMapping() - Method in interface org.springframework.boot.autoconfigure.web.reactive.WebFluxRegistrations
- 
- getRequestMappingHandlerMapping() - Method in interface org.springframework.boot.autoconfigure.web.servlet.WebMvcRegistrations
- 
- 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
- 
- 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 JsonNodefrom 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 nullif 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 endpointIdfrom 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
- 
- 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
- 
- 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
- 
- 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
- 
- 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 nullif 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
- 
- getServletContextInitializerConfiguration(WebAppContext, ServletContextInitializer...) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
- 
- 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
- 
- getServletUrlMapping() - Method in interface org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPath
- 
- 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 ConversionServiceinstance, 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
- 
- 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
- 
- getSourceApplicationContext(Class<T>) - Method in interface org.springframework.boot.test.context.assertj.ApplicationContextAssertProvider
- 
- 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
- 
- getSources() - Method in class org.springframework.boot.cli.command.options.SourceOptions
-  
- getSources() - Method in interface org.springframework.boot.context.properties.bind.BindContext
- 
- getSources() - Method in class org.springframework.boot.SpringApplication
- 
- 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
- 
- 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
- 
- 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 nullif 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 nullfor 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
- 
- 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
 requestandresponseexchange.
 
- 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 requestandresponseexchange.
 
- 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 ThreadPoolthat should be used by theServer.
 
- getThreadPool() - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
- 
Returns a Jetty ThreadPoolthat should be used by theServer.
 
- 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
- 
- getTomcatConnectorCustomizers() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
- getTomcatContextCustomizers() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- 
- getTomcatContextCustomizers() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
- getTomcatProtocolHandlerCustomizers() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- 
- getTomcatProtocolHandlerCustomizers() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
- getTomcatWebServer(Tomcat) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- 
- getTomcatWebServer(Tomcat) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
- 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
- 
- 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
- 
- 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
- 
- 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 nullif 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
-  
- getUrlCharset() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
-  
- getUrlMapping() - Method in interface org.springframework.boot.autoconfigure.web.servlet.JerseyApplicationPath
- 
- 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 nullif 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 nullif
 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 nullotherwise.
 
- 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 nullif 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 nullif 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
- 
- 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
- 
- 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
- 
- 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 Grapeengine 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.rootby 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
- 
- GraphiteMetricsExportAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteMetricsExportAutoConfiguration
-  
- GraphiteProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.graphite
- 
- GraphiteProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
-  
- GroovyBeansTransformation - Class in org.springframework.boot.cli.compiler
- 
ASTTransformationto 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
- 
- GroovyCompilerConfiguration - Interface in org.springframework.boot.cli.compiler
- 
- 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
- 
- 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
- 
- GroovyTemplateProperties() - Constructor for class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
-  
- GroovyTemplatesCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
- 
- 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
 GsonviaGsonBuilderretaining its default auto-configuration.
 
- GsonJsonParser - Class in org.springframework.boot.json
- 
- 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
- 
- GsonTester(Class<?>, ResolvableType, Gson) - Constructor for class org.springframework.boot.test.json.GsonTester
- 
- 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
- 
- ignoreApplicationContext(WebApplicationContext) - Method in class org.springframework.boot.security.servlet.ApplicationContextRequestMatcher
- 
- 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
- 
- 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
- 
- 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
- 
- 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
- 
- IncludeExcludeEndpointFilter(Class<E>, Environment, String, IncludeExcludeEndpointFilter.DefaultIncludes) - Constructor for class org.springframework.boot.actuate.autoconfigure.endpoint.expose.IncludeExcludeEndpointFilter
- 
- IncludeExcludeEndpointFilter(Class<E>, Collection<String>, Collection<String>, String...) - Constructor for class org.springframework.boot.actuate.autoconfigure.endpoint.expose.IncludeExcludeEndpointFilter
- 
- IncludeExcludeEndpointFilter(Class<E>, Collection<String>, Collection<String>, IncludeExcludeEndpointFilter.DefaultIncludes) - Constructor for class org.springframework.boot.actuate.autoconfigure.endpoint.expose.IncludeExcludeEndpointFilter
- 
- 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
- 
- 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
- 
- InfluxDbHealthIndicator(InfluxDB) - Constructor for class org.springframework.boot.actuate.influx.InfluxDbHealthIndicator
-  
- InfluxDbOkHttpClientBuilderProvider - Interface in org.springframework.boot.autoconfigure.influx
- 
Provide the OkHttpClient.Builderto use to
 customize the auto-configuredInfluxDBinstance.
 
- 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
- 
- 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
- 
- 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
- 
- 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
- 
- 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
- 
- initFields(Object, ObjectFactory<Gson>) - Static method in class org.springframework.boot.test.json.GsonTester
- 
- initFields(Object, ObjectMapper) - Static method in class org.springframework.boot.test.json.JacksonTester
- 
- initFields(Object, ObjectFactory<ObjectMapper>) - Static method in class org.springframework.boot.test.json.JacksonTester
- 
- initFields(Object, Jsonb) - Static method in class org.springframework.boot.test.json.JsonbTester
- 
- initFields(Object, ObjectFactory<Jsonb>) - Static method in class org.springframework.boot.test.json.JsonbTester
- 
- 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
- 
- 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
- 
- InMemoryAuditEventRepository - Class in org.springframework.boot.actuate.audit
- 
- 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
- 
- 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
- 
- IntegrationAutoConfiguration - Class in org.springframework.boot.autoconfigure.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 IntegrationGraphEndpointinstance that exposes a graph
 containing all the Spring Integration components in the givenIntegrationGraphServer.
 
- 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
- 
- interceptors(Collection<ClientHttpRequestInterceptor>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
- interceptors(ClientInterceptor...) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
Set the ClientInterceptorsthat should be used with theWebServiceTemplate.
 
- interceptors(Collection<? extends ClientInterceptor>) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
Set the ClientInterceptorsthat should be used with theWebServiceTemplate.
 
- 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
- 
- 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 nameandvalue,
 including areasonwhy 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
- 
- 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
 securityContextwith the given availablearguments.
 
- 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
 securityContextwith the given availablearguments.
 
- 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 trueif 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
- 
- 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
- 
- 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 trueif 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 trueif 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
- 
- 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 trueif the message is empty.
 
- isEmpty() - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
- 
- 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 isEqualToto 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 lenientlyequal
 to the specified JSON.
 
- isEqualToJson(String, Class<?>) - Method in class org.springframework.boot.test.json.JsonContentAssert
- 
Verifies that the actual value is lenientlyequal
 to the specified JSON resource.
 
- isEqualToJson(byte[]) - Method in class org.springframework.boot.test.json.JsonContentAssert
- 
Verifies that the actual value is lenientlyequal
 to the specified JSON bytes.
 
- isEqualToJson(File) - Method in class org.springframework.boot.test.json.JsonContentAssert
- 
Verifies that the actual value is lenientlyequal
 to the specified JSON file.
 
- isEqualToJson(InputStream) - Method in class org.springframework.boot.test.json.JsonContentAssert
- 
Verifies that the actual value is lenientlyequal
 to the specified JSON input stream.
 
- isEqualToJson(Resource) - Method in class org.springframework.boot.test.json.JsonContentAssert
- 
Verifies that the actual value is lenientlyequal
 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 trueif the specified bean definition should be excluded from
 havinglazy-initautomatically 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 trueif 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 trueif 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
- 
- 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 trueif 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 trueif 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 isNotEqualToto 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 lenientlyequal to the specified JSON.
 
- isNotEqualToJson(String, Class<?>) - Method in class org.springframework.boot.test.json.JsonContentAssert
- 
Verifies that the actual value is not lenientlyequal to the specified JSON resource.
 
- isNotEqualToJson(byte[]) - Method in class org.springframework.boot.test.json.JsonContentAssert
- 
Verifies that the actual value is not lenientlyequal to the specified JSON bytes.
 
- isNotEqualToJson(File) - Method in class org.springframework.boot.test.json.JsonContentAssert
- 
Verifies that the actual value is not lenientlyequal to the specified JSON file.
 
- isNotEqualToJson(InputStream) - Method in class org.springframework.boot.test.json.JsonContentAssert
- 
Verifies that the actual value is not lenientlyequal to the specified JSON input stream.
 
- isNotEqualToJson(Resource) - Method in class org.springframework.boot.test.json.JsonContentAssert
- 
Verifies that the actual value is not lenientlyequal 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 strictlyequal
 to the specified JSON.
 
- isNotStrictlyEqualToJson(String, Class<?>) - Method in class org.springframework.boot.test.json.JsonContentAssert
- 
Verifies that the actual value is not strictlyequal
 to the specified JSON resource.
 
- isNotStrictlyEqualToJson(byte[]) - Method in class org.springframework.boot.test.json.JsonContentAssert
- 
Verifies that the actual value is not strictlyequal
 to the specified JSON bytes.
 
- isNotStrictlyEqualToJson(File) - Method in class org.springframework.boot.test.json.JsonContentAssert
- 
Verifies that the actual value is not strictlyequal
 to the specified JSON file.
 
- isNotStrictlyEqualToJson(InputStream) - Method in class org.springframework.boot.test.json.JsonContentAssert
- 
Verifies that the actual value is not strictlyequal
 to the specified JSON input stream.
 
- isNotStrictlyEqualToJson(Resource) - Method in class org.springframework.boot.test.json.JsonContentAssert
- 
Verifies that the actual value is not strictlyequal
 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
- 
- 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 trueif 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 strictlyequal to
 the specified JSON.
 
- isStrictlyEqualToJson(String, Class<?>) - Method in class org.springframework.boot.test.json.JsonContentAssert
- 
Verifies that the actual value is strictlyequal to
 the specified JSON resource.
 
- isStrictlyEqualToJson(byte[]) - Method in class org.springframework.boot.test.json.JsonContentAssert
- 
Verifies that the actual value is strictlyequal to
 the specified JSON bytes.
 
- isStrictlyEqualToJson(File) - Method in class org.springframework.boot.test.json.JsonContentAssert
- 
Verifies that the actual value is strictlyequal to
 the specified JSON file.
 
- isStrictlyEqualToJson(InputStream) - Method in class org.springframework.boot.test.json.JsonContentAssert
- 
Verifies that the actual value is strictlyequal to
 the specified JSON input stream.
 
- isStrictlyEqualToJson(Resource) - Method in class org.springframework.boot.test.json.JsonContentAssert
- 
Verifies that the actual value is strictlyequal 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 trueif 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 trueif a template is available for the givenview.
 
- 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 trueif the currently authenticated user is in the givenrole, 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 trueif 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
- 
- IterableConfigurationPropertySource - Interface in org.springframework.boot.context.properties.source
- 
- 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
-  
- OAuth2ClientAutoConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.client.servlet
- 
- 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
- 
- OAuth2ResourceServerAutoConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.resource.servlet
- 
- 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
- 
- ObjectContent(ResolvableType, T) - Constructor for class org.springframework.boot.test.json.ObjectContent
- 
- ObjectContentAssert<A> - Class in org.springframework.boot.test.json
- 
- 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
- 
- 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
- 
- 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
- 
- of(Object) - Static method in class org.springframework.boot.origin.OriginTrackedValue
-  
- of(Object, Origin) - Static method in class org.springframework.boot.origin.OriginTrackedValue
- 
- 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
- 
- 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.handler.NoUnboundElementsBindHandler
-  
- 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
- 
MeterFilterto log only once a warning message and deny aMeter.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
- 
- OperationInvoker - Interface in org.springframework.boot.actuate.endpoint.invoke
- 
Interface to perform an operation invocation. 
- OperationInvokerAdvisor - Interface in org.springframework.boot.actuate.endpoint.invoke
- 
- OperationKey(Object, Supplier<String>) - Constructor for class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.OperationKey
- 
- 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
- 
- OperationParameter - Interface in org.springframework.boot.actuate.endpoint.invoke
- 
A single operation parameter. 
- OperationParameters - Interface in org.springframework.boot.actuate.endpoint.invoke
- 
- 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
- 
- OptionalLiveReloadServer(LiveReloadServer) - Constructor for class org.springframework.boot.devtools.autoconfigure.OptionalLiveReloadServer
- 
- OptionHandler - Class in org.springframework.boot.cli.command.options
- 
- 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
- 
- 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
- 
- 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
- 
The order for cloud configuration. 
- 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
- 
- 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
- 
- OrderedFormContentFilter() - Constructor for class org.springframework.boot.web.servlet.filter.OrderedFormContentFilter
-  
- OrderedHealthAggregator - Class in org.springframework.boot.actuate.health
- 
- OrderedHealthAggregator() - Constructor for class org.springframework.boot.actuate.health.OrderedHealthAggregator
- 
Deprecated. 
- OrderedHiddenHttpMethodFilter - Class in org.springframework.boot.web.reactive.filter
- 
- OrderedHiddenHttpMethodFilter() - Constructor for class org.springframework.boot.web.reactive.filter.OrderedHiddenHttpMethodFilter
-  
- OrderedHiddenHttpMethodFilter - Class in org.springframework.boot.web.servlet.filter
- 
- OrderedHiddenHttpMethodFilter() - Constructor for class org.springframework.boot.web.servlet.filter.OrderedHiddenHttpMethodFilter
-  
- OrderedRequestContextFilter - Class in org.springframework.boot.web.servlet.filter
- 
- 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 otherif 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 otherif 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
- 
- 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
- 
- 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
- 
@Conditionannotations 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
- 
- 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
- 
- org.springframework.boot.context.annotation - package org.springframework.boot.context.annotation
- 
- 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
- 
- 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 @ConfigurationPropertiesbinding.
 
- org.springframework.boot.context.properties.bind.handler - package org.springframework.boot.context.properties.bind.handler
- 
- 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
- 
- org.springframework.boot.env - package org.springframework.boot.env
- 
- 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
- 
- 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
- 
- 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
- 
- 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 ApplicationContextfor
 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 @Ruleclasses.
 
- 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
- 
- 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
- 
- 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
- 
- 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
- 
- OriginTrackedMapPropertySource(String, Map) - Constructor for class org.springframework.boot.env.OriginTrackedMapPropertySource
- 
- OriginTrackedMapPropertySource(String, Map, boolean) - Constructor for class org.springframework.boot.env.OriginTrackedMapPropertySource
- 
- OriginTrackedValue - Class in org.springframework.boot.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  outcomeTag 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  outcomeTag 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 outcometag based on the response status of the givenexchange.
 
- outcome(HttpServletResponse) - Static method in class org.springframework.boot.actuate.metrics.web.servlet.WebMvcTags
- 
Creates an outcometag based on the status of the givenresponse.
 
- outOfService() - Method in class org.springframework.boot.actuate.health.Health.Builder
- 
- outOfService() - Static method in class org.springframework.boot.actuate.health.Health
- 
- OutputCapture - Class in org.springframework.boot.test.rule
- 
- OutputCapture() - Constructor for class org.springframework.boot.test.rule.OutputCapture
- 
Deprecated. 
- OutputCaptureExtension - Class in org.springframework.boot.test.system
- 
- OutputCaptureRule - Class in org.springframework.boot.test.system
- 
JUnit @Ruleto 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
- 
- RabbitAutoConfiguration - Class in org.springframework.boot.autoconfigure.amqp
- 
- 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
- 
- 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 MeterBinderfor 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
- 
- 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 RetryTemplateused 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
- 
- 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
- 
- RandomAccessDataFile(File) - Constructor for class org.springframework.boot.loader.data.RandomAccessDataFile
- 
- 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
- 
- 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
- 
- 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
- 
- 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
- 
- ReactiveHealthIndicatorRegistryFactory - Class in org.springframework.boot.actuate.health
- 
- 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
- 
- ReactiveManagementContextAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.web.reactive.ReactiveManagementContextAutoConfiguration
-  
- ReactiveManagementWebSecurityAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.security.reactive
- 
- 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
- 
- 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
- 
- ReactiveOAuth2ClientAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.reactive.ReactiveOAuth2ClientAutoConfiguration
-  
- ReactiveOAuth2ResourceServerAutoConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.resource.reactive
- 
- 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
- 
- 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
- 
- 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
- 
- 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 ReactiveStreamsMongoClientDependsOnBeanFactoryPostProcessorthat 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
- 
- 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
- 
- ReactiveWebApplicationContextRunner(Supplier<ConfigurableReactiveWebApplicationContext>) - Constructor for class org.springframework.boot.test.context.runner.ReactiveWebApplicationContextRunner
- 
- 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
- 
- ReactiveWebServerApplicationContext() - Constructor for class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
- 
- ReactiveWebServerApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
- 
- 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
- 
- 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
- 
- ReactiveWebServerFactoryCustomizer(ServerProperties) - Constructor for class org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryCustomizer
-  
- ReactiveWebServerInitializedEvent - Class in org.springframework.boot.web.reactive.context
- 
- 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 lengthbytes of data starting at the givenoffset.
 
- 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
- 
- 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
- 
- read(Reader) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester
- 
- 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 requestbeing 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
- 
- 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
- 
- 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
- 
- 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 OperationInvokerthat invokes an operation using reflection.
 
- ReflectiveOperationInvoker(Object, OperationMethod, ParameterValueMapper) - Constructor for class org.springframework.boot.actuate.endpoint.invoke.reflect.ReflectiveOperationInvoker
- 
Creates a new ReflectiveOperationInvokerthat will invoke the givenmethodon the giventarget.
 
- refresh(ApplicationContext) - Method in class org.springframework.boot.SpringApplication
- 
- 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. 
- register(String, ReactiveHealthIndicator) - Method in interface org.springframework.boot.actuate.health.ReactiveHealthIndicatorRegistry
- 
Deprecated. 
- 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(BeanDefinitionRegistry) - Static method in class org.springframework.boot.test.mock.mockito.MockitoPostProcessor
- 
- register(BeanDefinitionRegistry, Set<Definition>) - Static method in class org.springframework.boot.test.mock.mockito.MockitoPostProcessor
- 
- register(BeanDefinitionRegistry, Class<? extends MockitoPostProcessor>, Set<Definition>) - Static method in class org.springframework.boot.test.mock.mockito.MockitoPostProcessor
- 
- 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
- 
- 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
- 
- RegistrationMappingDescription(T) - Constructor for class org.springframework.boot.actuate.web.mappings.servlet.RegistrationMappingDescription
- 
- 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
- 
- 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 valuefor the specified key if the value is notnull.
 
- 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 failureAnalysisto 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 RepositoryConfigurationinstance.
 
- RepositoryConfigurationFactory - Class in org.springframework.boot.cli.compiler
- 
- RepositoryRestMvcAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.rest
- 
- 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 Requestinstance.
 
- 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
- 
- requestCustomizers(Collection<? extends RestTemplateRequestCustomizer<?>>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
- requestFactory(Class<? extends ClientHttpRequestFactory>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
- requestFactory(Supplier<ClientHttpRequestFactory>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
- requestFactory(Supplier<ClientHttpRequestFactory>) - Method in class org.springframework.boot.webservices.client.HttpWebServiceMessageSenderBuilder
- 
- RequestMappingConditionsDescription - Class in org.springframework.boot.actuate.web.mappings.reactive
- 
- RequestMappingConditionsDescription - Class in org.springframework.boot.actuate.web.mappings.servlet
- 
- RequestMappingConditionsDescription.MediaTypeExpressionDescription - Class in org.springframework.boot.actuate.web.mappings.reactive
- 
- RequestMappingConditionsDescription.MediaTypeExpressionDescription - Class in org.springframework.boot.actuate.web.mappings.servlet
- 
- RequestMappingConditionsDescription.NameValueExpressionDescription - Class in org.springframework.boot.actuate.web.mappings.reactive
- 
- RequestMappingConditionsDescription.NameValueExpressionDescription - Class in org.springframework.boot.actuate.web.mappings.servlet
- 
- 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
- 
- reset() - Method in class org.springframework.boot.test.web.client.RootUriRequestExpectationManager
-  
- ResetMocksTestExecutionListener - Class in org.springframework.boot.test.mock.mockito
- 
- 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
- 
ASTTransformationto resolve@Grabartifact 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
- 
- 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
 ResourceConfigbefore it is used.
 
- resourceHandlerMapping(UrlPathHelper, PathMatcher, ContentNegotiationManager, FormattingConversionService, ResourceUrlProvider) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
-  
- ResourceHandlerRegistrationCustomizer - Interface in org.springframework.boot.autoconfigure.web.reactive
- 
- resourceLoader(ResourceLoader) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
- 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 Responseinstance.
 
- 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
- 
- 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
- 
- RestartClassLoader(ClassLoader, URL[], ClassLoaderFileRepository) - Constructor for class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
- 
- RestartClassLoader(ClassLoader, URL[], ClassLoaderFileRepository, Log) - Constructor for class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
- 
- 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 @ScopeAnnotation 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
- 
- RestartServer(SourceFolderUrlFilter) - Constructor for class org.springframework.boot.devtools.restart.server.RestartServer
- 
- RestartServer(SourceFolderUrlFilter, ClassLoader) - Constructor for class org.springframework.boot.devtools.restart.server.RestartServer
- 
- RestClientAutoConfiguration - Class in org.springframework.boot.autoconfigure.elasticsearch.rest
- 
- 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
 RestClientvia aRestClientBuilderwhilst
 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
- 
- RestDocsAutoConfiguration() - Constructor for class org.springframework.boot.test.autoconfigure.restdocs.RestDocsAutoConfiguration
-  
- RestDocsMockMvcBuilderCustomizer - Class in org.springframework.boot.test.autoconfigure.restdocs
- 
- 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
- 
- 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
- 
- RestTemplateRequestCustomizer<T extends ClientHttpRequest> - Interface in org.springframework.boot.web.client
- 
- 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
- 
- RootUriRequestExpectationManager(String, RequestExpectationManager) - Constructor for class org.springframework.boot.test.web.client.RootUriRequestExpectationManager
-  
- RootUriTemplateHandler - Class in org.springframework.boot.web.client
- 
- RootUriTemplateHandler(UriTemplateHandler) - Constructor for class org.springframework.boot.web.client.RootUriTemplateHandler
-  
- RootUriTemplateHandler(String) - Constructor for class org.springframework.boot.web.client.RootUriTemplateHandler
- 
- RootUriTemplateHandler(String, UriTemplateHandler) - Constructor for class org.springframework.boot.web.client.RootUriTemplateHandler
- 
- RSocketMessagingAutoConfiguration - Class in org.springframework.boot.autoconfigure.rsocket
- 
- RSocketMessagingAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.rsocket.RSocketMessagingAutoConfiguration
-  
- RSocketPortInfoApplicationContextInitializer - Class in org.springframework.boot.rsocket.context
- 
- RSocketPortInfoApplicationContextInitializer() - Constructor for class org.springframework.boot.rsocket.context.RSocketPortInfoApplicationContextInitializer
-  
- RSocketProperties - Class in org.springframework.boot.autoconfigure.rsocket
- 
- 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
- 
- 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
- 
- 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(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
- 
- run(SpringApplication) - Method in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
- 
- 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
- 
- 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. 
- sameFile(URL, URL) - Method in class org.springframework.boot.loader.jar.Handler
-  
- Saml2RelyingPartyAutoConfiguration - Class in org.springframework.boot.autoconfigure.security.saml2
- 
- 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
- 
- ScheduledTasksEndpoint.CustomTriggerTaskDescription - Class in org.springframework.boot.actuate.scheduling
- 
- ScheduledTasksEndpoint.FixedDelayTaskDescription - Class in org.springframework.boot.actuate.scheduling
- 
- ScheduledTasksEndpoint.FixedRateTaskDescription - Class in org.springframework.boot.actuate.scheduling
- 
- ScheduledTasksEndpoint.IntervalTaskDescription - Class in org.springframework.boot.actuate.scheduling
- 
- ScheduledTasksEndpoint.RunnableDescription - Class in org.springframework.boot.actuate.scheduling
- 
- 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
- 
- 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
- 
- 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
- 
- 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
- 
- 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
- 
- ServerPortInfoApplicationContextInitializer() - Constructor for class org.springframework.boot.web.context.ServerPortInfoApplicationContextInitializer
-  
- ServerProperties - Class in org.springframework.boot.autoconfigure.web
- 
- 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
- 
- 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
- 
- ServletContextApplicationContextInitializer - Class in org.springframework.boot.web.servlet.support
- 
- 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
- 
- ServletContextInitializerBeans(ListableBeanFactory, Class<? extends ServletContextInitializer>...) - Constructor for class org.springframework.boot.web.servlet.ServletContextInitializerBeans
-  
- ServletContextInitializerBeans.RegistrationBeanAdapter<T> - Interface in org.springframework.boot.web.servlet
- 
- ServletContextInitializerConfiguration - Class in org.springframework.boot.web.embedded.jetty
- 
- 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
- 
- ServletEndpointManagementContextConfiguration - Class in org.springframework.boot.actuate.autoconfigure.endpoint.web
- 
- 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
- 
- ServletListenerRegistrationBean() - Constructor for class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
- 
- ServletListenerRegistrationBean(T) - Constructor for class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
- 
- ServletManagementContextAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.web.servlet
- 
- 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
- 
- ServletRegistrationBean() - Constructor for class org.springframework.boot.web.servlet.ServletRegistrationBean
- 
- ServletRegistrationBean(T, String...) - Constructor for class org.springframework.boot.web.servlet.ServletRegistrationBean
- 
- ServletRegistrationBean(T, boolean, String...) - Constructor for class org.springframework.boot.web.servlet.ServletRegistrationBean
- 
- ServletRegistrationMappingDescription - Class in org.springframework.boot.actuate.web.mappings.servlet
- 
- ServletRegistrationMappingDescription(ServletRegistration) - Constructor for class org.springframework.boot.actuate.web.mappings.servlet.ServletRegistrationMappingDescription
- 
Creates a new ServletRegistrationMappingDescriptionderived from the givenservletRegistration.
 
- ServletsMappingDescriptionProvider - Class in org.springframework.boot.actuate.web.mappings.servlet
- 
- 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
- 
- ServletWebServerApplicationContext() - Constructor for class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
- 
- ServletWebServerApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
- 
- 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
- 
- 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
- 
- ServletWebServerFactoryCustomizer(ServerProperties) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryCustomizer
-  
- ServletWebServerInitializedEvent - Class in org.springframework.boot.web.servlet.context
- 
- 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
- 
- SessionAutoConfiguration - Class in org.springframework.boot.autoconfigure.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 SessionRepositoryis available.
 
- SessionRepositoryUnavailableException(String, StoreType) - Constructor for exception org.springframework.boot.autoconfigure.session.SessionRepositoryUnavailableException
-  
- SessionsEndpoint - Class in org.springframework.boot.actuate.session
- 
- SessionsEndpoint(FindByIndexNameSessionRepository<? extends Session>) - Constructor for class org.springframework.boot.actuate.session.SessionsEndpoint
- 
- 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
- 
- setAddConversionService(boolean) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
- setAddConversionService(boolean) - Method in class org.springframework.boot.SpringApplication
- 
- 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
- 
- 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
- 
- 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
- 
- 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
- 
- 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
- 
- setBuilderCustomizers(Collection<? extends UndertowBuilderCustomizer>) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- 
- 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
- 
- setConfigLocations(String...) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
- 
- 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 theWebAppContextbefore 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
- 
- 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
- 
- 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
- 
- setContextLifecycleListeners(Collection<? extends LifecycleListener>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
- 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
- 
- 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
- 
- 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
- 
- 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 DestinationProviderto 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
- 
- 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
- 
- 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 FaultMessageResolverto 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
- 
- 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
- 
- 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 loadOnStartuppriority.
 
- 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
- 
- 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 MessageConverterto use ornullif 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 MessageRecovererto use ornullto 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  BindableSet 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
- 
- 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
- 
- 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
- 
- setRegisterShutdownHook(boolean) - Method in class org.springframework.boot.SpringApplication
- 
- 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
- 
- setResourceFactory(JettyResourceFactory) - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
- 
- setResourceFactory(ReactorResourceFactory) - Method in class org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
- 
- 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
- 
- 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
- 
- 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
- 
- 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
- 
- setScopeMetadataResolver(ScopeMetadataResolver) - Method in class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
- 
- setScopeMetadataResolver(ScopeMetadataResolver) - Method in class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
- 
- 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
- 
- setServerCustomizers(Collection<? extends JettyServerCustomizer>) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
- 
- setServerCustomizers(Collection<? extends NettyServerCustomizer>) - Method in class org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
- 
- 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
- 
- 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
- 
- 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 ThreadPoolthat should be used by theServer.
 
- setThreadPool(ThreadPool) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
- 
Set a Jetty ThreadPoolthat should be used by theServer.
 
- 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
- 
- setTomcatConnectorCustomizers(Collection<? extends TomcatConnectorCustomizer>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
- setTomcatContextCustomizers(Collection<? extends TomcatContextCustomizer>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- 
- setTomcatContextCustomizers(Collection<? extends TomcatContextCustomizer>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
- setTomcatProtocolHandlerCustomizers(Collection<? extends TomcatProtocolHandlerCustomizer<?>>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- 
- setTomcatProtocolHandlerCustomizers(Collection<? extends TomcatProtocolHandlerCustomizer<?>>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
- 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
- 
- setTransformerFactoryClass(Class<? extends TransformerFactory>) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
- 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
- 
- 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
- 
- 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
- 
- 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 WebServiceMessageFactoryto 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
- 
- showDetails(SecurityContext) - Method in interface org.springframework.boot.actuate.health.HealthEndpointGroup
- 
- ShowDetails - Enum in org.springframework.boot.actuate.health
- 
- 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() - 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
- 
- 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
- 
- SignalFxMetricsExportAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxMetricsExportAutoConfiguration
-  
- SignalFxProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.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
- 
- 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
- 
- SimpleFormatter() - Constructor for class org.springframework.boot.logging.java.SimpleFormatter
-  
- SimpleHttpCodeStatusMapper - Class in org.springframework.boot.actuate.health
- 
- SimpleHttpCodeStatusMapper() - Constructor for class org.springframework.boot.actuate.health.SimpleHttpCodeStatusMapper
- 
- SimpleHttpCodeStatusMapper(Map<String, Integer>) - Constructor for class org.springframework.boot.actuate.health.SimpleHttpCodeStatusMapper
- 
- SimpleInfoContributor - Class in org.springframework.boot.actuate.info
- 
- 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
- 
- SimpleMetricsExportAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleMetricsExportAutoConfiguration
-  
- SimpleProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.simple
- 
- SimpleProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleProperties
-  
- SimplePropertiesConfigAdapter - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.simple
- 
- SimplePropertiesConfigAdapter(SimpleProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimplePropertiesConfigAdapter
-  
- SimpleRabbitListenerContainerFactoryConfigurer - Class in org.springframework.boot.autoconfigure.amqp
- 
- SimpleRabbitListenerContainerFactoryConfigurer() - Constructor for class org.springframework.boot.autoconfigure.amqp.SimpleRabbitListenerContainerFactoryConfigurer
-  
- SimpleStatusAggregator - Class in org.springframework.boot.actuate.health
- 
- 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
- 
- 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
- 
- 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
- 
- SourceOptions(List<?>) - Constructor for class org.springframework.boot.cli.command.options.SourceOptions
- 
- SourceOptions(OptionSet, ClassLoader) - Constructor for class org.springframework.boot.cli.command.options.SourceOptions
- 
- 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_JSONenvironment variable.
 
- SPRING_APPLICATION_JSON_PROPERTY - Static variable in class org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
- 
Name of the spring.application.jsonproperty.
 
- 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
- 
- SpringApplication(ResourceLoader, Class<?>...) - Constructor for class org.springframework.boot.SpringApplication
- 
- 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 SpringApplicationvia JMX.
 
- SpringApplicationAdminMXBeanRegistrar - Class in org.springframework.boot.admin
- 
- 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
- 
- SpringApplicationBuilder(Class<?>...) - Constructor for class org.springframework.boot.builder.SpringApplicationBuilder
-  
- SpringApplicationEvent - Class in org.springframework.boot.context.event
- 
- SpringApplicationEvent(SpringApplication, String[]) - Constructor for class org.springframework.boot.context.event.SpringApplicationEvent
-  
- SpringApplicationJsonEnvironmentPostProcessor - Class in org.springframework.boot.env
- 
- SpringApplicationJsonEnvironmentPostProcessor() - Constructor for class org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
-  
- SpringApplicationLauncher - Class in org.springframework.boot.cli.app
- 
A launcher for SpringApplicationor aSpringApplicationsubclass.
 
- SpringApplicationLauncher(ClassLoader) - Constructor for class org.springframework.boot.cli.app.SpringApplicationLauncher
- 
Creates a new launcher that will use the given classLoaderto load the
 configuredSpringApplicationclass.
 
- SpringApplicationRunListener - Interface in org.springframework.boot
- 
- 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
- 
- SpringApplicationWebApplicationInitializer - Class in org.springframework.boot.cli.app
- 
- SpringApplicationWebApplicationInitializer() - Constructor for class org.springframework.boot.cli.app.SpringApplicationWebApplicationInitializer
-  
- SpringBatchCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
- 
- SpringBatchCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.SpringBatchCompilerAutoConfiguration
-  
- SpringBootApplication - Annotation Type in org.springframework.boot.autoconfigure
- 
- 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 ConfigurationFactorythat 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
- 
- SpringBootContextLoader() - Constructor for class org.springframework.boot.test.context.SpringBootContextLoader
-  
- SpringBootCouchbaseConfigurer - Class in org.springframework.boot.autoconfigure.data.couchbase
- 
A simple CouchbaseConfigurerimplementation.
 
- SpringBootCouchbaseConfigurer(CouchbaseEnvironment, Cluster, ClusterInfo, Bucket) - Constructor for class org.springframework.boot.autoconfigure.data.couchbase.SpringBootCouchbaseConfigurer
-  
- SpringBootDependenciesDependencyManagement - Class in org.springframework.boot.cli.compiler.dependencies
- 
- SpringBootDependenciesDependencyManagement() - Constructor for class org.springframework.boot.cli.compiler.dependencies.SpringBootDependenciesDependencyManagement
-  
- SpringBootDependencyInjectionTestExecutionListener - Class in org.springframework.boot.test.autoconfigure
- 
- 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
- 
- SpringBootMockMvcBuilderCustomizer(WebApplicationContext) - Constructor for class org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer
- 
- SpringBootMockServletContext - Class in org.springframework.boot.test.mock.web
- 
- 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
- 
- 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
- 
- 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
- 
- SpringBootWebTestClientBuilderCustomizer(Collection<CodecCustomizer>) - Constructor for class org.springframework.boot.test.autoconfigure.web.reactive.SpringBootWebTestClientBuilderCustomizer
- 
Create a new SpringBootWebTestClientBuilderCustomizerthat will configure
 the builder's codecs using the givencodecCustomizers.
 
- 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
- 
- 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 ImplicitNamingStrategythat 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
- 
- SpringIntegrationCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.SpringIntegrationCompilerAutoConfiguration
-  
- SpringJtaPlatform - Class in org.springframework.boot.orm.jpa.hibernate
- 
- 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 PackageScanClassResolverimplementation 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 PhysicalNamingStrategythat 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
- 
- SpringRetryCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.SpringRetryCompilerAutoConfiguration
-  
- SpringSecurityCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
- 
- 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
- 
- 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
- 
- SpringWebsocketCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.SpringWebsocketCompilerAutoConfiguration
-  
- SpyBean - Annotation Type in org.springframework.boot.test.mock.mockito
- 
- 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
- 
- 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
- 
- 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
- 
- 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
- 
- 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
- 
- 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
- 
- 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
- 
- StatsdMetricsExportAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdMetricsExportAutoConfiguration
-  
- StatsdProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.statsd
- 
- StatsdProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
-  
- StatsdPropertiesConfigAdapter - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.statsd
- 
- 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
- 
- status(Status) - Static method in class org.springframework.boot.actuate.health.Health
- 
- 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  statusTag derived from the
  status of the given  response. 
- status(ClientResponse) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTags
- 
- status(Throwable) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTags
- 
Creates a statusTagderived from the exception thrown by the
 client.
 
- status(ServerWebExchange) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTags
- 
Creates a statustag based on the response status of the givenexchange.
 
- status(HttpServletResponse) - Static method in class org.springframework.boot.actuate.metrics.web.servlet.WebMvcTags
- 
Creates a statustag based on the status of the givenresponse.
 
- 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
- 
- 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
- 
- 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
- 
- 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
- 
- 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 ClassNodesubclasses 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
- 
- 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
-  
- V1_JSON - Static variable in class org.springframework.boot.actuate.endpoint.http.ActuatorMediaType
- 
- 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
- 
- ValidationAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration
-  
- ValidationBindHandler - Class in org.springframework.boot.context.properties.bind.validation
- 
- 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
- 
- 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
- 
- VALUE - Static variable in annotation type org.springframework.boot.context.properties.ConfigurationPropertiesBinding
- 
- 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
- 
- valueOf(String) - Static method in class org.springframework.boot.actuate.autoconfigure.metrics.ServiceLevelAgreementBoundary
- 
- 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
-