- 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.AssertingParty - Class in org.springframework.boot.autoconfigure.security.saml2
- 
Represents a remote Identity Provider. 
- Saml2RelyingPartyProperties.AssertingParty.Singlesignon - Class in org.springframework.boot.autoconfigure.security.saml2
- 
Single sign on details for an Identity Provider. 
- Saml2RelyingPartyProperties.AssertingParty.Verification - Class in org.springframework.boot.autoconfigure.security.saml2
- 
Verification details for an Identity Provider. 
- Saml2RelyingPartyProperties.AssertingParty.Verification.Credential - Class in org.springframework.boot.autoconfigure.security.saml2
-  
- Saml2RelyingPartyProperties.Decryption - Class in org.springframework.boot.autoconfigure.security.saml2
-  
- Saml2RelyingPartyProperties.Decryption.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.Acs - Class in org.springframework.boot.autoconfigure.security.saml2
-  
- Saml2RelyingPartyProperties.Registration.Signing - Class in org.springframework.boot.autoconfigure.security.saml2
-  
- Saml2RelyingPartyProperties.Registration.Signing.Credential - Class in org.springframework.boot.autoconfigure.security.saml2
-  
- Saml2RelyingPartyProperties.Singlelogout - Class in org.springframework.boot.autoconfigure.security.saml2
- 
Single logout details. 
- SanitizableData - Class in org.springframework.boot.actuate.endpoint
- 
- SanitizableData(PropertySource<?>, String, Object) - Constructor for class org.springframework.boot.actuate.endpoint.SanitizableData
- 
- sanitize(String, Object) - Method in class org.springframework.boot.actuate.endpoint.Sanitizer
- 
Sanitize the given value if necessary. 
- sanitize(SanitizableData) - Method in class org.springframework.boot.actuate.endpoint.Sanitizer
- 
- sanitize(String, Object) - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint
- 
- SANITIZED_VALUE - Static variable in class org.springframework.boot.actuate.endpoint.SanitizableData
- 
Represents a sanitized value. 
- 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
- 
Create a new  Sanitizer instance with a default set of keys to sanitize. 
- Sanitizer(String...) - Constructor for class org.springframework.boot.actuate.endpoint.Sanitizer
- 
Create a new  Sanitizer instance with specific keys to sanitize. 
- Sanitizer(Iterable<SanitizingFunction>) - Constructor for class org.springframework.boot.actuate.endpoint.Sanitizer
- 
Create a new  Sanitizer instance with a default set of keys to sanitize and
 additional sanitizing functions. 
- Sanitizer(Iterable<SanitizingFunction>, String...) - Constructor for class org.springframework.boot.actuate.endpoint.Sanitizer
- 
Create a new  Sanitizer instance with specific keys to sanitize and
 additional sanitizing functions. 
- SanitizingFunction - Interface in org.springframework.boot.actuate.endpoint
- 
Function that takes a  SanitizableData and applies sanitization to the value, if
 necessary. 
- save(Object) - Method in interface org.springframework.boot.devtools.filewatch.SnapshotStateRepository
- 
Save the given state in the repository. 
- 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. 
- scheduledBeanLazyInitializationExcludeFilter() - Static method in class org.springframework.boot.autoconfigure.task.TaskSchedulingAutoConfiguration
-  
- 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. 
- Schema() - Constructor for class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Schema
-  
- SchemaManagement - Enum in org.springframework.boot.jdbc
- 
An enumeration of the available schema management options. 
- SchemaManagementProvider - Interface in org.springframework.boot.jdbc
- 
- scrape(TextOutputFormat, Set<String>) - 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. 
- Security() - Constructor for class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Security
-  
- Security() - Constructor for class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Security
-  
- 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. 
- securityContextThreadLocalAccessor() - Method in class org.springframework.boot.autoconfigure.graphql.security.GraphQlWebMvcSecurityAutoConfiguration
-  
- 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
-  
- securityDataFetcherExceptionResolver() - Method in class org.springframework.boot.autoconfigure.graphql.security.GraphQlWebMvcSecurityAutoConfiguration
-  
- 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.
 
- Sender() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontProperties.Sender
-  
- 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 - Static variable in class org.springframework.boot.actuate.endpoint.web.WebServerNamespace
- 
- Server() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationProperties.RSocket.Server
-  
- Server() - Constructor for class org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server
-  
- SERVER_PREFIX - Static variable in class org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties.Group
-  
- 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.Jetty.Threads - Class in org.springframework.boot.autoconfigure.web
- 
Jetty thread properties. 
- ServerProperties.Netty - Class in org.springframework.boot.autoconfigure.web
- 
Netty properties. 
- ServerProperties.Reactive - Class in org.springframework.boot.autoconfigure.web
- 
Reactive server properties. 
- ServerProperties.Reactive.Session - Class in org.springframework.boot.autoconfigure.web
-  
- ServerProperties.Servlet - Class in org.springframework.boot.autoconfigure.web
- 
Servlet server 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.Remoteip - Class in org.springframework.boot.autoconfigure.web
-  
- ServerProperties.Tomcat.Resource - Class in org.springframework.boot.autoconfigure.web
- 
Tomcat static resource properties. 
- ServerProperties.Tomcat.Threads - Class in org.springframework.boot.autoconfigure.web
- 
Tomcat thread 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
-  
- ServerProperties.Undertow.Threads - Class in org.springframework.boot.autoconfigure.web
- 
Undertow thread properties. 
- ServerRequest() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web.Server.ServerRequest
-  
- serverRSocketConnector(ServerRSocketMessageHandler) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationRSocketConfiguration.IntegrationRSocketServerConfiguration
-  
- serverRSocketMessageHandler(RSocketStrategies, IntegrationProperties) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationRSocketConfiguration.IntegrationRSocketServerConfiguration
-  
- 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
-  
- ServiceLevelObjectiveBoundary - Class in org.springframework.boot.actuate.autoconfigure.metrics
- 
A boundary for a service-level objective (SLO) for use when configuring Micrometer. 
- Servlet() - Constructor for class org.springframework.boot.autoconfigure.jersey.JerseyProperties.Servlet
-  
- Servlet() - Constructor for class org.springframework.boot.autoconfigure.mustache.MustacheProperties.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, ObjectProvider<WebListenerRegistrar>, ObjectProvider<CookieSameSiteSupplier>) - 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
-  
- ServletWebServerFactoryCustomizer(ServerProperties, List<WebListenerRegistrar>) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryCustomizer
-  
- ServletWebServerInitializedEvent - Class in org.springframework.boot.web.servlet.context
- 
Event to be published after the  WebServer is ready. 
- ServletWebServerInitializedEvent(WebServer, ServletWebServerApplicationContext) - Constructor for class org.springframework.boot.web.servlet.context.ServletWebServerInitializedEvent
-  
- Session(String) - Constructor for class org.springframework.boot.actuate.trace.http.HttpTrace.Session
- 
Creates a Session.
 
- Session() - Constructor for class org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties.Session
- 
Deprecated. 
- Session() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Reactive.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
- 
Session 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.Threads
-  
- 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
-  
- setAdaptive(boolean) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Lettuce.Cluster.Refresh
-  
- 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
-  
- setAdditionalKeysToSanitize(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointProperties
-  
- setAdditionalKeysToSanitize(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointProperties
-  
- setAdditionalPath(String) - Method in class org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties.Group
-  
- 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.WebProperties.Resources
-  
- 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
-  
- setAddressShuffleMode(AbstractConnectionFactory.AddressShuffleMode) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-  
- 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
-  
- setAllowCircularReferences(boolean) - Method in class org.springframework.boot.SpringApplication
- 
Sets whether to allow circular references between beans and automatically try to
 resolve them. 
- 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
-  
- setAllowCredentials(Boolean) - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlCorsProperties
-  
- setAllowedHeaders(List<String>) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties
-  
- setAllowedHeaders(List<String>) - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlCorsProperties
-  
- setAllowedMethods(List<String>) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties
-  
- setAllowedMethods(List<String>) - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlCorsProperties
-  
- setAllowedOriginPatterns(List<String>) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties
-  
- setAllowedOriginPatterns(List<String>) - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlCorsProperties
-  
- setAllowedOrigins(List<String>) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties
-  
- setAllowedOrigins(List<String>) - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlCorsProperties
-  
- setAllowEncodedSlash(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
-  
- setAllowRequestOverride(boolean) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties.Servlet
-  
- setAllowRequestOverride(boolean) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
- 
Deprecated. 
- setAllowRequestOverride(boolean) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-  
- setAllowSessionOverride(boolean) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties.Servlet
-  
- setAllowSessionOverride(boolean) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
- 
Deprecated. 
- 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
-  
- setAnalytics(Duration) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
-  
- 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
-  
- setApiKeyCredentials(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.elastic.ElasticProperties
-  
- 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
-  
- setApiVersion(InfluxApiVersion) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
-  
- 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.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.ConfigurationPropertiesBindingPostProcessor
-  
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.devtools.classpath.ClassPathFileSystemWatcher
-  
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.web.servlet.DelegatingFilterProxyRegistrationBean
-  
- setApplicationContextFactory(ApplicationContextFactory) - Method in class org.springframework.boot.SpringApplication
- 
Sets the factory that will be called to create the application context. 
- 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.JobLauncherApplicationRunner
-  
- 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
-  
- setApplicationStartup(ApplicationStartup) - Method in class org.springframework.boot.SpringApplication
- 
- setAsyncSupported(boolean) - Method in class org.springframework.boot.web.servlet.DynamicRegistrationBean
- 
Sets if asynchronous operations are supported for this registration. 
- setAttempts(int) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Retry.Topic
-  
- setAttribute(Attribute) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
-  
- setAttributes(AttributeList) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
-  
- setAudiences(List<String>) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
-  
- 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
-  
- setAutoCreate(boolean) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Channel
-  
- 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
-  
- 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.BaseContainer
-  
- 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
-  
- 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
-  
- setBackupFile(File) - Method in class org.springframework.boot.loader.tools.Packager
- 
Sets the  File to use to back up the original source. 
- 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
-  
- setBaselineMigrationPrefix(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.actuate.autoconfigure.web.server.ManagementServerProperties
-  
- setBasePath(String) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
-  
- setBasePath(String) - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties
-  
- 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
-  
- 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
- 
- setBinding(Saml2MessageBinding) - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.AssertingParty.Singlesignon
-  
- setBinding(Saml2MessageBinding) - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration.Acs
-  
- setBinding(Saml2MessageBinding) - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Singlelogout
-  
- 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
- 
- 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
-  
- setBrokerUrl(String) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
-  
- setBucket(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
-  
- setBucket(String) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties.Gridfs
-  
- setBucketName(String) - Method in class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
-  
- setBuffered(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
-  
- 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 interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
- 
- 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.mustache.MustacheProperties.Servlet
-  
- setCache(boolean) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
- 
Deprecated. 
- 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.WebProperties.Resources.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.WebProperties.Resources.Cache.Cachecontrol
-  
- setCachePublic(Boolean) - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.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. 
- setCertFile(File) - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Security
-  
- setCertificate(String) - Method in class org.springframework.boot.web.server.Ssl
-  
- setCertificateLocation(Resource) - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.AssertingParty.Verification.Credential
-  
- setCertificateLocation(Resource) - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Decryption.Credential
-  
- setCertificateLocation(Resource) - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration.Signing.Credential
-  
- setCertificatePrivateKey(String) - Method in class org.springframework.boot.web.server.Ssl
-  
- setChangeLog(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-  
- setChannelRpcTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-  
- setCharset(Charset) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
-  
- 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(Charset) - Method in class org.springframework.boot.web.servlet.server.Encoding
-  
- 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
-  
- 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.mustache.MustacheProperties
-  
- setCheckTemplateLocation(boolean) - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
-  
- setCheckTemplateLocation(boolean) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-  
- setCherryPick(String[]) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-  
- 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
-  
- setClearChecksums(boolean) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-  
- 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
-  
- setClientProviderType(ClientProviderType) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicProperties
-  
- 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
-  
- setClientType(RedisProperties.ClientType) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
-  
- 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
-  
- 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
-  
- setCommonErrorHandler(CommonErrorHandler) - Method in class org.springframework.boot.autoconfigure.kafka.ConcurrentKafkaListenerContainerFactoryConfigurer
- 
Set the CommonErrorHandlerto use.
 
- 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.WebProperties.Resources.Chain
-  
- setCompression(CassandraProperties.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.cassandra.CassandraProperties
-  
- setConfig(Resource) - Method in class org.springframework.boot.autoconfigure.hazelcast.HazelcastProperties
-  
- 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
-  
- setConnectionAcquisitionTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Pool
-  
- setConnectionIdleTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
-  
- setConnectionInitTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Websocket
-  
- setConnectionNameStrategy(ConnectionNameStrategy) - Method in class org.springframework.boot.autoconfigure.amqp.AbstractConnectionFactoryConfigurer
-  
- setConnectionString(String) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties
-  
- setConnectionTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-  
- setConnectionTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties
-  
- setConnectionTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties
-  
- setConnectionTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Netty
-  
- setConnectionTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-  
- setConnectRetries(int) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-  
- setConnectRetriesInterval(Duration) - 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.Connection
-  
- setConnectTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
-  
- 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(DefaultConsistencyLevel) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Request
-  
- setConsoleAvailable(Boolean) - Static method in class org.springframework.boot.ansi.AnsiOutput
- 
Sets if the System.console() is known to be available. 
- setConstructorDetector(JacksonProperties.ConstructorDetectorStrategy) - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
-  
- setConsumerBatchEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer
-  
- setConsumers(boolean) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Cache
-  
- setConsumersPerQueue(Integer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.DirectContainer
-  
- setContactPoints(List<String>) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-  
- setContentType(MimeType) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties.Servlet
-  
- setContentType(MimeType) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
- 
Deprecated. 
- setContentType(MimeType) - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
-  
- setContentType(MimeType) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Servlet
-  
- setContextLifecycleListeners(Collection<? extends LifecycleListener>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- 
Set LifecycleListeners that should be applied to the TomcatContext.
 
- setContextLifecycleListeners(Collection<? extends LifecycleListener>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
Set LifecycleListeners that should be applied to the TomcatContext.
 
- setContextPath(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Servlet
-  
- setContextPath(String) - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
-  
- setContextPath(String) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-  
- setContextPath(String) - Method in interface org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
- 
Sets the context path for the web server. 
- setContexts(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-  
- setContextValves(Collection<? extends Valve>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
Set Valves that should be applied to the TomcatContext.
 
- setContinueOnError(boolean) - Method in class org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties
-  
- setContinueOnError(boolean) - Method in class org.springframework.boot.sql.init.DatabaseInitializationSettings
- 
Sets whether initialization should continue when an error occurs when applying a
 schema or data script. 
- setControlFlag(KafkaJaasLoginModuleInitializer.ControlFlag) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Jaas
-  
- setCookieSameSiteSuppliers(List<? extends CookieSameSiteSupplier>) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-  
- setCookieSameSiteSuppliers(List<? extends CookieSameSiteSupplier>) - Method in interface org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
- 
- setCoreSize(int) - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
-  
- setCreateSchemas(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-  
- setCredential(EmbeddedLdapProperties.Credential) - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
-  
- setCredentials(List<Saml2RelyingPartyProperties.AssertingParty.Verification.Credential>) - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.AssertingParty.Verification
-  
- setCredentials(List<Saml2RelyingPartyProperties.Decryption.Credential>) - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Decryption
-  
- setCredentials(List<Saml2RelyingPartyProperties.Registration.Signing.Credential>) - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration.Signing
-  
- setCredentialsProvider(CredentialsProvider) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitConnectionFactoryBeanConfigurer
-  
- setCredentialsRefreshService(CredentialsRefreshService) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitConnectionFactoryBeanConfigurer
-  
- setCron(String) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Poller
-  
- setCustomFormat(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
-  
- setDatabase(String) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataProperties
-  
- setDatabase(int) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
-  
- setDatabase(String) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties.Gridfs
-  
- 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
-  
- setDataLocations(List<String>) - Method in class org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties
-  
- setDataLocations(List<String>) - Method in class org.springframework.boot.sql.init.DatabaseInitializationSettings
- 
Sets the locations of data (DML) scripts to apply to the database. 
- setDataSource(DataSource) - Method in class org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
- 
- setDataSourceClassName(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties.Xa
-  
- setDate(String) - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties.Format
-  
- setDate(String) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Format
-  
- 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.servlet.WebMvcProperties
- 
Deprecated. 
- setDateTime(String) - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties.Format
-  
- setDateTime(String) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Format
-  
- 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
-  
- setDeBatchingEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
-  
- setDecodeUrl(Boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
-  
- setDefaultDestination(String) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
-  
- setDefaultDimensions(Map<String, String>) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties.V2
-  
- setDefaultDomain(String) - Method in class org.springframework.boot.autoconfigure.jmx.JmxProperties
-  
- 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). 
- setDefaultLeniency(Boolean) - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
-  
- setDefaultLoggingEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Management
-  
- 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.flyway.FlywayProperties
-  
- 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.autoconfigure.kafka.KafkaProperties.Retry.Topic
-  
- setDelay(Duration) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties.Recovery
-  
- setDelayAfterFailure(Duration) - Method in class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchRestClientProperties.Sniffer
-  
- 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.
 
- setDetectEncoding(Boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-  
- 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
- 
Deprecated. 
- setDeviceId(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties.V1
-  
- 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. 
- setDisconnect(Duration) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
-  
- 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.server.Cookie
-  
- setDrainInterval(Duration) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Throttler
-  
- setDriverClassName(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-  
- setDriverClassName(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-  
- setDriverClassName(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-  
- 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
-  
- setDynamicRefreshSources(boolean) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Lettuce.Cluster.Refresh
-  
- setEagerFilterInit(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
-  
- setEagerFilterInit(boolean) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- 
Set whether filters should be eagerly initialized. 
- setEmbeddedDatabaseConnection(EmbeddedDatabaseConnection) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-  
- 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.endpoint.web.WebEndpointProperties.Discovery
-  
- 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.jmx.JmxProperties
-  
- 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.prometheus.PrometheusProperties
-  
- 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.simple.SimpleProperties
-  
- 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.redis.RedisProperties.Pool
-  
- setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-  
- setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Graphiql
-  
- setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Schema.Introspection
-  
- setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Schema.Printer
-  
- 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.jmx.JmxProperties
-  
- setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Jaas
-  
- setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Retry.Topic
-  
- 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.mustache.MustacheProperties
-  
- setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.Pool
-  
- 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.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.autoconfigure.web.WebProperties.Resources.Chain
-  
- setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain.Strategy.Content
-  
- setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain.Strategy.Fixed
-  
- 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
-  
- setEnableStatistics(boolean) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Redis
-  
- 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.sql.init.SqlInitializationProperties
-  
- setEncoding(Charset) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-  
- setEncoding(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
-  
- setEncoding(Charset) - Method in class org.springframework.boot.sql.init.DatabaseInitializationSettings
- 
Sets the encoding to use when reading the schema and data scripts. 
- setEncrypted(boolean) - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Security
-  
- setEngineValves(Collection<? extends Valve>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
Set Valves that should be applied to the TomcatEngine.
 
- setEnrichWithDynatraceMetadata(Boolean) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties.V2
-  
- 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.AssertingParty
-  
- setEntityId(String) - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration
-  
- 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(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
- setEnvironmentPrefix(String) - Method in class org.springframework.boot.SpringApplication
- 
Set the prefix that should be applied when obtaining configuration properties from
 the system environment. 
- 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
-  
- setExposedHeaders(List<String>) - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlCorsProperties
-  
- setExposeRequestAttributes(boolean) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties.Servlet
-  
- setExposeRequestAttributes(boolean) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
- 
Deprecated. 
- setExposeRequestAttributes(boolean) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-  
- setExposeSessionAttributes(boolean) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties.Servlet
-  
- setExposeSessionAttributes(boolean) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
- 
Deprecated. 
- setExposeSessionAttributes(boolean) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-  
- setExposeSpringMacroHelpers(boolean) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties.Servlet
-  
- setExposeSpringMacroHelpers(boolean) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
- 
Deprecated. 
- 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
-  
- setFailOnMissingLocations(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-  
- 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. 
- 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.jdbc.JdbcProperties.Template
-  
- setFieldNamingPolicy(FieldNamingPolicy) - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
-  
- setFieldNamingStrategy(Class<?>) - Method in class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
-  
- 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
-  
- setFileExtensions(String[]) - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Schema
-  
- 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. 
- setFileStorageDirectory(String) - Method in class org.springframework.boot.autoconfigure.web.reactive.ReactiveMultipartProperties
-  
- 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
-  
- setFixedDelay(Duration) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Poller
-  
- setFixedRate(Duration) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Poller
-  
- setFlavor(StatsdFlavor) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
-  
- setFloorTimes(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics.AppOpticsProperties
-  
- setFlushInterval(Duration) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontProperties.Sender
-  
- 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.web.servlet.server.Encoding
-  
- setForceRequest(boolean) - Method in class org.springframework.boot.web.servlet.server.Encoding
-  
- setForceResponse(boolean) - Method in class org.springframework.boot.web.servlet.server.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
-  
- setFragmentSize(DataSize) - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server
-  
- setFragmentSize(DataSize) - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
-  
- setFragmentSize(DataSize) - Method in interface org.springframework.boot.rsocket.server.ConfigurableRSocketServerFactory
- 
Specify the maximum transmission unit. 
- 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
-  
- setGenerateUniqueName(boolean) - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties
-  
- setGlobalPrefix(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontProperties
-  
- setGraphiteTagsEnabled(Boolean) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
-  
- setGroup(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties
- 
Deprecated. 
- setGroup(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties.V1
-  
- 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
-  
- setH2cMaxContentLength(DataSize) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Netty
-  
- setHeadersCharset(Charset) - Method in class org.springframework.boot.autoconfigure.web.reactive.ReactiveMultipartProperties
-  
- 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. 
- setHistogramFlavor(HistogramFlavor) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties
-  
- 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.amqp.RabbitProperties.Stream
-  
- setHost(String) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
-  
- setHost(String) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.RSocket.Client
-  
- 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.Remoteip
-  
- setHostnameVerificationEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Security
-  
- 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
-  
- 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. 
- setHttpOnly(Boolean) - Method in class org.springframework.boot.web.server.Cookie
-  
- setIdleBetweenPolls(Duration) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
-  
- setIdleEventInterval(Duration) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
-  
- setIdleEventInterval(Duration) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
-  
- setIdleHttpConnectionTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Io
-  
- setIdlePartitionEventInterval(Duration) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
-  
- setIdleTimeBeforeConnectionTest(Duration) - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Pool
-  
- setIdleTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Pool
-  
- setIdleTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
-  
- setIdleTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Threads
-  
- setIdleTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Netty
-  
- setIgnoreDefaultModelOnRedirect(boolean) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
-  
- setIgnoreFailures(boolean) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Error
-  
- setIgnoreFutureMigrations(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- 
Deprecated. 
- setIgnoreIgnoredMigrations(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- 
Deprecated. 
- setIgnoreMigrationPatterns(List<String>) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-  
- setIgnoreMissingMigrations(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- 
Deprecated. 
- setIgnoreNameNotFoundException(boolean) - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties.Template
-  
- setIgnorePartialResultException(boolean) - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties.Template
-  
- 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
- 
Deprecated. 
- setIgnoreRoutingDataSources(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthIndicatorProperties
-  
- setIgnoreSizeLimitExceededException(Boolean) - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties.Template
-  
- setIgnoreTrailingSlash(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web.Server.ServerRequest
-  
- setImmediateStop(boolean) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
-  
- 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
-  
- setIncludeBindingErrors(ErrorProperties.IncludeAttribute) - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
-  
- setIncludeException(boolean) - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
-  
- setIncludeMessage(ErrorProperties.IncludeAttribute) - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
-  
- setIncludeRelevantJarModeJars(boolean) - Method in class org.springframework.boot.loader.tools.Packager
- 
Sets if jarmode jars relevant for the packaging should be automatically included. 
- setIncludeStacktrace(ErrorProperties.IncludeAttribute) - 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
-  
- setIndexDateSeparator(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.elastic.ElasticProperties
-  
- 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
-  
- setInitialBufferSize(DataSize) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Netty
-  
- setInitialDelay(Duration) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Poller
-  
- setInitialInterval(Duration) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
-  
- 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(DatabaseInitializationMode) - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties.Jdbc
-  
- setInitializeSchema(DatabaseInitializationMode) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Jdbc
-  
- setInitializeSchema(DatabaseInitializationMode) - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties.Jdbc
-  
- setInitializeSchema(DatabaseInitializationMode) - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionProperties
-  
- setInitialSize(int) - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.Pool
-  
- 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
-  
- setInitQueryTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Connection
-  
- 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.Remoteip
-  
- setInterval(Duration) - Method in class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchRestClientProperties.Sniffer
-  
- setIntrospectionUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Opaquetoken
-  
- setIo(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Threads
-  
- 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(KafkaProperties.IsolationLevel) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
-  
- setIsolationLevelForCreate(BatchProperties.Isolation) - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties.Jdbc
-  
- 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
-  
- setJdbcProperties(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-  
- 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.JobLauncherApplicationRunner
-  
- setJobParametersConverter(JobParametersConverter) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherApplicationRunner
-  
- setJobRegistry(JobRegistry) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherApplicationRunner
-  
- setJobs(Collection<Job>) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherApplicationRunner
-  
- setJobStoreType(JobStoreType) - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties
-  
- 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
- 
Deprecated. 
- setJwsAlgorithms(List<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
-  
- setKeepAliveTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-  
- setKerberosConfigFile(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-  
- setKerberosTicket(String) - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Authentication
-  
- 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
-  
- setKeyStoreAlgorithm(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
-  
- setKeyStoreCertificateChain(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
-  
- setKeyStoreKey(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.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
- 
Set the keys that should be sanitized, overwriting any existing configuration. 
- setKeysToSanitize(String...) - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint
-  
- setKeyValue(Duration) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
-  
- setKeyValueDurable(Duration) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
-  
- setLabels(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-  
- setLayers(Layers) - Method in class org.springframework.boot.loader.tools.Packager
- 
Sets the layers that should be used in the jar. 
- setLayout(Layout) - Method in class org.springframework.boot.loader.tools.Packager
- 
Sets the layout to use for the jar. 
- setLayoutFactory(LayoutFactory) - Method in class org.springframework.boot.loader.tools.Packager
- 
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
-  
- setLeakDetection(NettyProperties.LeakDetection) - Method in class org.springframework.boot.autoconfigure.netty.NettyProperties
-  
- 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.
 
- setLocalDatacenter(String) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-  
- 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.WebProperties
-  
- 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(WebProperties.LocaleResolver) - Method in class org.springframework.boot.autoconfigure.web.WebProperties
-  
- 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.security.saml2.Saml2RelyingPartyProperties.Registration.Acs
-  
- 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
-  
- setLocations(String[]) - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Schema
-  
- setLockRetryCount(Integer) - 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
-  
- setLogLeakedSessions(boolean) - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Pool
-  
- 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, 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.codec.CodecProperties
-  
- setLogRequestDetails(boolean) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
-  
- 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. 
- 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.Packager
- 
Sets the main class that should be run. 
- setManagement(Duration) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
-  
- setMandatory(Boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
-  
- setMapName(String) - Method in class org.springframework.boot.autoconfigure.session.HazelcastSessionProperties
-  
- setMapping(String) - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Rsocket
-  
- setMapping(Map<Locale, Charset>) - Method in class org.springframework.boot.web.servlet.server.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. 
- setMatchingStrategy(WebMvcProperties.MatchingStrategy) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Pathmatch
-  
- setMax(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Threads
-  
- setMax(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Threads
-  
- setMaxAcquireTime(Duration) - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.Pool
-  
- 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.graphql.GraphQlCorsProperties
-  
- setMaxAge(Duration) - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
-  
- setMaxAge(Duration) - Method in class org.springframework.boot.web.server.Cookie
-  
- setMaxAttempts(int) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
-  
- setMaxBroadcastSubscribers(int) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Channel
-  
- setMaxChunkSize(DataSize) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Reactive
-  
- setMaxChunkSize(DataSize) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Netty
-  
- setMaxConcurrency(Integer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer
-  
- setMaxConcurrency(Integer) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
-  
- setMaxConcurrentRequests(int) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Throttler
-  
- setMaxConnectionLifetime(Duration) - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Pool
-  
- setMaxConnectionPoolSize(int) - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Pool
-  
- 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
-  
- setMaxCreateConnectionTime(Duration) - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.Pool
-  
- setMaxDays(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
-  
- setMaxDelay(Duration) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Retry.Topic
-  
- setMaxDiskUsagePerPart(DataSize) - Method in class org.springframework.boot.autoconfigure.web.reactive.ReactiveMultipartProperties
-  
- setMaxEndpoints(int) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Io
-  
- 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
-  
- setMaxHeadersSize(DataSize) - Method in class org.springframework.boot.autoconfigure.web.reactive.ReactiveMultipartProperties
-  
- 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.Undertow
-  
- setMaxIdle(int) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
-  
- setMaxIdleTime(Duration) - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.Pool
-  
- setMaxInitialLineLength(DataSize) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Netty
-  
- setMaxInMemorySize(DataSize) - Method in class org.springframework.boot.autoconfigure.codec.CodecProperties
-  
- setMaxInMemorySize(DataSize) - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ReactiveElasticsearchRestClientProperties
-  
- setMaxInMemorySize(DataSize) - Method in class org.springframework.boot.autoconfigure.web.reactive.ReactiveMultipartProperties
-  
- setMaxInterval(Duration) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
-  
- setMaxKeepAliveRequests(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Netty
-  
- setMaxKeepAliveRequests(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-  
- setMaxLifeTime(Duration) - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.Pool
-  
- setMaxMessagesPerPoll(int) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Poller
-  
- 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
-  
- setMaxParts(Integer) - Method in class org.springframework.boot.autoconfigure.web.reactive.ReactiveMultipartProperties
-  
- setMaxPollRecords(Integer) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
-  
- setMaxQueueCapacity(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Threads
-  
- setMaxQueueSize(int) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontProperties.Sender
-  
- setMaxQueueSize(int) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Throttler
-  
- 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. 
- setMaxRequestsPerSecond(int) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Throttler
-  
- 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.r2dbc.R2dbcProperties.Pool
-  
- setMaxSize(int) - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
-  
- setMaxSwallowSize(DataSize) - 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. 
- setMaxTransactionRetryTime(Duration) - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties
-  
- setMaxUnicastSubscribers(int) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Channel
-  
- 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.mustache.MustacheProperties.Reactive
-  
- 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.
 
- setMessageConverter(MessageConverter) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitStreamTemplateConfigurer
- 
Set the MessageConverterto use ornullif the out-of-the-box
 converter should be used.
 
- setMessageConverter(MessageConverter) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitTemplateConfigurer
- 
Set the MessageConverterto use ornullif the out-of-the-box
 converter should be used.
 
- setMessageMappingEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.RSocket.Server
-  
- 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.
 
- setMessageSize(DataSize) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontProperties.Sender
-  
- setMessageWriters(List<HttpMessageWriter<?>>) - Method in class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
- 
Configure HTTP message writers to serialize the response body with. 
- setMetadataUri(String) - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.AssertingParty
-  
- 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
-  
- setMetricKeyPrefix(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties.V2
-  
- setMetricName(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Data.Repository
-  
- 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
-  
- setMetricsEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Pool
-  
- 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
-  
- setMin(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Threads
-  
- setMinEndpoints(int) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Io
-  
- setMinIdle(int) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
-  
- setMinResponseSize(DataSize) - Method in class org.springframework.boot.web.server.Compression
-  
- setMinSpare(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Threads
-  
- 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(DatabaseInitializationMode) - Method in class org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties
-  
- setMode(String) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
-  
- setMode(DatabaseInitializationMode) - Method in class org.springframework.boot.sql.init.DatabaseInitializationSettings
- 
Sets the mode the use when determining whether database initialization should be
 performed. 
- 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
-  
- setMultiplier(double) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Retry.Topic
-  
- setMustRevalidate(Boolean) - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
-  
- setName(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Stream
-  
- setName(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-  
- setName(String) - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties
-  
- setName(String) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
-  
- setName(String) - Method in class org.springframework.boot.web.server.Cookie
-  
- setName(String) - Method in class org.springframework.boot.web.servlet.DynamicRegistrationBean
- 
Set the name of this registration. 
- setNames(String) - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties.Job
-  
- setNamespace(String) - Method in class org.springframework.boot.autoconfigure.session.RedisSessionProperties
-  
- setNativeListener(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.StreamContainer
-  
- setNoAutoStartup(List<String>) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Endpoint
-  
- setNoCache(Boolean) - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.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.WebProperties.Resources.Cache.Cachecontrol
-  
- setNoTransform(Boolean) - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
-  
- setNumThreads(Integer) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
-  
- 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
-  
- setOnlyLogRecordMetadata(boolean) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
- 
Deprecated. 
- setOnShutdown(boolean) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Cleanup
-  
- setOnStartup(boolean) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Cleanup
-  
- 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
-  
- setOracleKerberosCacheFile(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-  
- setOracleKerberosConfigFile(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
- 
Deprecated. 
- setOracleSqlplus(Boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-  
- setOracleSqlplusWarn(Boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-  
- setOracleWalletLocation(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-  
- 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.JobLauncherApplicationRunner
-  
- 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.mongo.MongoPropertiesClientSettingsBuilderCustomizer
- 
Set the order value of this object. 
- 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
- 
Deprecated. 
- 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.EnvironmentPostProcessorApplicationListener
-  
- 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.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
-  
- setOrg(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
-  
- setOutOfOrder(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-  
- setOutputQueryResults(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
-  
- setPageSize(int) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Request
-  
- 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.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties.Pushgateway
-  
- setPassword(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-  
- setPassword(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Stream
-  
- setPassword(String) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-  
- setPassword(String) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties
-  
- setPassword(String) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Sentinel
-  
- setPassword(String) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
-  
- setPassword(String) - Method in class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties
-  
- 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.neo4j.Neo4jProperties.Authentication
-  
- setPassword(String) - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties
-  
- setPassword(String) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
-  
- setPassword(String) - Method in class org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties
-  
- setPath(File) - Method in class org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthIndicatorProperties
-  
- setPath(String) - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Graphiql
-  
- setPath(String) - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties
-  
- setPath(String) - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Websocket
-  
- 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.server.Cookie
-  
- setPathPrefix(String) - Method in class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties
-  
- setPaths(List<File>) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.System.Diskspace
-  
- setPaths(String[]) - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain.Strategy.Content
-  
- setPaths(String[]) - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain.Strategy.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.data.redis.RedisProperties.Lettuce.Cluster.Refresh
-  
- setPeriod(Duration) - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache
-  
- setPersistenceUnitPostProcessors(PersistenceUnitPostProcessor...) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder
- 
- 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
-  
- setPipeline(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.elastic.ElasticProperties
-  
- 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
-  
- setPlaceholderSeparator(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.batch.BatchProperties.Jdbc
-  
- setPlatform(String) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Jdbc
-  
- setPlatform(String) - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties.Jdbc
-  
- setPlatform(String) - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionProperties
-  
- setPlatform(String) - Method in class org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties
-  
- 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
-  
- 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(Integer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-  
- setPort(int) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Stream
-  
- 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.integration.IntegrationProperties.RSocket.Client
-  
- 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.Remoteip
-  
- 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
-  
- setPreservePathOnForward(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
-  
- setPreservePathOnForward(boolean) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- 
Set whether the request path should be preserved on forward. 
- 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.Decryption.Credential
-  
- 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
-  
- setProducerCustomizer(ProducerCustomizer) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitStreamTemplateConfigurer
- 
Set the ProducerCustomizerinstances to use.
 
- setProducers(boolean) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Cache
-  
- setProjectId(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.stackdriver.StackdriverProperties
-  
- 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(StatsdProtocol) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
-  
- setProtocol(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Security
-  
- 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.Remoteip
-  
- setProtocolHeaderHttpsValue(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Remoteip
-  
- setProtocolVersion(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaProperties
- 
Deprecated. 
- 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.WebProperties.Resources.Cache.Cachecontrol
-  
- setPublicKeyLocation(Resource) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
-  
- 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
- 
- setRabbitProperties(RabbitProperties) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitTemplateConfigurer
- 
- setRandomBackOff(boolean) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Retry.Topic
-  
- setRateUnits(TimeUnit) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaProperties
- 
Deprecated. 
- setRateUnits(TimeUnit) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
-  
- setReadOnlyHeaders(List<String>) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Endpoint
-  
- 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.web.client.RestTemplateBuilder
- 
- setReadTimeout(Duration) - Method in class org.springframework.boot.webservices.client.HttpWebServiceMessageSenderBuilder
- 
Set the read timeout. 
- setRealm(String) - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Authentication
-  
- setReceiveTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
-  
- setReceiveTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Poller
-  
- 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.autoconfigure.web.ServerProperties.Servlet
-  
- 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
- 
- setRejectIllegalHeader(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
-  
- 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.Remoteip
-  
- 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
-  
- setReplicaSetName(String) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-  
- 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
-  
- setRequestAttributesEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
-  
- setRequestContextAttribute(String) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
-  
- setRequestContextAttribute(String) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-  
- setRequestedChannelMax(int) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-  
- setRequestedHeartbeat(Duration) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-  
- setRequestTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Async
-  
- setRequireSubscribers(boolean) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Error
-  
- 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
- 
- setResourceLabels(Map<String, String>) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.stackdriver.StackdriverProperties
-  
- 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.sql.init.AbstractScriptDatabaseInitializer
-  
- 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
-  
- setResourceType(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.stackdriver.StackdriverProperties
-  
- setResponseUrl(String) - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Singlelogout
-  
- 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
- 
- setRetryTemplateCustomizers(List<RabbitRetryTemplateCustomizer>) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitTemplateConfigurer
- 
- 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
- 
- setSameSite(WebFluxProperties.SameSite) - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties.Cookie
- 
Deprecated. 
- setSameSite(Cookie.SameSite) - Method in class org.springframework.boot.web.server.Cookie
-  
- 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.Jdbc
-  
- setSchema(String) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Jdbc
-  
- 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
-  
- setSchemaLocations(List<String>) - Method in class org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties
-  
- setSchemaLocations(List<String>) - Method in class org.springframework.boot.sql.init.DatabaseInitializationSettings
- 
Sets the locations of schema (DDL) scripts to apply to the database. 
- setSchemas(List<String>) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-  
- 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
- 
- setScopeName(String) - Method in class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
-  
- setScriptPlaceholderPrefix(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-  
- setScriptPlaceholderSuffix(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-  
- setSearch(Duration) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
-  
- setSearchLocations(String) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
- 
Deprecated. Set the search locations that will be considered as a comma-separated list. 
- setSearchNames(String) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
- 
Deprecated. 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.server.Cookie
-  
- setSelectors(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Threads
-  
- 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.sql.init.SqlInitializationProperties
-  
- setSeparator(String) - Method in class org.springframework.boot.sql.init.DatabaseInitializationSettings
- 
Sets the statement separator to use when reading the schema and data scripts. 
- setSerialConsistency(DefaultConsistencyLevel) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Request
-  
- 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. 
- setServer(String) - Method in class org.springframework.boot.autoconfigure.jmx.JmxProperties
-  
- 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
-  
- setServletContext(ServletContext) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
-  
- 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
-  
- setSessionName(String) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-  
- 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
-  
- setShutdown(Shutdown) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-  
- setShutdown(Shutdown) - Method in class org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
-  
- setShutdown(Shutdown) - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
-  
- setShutdown(Shutdown) - Method in interface org.springframework.boot.web.server.ConfigurableWebServerFactory
- 
Sets the shutdown configuration that will be applied to the server. 
- 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
-  
- setSignRequest(Boolean) - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.AssertingParty.Singlesignon
-  
- 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
-  
- setSkipExecutingMigrations(Boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-  
- setSlowIndicatorThreshold(Duration) - Method in class org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties.Logging
-  
- setSMaxAge(Duration) - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
-  
- setSocketTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties
-  
- 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
-  
- setSqlServerKerberosLoginFile(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-  
- 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.rsocket.RSocketProperties.Server
-  
- setSsl(Ssl) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
-  
- setSsl(Ssl) - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
-  
- setSsl(Ssl) - Method in interface org.springframework.boot.rsocket.server.ConfigurableRSocketServerFactory
- 
Sets the SSL configuration that will be applied to the server's default connector. 
- 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.rsocket.netty.NettyRSocketServerFactory
-  
- setSslStoreProvider(SslStoreProvider) - Method in interface org.springframework.boot.rsocket.server.ConfigurableRSocketServerFactory
- 
Sets a provider that will be used to obtain SSL stores. 
- 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. 
- setStaleIfError(Duration) - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
-  
- setStaleWhileRevalidate(Duration) - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.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.WebProperties.Resources
-  
- setStaticPathPattern(String) - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties
-  
- setStaticPathPattern(String) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
-  
- 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.statsd.StatsdProperties
-  
- 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
-  
- setStreaming(Boolean) - Method in class org.springframework.boot.autoconfigure.web.reactive.ReactiveMultipartProperties
-  
- setStreamMessageConverter(StreamMessageConverter) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitStreamTemplateConfigurer
- 
Set the StreamMessageConverterto use ornullif the out-of-the-box
 stream message converter should be used.
 
- 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
-  
- setSystemProperty(PropertyResolver, String, String) - Method in class org.springframework.boot.logging.LoggingSystemProperties
-  
- setSystemProperty(PropertyResolver, String, String, String) - Method in class org.springframework.boot.logging.LoggingSystemProperties
-  
- setSystemProperty(String, String) - Method in class org.springframework.boot.logging.LoggingSystemProperties
-  
- 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.Jdbc
-  
- setTablespace(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-  
- setTag(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
-  
- 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
- 
Deprecated. 
- setTechnologyType(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties.V1
-  
- 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. 
- 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 interface org.springframework.boot.web.embedded.jetty.ConfigurableJettyWebServerFactory
- 
Set the ThreadPoolthat should be used by theServer.
 
- setThreadPool(ThreadPool) - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
-  
- setThreadPool(ThreadPool) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
-  
- setThreshold(DataSize) - Method in class org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthIndicatorProperties
-  
- setThrowExceptionIfNoHandlerFound(boolean) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
-  
- setThrowExceptionOnLateReply(boolean) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Endpoint
-  
- setTime(String) - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties.Format
-  
- setTime(String) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Format
-  
- 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.cassandra.CassandraProperties.Controlconnection
-  
- setTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Request
-  
- 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.autoconfigure.web.ServerProperties.Reactive.Session
-  
- 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
-  
- setTimeoutPerShutdownPhase(Duration) - Method in class org.springframework.boot.autoconfigure.context.LifecycleProperties
-  
- 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
-  
- setTimeToLive(Duration) - Method in interface org.springframework.boot.context.properties.source.ConfigurationPropertyCaching
- 
Set amount of time that an item can live in the cache. 
- 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. 
- setToken(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
-  
- 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
-  
- setTransactionIdPrefix(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Template
-  
- 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. 
- 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
-  
- setTrustCertificate(String) - Method in class org.springframework.boot.web.server.Ssl
-  
- setTrustCertificatePrivateKey(String) - Method in class org.springframework.boot.web.server.Ssl
-  
- 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
-  
- setTrustStoreAlgorithm(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
-  
- setTrustStoreCertificates(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.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
-  
- setTrustStrategy(Neo4jProperties.Security.TrustStrategy) - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Security
-  
- 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(CassandraProperties.ThrottlerType) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Throttler
-  
- 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
-  
- setTypeKey(String) - Method in class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
-  
- setUndoSqlMigrationPrefix(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-  
- setUniqueNames(boolean) - Method in class org.springframework.boot.autoconfigure.jmx.JmxProperties
-  
- 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(URI) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.RSocket.Client
-  
- setUri(String) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-  
- setUri(URI) - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties
-  
- 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.ElasticsearchProperties
-  
- 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
-  
- setUrl(String) - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties
-  
- setUrl(String) - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.AssertingParty.Singlesignon
-  
- setUrl(String) - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Singlelogout
-  
- 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
-  
- setUseDynatraceSummaryInstruments(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties.V2
-  
- 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 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
-  
- setUseLastModified(boolean) - Method in class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache
-  
- 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
-  
- 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.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties.Pushgateway
-  
- setUsername(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-  
- setUsername(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Stream
-  
- 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.redis.RedisProperties.Sentinel
-  
- setUsername(String) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
-  
- setUsername(String) - Method in class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties
-  
- 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
-  
- setUsername(String) - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Authentication
-  
- setUsername(String) - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties
-  
- setUsername(String) - Method in class org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties
-  
- setUserNameAttribute(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
-  
- setUseSemanticMetricTypes(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.stackdriver.StackdriverProperties
-  
- setUseSuffixPattern(boolean) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Pathmatch
- 
Deprecated. 
- setUuidRepresentation(UuidRepresentation) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-  
- setValidateHeaders(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Netty
-  
- setValidateMigrationNaming(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
-  
- 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. 
- setValidationDepth(ValidationDepth) - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.Pool
-  
- setValidationQuery(String) - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.Pool
-  
- 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.WebProperties.Resources.Chain.Strategy.Fixed
-  
- setView(Duration) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
-  
- setViewNames(String[]) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
-  
- 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
-  
- setWebAdminPassword(String) - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties.Settings
-  
- 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.
 
- setWorker(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Threads
-  
- 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. 
- SharedObjectMapper - Class in org.springframework.boot.buildpack.platform.json
- 
Provides access to a shared pre-configured ObjectMapper.
 
- 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(Encoding.Type) - Method in class org.springframework.boot.web.servlet.server.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 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
- 
- 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
-  
- Shutdown - Enum in org.springframework.boot.web.server
- 
- shutdownComplete(GracefulShutdownResult) - Method in interface org.springframework.boot.web.server.GracefulShutdownCallback
- 
Graceful shutdown has completed with the given result.
 
- 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
-  
- shutDownGracefully(GracefulShutdownCallback) - Method in class org.springframework.boot.web.embedded.jetty.JettyWebServer
-  
- shutDownGracefully(GracefulShutdownCallback) - Method in class org.springframework.boot.web.embedded.netty.NettyWebServer
-  
- shutDownGracefully(GracefulShutdownCallback) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatWebServer
-  
- shutDownGracefully(GracefulShutdownCallback) - Method in class org.springframework.boot.web.embedded.undertow.UndertowWebServer
-  
- shutDownGracefully(GracefulShutdownCallback) - Method in interface org.springframework.boot.web.server.WebServer
- 
Initiates a graceful shutdown of the web server. 
- 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
- 
- SimpleRabbitListenerContainerFactoryConfigurer(RabbitProperties) - Constructor for class org.springframework.boot.autoconfigure.amqp.SimpleRabbitListenerContainerFactoryConfigurer
- 
Creates a new configurer that will use the given rabbitProperties.
 
- 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
-  
- SimpleTriggerDescription(SimpleTrigger) - Constructor for class org.springframework.boot.actuate.quartz.QuartzEndpoint.SimpleTriggerDescription
-  
- SingleLoggerLevels(LoggerConfiguration) - Constructor for class org.springframework.boot.actuate.logging.LoggersEndpoint.SingleLoggerLevels
-  
- Singlelogout() - Constructor for class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Singlelogout
-  
- Singlesignon() - Constructor for class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.AssertingParty.Singlesignon
-  
- size() - Method in class org.springframework.boot.actuate.metrics.cache.RedisCacheMetrics
-  
- size() - Method in class org.springframework.boot.buildpack.platform.docker.type.Layer
-  
- size() - Method in interface org.springframework.boot.buildpack.platform.io.Content
- 
The size of the content in bytes. 
- size() - Method in class org.springframework.boot.buildpack.platform.io.InspectedContent
-  
- 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 interface org.springframework.boot.loader.tools.EntryWriter
- 
Return the size of the content that will be written, or -1if the size is
 not known.
 
- size() - Method in class org.springframework.boot.web.servlet.ServletContextInitializerBeans
-  
- skippingPhase(String, String) - Method in class org.springframework.boot.buildpack.platform.build.AbstractBuildLog
-  
- skippingPhase(String, String) - Method in interface org.springframework.boot.buildpack.platform.build.BuildLog
- 
Log that a specific phase is being skipped. 
- 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
-  
- SMART_LIFECYCLE_PHASE - Static variable in class org.springframework.boot.web.context.WebServerGracefulShutdownLifecycle
- 
- SNAPSHOT_DEPENDENCIES - Static variable in class org.springframework.boot.loader.tools.StandardLayers
- 
The snapshot dependencies layer. 
- SnapshotStateRepository - Interface in org.springframework.boot.devtools.filewatch
- 
Repository used by  FileSystemWatcher to save file/directory snapshots across
 restarts. 
- Sniffer() - Constructor for class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchRestClientProperties.Sniffer
-  
- SOCK_STREAM - Static variable in class org.springframework.boot.buildpack.platform.socket.DomainSocket
-  
- 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
-  
- 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. 
- SourceDirectoryUrlFilter - Interface in org.springframework.boot.devtools.restart.server
- 
Filter URLs based on a source directory 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. 
- split() - Method in class org.springframework.boot.context.config.ConfigDataLocation
- 
- split(String) - Method in class org.springframework.boot.context.config.ConfigDataLocation
- 
- spliterator() - Method in interface org.springframework.boot.loader.archive.Archive
- 
- 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.
 
- SPRING_BOOT_LOADER - Static variable in class org.springframework.boot.loader.tools.StandardLayers
- 
The spring boot loader layer. 
- 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
-  
- SpringApplicationBuilder(ResourceLoader, 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
- 
- SpringApplicationShutdownHandlers - Interface in org.springframework.boot
- 
Interface that can be used to add or remove code that should run when the JVM is
 shutdown. 
- 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
-  
- 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
- 
- SpringBootMockResolver - Class in org.springframework.boot.test.mock.mockito
- 
A MockResolverfor testing Spring Boot applications with Mockito.
 
- SpringBootMockResolver() - Constructor for class org.springframework.boot.test.mock.mockito.SpringBootMockResolver
-  
- 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
-  
- SpringBootPropertySource - Class in org.springframework.boot.logging.log4j2
- 
Spring Boot PropertySourcethat disables Log4j2's shutdown hook.
 
- SpringBootPropertySource() - Constructor for class org.springframework.boot.logging.log4j2.SpringBootPropertySource
-  
- springBootRepositoryRestConfigurer(ObjectProvider<Jackson2ObjectMapperBuilder>, RepositoryRestProperties) - 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
- 
Exposes the Spring Boot version. 
- 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
-  
- SpringPhysicalNamingStrategy - Class in org.springframework.boot.orm.jpa.hibernate
- 
- SpringPhysicalNamingStrategy() - Constructor for class org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
- 
Deprecated. 
- 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, PreFlightRequestHandler) - 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. 
- SqlDataSourceScriptDatabaseInitializer - Class in org.springframework.boot.autoconfigure.sql.init
- 
- SqlDataSourceScriptDatabaseInitializer(DataSource, SqlInitializationProperties) - Constructor for class org.springframework.boot.autoconfigure.sql.init.SqlDataSourceScriptDatabaseInitializer
- 
- SqlDataSourceScriptDatabaseInitializer(DataSource, DatabaseInitializationSettings) - Constructor for class org.springframework.boot.autoconfigure.sql.init.SqlDataSourceScriptDatabaseInitializer
- 
- SqlInitializationAutoConfiguration - Class in org.springframework.boot.autoconfigure.sql.init
- 
- SqlInitializationAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration
-  
- SqlInitializationProperties - Class in org.springframework.boot.autoconfigure.sql.init
- 
- SqlInitializationProperties() - Constructor for class org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties
-  
- SqlR2dbcScriptDatabaseInitializer - Class in org.springframework.boot.autoconfigure.sql.init
- 
- SqlR2dbcScriptDatabaseInitializer(ConnectionFactory, SqlInitializationProperties) - Constructor for class org.springframework.boot.autoconfigure.sql.init.SqlR2dbcScriptDatabaseInitializer
- 
- SqlR2dbcScriptDatabaseInitializer(ConnectionFactory, DatabaseInitializationSettings) - Constructor for class org.springframework.boot.autoconfigure.sql.init.SqlR2dbcScriptDatabaseInitializer
- 
- 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. 
- SslContextFactory - Class in org.springframework.boot.buildpack.platform.docker.ssl
- 
Builds an  SSLContext for use with an HTTP connection. 
- SslContextFactory() - Constructor for class org.springframework.boot.buildpack.platform.docker.ssl.SslContextFactory
-  
- SslServerCustomizer - Class in org.springframework.boot.web.embedded.netty
- 
- SslServerCustomizer(Ssl, Http2, SslStoreProvider) - Constructor for class org.springframework.boot.web.embedded.netty.SslServerCustomizer
- 
Deprecated. 
- SslStoreProvider - Interface in org.springframework.boot.web.server
- 
Interface to provide SSL key stores for an  WebServer to use. 
- stackdriverConfig() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.stackdriver.StackdriverMetricsExportAutoConfiguration
-  
- stackdriverMeterRegistry(StackdriverConfig, Clock) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.stackdriver.StackdriverMetricsExportAutoConfiguration
-  
- StackdriverMetricsExportAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.stackdriver
- 
- StackdriverMetricsExportAutoConfiguration(StackdriverProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.stackdriver.StackdriverMetricsExportAutoConfiguration
-  
- StackdriverProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.stackdriver
- 
- StackdriverProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.stackdriver.StackdriverProperties
-  
- StackdriverPropertiesConfigAdapter - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.stackdriver
- 
- StackdriverPropertiesConfigAdapter(StackdriverProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.stackdriver.StackdriverPropertiesConfigAdapter
-  
- StandardAnnotationCustomizableTypeExcludeFilter<A extends Annotation> - Class in org.springframework.boot.test.autoconfigure.filter
- 
- StandardAnnotationCustomizableTypeExcludeFilter(Class<?>) - Constructor for class org.springframework.boot.test.autoconfigure.filter.StandardAnnotationCustomizableTypeExcludeFilter
-  
- StandardConfigDataLoader - Class in org.springframework.boot.context.config
- 
- StandardConfigDataLoader() - Constructor for class org.springframework.boot.context.config.StandardConfigDataLoader
-  
- StandardConfigDataLocationResolver - Class in org.springframework.boot.context.config
- 
- StandardConfigDataLocationResolver(Log, Binder, ResourceLoader) - Constructor for class org.springframework.boot.context.config.StandardConfigDataLocationResolver
- 
- StandardConfigDataResource - Class in org.springframework.boot.context.config
- 
- standardGsonBuilderCustomizer(GsonProperties) - Method in class org.springframework.boot.autoconfigure.gson.GsonAutoConfiguration
-  
- StandardLayers - Class in org.springframework.boot.loader.tools
- 
Base class for the standard set of  Layers. 
- StandardLayers() - Constructor for class org.springframework.boot.loader.tools.StandardLayers
-  
- 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
-  
- StandardReactiveWebEnvironment(MutablePropertySources) - Constructor for class org.springframework.boot.web.reactive.context.StandardReactiveWebEnvironment
-  
- start(BuildRequest) - Method in class org.springframework.boot.buildpack.platform.build.AbstractBuildLog
-  
- start(BuildRequest) - Method in interface org.springframework.boot.buildpack.platform.build.BuildLog
- 
Log that a build is starting. 
- start(ContainerReference) - Method in class org.springframework.boot.buildpack.platform.docker.DockerApi.ContainerApi
- 
Start a specific container. 
- start(String) - Method in class org.springframework.boot.context.metrics.buffering.BufferingApplicationStartup
-  
- start() - Method in class org.springframework.boot.devtools.filewatch.FileSystemWatcher
- 
Start monitoring the source directory 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.context.WebServerGracefulShutdownLifecycle
-  
- 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.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, Duration) - Method in class org.springframework.boot.context.event.EventPublishingRunListener
-  
- started(ConfigurableApplicationContext, Duration) - Method in interface org.springframework.boot.SpringApplicationRunListener
- 
- started(ConfigurableApplicationContext) - Method in interface org.springframework.boot.SpringApplicationRunListener
- 
- starting(ConfigurableBootstrapContext) - Method in class org.springframework.boot.context.event.EventPublishingRunListener
-  
- starting(ConfigurableBootstrapContext) - Method in interface org.springframework.boot.SpringApplicationRunListener
- 
Called immediately when the run method has first started. 
- startRecording() - Method in class org.springframework.boot.context.metrics.buffering.BufferingApplicationStartup
- 
Start the recording of steps and mark the beginning of the  StartupTimeline. 
- startup() - Method in class org.springframework.boot.actuate.startup.StartupEndpoint
-  
- startupEndpoint(BufferingApplicationStartup) - Method in class org.springframework.boot.actuate.autoconfigure.startup.StartupEndpointAutoConfiguration
-  
- StartupEndpoint - Class in org.springframework.boot.actuate.startup
- 
- StartupEndpoint(BufferingApplicationStartup) - Constructor for class org.springframework.boot.actuate.startup.StartupEndpoint
- 
Creates a new StartupEndpointthat will describe the timeline of buffered
 application startup events.
 
- StartupEndpoint.StartupResponse - Class in org.springframework.boot.actuate.startup
- 
A description of an application startup, primarily intended for serialization to
 JSON. 
- StartupEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.startup
- 
- StartupEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.startup.StartupEndpointAutoConfiguration
-  
- startupSnapshot() - Method in class org.springframework.boot.actuate.startup.StartupEndpoint
-  
- StartupTimeline - Class in org.springframework.boot.context.metrics.buffering
- 
- StartupTimeline.TimelineEvent - Class in org.springframework.boot.context.metrics.buffering
- 
- startupTimeMetrics(MeterRegistry) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.startup.StartupTimeMetricsListenerAutoConfiguration
-  
- StartupTimeMetricsListener - Class in org.springframework.boot.actuate.metrics.startup
- 
- StartupTimeMetricsListener(MeterRegistry) - Constructor for class org.springframework.boot.actuate.metrics.startup.StartupTimeMetricsListener
- 
Create a new instance using default metric names. 
- StartupTimeMetricsListener(MeterRegistry, String, String, Iterable<Tag>) - Constructor for class org.springframework.boot.actuate.metrics.startup.StartupTimeMetricsListener
- 
Create a new instance using the specified options. 
- StartupTimeMetricsListenerAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.startup
- 
- StartupTimeMetricsListenerAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.startup.StartupTimeMetricsListenerAutoConfiguration
-  
- STATIC - Static variable in interface org.springframework.boot.devtools.filewatch.SnapshotStateRepository
- 
- 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
-  
- 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, Throwable) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTags
- 
Creates a  statusTag derived from the
  ClientResponse.statusCode() of the given  response if available, the
 thrown exception otherwise, or considers the request as Cancelled as a last resort. 
- 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
-  
- step() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdPropertiesConfigAdapter
-  
- 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 directories. 
- 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.context.WebServerGracefulShutdownLifecycle
-  
- stop(Runnable) - Method in class org.springframework.boot.web.context.WebServerGracefulShutdownLifecycle
-  
- 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.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.WebProperties.Resources.Chain.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() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Stream
-  
- stream() - Method in class org.springframework.boot.buildpack.platform.docker.transport.Errors
- 
Returns a sequential Streamof the errors.
 
- 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
-  
- stream() - Method in class org.springframework.boot.loader.jar.JarFile
-  
- stream() - Method in class org.springframework.boot.loader.tools.layer.CustomLayers
-  
- stream() - Method in interface org.springframework.boot.loader.tools.Layers
- 
Return a stream of the jar layers in the order that they should be added (starting
 with the least frequently changed layer). 
- stream() - Method in class org.springframework.boot.loader.tools.StandardLayers
-  
- StreamContainer() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.StreamContainer
-  
- Streams() - Constructor for class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
-  
- StreamsBuilderFactoryBeanCustomizer - Interface in org.springframework.boot.autoconfigure.kafka
- 
Callback interface for customizing StreamsBuilderFactoryBeanbeans.
 
- stringHttpMessageConverter(Environment) - Method in class org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration
-  
- StringHttpMessageConverterConfiguration() - Constructor for class org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration
-  
- stringifyIfNecessary(Object) - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint
-  
- 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.
 
- subName(int) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
- 
- 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(Class<? extends ApplicationEvent>) - Method in class org.springframework.boot.actuate.metrics.startup.StartupTimeMetricsListener
-  
- supportsEventType(ResolvableType) - Method in class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
-  
- supportsEventType(Class<? extends ApplicationEvent>) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
- 
Deprecated. 
- supportsEventType(ResolvableType) - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
-  
- supportsEventType(Class<? extends ApplicationEvent>) - Method in class org.springframework.boot.env.EnvironmentPostProcessorApplicationListener
-  
- 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
-  
- switchOverAll() - Method in class org.springframework.boot.logging.DeferredLogs
- 
Switch over all deferred logs to their supplied destination. 
- 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() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.System
-  
- SYSTEM - Static variable in interface org.springframework.boot.buildpack.platform.system.Environment
- 
- 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
-