Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

S

SAME - Enum constant in enum class org.springframework.boot.actuate.autoconfigure.web.ManagementContextType
The management context is the same as the main application context.
SAME - Enum constant in enum class org.springframework.boot.actuate.autoconfigure.web.server.ManagementPortType
The management port is the same as the server port.
Saml2RelyingPartyAutoConfiguration - Class in org.springframework.boot.autoconfigure.security.saml2
Auto-configuration for Spring Security's SAML 2.0 authentication support.
Saml2RelyingPartyAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyAutoConfiguration
 
Saml2RelyingPartyProperties - Class in org.springframework.boot.autoconfigure.security.saml2
SAML2 relying party properties.
Saml2RelyingPartyProperties() - Constructor for class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties
 
Saml2RelyingPartyProperties.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.
Sampling() - Constructor for class org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Sampling
 
SanitizableData - Class in org.springframework.boot.actuate.endpoint
Value object that represents the data that can be used by a SanitizingFunction.
SanitizableData(PropertySource<?>, String, Object) - Constructor for class org.springframework.boot.actuate.endpoint.SanitizableData
Create a new SanitizableData instance.
sanitize(SanitizableData, boolean) - Method in class org.springframework.boot.actuate.endpoint.Sanitizer
Sanitize the value from the given SanitizableData using the available SanitizingFunctions.
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.
Sanitizer(Iterable<SanitizingFunction>) - Constructor for class org.springframework.boot.actuate.endpoint.Sanitizer
Create a new Sanitizer instance with sanitizing functions.
SanitizingFunction - Interface in org.springframework.boot.actuate.endpoint
Function that takes a SanitizableData and applies sanitization to the value, if necessary.
SAP - Enum constant in enum class org.springframework.boot.cloud.CloudPlatform
SAP Cloud platform.
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.
scan(ApplicationContext, Collection<String>) - Static method in class org.springframework.boot.jackson.JsonMixinModuleEntries
Scan the classpath for @JsonMixin in the specified basePackages.
scanBasePackageClasses() - Element in annotation interface org.springframework.boot.autoconfigure.SpringBootApplication
Type-safe alternative to SpringBootApplication.scanBasePackages() for specifying the packages to scan for annotated components.
scanBasePackages() - Element in annotation interface org.springframework.boot.autoconfigure.SpringBootApplication
Base packages to scan for annotated components.
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.CronTaskDescriptor - Class in org.springframework.boot.actuate.scheduling
Description of a CronTask or a TriggerTask with a CronTrigger.
ScheduledTasksEndpoint.CustomTriggerTaskDescriptor - Class in org.springframework.boot.actuate.scheduling
Description of a TriggerTask with a custom Trigger.
ScheduledTasksEndpoint.FixedDelayTaskDescriptor - Class in org.springframework.boot.actuate.scheduling
Description of a FixedDelayTask or a TriggerTask with a fixed-delay PeriodicTrigger.
ScheduledTasksEndpoint.FixedRateTaskDescriptor - Class in org.springframework.boot.actuate.scheduling
Description of a FixedRateTask or a TriggerTask with a fixed-rate PeriodicTrigger.
ScheduledTasksEndpoint.IntervalTaskDescriptor - Class in org.springframework.boot.actuate.scheduling
Description of an IntervalTask.
ScheduledTasksEndpoint.RunnableDescriptor - Class in org.springframework.boot.actuate.scheduling
Description of a Task's Runnable.
ScheduledTasksEndpoint.ScheduledTasksDescriptor - Class in org.springframework.boot.actuate.scheduling
Description of an application's scheduled Tasks.
ScheduledTasksEndpoint.TaskDescriptor - 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
 
ScheduledTasksObservabilityAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.scheduling
Auto-configuration to enable observability for scheduled tasks.
ScheduledTasksObservabilityAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.scheduling.ScheduledTasksObservabilityAutoConfiguration
 
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
 
schemaInfo() - Method in record class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Defaults.TypeMapping
Returns the value of the schemaInfo record component.
SchemaInfo(SchemaType, Class<?>) - Constructor for record class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Defaults.SchemaInfo
Creates an instance of a SchemaInfo record class.
SchemaManagement - Enum Class in org.springframework.boot.jdbc
An enumeration of the available schema management options.
SchemaManagementProvider - Interface in org.springframework.boot.jdbc
Strategy interface to determine the SchemaManagement of a DataSource.
schemaType() - Method in record class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Defaults.SchemaInfo
Returns the value of the schemaType record component.
scope() - Element in annotation interface org.springframework.boot.jackson.JsonComponent
The scope under which the serializer/deserializer should be registered with the module.
scrape(TextOutputFormat, Set<String>) - Method in class org.springframework.boot.actuate.metrics.export.prometheus.PrometheusScrapeEndpoint
 
Scripts(List<Resource>) - Constructor for class org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer.Scripts
 
SdkTracerProviderBuilderCustomizer - Interface in org.springframework.boot.actuate.autoconfigure.tracing
Callback interface that can be used to customize the SdkTracerProviderBuilder that is used to create the auto-configured SdkTracerProvider.
search() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnBean
Strategy to decide if the application context hierarchy (parent contexts) should be considered.
search() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean
Strategy to decide if the application context hierarchy (parent contexts) should be considered.
search() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnSingleCandidate
Strategy to decide if the application context hierarchy (parent contexts) should be considered.
SearchStrategy - Enum Class 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
Auto-configuration for Spring Security.
SecurityAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration
 
SecurityContext - Interface in org.springframework.boot.actuate.endpoint
Security context in which an endpoint is being invoked.
SecurityDataConfiguration - Class in org.springframework.boot.autoconfigure.security
Automatically adds Spring Security's integration with Spring Data.
SecurityDataConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.SecurityDataConfiguration
 
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
Auto-configuration for Spring Security's Filter.
SecurityFilterAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration
 
securityFilterChainRegistration(SecurityProperties) - Method in class org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration
 
SecurityProperties - Class in org.springframework.boot.autoconfigure.security
Configuration properties for Spring Security.
SecurityProperties() - Constructor for class org.springframework.boot.autoconfigure.security.SecurityProperties
 
SecurityProperties.Filter - Class in org.springframework.boot.autoconfigure.security
 
SecurityProperties.User - Class in org.springframework.boot.autoconfigure.security
 
SecurityRequestMatchersManagementContextConfiguration - Class in org.springframework.boot.actuate.autoconfigure.security.servlet
SecurityRequestMatchersManagementContextConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.security.servlet.SecurityRequestMatchersManagementContextConfiguration
 
SecurityRequestMatchersManagementContextConfiguration.JerseyRequestMatcherConfiguration - Class in org.springframework.boot.actuate.autoconfigure.security.servlet
 
SecurityRequestMatchersManagementContextConfiguration.MvcRequestMatcherConfiguration - Class in org.springframework.boot.actuate.autoconfigure.security.servlet
 
SecurityResponse - Class in org.springframework.boot.actuate.autoconfigure.cloudfoundry
Response from the Cloud Foundry security interceptors.
SecurityResponse(HttpStatus) - Constructor for class org.springframework.boot.actuate.autoconfigure.cloudfoundry.SecurityResponse
 
SecurityResponse(HttpStatus, String) - Constructor for class org.springframework.boot.actuate.autoconfigure.cloudfoundry.SecurityResponse
 
selectImports(AnnotationMetadata) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
Selector - Annotation Interface 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 Class 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.wavefront.WavefrontProperties.Sender
 
SENDER - Enum constant in enum class org.springframework.boot.autoconfigure.amqp.RabbitRetryTemplateCustomizer.Target
RabbitTemplate target.
SENDER_TRACING_OBSERVATION_HANDLER_ORDER - Static variable in class org.springframework.boot.actuate.autoconfigure.tracing.MicrometerTracingAutoConfiguration
sendGrid(SendGridProperties) - Method in class org.springframework.boot.autoconfigure.sendgrid.SendGridAutoConfiguration
 
SendGridAutoConfiguration - Class in org.springframework.boot.autoconfigure.sendgrid
Auto-configuration for SendGrid.
SendGridAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.sendgrid.SendGridAutoConfiguration
 
SendGridProperties - Class in org.springframework.boot.autoconfigure.sendgrid
SendGridProperties() - Constructor for class org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
 
SendGridProperties.Proxy - Class in org.springframework.boot.autoconfigure.sendgrid
 
Sentinel() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Sentinel
 
separator(String) - Method in class org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer.Scripts
 
SEQUENTIAL - Enum constant in enum class org.springframework.boot.testcontainers.lifecycle.TestcontainersStartup
Startup containers sequentially.
serializable() - Element in annotation interface org.springframework.boot.test.mock.mockito.MockBean
If the generated mock is serializable.
serialize(T, JsonGenerator, SerializerProvider) - Method in class org.springframework.boot.jackson.JsonObjectSerializer
 
serializeObject(T, JsonGenerator, SerializerProvider) - Method in class org.springframework.boot.jackson.JsonObjectSerializer
Serialize JSON content into the value type this serializer handles.
Server() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web.Server
 
Server() - Constructor for class org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties.Http.Server
 
Server() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationProperties.RSocket.Server
 
Server() - Constructor for class org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server
 
SERVER - Static variable in class org.springframework.boot.actuate.endpoint.web.WebServerNamespace
WebServerNamespace that represents the main server.
SERVER_ERROR - Enum constant in enum class org.springframework.boot.actuate.metrics.http.Outcome
Outcome of the request was server error.
SERVER_PREFIX - Static variable in class org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties.Group
 
ServerPortInfoApplicationContextInitializer - Class in org.springframework.boot.web.context
ApplicationContextInitializer that sets Environment properties for the ports that WebServer servers are actually listening on.
ServerPortInfoApplicationContextInitializer() - Constructor for class org.springframework.boot.web.context.ServerPortInfoApplicationContextInitializer
 
ServerProperties - Class in org.springframework.boot.autoconfigure.web
@ConfigurationProperties for a web server (e.g.
ServerProperties() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties
 
ServerProperties.ForwardHeadersStrategy - Enum Class 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 Class 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.
ServerRequests() - Constructor for class org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties.Http.Server.ServerRequests
 
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
 
SERVICE_UNAVAILABLE - Enum constant in enum class org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryAuthorizationException.Reason
Service Unavailable.
ServiceConnection - Annotation Interface in org.springframework.boot.testcontainers.service.connection
Annotation used to indicate that a field or method is a ContainerConnectionSource which provides a service that can be connected to.
ServiceConnectionAutoConfiguration - Class in org.springframework.boot.testcontainers.service.connection
Auto-configuration for @ServiceConnection annotated Container beans.
ServiceLevelObjectiveBoundary - Class in org.springframework.boot.actuate.autoconfigure.metrics
A boundary for a service-level objective (SLO) for use when configuring Micrometer.
serviceName() - Method in record class org.springframework.boot.docker.compose.core.DockerComposeOrigin
Returns the value of the serviceName record component.
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
 
SERVLET - Enum constant in enum class org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication.Type
Only servlet-based web application will match.
SERVLET - Enum constant in enum class org.springframework.boot.autoconfigure.jersey.JerseyProperties.Type
 
SERVLET - Enum constant in enum class org.springframework.boot.WebApplicationType
The application should run as a servlet-based web application and should start an embedded servlet web server.
ServletComponentScan - Annotation Interface in org.springframework.boot.web.servlet
Enables scanning for Servlet components (filters, servlets, and listeners).
ServletContextApplicationContextInitializer - Class in org.springframework.boot.web.servlet.support
ApplicationContextInitializer for setting the servlet context.
ServletContextApplicationContextInitializer(ServletContext) - Constructor for class org.springframework.boot.web.servlet.support.ServletContextApplicationContextInitializer
ServletContextApplicationContextInitializer(ServletContext, boolean) - Constructor for class org.springframework.boot.web.servlet.support.ServletContextApplicationContextInitializer
ServletContextInitializer - Interface in org.springframework.boot.web.servlet
Interface used to configure a Servlet 3.0+ context programmatically.
ServletContextInitializerBeans - Class in org.springframework.boot.web.servlet
A collection ServletContextInitializers obtained from a ListableBeanFactory.
ServletContextInitializerBeans(ListableBeanFactory, Class<? extends ServletContextInitializer>...) - Constructor for class org.springframework.boot.web.servlet.ServletContextInitializerBeans
 
ServletContextInitializerBeans.RegistrationBeanAdapter<T> - Interface in org.springframework.boot.web.servlet
Adapter to convert a given Bean type into a RegistrationBean (and hence a ServletContextInitializer).
ServletContextInitializerConfiguration - Class in org.springframework.boot.web.embedded.jetty
Jetty Configuration that calls ServletContextInitializers.
ServletContextInitializerConfiguration(ServletContextInitializer...) - Constructor for class org.springframework.boot.web.embedded.jetty.ServletContextInitializerConfiguration
ServletEndpoint - Annotation Interface in org.springframework.boot.actuate.endpoint.web.annotation
Identifies a type as being an endpoint that supplies a servlet to expose.
ServletEndpointDiscoverer - Class in org.springframework.boot.actuate.endpoint.web.annotation
ServletEndpointDiscoverer(ApplicationContext, List<PathMapper>, Collection<EndpointFilter<ExposableServletEndpoint>>) - Constructor for class org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer
Create a new ServletEndpointDiscoverer instance.
ServletEndpointManagementContextConfiguration - Class in org.springframework.boot.actuate.autoconfigure.endpoint.web
@ManagementContextConfiguration for servlet endpoints.
ServletEndpointManagementContextConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration
 
ServletEndpointManagementContextConfiguration.JerseyServletEndpointManagementContextConfiguration - Class in org.springframework.boot.actuate.autoconfigure.endpoint.web
 
ServletEndpointManagementContextConfiguration.WebMvcServletEndpointManagementContextConfiguration - Class in org.springframework.boot.actuate.autoconfigure.endpoint.web
 
servletEndpointRegistrar(WebEndpointProperties, ServletEndpointsSupplier, DispatcherServletPath) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration.WebMvcServletEndpointManagementContextConfiguration
 
servletEndpointRegistrar(WebEndpointProperties, ServletEndpointsSupplier, JerseyApplicationPath) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration.JerseyServletEndpointManagementContextConfiguration
 
ServletEndpointRegistrar - Class in org.springframework.boot.actuate.endpoint.web
ServletEndpointRegistrar(String, Collection<ExposableServletEndpoint>) - Constructor for class org.springframework.boot.actuate.endpoint.web.ServletEndpointRegistrar
 
ServletEndpointsSupplier - Interface in org.springframework.boot.actuate.endpoint.web.annotation
servletExposeExcludePropertyEndpointFilter(WebEndpointProperties) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration
 
ServletListenerRegistrationBean<T extends EventListener> - Class in org.springframework.boot.web.servlet
A ServletContextInitializer to register EventListeners in a Servlet 3.0+ container.
ServletListenerRegistrationBean() - Constructor for class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
Create a new ServletListenerRegistrationBean instance.
ServletListenerRegistrationBean(T) - Constructor for class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
Create a new ServletListenerRegistrationBean instance.
ServletManagementContextAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.web.servlet
Auto-configuration for Servlet-specific management context concerns.
ServletManagementContextAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.web.servlet.ServletManagementContextAutoConfiguration
 
ServletManagementContextAutoConfiguration.ApplicationContextFilterConfiguration - Class in org.springframework.boot.actuate.autoconfigure.web.servlet
 
ServletRegistrationBean<T extends Servlet> - Class in org.springframework.boot.web.servlet
A ServletContextInitializer to register Servlets in a Servlet 3.0+ container.
ServletRegistrationBean() - Constructor for class org.springframework.boot.web.servlet.ServletRegistrationBean
Create a new ServletRegistrationBean instance.
ServletRegistrationBean(T, boolean, String...) - Constructor for class org.springframework.boot.web.servlet.ServletRegistrationBean
Create a new ServletRegistrationBean instance with the specified Servlet and URL mappings.
ServletRegistrationBean(T, String...) - Constructor for class org.springframework.boot.web.servlet.ServletRegistrationBean
Create a new ServletRegistrationBean instance with the specified Servlet and URL mappings.
ServletRegistrationMappingDescription - Class in org.springframework.boot.actuate.web.mappings.servlet
A mapping description derived from a ServletRegistration.
ServletRegistrationMappingDescription(ServletRegistration) - Constructor for class org.springframework.boot.actuate.web.mappings.servlet.ServletRegistrationMappingDescription
Creates a new ServletRegistrationMappingDescription derived from the given servletRegistration.
ServletsMappingDescriptionProvider - Class in org.springframework.boot.actuate.web.mappings.servlet
A MappingDescriptionProvider that describes that mappings of any Servlets registered with a ServletContext.
ServletsMappingDescriptionProvider() - Constructor for class org.springframework.boot.actuate.web.mappings.servlet.ServletsMappingDescriptionProvider
 
servletWebChildContextFactory() - Static method in class org.springframework.boot.actuate.autoconfigure.web.servlet.ServletManagementContextAutoConfiguration
 
ServletWebServerApplicationContext - Class in org.springframework.boot.web.servlet.context
A WebApplicationContext that can be used to bootstrap itself from a contained ServletWebServerFactory bean.
ServletWebServerApplicationContext() - Constructor for class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
ServletWebServerApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
Create a new ServletWebServerApplicationContext with the given DefaultListableBeanFactory.
ServletWebServerApplicationContext.ExistingWebApplicationScopes - Class in org.springframework.boot.web.servlet.context
Utility class to store and restore any user defined scopes.
ServletWebServerFactory - Interface in org.springframework.boot.web.servlet.server
Factory interface that can be used to create a WebServer.
ServletWebServerFactoryAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.servlet
Auto-configuration for servlet web servers.
ServletWebServerFactoryAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration
 
ServletWebServerFactoryAutoConfiguration.BeanPostProcessorsRegistrar - Class in org.springframework.boot.autoconfigure.web.servlet
servletWebServerFactoryCustomizer(ServerProperties, ObjectProvider<WebListenerRegistrar>, ObjectProvider<CookieSameSiteSupplier>, ObjectProvider<SslBundles>) - 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 - Class in org.springframework.boot.web.servlet.server
Session properties.
Session() - Constructor for class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener.Session
 
Session() - Constructor for class org.springframework.boot.autoconfigure.jms.JmsProperties.Template.Session
 
Session() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Reactive.Session
 
Session() - Constructor for class org.springframework.boot.web.servlet.server.Session
 
Session(String) - Constructor for class org.springframework.boot.actuate.web.exchanges.HttpExchange.Session
Creates a Session.
SESSION_ID - Enum constant in enum class org.springframework.boot.actuate.web.exchanges.Include
Include the session ID.
Session.Cookie - Class in org.springframework.boot.web.servlet.server
Session cookie properties.
Session.SessionTrackingMode - Enum Class in org.springframework.boot.web.servlet.server
Available session tracking modes (mirrors SessionTrackingMode).
SessionAutoConfiguration - Class in org.springframework.boot.autoconfigure.session
Auto-configuration for Spring Session.
SessionAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.session.SessionAutoConfiguration
 
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.
SessionsDescriptor - Class in org.springframework.boot.actuate.session
Description of user's sessions.
SessionsDescriptor(Map<String, ? extends Session>) - Constructor for class org.springframework.boot.actuate.session.SessionsDescriptor
 
SessionsDescriptor.SessionDescriptor - Class in org.springframework.boot.actuate.session
A description of user's session exposed by sessions endpoint.
SessionsEndpoint - Class in org.springframework.boot.actuate.session
@Endpoint to expose information about HTTP Sessions on a Servlet stack.
SessionsEndpoint(FindByIndexNameSessionRepository<? extends Session>) - Constructor for class org.springframework.boot.actuate.session.SessionsEndpoint
Deprecated, for removal: This API element is subject to removal in a future version.
SessionsEndpoint(SessionRepository<? extends Session>, FindByIndexNameSessionRepository<? extends Session>) - Constructor for class org.springframework.boot.actuate.session.SessionsEndpoint
Create a new SessionsEndpoint instance.
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.ReactiveSessionsEndpoint
 
sessionsForUsername(String) - Method in class org.springframework.boot.actuate.session.SessionsEndpoint
 
setAcceptCount(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
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
 
setAcceptors(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Threads
 
setAcceptTasksAfterContextClose(boolean) - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool.Shutdown
 
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
 
setAccessMode(ProducerAccessMode) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer
 
setAccessToken(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxProperties
 
setAccessTokenFormat(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Token
 
setAccessTokenTimeToLive(Duration) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Token
 
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(AcknowledgeMode) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener.Session
 
setAcknowledgeMode(AcknowledgeMode) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
Deprecated, for removal: This API element is subject to removal in a future version.
setAcknowledgeMode(AcknowledgeMode) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template.Session
 
setAcks(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
setAckTime(Duration) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
setActive(Set<String>) - Method in class org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties.Profiles
 
setAdaptive(boolean) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Lettuce.Cluster.Refresh
 
setAddCommandLineProperties(boolean) - Method in class org.springframework.boot.SpringApplication
Sets if a CommandLinePropertySource should be added to the application context in order to expose arguments.
setAddConversionService(boolean) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Flag to indicate if the ApplicationConversionService should be added to the application context's Environment.
setAddConversionService(boolean) - Method in class org.springframework.boot.SpringApplication
Sets if the ApplicationConversionService should be added to the application context's Environment.
setAddFilters(boolean) - Method in class org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer
 
setAdditionalExclude(String) - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
setAdditionalHosts(List<String>) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
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
 
setAggregationTemporality(AggregationTemporality) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.otlp.OtlpProperties
 
setAlgorithm(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
setAlias(String) - Method in class org.springframework.boot.autoconfigure.ssl.SslBundleProperties.Key
 
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
Deprecated, for removal: This API element is subject to removal in a future version.
setAllowRequestOverride(boolean) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties.Servlet
 
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.template.AbstractTemplateViewResolverProperties
 
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.wavefront.WavefrontProperties
 
setApiTokenType(WavefrontProperties.TokenType) - Method in class org.springframework.boot.actuate.autoconfigure.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
Set the ApplicationStartup to use for collecting startup metrics.
setAsyncAcks(Boolean) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
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
 
setAuthoritiesClaimDelimiter(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
 
setAuthoritiesClaimName(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
 
setAuthorityPrefix(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
 
setAuthorizationCodeTimeToLive(Duration) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Token
 
setAuthorizationGrantType(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
 
setAuthorizationGrantTypes(Set<String>) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Registration
 
setAuthorizationUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
 
setAuthorizationUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Endpoint
 
setAutoCommitInterval(Duration) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
setAutoCreate(boolean) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Channel
 
setAutoCreate(boolean) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
 
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.AmqpContainer
 
setAutoStartup(boolean) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
 
setAutoStartup(boolean) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.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(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
 
setBackgroundProcessorDelay(Duration) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setBackupClusters(List<PulsarProperties.Failover.BackupCluster>) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Failover
 
setBanner(Banner) - Method in class org.springframework.boot.SpringApplication
Sets the Banner instance which will be used to print the banner when no static banner file is provided.
setBannerMode(Banner.Mode) - Method in class org.springframework.boot.SpringApplication
Sets the mode used to display the banner when the application runs.
setBase(String) - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties
 
setBasedir(File) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setBaseDirectory(File) - Method in interface org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactory
Set the Tomcat base directory.
setBaseDirectory(File) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
 
setBaseDirectory(File) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
 
setBaseDn(List<String>) - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
 
setBaselineDescription(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setBaselineOnMigrate(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setBaselineVersion(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setBasename(String) - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
 
setBasePath(String) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties
 
setBasePath(String) - Method in class org.springframework.boot.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
 
setBaseTimeUnit(TimeUnit) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.otlp.OtlpProperties
 
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
 
setBatchingEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer
 
setBatchSize(int) - Method in class org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties.Sender
 
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.actuate.autoconfigure.wavefront.WavefrontProperties.Metrics.Export
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.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.web.servlet.DynamicRegistrationBean
 
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
Configure the bootstrap executor to be used by the LocalContainerEntityManagerFactoryBean.
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
 
setBufferContent(boolean) - Method in class org.springframework.boot.test.web.client.MockServerRestClientCustomizer
Set if the BufferingClientHttpRequestFactory wrapper should be used to buffer the input and output streams, and for example, allow multiple reads of the response body.
setBufferContent(boolean) - Method in class org.springframework.boot.test.web.client.MockServerRestTemplateCustomizer
Set if the BufferingClientHttpRequestFactory wrapper should be used to buffer the input and output streams, and for example, allow multiple reads of the response body.
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
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.2.0 for removal in 3.4.0 as support for buffering has been removed in Spring Framework 6.1
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
 
setBufferSize(DataSize) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
setBuilderCustomizers(Collection<? extends UndertowBuilderCustomizer>) - Method in interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
Set UndertowBuilderCustomizers that should be applied to the Undertow Undertow.Builder.
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
 
setBundle(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
setBundle(String) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Ssl
 
setBundle(String) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Ssl
 
setBundle(String) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Ssl
 
setBundle(String) - Method in class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties.Restclient.Ssl
 
setBundle(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
setBundle(String) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties.Ssl
 
setBundle(String) - Method in class org.springframework.boot.web.server.Ssl
Set the name of the SSL bundle to use.
setCache(boolean) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties.Servlet
 
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
 
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.web.exchanges.InMemoryHttpExchangeRepository
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.autoconfigure.ssl.PemSslBundleProperties.Store
 
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
 
setChangeConsumerThreadName(Boolean) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
setChangeLog(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setChannelRpcTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
setCharset(String) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheResourceTemplateLoader
Set the charset.
setCharset(String) - Method in class org.springframework.boot.web.reactive.result.view.MustacheView
Set the charset used for reading Mustache template files.
setCharset(String) - Method in class org.springframework.boot.web.reactive.result.view.MustacheViewResolver
Set the charset.
setCharset(String) - Method in class org.springframework.boot.web.servlet.view.MustacheView
Set the charset used for reading Mustache template files.
setCharset(String) - Method in class org.springframework.boot.web.servlet.view.MustacheViewResolver
Set the charset.
setCharset(Charset) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
 
setCharset(Charset) - Method in class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
setCharset(Charset) - Method in class org.springframework.boot.web.servlet.server.Encoding
 
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
 
setCheckInterval(Duration) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Failover
 
setCheckoutTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Channel
 
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
 
setChunkedModeViewNames(String[]) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Reactive
 
setChunkingEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer
 
setCiphers(String[]) - Method in class org.springframework.boot.web.server.Ssl
 
setCiphers(Set<String>) - Method in class org.springframework.boot.autoconfigure.ssl.SslBundleProperties.Options
 
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
 
setClientAuthenticationMethods(Set<String>) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Registration
 
setClientId(String) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties
 
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
 
setClientId(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Registration
 
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
 
setClientName(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Registration
 
setClientProviderType(ClientProviderType) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicProperties
 
setClientRegistrationUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.OidcEndpoint
 
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
 
setClientSecret(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Registration
 
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
 
setCloseTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
 
setCluster(RedisProperties.Cluster) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
setClusterName(String) - Method in class org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties.Application
 
setClusterPassword(String) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
setCollectionName(String) - Method in class org.springframework.boot.autoconfigure.session.MongoSessionProperties
 
setCommand(StartCommand) - Method in class org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties.Start
 
setCommand(StopCommand) - Method in class org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties.Stop
 
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 CommonErrorHandler to 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.
setCompress(boolean) - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server.Spec
 
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(OtlpProperties.Compression) - Method in class org.springframework.boot.actuate.autoconfigure.tracing.otlp.OtlpProperties
 
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
 
setCompressionType(CompressionType) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.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
Deprecated, for removal: This API element is subject to removal in a future version.
setConcurrency(Integer) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
setConcurrencyLimit(Integer) - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Simple
 
setConcurrencyLimit(Integer) - Method in class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties.Simple
 
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.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 the WebAppContext before the server is created.
setConfigureAction(RedisSessionProperties.ConfigureAction) - Method in class org.springframework.boot.autoconfigure.session.RedisSessionProperties
 
setConfigUri(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
 
setConnect(Duration) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
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.pulsar.PulsarProperties.Admin
 
setConnectionTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Client
 
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.actuate.autoconfigure.tracing.zipkin.ZipkinProperties
 
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.docker.compose.lifecycle.DockerComposeProperties.Readiness.Tcp
 
setConnectTimeout(Duration) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Sets the connection timeout on the underlying ClientHttpRequestFactory.
setConnectTimeout(Duration) - Method in class org.springframework.boot.webservices.client.HttpWebServiceMessageSenderBuilder
Set the connection timeout.
setConsistency(DefaultConsistencyLevel) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Request
 
setConsistency(InfluxConsistency) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
 
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
 
setConsume(List<TracingProperties.Propagation.PropagationType>) - Method in class org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Propagation
 
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.template.AbstractViewResolverProperties
 
setContentType(MimeType) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Servlet
 
setContextLifecycleListeners(Collection<? extends LifecycleListener>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
Set LifecycleListeners that should be applied to the Tomcat Context.
setContextLifecycleListeners(Collection<? extends LifecycleListener>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Set LifecycleListeners that should be applied to the Tomcat Context.
setContextPath(String) - Method in class org.springframework.boot.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.
setContextPropagation(ReactorProperties.ContextPropagationMode) - Method in class org.springframework.boot.autoconfigure.reactor.ReactorProperties
 
setContexts(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setContextValves(Collection<? extends Valve>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Set Valves that should be applied to the Tomcat Context.
setContinueOnError(boolean) - Method in class org.springframework.boot.autoconfigure.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
Sets CookieSameSiteSuppliers that should be used to obtain the Cookie.SameSite attribute of any added cookie.
setCoreSize(int) - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
 
setCorrelation(TracingProperties.Baggage.Correlation) - Method in class org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Baggage
 
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
 
setCustomTags(Map<String, String>) - Method in class org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties.Application
 
setDatabase(int) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties
 
setDatabase(String) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataProperties
 
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
 
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
Set the DataSource to use.
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
 
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
 
setDeadLetterPolicy(PulsarProperties.Consumer.DeadLetterPolicy) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer
 
setDeadLetterTopic(String) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer.DeadLetterPolicy
 
setDeBatchingEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
setDecodeSlash(Boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
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
 
setDefaultLeniency(Boolean) - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
setDefaultLoggingEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Management
 
setDefaultMediaType(MediaType) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
setDefaultPageSize(int) - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
 
setDefaultPageSize(Integer) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
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
 
setDelayAfterFailure(Duration) - Method in class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties.Restclient.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
Set UndertowDeploymentInfoCustomizers that should be applied to the Undertow DeploymentInfo.
setDescriptions(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.datadog.DatadogProperties
 
setDescriptions(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties
 
setDestinationProvider(DestinationProvider) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Set the DestinationProvider to use.
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
Set if root URIs from RootUriRequestExpectationManager should be detected and applied to the MockRestServiceServer.
setDeviceAuthorizationUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Endpoint
 
setDeviceCodeTimeToLive(Duration) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Token
 
setDeviceId(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties.V1
 
setDeviceVerificationUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Endpoint
 
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
 
setDispatcherTypes(DispatcherType, DispatcherType...) - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
Convenience method to set dispatcher types using the specified elements.
setDispatcherTypes(EnumSet<DispatcherType>) - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
Sets the dispatcher types that should be used with the registration.
setDispatcherTypes(Set<DispatcherType>) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Filter
 
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
 
setEnable(Map<String, Boolean>) - Method in class org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties
 
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
 
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(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Baggage.Correlation
 
setEnabled(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Baggage
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Ssl
 
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Ssl
 
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.Inspection
 
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.mongo.MongoProperties.Ssl
 
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.reactive.WebFluxProperties.Problemdetails
 
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.servlet.WebMvcProperties.Problemdetails
 
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.docker.compose.lifecycle.DockerComposeProperties
 
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.
setEnabled(Boolean) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties.Pushgateway
 
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(AnsiOutput.Enabled) - Static method in class org.springframework.boot.ansi.AnsiOutput
Sets if ANSI output is enabled.
setEnabledProtocols(String[]) - Method in class org.springframework.boot.web.server.Ssl
 
setEnabledProtocols(Set<String>) - Method in class org.springframework.boot.autoconfigure.ssl.SslBundleProperties.Options
 
setEnableEnumTranslation(Boolean) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
setEnableSpringElCompiler(boolean) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
setEnableStatistics(boolean) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Redis
 
setEncoding(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
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(Charset) - Method in class org.springframework.boot.sql.init.DatabaseInitializationSettings
Sets the encoding to use when reading the schema and data scripts.
setEncoding(ZipkinProperties.Encoding) - Method in class org.springframework.boot.actuate.autoconfigure.tracing.zipkin.ZipkinProperties
 
setEncrypted(boolean) - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Security
 
setEndpoint(String) - Method in class org.springframework.boot.actuate.autoconfigure.tracing.otlp.OtlpProperties
 
setEndpoint(String) - Method in class org.springframework.boot.actuate.autoconfigure.tracing.zipkin.ZipkinProperties
 
setEngineValves(Collection<? extends Valve>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Set Valves that should be applied to the Tomcat Engine.
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(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
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
 
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(String) - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
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
 
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
 
setExecuteInTransaction(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setExpiration(Duration) - Method in class org.springframework.boot.autoconfigure.cache.CacheProperties.Couchbase
 
setExpireAfterAccess(Duration) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer.Cache
 
setExport(WavefrontProperties.Metrics.Export) - Method in class org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties.Metrics
 
setExportMeterMetadata(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties.V2
 
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.template.AbstractTemplateViewResolverProperties
 
setExposeSessionAttributes(boolean) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheProperties.Servlet
 
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.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
 
setFailFast(boolean) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Function
 
setFailOnMissingLocations(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setFailoverDelay(Duration) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Failover
 
setFailoverPolicy(AutoClusterFailoverBuilder.FailoverPolicy) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Failover
 
setFallbackToSystemLocale(boolean) - Method in class org.springframework.boot.autoconfigure.context.MessageSourceProperties
 
setFaultMessageResolver(FaultMessageResolver) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Set the FaultMessageResolver to use.
setFavorParameter(boolean) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Contentnegotiation
 
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
 
setFields(List<String>) - Method in class org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Baggage.Correlation
 
setFile(File) - Method in class org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties
 
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.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
 
setForceStop(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
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.wavefront.WavefrontProperties.Metrics.Export
 
setGraphiteTagsEnabled(Boolean) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
 
setGroup(boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setGroup(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties.V1
 
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
 
setHandlePing(boolean) - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server.Spec
 
setHashingScheme(HashingScheme) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer
 
setHeaders(Map<String, String>) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.otlp.OtlpProperties
 
setHeaders(Map<String, String>) - Method in class org.springframework.boot.actuate.autoconfigure.tracing.otlp.OtlpProperties
 
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
 
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.devtools.autoconfigure.RemoteDevToolsProperties.Proxy
 
setHost(String) - Method in class org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties
 
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
 
setIdTokenSignatureAlgorithm(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Token
 
setIgnoreFailures(boolean) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Error
 
setIgnoreMigrationPatterns(List<String>) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
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
 
setIgnoreRegistrationFailure(boolean) - Method in class org.springframework.boot.web.servlet.DynamicRegistrationBean
Sets whether registration failures should be ignored.
setIgnoreRoutingDataSources(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthIndicatorProperties
 
setIgnoreSizeLimitExceededException(Boolean) - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties.Template
 
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.web.exchanges.HttpExchangesProperties.Recording
 
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
 
setIncludeParameterValues(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.r2dbc.R2dbcObservationProperties
 
setIncludePath(ErrorProperties.IncludeAttribute) - Method in class org.springframework.boot.autoconfigure.web.ErrorProperties
 
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
 
setInitialCapacity(int) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer.Cache
 
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
Sets the ApplicationContextInitializer that will be applied to the Spring ApplicationContext.
setInitializers(List<? extends ServletContextInitializer>) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
 
setInitializers(List<? extends ServletContextInitializer>) - Method in interface org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
setInitializeSchema(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
 
setInitialPosition(SubscriptionInitialPosition) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer.Subscription
 
setInitialSize(int) - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.Pool
 
setInitialSubscriptionName(String) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer.DeadLetterPolicy
 
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
 
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.ElasticsearchProperties.Restclient.Sniffer
 
setInTests(boolean) - Method in class org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties.Skip
 
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(Isolation) - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties.Jdbc
 
setIssuer(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties
 
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 through 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
 
setJobName(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
 
setJwkSetUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Client
 
setJwkSetUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Endpoint
 
setJwsAlgorithms(List<String>) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
 
setKeepAlive(boolean) - Method in class org.springframework.boot.SpringApplication
Set whether to keep the application alive even if there are no more non-daemon threads.
setKeepAlive(Duration) - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
 
setKeepAliveTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setKerberosCacheFile(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties.Oracle
 
setKerberosConfigFile(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setKerberosLoginFile(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties.Sqlserver
 
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.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.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
 
setKeyValue(Duration) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
setKeyValueDurable(Duration) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
setKeyValues(Map<String, String>) - Method in class org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties
 
setLabelFilter(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
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
 
setLifecycleManagement(LifecycleManagement) - Method in class org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties
 
setLifecycleTimeout(Duration) - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
Set the maximum amount of time that should be waited when starting or stopping the server.
setLifecycleTimeout(Duration) - Method in class org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
Set the maximum amount of time that should be waited when starting or stopping the server.
setLimitParamName(String) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
setLiquibaseSchema(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setLiquibaseTablespace(String) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setListener(T) - Method in class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
Set the listener that will be registered.
setListeners(Collection<? extends ApplicationListener<?>>) - Method in class org.springframework.boot.SpringApplication
Sets the ApplicationListeners that will be applied to the SpringApplication and registered with the ApplicationContext.
setLoadOnStartup(int) - Method in class org.springframework.boot.autoconfigure.jersey.JerseyProperties.Servlet
 
setLoadOnStartup(int) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Servlet
 
setLoadOnStartup(int) - Method in class org.springframework.boot.autoconfigure.webservices.WebServicesProperties.Servlet
 
setLoadOnStartup(int) - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
Sets the loadOnStartup priority.
setLocalDatacenter(String) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setLocale(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
setLocale(Locale) - Method in class org.springframework.boot.autoconfigure.jackson.JacksonProperties
 
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
 
setLocalFields(List<String>) - Method in class org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Baggage
 
setLocation(String) - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration.Acs
 
setLocation(String) - Method in class org.springframework.boot.autoconfigure.ssl.JksSslBundleProperties.Store
 
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.
setLocation(Resource) - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Build
 
setLocation(Resource) - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Git
 
setLocations(String[]) - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Schema
 
setLocations(List<String>) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setLockRetryCount(Integer) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setLogConditionEvaluationDelta(boolean) - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
setLogContainerConfig(Boolean) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
setLoggers(String[]) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
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.
setLogLevel(LogLevel) - Method in class org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties.Start
 
setLogLevels(LoggingSystem, ConfigurableEnvironment) - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
Set logging levels based on relevant Environment properties.
setLogoutUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.OidcEndpoint
 
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.
setLongSerializationPolicy(LongSerializationPolicy) - Method in class org.springframework.boot.autoconfigure.gson.GsonProperties
 
setLookupTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Client
 
setLwcEnabled(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
 
setLwcIgnorePublishStep(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
 
setLwcStep(Duration) - 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.
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
Set the Marshaller to use to serialize messages.
setMaster(String) - Method in class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Sentinel
 
setMatchAfter(boolean) - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
Set if the filter mappings should be matched after any declared filter mappings of the ServletContext.
setMatchingStrategy(WebMvcProperties.MatchingStrategy) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Pathmatch
 
setMax(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Threads
 
setMax(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.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
 
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
 
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.Jetty
 
setMaxConnections(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setMaxConnections(int) - Method in interface org.springframework.boot.web.embedded.jetty.ConfigurableJettyWebServerFactory
Sets the maximum number of concurrent connections.
setMaxConnections(int) - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
 
setMaxConnections(int) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
 
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.
setMaxFramePayloadLength(DataSize) - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server.Spec
 
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
 
setMaxHttpPostSize(DataSize) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
 
setMaxHttpRequestHeaderSize(DataSize) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
setMaxHttpResponseHeaderSize(DataSize) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
 
setMaxHttpResponseHeaderSize(DataSize) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
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
 
setMaximumSize(long) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer.Cache
 
setMaxInboundMessageBodySize(DataSize) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
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.web.reactive.ReactiveMultipartProperties
 
setMaxInterval(Duration) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
 
setMaxKeepAliveRequests(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setMaxKeepAliveRequests(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Netty
 
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(int) - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
 
setMaxPageSize(Integer) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
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(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Threads
 
setMaxQueueCapacity(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Threads
 
setMaxQueueSize(int) - Method in class org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties.Sender
 
setMaxQueueSize(int) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Throttler
 
setMaxRedeliverCount(int) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer.DeadLetterPolicy
 
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
 
setMaxRows(int) - Method in class org.springframework.boot.autoconfigure.jdbc.JdbcProperties.Template
 
setMaxSessions(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Reactive.Session
 
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
 
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
 
setMaxValidationTime(Duration) - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.Pool
 
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 MessageConverter to use or null if the out-of-the-box converter should be used.
setMessageConverter(MessageConverter) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitStreamTemplateConfigurer
Set the MessageConverter to use or null if the out-of-the-box converter should be used.
setMessageConverter(MessageConverter) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitTemplateConfigurer
Set the MessageConverter to use or null if 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 MessageRecoverer to use or null to rely on the default.
setMessageRoutingMode(MessageRoutingMode) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer
 
setMessageSize(DataSize) - Method in class org.springframework.boot.actuate.autoconfigure.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
 
setMetricsEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Pool
 
setMetricTypePrefix(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.stackdriver.StackdriverProperties
 
setMimeMappings(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
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
 
setMinConcurrency(Integer) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
 
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
 
setMinIdle(int) - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.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(CountingMode) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleProperties
 
setMode(String) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
setMode(SubscriptionMode) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer.Subscription
 
setMode(CachingConnectionFactory.CacheMode) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Connection
 
setMode(InfoPropertiesInfoContributor.Mode) - Method in class org.springframework.boot.actuate.autoconfigure.info.InfoContributorProperties.Git
 
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(DatabaseInitializationMode) - Method in class org.springframework.boot.sql.init.DatabaseInitializationSettings
Sets the mode the use when determining whether database initialization should be performed.
setModifyTopicConfigs(boolean) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
 
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.actuate.autoconfigure.observation.ObservationProperties.Http.Client.ClientRequests
 
setName(String) - Method in class org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties.Http.Server.ServerRequests
 
setName(String) - Method in class org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties.Application
 
setName(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Stream
 
setName(String) - Method in class org.springframework.boot.autoconfigure.batch.BatchProperties.Job
 
setName(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setName(String) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer
 
setName(String) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer.Subscription
 
setName(String) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer
 
setName(String) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Reader
 
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.
setNameIdFormat(String) - Method in class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration
 
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
 
setObservationEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.BaseContainer
 
setObservationEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
 
setObservationEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
 
setObservationEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Template
 
setObservationEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Listener
 
setObservationPatterns(List<String>) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Management
 
setObservationRegistry(ObservationRegistry) - Method in class org.springframework.boot.autoconfigure.jms.DefaultJmsListenerContainerFactoryConfigurer
Set the ObservationRegistry to use.
setObservationsEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Template
 
setOf(Class<E>) - Static method in class org.springframework.boot.context.properties.bind.Bindable
Create a new Bindable Set of the specified element type.
setOneIndexedParameters(boolean) - Method in class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
 
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
 
setOperationTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
 
setOperationTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Client
 
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
Deprecated, for removal: This API element is subject to removal in a future version.
setOracleSqlplus(Boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
Deprecated, for removal: This API element is subject to removal in a future version.
setOracleSqlplusWarn(Boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
Deprecated, for removal: This API element is subject to removal in a future version.
setOracleWalletLocation(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
Deprecated, for removal: This API element is subject to removal in a future version.
setOrder(int) - Method in class org.springframework.boot.actuate.web.exchanges.reactive.HttpExchangesWebFilter
 
setOrder(int) - Method in class org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter
 
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.StandardMongoClientSettingsBuilderCustomizer
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.DelegatingApplicationContextInitializer
Deprecated.
 
setOrder(int) - Method in class org.springframework.boot.context.config.DelegatingApplicationListener
Deprecated.
 
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.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
 
setOrder(List<String>) - Method in class org.springframework.boot.actuate.autoconfigure.health.HealthProperties.Status
 
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
 
setParam(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Authentication
 
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(char[]) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
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
Deprecated.
 
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(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
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.ssl.JksSslBundleProperties.Store
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.ssl.SslBundleProperties.Key
 
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(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
 
setPaths(List<File>) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.System.Diskspace
 
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
Set the persistence unit post processors to be applied to the PersistenceUnitInfo used for creating the LocalContainerEntityManagerFactoryBean.
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
 
setPluginClassName(String) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Authentication
 
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(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(int) - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
 
setPort(int) - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Livereload
 
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.
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(Integer) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.RSocket.Client
 
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(Integer) - Method in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Proxy
 
setPortHeader(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Remoteip
 
setPostLogoutRedirectUris(Set<String>) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Registration
 
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
 
setPrincipalClaimName(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
 
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
 
setPriorityLevel(int) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer
 
setPrivateKey(String) - Method in class org.springframework.boot.autoconfigure.ssl.PemSslBundleProperties.Store
 
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
 
setPrivateKeyPassword(String) - Method in class org.springframework.boot.autoconfigure.ssl.PemSslBundleProperties.Store
 
setProbability(float) - Method in class org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Sampling
 
setProcessorCache(int) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setProduce(List<TracingProperties.Propagation.PropagationType>) - Method in class org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Propagation
 
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 ProducerCustomizer instances 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
 
setPropagateFailures(boolean) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Function
 
setPropagateStopFailures(boolean) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Function
 
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.autoconfigure.ssl.SslBundleProperties
 
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
 
setProtocols(String) - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server.Spec
 
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
 
setProvider(String) - Method in class org.springframework.boot.autoconfigure.ssl.JksSslBundleProperties.Store
 
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
 
setPublishedHistogramType(SignalFxProperties.HistogramType) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxProperties
 
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.autoconfigure.ssl.SslProperties.Bundles.Watch.File
 
setQuietPeriod(Duration) - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
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.graphite.GraphiteProperties
 
setReadCompacted(boolean) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer
 
setReadCompacted(boolean) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Reader
 
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.actuate.autoconfigure.tracing.zipkin.ZipkinProperties
 
setReadTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Admin
 
setReadTimeout(Duration) - Method in class org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties.Readiness.Tcp
 
setReadTimeout(Duration) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Sets the read timeout on the underlying ClientHttpRequestFactory.
setReadTimeout(Duration) - Method in class org.springframework.boot.webservices.client.HttpWebServiceMessageSenderBuilder
Set the read timeout.
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
 
setRedirectUris(Set<String>) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Registration
 
setRefreshTokenTimeToLive(Duration) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Token
 
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
Set if the ErrorPageFilter should be registered.
setRegisterShutdownHook(boolean) - Method in class org.springframework.boot.SpringApplication
Sets if the created ApplicationContext should have a shutdown hook registered.
setRegistrationPolicy(RegistrationPolicy) - Method in class org.springframework.boot.autoconfigure.jmx.JmxProperties
 
setRejectIllegalHeader(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
Deprecated, for removal: This API element is subject to removal in a future version.
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
 
setReloadOnUpdate(boolean) - Method in class org.springframework.boot.autoconfigure.ssl.SslBundleProperties
 
setRemoteFields(List<String>) - Method in class org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Baggage
 
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
 
setReplyTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
 
setReportDayDistribution(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties.Metrics.Export
 
setReportHourDistribution(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties.Metrics.Export
 
setReportMinuteDistribution(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties.Metrics.Export
 
setRepositoryType(RedisSessionProperties.RepositoryType) - Method in class org.springframework.boot.autoconfigure.session.RedisSessionProperties
 
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.pulsar.PulsarProperties.Admin
 
setRequestTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Async
 
setRequireAuthorizationConsent(boolean) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Client
 
setRequireProofKey(boolean) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Client
 
setRequireSubscribers(boolean) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Error
 
setResolveLazily(boolean) - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
 
setResourceAttributes(Map<String, String>) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.otlp.OtlpProperties
Deprecated, for removal: This API element is subject to removal in a future version.
setResourceAttributes(Map<String, String>) - Method in class org.springframework.boot.actuate.autoconfigure.opentelemetry.OpenTelemetryProperties
 
setResourceFactory(JettyResourceFactory) - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
Set the JettyResourceFactory to get the shared resources from.
setResourceFactory(ReactorResourceFactory) - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
Set the ReactorResourceFactory to get the shared resources from.
setResourceFactory(ReactorResourceFactory) - Method in class org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
Set the ReactorResourceFactory to get the shared resources from.
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
Sets the ResourceLoader that should be used when loading resources.
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(String) - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
 
setResourceLoaderPath(List<String>) - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAvailabilityProvider.GroovyTemplateAvailabilityProperties
 
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
 
setRetryEnable(boolean) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer
 
setRetryLetterTopic(String) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer.DeadLetterPolicy
 
setRetryTemplateCustomizers(List<RabbitRetryTemplateCustomizer>) - Method in class org.springframework.boot.autoconfigure.amqp.AbstractRabbitListenerContainerFactoryConfigurer
Set the RabbitRetryTemplateCustomizer instances to use.
setRetryTemplateCustomizers(List<RabbitRetryTemplateCustomizer>) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitTemplateConfigurer
Set the RabbitRetryTemplateCustomizer instances to use.
setReturnBodyOnCreate(Boolean) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
setReturnBodyOnUpdate(Boolean) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
setReuseRefreshTokens(boolean) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Token
 
setReverse(boolean) - Method in class org.springframework.boot.actuate.web.exchanges.InMemoryHttpExchangeRepository
Flag to say that the repository lists exchanges in reverse order.
setRoles(List<String>) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
 
setRoles(Set<String>) - Method in class org.springframework.boot.actuate.autoconfigure.health.HealthProperties
 
setRollbackFile(File) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setRollbackOnCommitFailure(Boolean) - Method in class org.springframework.boot.autoconfigure.transaction.TransactionProperties
 
setRotate(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
setRotate(boolean) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
 
setRouteProviders(List<NettyRouteProvider>) - Method in class org.springframework.boot.web.embedded.netty.NettyWebServer
 
setRoutingKey(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
 
setRSocketServerCustomizers(Collection<? extends RSocketServerCustomizer>) - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
Set RSocketServerCustomizers that should be called to configure the RSocketServer while building the server.
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(String) - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties.Jdbc
 
setSchema(String) - Method in class org.springframework.boot.autoconfigure.session.JdbcSessionProperties
 
setSchema(Resource) - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Validation
 
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
 
setSchemaType(SchemaType) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Listener
 
setScope(Set<String>) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
 
setScopeMetadataResolver(ScopeMetadataResolver) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
Set the ScopeMetadataResolver to use for detected bean classes.
setScopeMetadataResolver(ScopeMetadataResolver) - Method in class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
Set the ScopeMetadataResolver to use for detected bean classes.
setScopeMetadataResolver(ScopeMetadataResolver) - Method in class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
Set the ScopeMetadataResolver to use for detected bean classes.
setScopeName(String) - Method in class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
 
setScopes(Set<String>) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Registration
 
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
 
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(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
 
setSelectors(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Threads
 
setSendTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
setSendTimeout(Duration) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer
 
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
 
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
Sets JettyServerCustomizers that will be applied to the Server before it is started.
setServerCustomizers(Collection<? extends JettyServerCustomizer>) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
Sets JettyServerCustomizers that will be applied to the Server before it is started.
setServerCustomizers(Collection<? extends NettyServerCustomizer>) - Method in class org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
Set NettyServerCustomizers that should be applied to the Netty server builder.
setServerHeader(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
setServerHeader(String) - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
 
setServerHeader(String) - Method in interface org.springframework.boot.web.server.ConfigurableWebServerFactory
Sets the server header value.
setServerId(int) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
setServerNamespace(String) - Method in interface org.springframework.boot.web.context.ConfigurableWebServerApplicationContext
Set the server namespace of the context.
setServerNamespace(String) - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
 
setServerNamespace(String) - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
 
setServiceName(String) - Method in class org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties.Application
 
setServiceUrl(String) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Admin
 
setServiceUrl(String) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Client
 
setServiceUrl(String) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Failover.BackupCluster
 
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
Set ServletRegistrationBeans that the filter will be registered against.
setSession(Session) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
 
setSession(Session) - Method in interface org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
Sets the configuration that will be applied to the container's HTTP session support.
setSessionCacheSize(int) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Cache
 
setSessionName(String) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setSettings(Map<String, String>) - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
 
setShardName(String) - Method in class org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties.Application
 
setShowComponents(Show) - Method in class org.springframework.boot.actuate.autoconfigure.health.HealthProperties
 
setShowDetails(Show) - Method in class org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties.Group
 
setShowDetails(Show) - Method in class org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties
 
setShowSql(boolean) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
 
setShowSummary(LiquibaseProperties.ShowSummary) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setShowSummaryOutput(LiquibaseProperties.ShowSummaryOutput) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setShowValues(Show) - Method in class org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointProperties
 
setShowValues(Show) - Method in class org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointProperties
 
setShowValues(Show) - Method in class org.springframework.boot.actuate.autoconfigure.quartz.QuartzEndpointProperties
 
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
 
setShutdownQuietPeriod(Duration) - Method in class org.springframework.boot.autoconfigure.reactor.netty.ReactorNettyProperties
 
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(int) - Method in class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties.Pool
 
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
 
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
 
setSocketKeepAlive(boolean) - Method in class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties
 
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.wavefront.WavefrontProperties
 
setSources(Set<String>) - Method in class org.springframework.boot.SpringApplication
Set additional sources that will be used to create an ApplicationContext.
setSpanJoiningSupported(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Brave
 
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
 
setSqlplus(Boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties.Oracle
 
setSqlplusWarn(Boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties.Oracle
 
setSqlServerKerberosLoginFile(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
Deprecated, for removal: This API element is subject to removal in a future version.
setSsl(CassandraProperties.Ssl) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
setSsl(Ssl) - Method in class org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties
 
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.
setSslBundle(SslBundle) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Sets the SSL bundle on the underlying ClientHttpRequestFactory.
setSslBundles(SslBundles) - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
 
setSslBundles(SslBundles) - Method in interface org.springframework.boot.rsocket.server.ConfigurableRSocketServerFactory
Sets an SSL bundle that can be used to get SSL configuration.
setSslBundles(SslBundles) - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
 
setSslBundles(SslBundles) - Method in interface org.springframework.boot.web.server.ConfigurableWebServerFactory
Sets the SSL bundles that can be used to configure SSL connections.
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
 
setStateStoreCacheMaxSize(DataSize) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
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
Set if the FileSystemWatcher should be stopped when a full restart occurs.
setStoreDir(File) - Method in class org.springframework.boot.web.servlet.server.Session
 
setStream(Boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setStreamMessageConverter(StreamMessageConverter) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitStreamTemplateConfigurer
Set the StreamMessageConverter to use or null if the out-of-the-box stream message converter should be used.
setStrictServletCompliance(boolean) - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
 
setSubscriptionDurable(boolean) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties
 
setSubscriptionName(String) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Reader
 
setSubscriptionRolePrefix(String) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Reader
 
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
 
setSwitchBackDelay(Duration) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Failover
 
setSystemProperty(String, String) - Method in class org.springframework.boot.logging.LoggingSystemProperties
Set a system property.
setSystemProperty(PropertyResolver, String, String) - Method in class org.springframework.boot.logging.LoggingSystemProperties
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.2.0 for removal in 3.4.0 with no replacement
setSystemProperty(PropertyResolver, String, String, String) - Method in class org.springframework.boot.logging.LoggingSystemProperties
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.2.0 for removal in 3.4.0 with no replacement
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
 
setTagFields(List<String>) - Method in class org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Baggage
 
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
 
setTaskExecutor(Executor) - Method in class org.springframework.boot.autoconfigure.amqp.AbstractRabbitListenerContainerFactoryConfigurer
Set the task executor to use.
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
 
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 ThreadPool that should be used by the Server.
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
Deprecated, for removal: This API element is subject to removal in a future version.
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.actuate.autoconfigure.tracing.otlp.OtlpProperties
 
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.docker.compose.lifecycle.DockerComposeProperties.Readiness
 
setTimeout(Duration) - Method in class org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties.Stop
 
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.
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
 
setTokenEndpointAuthenticationSigningAlgorithm(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Client
 
setTokenIntrospectionUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Endpoint
 
setTokenRevocationUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Endpoint
 
setTokenUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
 
setTokenUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Endpoint
 
setTomcatConnectorCustomizers(Collection<? extends TomcatConnectorCustomizer>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
Set TomcatConnectorCustomizers that should be applied to the Tomcat Connector.
setTomcatConnectorCustomizers(Collection<? extends TomcatConnectorCustomizer>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Set TomcatConnectorCustomizers that should be applied to the Tomcat Connector.
setTomcatContextCustomizers(Collection<? extends TomcatContextCustomizer>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
Set TomcatContextCustomizers that should be applied to the Tomcat Context.
setTomcatContextCustomizers(Collection<? extends TomcatContextCustomizer>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Set TomcatContextCustomizers that should be applied to the Tomcat Context.
setTomcatProtocolHandlerCustomizers(Collection<? extends TomcatProtocolHandlerCustomizer<?>>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
Set TomcatProtocolHandlerCustomizers that should be applied to the Tomcat Connector.
setTomcatProtocolHandlerCustomizers(Collection<? extends TomcatProtocolHandlerCustomizer<?>>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Set TomcatProtocolHandlerCustomizers that should be applied to the Tomcat Connector.
setTopicName(String) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer
 
setTopics(String[]) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
setTopics(List<String>) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer
 
setTopics(List<String>) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Reader
 
setTopicsMode(RegexSubscriptionMode) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer.Subscription
 
setTopicsPattern(Pattern) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer
 
setTrace(boolean) - Method in class org.springframework.boot.autoconfigure.h2.H2ConsoleProperties.Settings
 
setTraceDerivedCustomTagKeys(Set<String>) - Method in class org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties
 
setTrackingModes(Set<Session.SessionTrackingMode>) - Method in class org.springframework.boot.web.servlet.server.Session
 
setTransacted(boolean) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template.Session
 
setTransacted(Boolean) - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Listener.Session
 
setTransactionalLock(Boolean) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties.Postgresql
 
setTransactionIdPrefix(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
setTransactionIdPrefix(String) - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Template
 
setTransformerFactoryClass(Class<? extends TransformerFactory>) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Set the TransformerFactory implementation to use.
setTransport(RSocketServer.Transport) - Method in class org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server
 
setTransport(RSocketServer.Transport) - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
 
setTransport(RSocketServer.Transport) - Method in interface org.springframework.boot.rsocket.server.ConfigurableRSocketServerFactory
Set the transport that the RSocket server should use.
setTriggerEventType(Class<? extends SpringApplicationEvent>) - Method in class org.springframework.boot.context.ApplicationPidFileWriter
Sets the type of application event that will trigger writing of the PID file.
setTriggerFile(String) - Method in class org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
 
setTriggerFilter(FileFilter) - Method in class org.springframework.boot.devtools.filewatch.FileSystemWatcher
Set an optional FileFilter used to limit the files that trigger a change.
setTrustAll(Boolean) - Method in class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Packages
 
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
 
setTrustedProxies(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Remoteip
 
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(Class<? extends DataSource>) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
setType(String) - Method in class org.springframework.boot.autoconfigure.ssl.JksSslBundleProperties.Store
 
setType(String) - Method in class org.springframework.boot.autoconfigure.ssl.PemSslBundleProperties.Store
 
setType(List<TracingProperties.Propagation.PropagationType>) - Method in class org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Propagation
 
setType(SubscriptionType) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer.Subscription
 
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(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
 
setTypeMappings(List<PulsarProperties.Defaults.TypeMapping>) - Method in class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Defaults
 
setUiService(LiquibaseProperties.UIService) - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
 
setUniqueNames(boolean) - Method in class org.springframework.boot.autoconfigure.jmx.JmxProperties
 
setUnmarshaller(Unmarshaller) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Set the Unmarshaller to use to deserialize messages.
setUri(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics.AppOpticsProperties
 
setUri(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
 
setUri(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.datadog.DatadogProperties
 
setUri(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties
 
setUri(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.humio.HumioProperties
 
setUri(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
 
setUri(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.kairos.KairosProperties
 
setUri(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicProperties
 
setUri(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxProperties
 
setUri(String) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
setUri(URI) - Method in class org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties
 
setUri(URI) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationProperties.RSocket.Client
 
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
Configure the UriTemplateHandler to use to expand URI templates.
setUrl(String) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.otlp.OtlpProperties
 
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
Deprecated.
 
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
 
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
 
setUser(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties
 
setUser(String) - Method in class org.springframework.boot.autoconfigure.influx.InfluxDbProperties
Deprecated.
 
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
 
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
 
setUserInfoUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.OidcEndpoint
 
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
 
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
 
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
 
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
 
setVerifyKeys(boolean) - Method in class org.springframework.boot.autoconfigure.ssl.PemSslBundleProperties.Store
 
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
Configure the ViewResolver to use for rendering views.
setVirtualHost(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
setVirtualHost(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Stream
 
setWait(DockerComposeProperties.Readiness.Wait) - Method in class org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties.Readiness
 
setWaitForJobsToCompleteOnShutdown(boolean) - Method in class org.springframework.boot.autoconfigure.quartz.QuartzProperties
 
setWalletLocation(String) - Method in class org.springframework.boot.autoconfigure.flyway.FlywayProperties.Oracle
 
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.
setWebjarsPathPattern(String) - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties
 
setWebjarsPathPattern(String) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
 
setWebServiceMessageFactory(WebServiceMessageFactory) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Sets the WebServiceMessageFactory to 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
 
SEVENTEEN - Enum constant in enum class org.springframework.boot.system.JavaVersion
Java 17.
shouldBeRebuilt(Map<String, Object>) - Method in class org.springframework.boot.autoconfigure.kafka.SslBundleSslEngineFactory
 
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
 
shouldRegisterJspServlet() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
Returns whether the JSP servlet should be registered with the web server.
Show - Enum Class in org.springframework.boot.actuate.endpoint
Options for showing data in endpoint responses.
showComponents(SecurityContext) - Method in interface org.springframework.boot.actuate.health.HealthEndpointGroup
Returns if health components should be shown in the response.
showDetails(SecurityContext) - Method in interface org.springframework.boot.actuate.health.HealthEndpointGroup
Returns if health details should be shown in the response.
showSql() - Element in annotation interface org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTest
If SQL output should be logged.
shutdown() - Method in class org.springframework.boot.actuate.context.ShutdownEndpoint
 
shutdown() - Method in class org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager
Shutdown the manager, running any PrometheusPushGatewayManager.ShutdownOperation.
shutdown() - Method in interface org.springframework.boot.admin.SpringApplicationAdminMXBean
Shutdown the application.
Shutdown - Enum Class in org.springframework.boot.web.server
Configuration for shutting down a WebServer.
Shutdown() - Constructor for class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool.Shutdown
 
Shutdown() - Constructor for class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Shutdown
 
Shutdown() - Constructor for class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties.Shutdown
 
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
@Endpoint to shutdown the ApplicationContext.
ShutdownEndpoint() - Constructor for class org.springframework.boot.actuate.context.ShutdownEndpoint
 
ShutdownEndpoint.ShutdownDescriptor - Class in org.springframework.boot.actuate.context
Description of the shutdown.
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
Auto-configuration for exporting metrics to SignalFX.
SignalFxMetricsExportAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxMetricsExportAutoConfiguration
 
SignalFxProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx
@ConfigurationProperties for configuring metrics export to SignalFX.
SignalFxProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxProperties
 
SignalFxProperties.HistogramType - Enum Class in org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx
 
SignalFxPropertiesConfigAdapter - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx
Adapter to convert SignalFxProperties to a SignalFxConfig.
SignalFxPropertiesConfigAdapter(SignalFxProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxPropertiesConfigAdapter
 
Signing() - Constructor for class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration.Signing
 
Simple() - Constructor for class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Simple
 
Simple() - Constructor for class org.springframework.boot.autoconfigure.task.TaskSchedulingProperties.Simple
 
SIMPLE - Enum constant in enum class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor.Mode
Expose a pre-defined set of core settings only.
SIMPLE - Enum constant in enum class org.springframework.boot.autoconfigure.amqp.RabbitProperties.ContainerType
Container where the RabbitMQ consumer dispatches messages to an invoker thread.
SIMPLE - Enum constant in enum class org.springframework.boot.autoconfigure.cache.CacheType
Simple in-memory caching.
SIMPLE - Enum constant in enum class org.springframework.boot.autoconfigure.netty.NettyProperties.LeakDetection
Detect leaks for 1% of buffers.
SIMPLE - Enum constant in enum class org.springframework.boot.convert.DurationStyle
Simple formatting, for example '1s'.
SIMPLE - Enum constant in enum class org.springframework.boot.convert.PeriodStyle
Simple formatting, for example '1d'.
SimpleAsyncTaskExecutorBuilder - Class in org.springframework.boot.task
Builder that can be used to configure and create a SimpleAsyncTaskExecutor.
SimpleAsyncTaskExecutorBuilder() - Constructor for class org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder
 
SimpleAsyncTaskExecutorCustomizer - Interface in org.springframework.boot.task
Callback interface that can be used to customize a SimpleAsyncTaskExecutor.
SimpleAsyncTaskSchedulerBuilder - Class in org.springframework.boot.task
Builder that can be used to configure and create a SimpleAsyncTaskScheduler.
SimpleAsyncTaskSchedulerBuilder() - Constructor for class org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder
 
SimpleAsyncTaskSchedulerCustomizer - Interface in org.springframework.boot.task
Callback interface that can be used to customize a SimpleAsyncTaskScheduler.
simpleConfig(SimpleProperties) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleMetricsExportAutoConfiguration
 
SimpleContainer() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer
 
SimpleFormatter - Class in org.springframework.boot.logging.java
Simple 'Java Logging' Formatter.
SimpleFormatter() - Constructor for class org.springframework.boot.logging.java.SimpleFormatter
 
SimpleHttpCodeStatusMapper - Class in org.springframework.boot.actuate.health
Simple HttpCodeStatusMapper backed by map of status code to HTTP status code.
SimpleHttpCodeStatusMapper() - Constructor for class org.springframework.boot.actuate.health.SimpleHttpCodeStatusMapper
Create a new SimpleHttpCodeStatusMapper instance using default mappings.
SimpleHttpCodeStatusMapper(Map<String, Integer>) - Constructor for class org.springframework.boot.actuate.health.SimpleHttpCodeStatusMapper
Create a new SimpleHttpCodeStatusMapper with the specified mappings.
SimpleInfoContributor - Class in org.springframework.boot.actuate.info
A simple InfoContributor that exposes a single detail.
SimpleInfoContributor(String, Object) - Constructor for class org.springframework.boot.actuate.info.SimpleInfoContributor
 
simpleMeterRegistry(SimpleConfig, Clock) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleMetricsExportAutoConfiguration
 
SimpleMetricsExportAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.simple
Auto-configuration for exporting metrics to a SimpleMeterRegistry.
SimpleMetricsExportAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleMetricsExportAutoConfiguration
 
SimpleProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.simple
@ConfigurationProperties for configuring metrics export to a SimpleMeterRegistry.
SimpleProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleProperties
 
SimplePropertiesConfigAdapter - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.simple
Adapter to convert SimpleProperties to a SimpleConfig.
SimplePropertiesConfigAdapter(SimpleProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimplePropertiesConfigAdapter
 
SimpleRabbitListenerContainerFactoryConfigurer - Class in org.springframework.boot.autoconfigure.amqp
Configure SimpleRabbitListenerContainerFactoryConfigurer with sensible defaults.
SimpleRabbitListenerContainerFactoryConfigurer(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
StatusAggregator backed by an ordered status list.
SimpleStatusAggregator() - 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
 
SimpleStatusAggregator(Status...) - Constructor for class org.springframework.boot.actuate.health.SimpleStatusAggregator
 
SimpleTriggerDescriptor(SimpleTrigger) - Constructor for class org.springframework.boot.actuate.quartz.QuartzEndpoint.SimpleTriggerDescriptor
 
since() - Element in annotation interface org.springframework.boot.context.properties.DeprecatedConfigurationProperty
The version in which the property became deprecated.
SINGLE - Enum constant in enum class org.springframework.boot.actuate.endpoint.annotation.Selector.Match
Capture a single item.
SINGLE - Enum constant in enum class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener.Type
Invokes the endpoint with one ConsumerRecord at a time.
SingleLoggerLevelsDescriptor(LoggerConfiguration) - Constructor for class org.springframework.boot.actuate.logging.LoggersEndpoint.SingleLoggerLevelsDescriptor
 
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
 
SINGLETON - Enum constant in enum class org.springframework.boot.BootstrapRegistry.Scope
A singleton instance.
size() - Method in class org.springframework.boot.actuate.metrics.cache.RedisCacheMetrics
 
size() - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
Return the size of the collection.
size() - Method in class org.springframework.boot.web.servlet.ServletContextInitializerBeans
 
skip() - Element in annotation interface org.springframework.boot.test.autoconfigure.properties.PropertyMapping
Determines if mapping should be skipped.
Skip() - Constructor for class org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties.Skip
 
SkipPropertyMapping - Enum Class in org.springframework.boot.test.autoconfigure.properties
Enum used to control when @PropertyMapping is skipped.
SMART_LIFECYCLE_PHASE - Static variable in class org.springframework.boot.web.context.WebServerGracefulShutdownLifecycle
SmartLifecycle phase in which graceful shutdown of the web server is performed.
SNAPPY - Enum constant in enum class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Compression
Requires org.xerial.snappy:snappy-java.
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.ElasticsearchProperties.Restclient.Sniffer
 
sort(Collection<Class<?>>) - Method in class org.springframework.boot.autoconfigure.AutoConfigurations
 
sort(Collection<Class<?>>) - Method in class org.springframework.boot.context.annotation.Configurations
Sort configuration classes into the order that they should be applied.
Sort() - Constructor for class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Sort
 
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
 
SourceDirectoryUrlFilter - Interface in org.springframework.boot.devtools.restart.server
Filter URLs based on a source directory name.
sources(Class<?>...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Add more sources (configuration classes and components) to this application.
SpanExporters - Interface in org.springframework.boot.actuate.autoconfigure.tracing
A collection of span exporters.
SpanProcessors - Interface in org.springframework.boot.actuate.autoconfigure.tracing
A collection of span processors.
Spec() - Constructor for class org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server.Spec
 
split() - Method in class org.springframework.boot.context.config.ConfigDataLocation
Return an array of ConfigDataLocation elements built by splitting this ConfigDataLocation around a delimiter of ";".
split(String) - Method in class org.springframework.boot.context.config.ConfigDataLocation
Return an array of ConfigDataLocation elements built by splitting this ConfigDataLocation around the specified delimiter.
spliterator() - Method in interface org.springframework.boot.actuate.autoconfigure.tracing.SpanExporters
 
spliterator() - Method in interface org.springframework.boot.actuate.autoconfigure.tracing.SpanProcessors
 
SPRING_APPLICATION_JSON_ENVIRONMENT_VARIABLE - Static variable in class org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
Name of the SPRING_APPLICATION_JSON environment variable.
SPRING_APPLICATION_JSON_PROPERTY - Static variable in class org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
Name of the spring.application.json property.
SpringApplication - Class in org.springframework.boot
Class that can be used to bootstrap and launch a Spring application from a Java main method.
SpringApplication(Class<?>...) - Constructor for class org.springframework.boot.SpringApplication
Create a new SpringApplication instance.
SpringApplication(ResourceLoader, Class<?>...) - Constructor for class org.springframework.boot.SpringApplication
Create a new SpringApplication instance.
SpringApplication.AbandonedRunException - Exception in org.springframework.boot
Exception that can be thrown to silently exit a running SpringApplication without handling run failures.
SpringApplication.Augmented - Class in org.springframework.boot
Used to configure and run an augmented SpringApplication where additional configuration should be applied.
SpringApplication.Running - Interface in org.springframework.boot
Provides access to details of a SpringApplication run using SpringApplication.Augmented.run(String...).
SpringApplicationAdminJmxAutoConfiguration - Class in org.springframework.boot.autoconfigure.admin
Register a JMX component that allows to administer the current application.
SpringApplicationAdminJmxAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.admin.SpringApplicationAdminJmxAutoConfiguration
 
SpringApplicationAdminMXBean - Interface in org.springframework.boot.admin
An MBean contract to control and monitor a running SpringApplication over JMX.
SpringApplicationAdminMXBeanRegistrar - Class in org.springframework.boot.admin
Register a SpringApplicationAdminMXBean implementation to the platform MBeanServer.
SpringApplicationAdminMXBeanRegistrar(String) - Constructor for class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
 
springApplicationAdminRegistrar(ObjectProvider<MBeanExporter>, Environment) - Method in class org.springframework.boot.autoconfigure.admin.SpringApplicationAdminJmxAutoConfiguration
 
SpringApplicationAotProcessor - Class in org.springframework.boot
Entry point for AOT processing of a SpringApplication.
SpringApplicationAotProcessor(Class<?>, AbstractAotProcessor.Settings, String[]) - Constructor for class org.springframework.boot.SpringApplicationAotProcessor
Create a new processor for the specified application and settings.
SpringApplicationBuilder - Class in org.springframework.boot.builder
Builder for SpringApplication and ApplicationContext instances with convenient fluent API and context hierarchy support.
SpringApplicationBuilder(Class<?>...) - Constructor for class org.springframework.boot.builder.SpringApplicationBuilder
 
SpringApplicationBuilder(ResourceLoader, Class<?>...) - Constructor for class org.springframework.boot.builder.SpringApplicationBuilder
 
SpringApplicationEvent - Class in org.springframework.boot.context.event
Base class for ApplicationEvent related to a SpringApplication.
SpringApplicationEvent(SpringApplication, String[]) - Constructor for class org.springframework.boot.context.event.SpringApplicationEvent
 
SpringApplicationHook - Interface in org.springframework.boot
Low-level hook that can be used to attach a SpringApplicationRunListener to a SpringApplication in order to observe or modify its behavior.
SpringApplicationJsonEnvironmentPostProcessor - Class in org.springframework.boot.env
An EnvironmentPostProcessor that parses JSON from spring.application.json or equivalently SPRING_APPLICATION_JSON and adds it as a map property source to the Environment.
SpringApplicationJsonEnvironmentPostProcessor() - Constructor for class org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
 
SpringApplicationRunListener - Interface in org.springframework.boot
Listener for the SpringApplication run method.
SpringApplicationShutdownHandlers - Interface in org.springframework.boot
Interface that can be used to add or remove code that should run when the JVM is shutdown.
SpringBootApplication - Annotation Interface in org.springframework.boot.autoconfigure
Indicates a configuration class that declares one or more @Bean methods and also triggers auto-configuration and component scanning.
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 Interface in org.springframework.boot
Indicates that a class provides Spring Boot application @Configuration.
SpringBootConfigurationFactory - Class in org.springframework.boot.logging.log4j2
Spring Boot ConfigurationFactory that customizes Log4J2's default configuration to: Prevent logger warnings from being printed when the application first starts.
SpringBootConfigurationFactory() - Constructor for class org.springframework.boot.logging.log4j2.SpringBootConfigurationFactory
 
SpringBootContextLoader - Class in org.springframework.boot.test.context
A ContextLoader that can be used to test Spring Boot applications (those that normally startup using SpringApplication).
SpringBootContextLoader() - Constructor for class org.springframework.boot.test.context.SpringBootContextLoader
 
SpringBootExceptionReporter - Interface in org.springframework.boot
Callback interface used to support custom reporting of SpringApplication startup errors.
springBootMockMvcBuilderCustomizer() - Method in class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration
 
SpringBootMockMvcBuilderCustomizer - Class in org.springframework.boot.test.autoconfigure.web.servlet
MockMvcBuilderCustomizer for a typical Spring Boot application.
SpringBootMockMvcBuilderCustomizer(WebApplicationContext) - Constructor for class org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer
Create a new SpringBootMockMvcBuilderCustomizer instance.
SpringBootMockResolver - Class in org.springframework.boot.test.mock.mockito
A MockResolver for 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
MockServletContext implementation for Spring Boot.
SpringBootMockServletContext(String) - Constructor for class org.springframework.boot.test.mock.web.SpringBootMockServletContext
 
SpringBootMockServletContext(String, ResourceLoader) - Constructor for class org.springframework.boot.test.mock.web.SpringBootMockServletContext
 
SpringBootPropertySource - Class in org.springframework.boot.logging.log4j2
Spring Boot PropertySource that 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
An opinionated WebApplicationInitializer to run a SpringApplication from a traditional WAR deployment.
SpringBootServletInitializer() - Constructor for class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
 
SpringBootTest - Annotation Interface in org.springframework.boot.test.context
Annotation that can be specified on a test class that runs Spring Boot based tests.
SpringBootTest.UseMainMethod - Enum Class in org.springframework.boot.test.context
Enumeration of how the main method of the @SpringBootConfiguration-annotated class is used when creating and running the SpringApplication under test.
SpringBootTest.WebEnvironment - Enum Class in org.springframework.boot.test.context
An enumeration web environment modes.
SpringBootTestAotProcessor - Class in org.springframework.boot.test.context
Entry point for AOT processing of a Spring Boot application's tests.
SpringBootTestAotProcessor(Set<Path>, AbstractAotProcessor.Settings) - Constructor for class org.springframework.boot.test.context.SpringBootTestAotProcessor
Create a new processor for the specified test classpath roots and general settings.
SpringBootTestContextBootstrapper - Class in org.springframework.boot.test.context
TestContextBootstrapper for Spring Boot.
SpringBootTestContextBootstrapper() - Constructor for class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
 
SpringBootVersion - Class in org.springframework.boot
Exposes the Spring Boot version.
springBootWebTestClientBuilderCustomizer(ObjectProvider<CodecCustomizer>) - Method in class org.springframework.boot.test.autoconfigure.web.reactive.WebTestClientAutoConfiguration
 
SpringBootWebTestClientBuilderCustomizer - Class in org.springframework.boot.test.autoconfigure.web.reactive
WebTestClientBuilderCustomizer for a typical Spring Boot application.
SpringBootWebTestClientBuilderCustomizer(Collection<CodecCustomizer>) - Constructor for class org.springframework.boot.test.autoconfigure.web.reactive.SpringBootWebTestClientBuilderCustomizer
Create a new SpringBootWebTestClientBuilderCustomizer that will configure the builder's codecs using the given codecCustomizers.
SpringDataWebAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.web
Auto-configuration for Spring Data's web support.
SpringDataWebAutoConfiguration(SpringDataWebProperties) - Constructor for class org.springframework.boot.autoconfigure.data.web.SpringDataWebAutoConfiguration
 
SpringDataWebProperties - Class in org.springframework.boot.autoconfigure.data.web
Configuration properties for Spring Data Web.
SpringDataWebProperties() - Constructor for class org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties
 
SpringDataWebProperties.Pageable - Class in org.springframework.boot.autoconfigure.data.web
Pageable properties.
SpringDataWebProperties.Sort - Class in org.springframework.boot.autoconfigure.data.web
Sort properties.
SpringImplicitNamingStrategy - Class in org.springframework.boot.orm.jpa.hibernate
Hibernate ImplicitNamingStrategy that follows Spring recommended naming conventions.
SpringImplicitNamingStrategy() - Constructor for class org.springframework.boot.orm.jpa.hibernate.SpringImplicitNamingStrategy
 
SpringJtaPlatform - Class in org.springframework.boot.orm.jpa.hibernate
Generic Hibernate AbstractJtaPlatform implementation that simply resolves the JTA UserTransaction and TransactionManager from the Spring-configured JtaTransactionManager implementation.
SpringJtaPlatform(JtaTransactionManager) - Constructor for class org.springframework.boot.orm.jpa.hibernate.SpringJtaPlatform
 
springSecurityFilterChain(ServerHttpSecurity, PreFlightRequestHandler) - Method in class org.springframework.boot.actuate.autoconfigure.security.reactive.ReactiveManagementWebSecurityAutoConfiguration
 
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
 
SpyBean - Annotation Interface in org.springframework.boot.test.mock.mockito
Annotation that can be used to apply Mockito spies to a Spring ApplicationContext.
SpyBeans - Annotation Interface in org.springframework.boot.test.mock.mockito
Container annotation that aggregates several @SpyBean annotations.
SqlDataSourceScriptDatabaseInitializer - Class in org.springframework.boot.autoconfigure.sql.init
DataSourceScriptDatabaseInitializer for the primary SQL database.
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
Auto-configuration for initializing an SQL database.
SqlInitializationAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration
 
SqlInitializationProperties - Class in org.springframework.boot.autoconfigure.sql.init
Configuration properties for initializing an SQL database.
SqlInitializationProperties() - Constructor for class org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties
 
SQLITE - Enum constant in enum class org.springframework.boot.jdbc.DatabaseDriver
SQLite.
SqlR2dbcScriptDatabaseInitializer - Class in org.springframework.boot.autoconfigure.sql.init
R2dbcScriptDatabaseInitializer for the primary SQL database.
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
Sqlserver() - Constructor for class org.springframework.boot.autoconfigure.flyway.FlywayProperties.Sqlserver
 
SQLSERVER - Enum constant in enum class org.springframework.boot.jdbc.DatabaseDriver
SQL Server.
Ssl - Class in org.springframework.boot.web.server
Simple server-independent abstraction for SSL configuration.
Ssl() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
 
Ssl() - Constructor for class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Ssl
 
Ssl() - Constructor for class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Ssl
 
Ssl() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Ssl
 
Ssl() - Constructor for class org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties.Restclient.Ssl
 
Ssl() - Constructor for class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
Ssl() - Constructor for class org.springframework.boot.autoconfigure.mongo.MongoProperties.Ssl
 
Ssl() - Constructor for class org.springframework.boot.web.server.Ssl
 
SSL - Enum constant in enum class org.springframework.boot.test.web.client.TestRestTemplate.HttpClientOption
Use a SSLConnectionSocketFactory that trusts self-signed certificates.
SSL - Enum constant in enum class org.springframework.boot.web.servlet.server.Session.SessionTrackingMode
Use SSL build-in mechanism to track the session.
Ssl.ClientAuth - Enum Class in org.springframework.boot.web.server
Client authentication types.
SslAutoConfiguration - Class in org.springframework.boot.autoconfigure.ssl
sslBundle() - Method in record class org.springframework.boot.web.client.ClientHttpRequestFactorySettings
Returns the value of the sslBundle record component.
sslBundle(SslBundle) - Method in class org.springframework.boot.webservices.client.HttpWebServiceMessageSenderBuilder
Set an SslBundle that will be used to configure a secure connection.
SslBundle - Interface in org.springframework.boot.ssl
A bundle of trust material that can be used to establish an SSL connection.
SslBundleKey - Interface in org.springframework.boot.ssl
A reference to a single key obtained via SslBundle.
SslBundleProperties - Class in org.springframework.boot.autoconfigure.ssl
Base class for SSL Bundle properties.
SslBundleProperties() - Constructor for class org.springframework.boot.autoconfigure.ssl.SslBundleProperties
 
SslBundleProperties.Key - Class in org.springframework.boot.autoconfigure.ssl
 
SslBundleProperties.Options - Class in org.springframework.boot.autoconfigure.ssl
 
SslBundleRegistrar - Interface in org.springframework.boot.autoconfigure.ssl
Interface to be implemented by types that register SslBundle instances with an SslBundleRegistry.
SslBundleRegistry - Interface in org.springframework.boot.ssl
Interface that can be used to register an SslBundle for a given name.
SslBundles - Interface in org.springframework.boot.ssl
A managed set of SslBundle instances that can be retrieved by name.
SslBundleSslEngineFactory - Class in org.springframework.boot.autoconfigure.kafka
An SslEngineFactory that configures creates an SSLEngine from an SslBundle.
SslBundleSslEngineFactory() - Constructor for class org.springframework.boot.autoconfigure.kafka.SslBundleSslEngineFactory
 
SslManagerBundle - Interface in org.springframework.boot.ssl
A bundle of key and trust managers that can be used to establish an SSL connection.
SslOptions - Interface in org.springframework.boot.ssl
Configuration options that should be applied when establishing an SSL connection.
SslProperties - Class in org.springframework.boot.autoconfigure.ssl
Properties for centralized SSL trust material configuration.
SslProperties() - Constructor for class org.springframework.boot.autoconfigure.ssl.SslProperties
 
SslProperties.Bundles - Class in org.springframework.boot.autoconfigure.ssl
Properties to define SSL Bundles.
SslProperties.Bundles.Watch - Class in org.springframework.boot.autoconfigure.ssl
 
SslProperties.Bundles.Watch.File - Class in org.springframework.boot.autoconfigure.ssl
 
SslServerCustomizer - Class in org.springframework.boot.web.embedded.netty
NettyServerCustomizer that configures SSL for the given Reactor Netty server instance.
SslServerCustomizer(Http2, Ssl.ClientAuth, SslBundle) - Constructor for class org.springframework.boot.web.embedded.netty.SslServerCustomizer
 
SslStoreBundle - Interface in org.springframework.boot.ssl
A bundle of key and trust stores that can be used to establish an SSL connection.
STACK_TRACE - Enum constant in enum class org.springframework.boot.web.error.ErrorAttributeOptions.Include
Include the stack trace attribute.
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
Auto-configuration for exporting metrics to 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
@ConfigurationProperties for configuring Stackdriver metrics export.
StackdriverProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.stackdriver.StackdriverProperties
 
StackdriverPropertiesConfigAdapter - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.stackdriver
Adapter to convert StackdriverProperties to a StackdriverConfig.
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
AnnotationCustomizableTypeExcludeFilter that can be used to any test annotation that uses the standard includeFilters, excludeFilters and useDefaultFilters attributes.
StandardAnnotationCustomizableTypeExcludeFilter(Class<?>) - Constructor for class org.springframework.boot.test.autoconfigure.filter.StandardAnnotationCustomizableTypeExcludeFilter
 
StandardConfigDataLoader - Class in org.springframework.boot.context.config
ConfigDataLoader for Resource backed locations.
StandardConfigDataLoader() - Constructor for class org.springframework.boot.context.config.StandardConfigDataLoader
 
StandardConfigDataLocationResolver - Class in org.springframework.boot.context.config
ConfigDataLocationResolver for standard locations.
StandardConfigDataLocationResolver(DeferredLogFactory, Binder, ResourceLoader) - Constructor for class org.springframework.boot.context.config.StandardConfigDataLocationResolver
Create a new StandardConfigDataLocationResolver instance.
StandardConfigDataResource - Class in org.springframework.boot.context.config
standardGsonBuilderCustomizer(GsonProperties) - Method in class org.springframework.boot.autoconfigure.gson.GsonAutoConfiguration
 
StandardMongoClientSettingsBuilderCustomizer - Class in org.springframework.boot.autoconfigure.mongo
A MongoClientSettingsBuilderCustomizer that applies standard settings to a MongoClientSettings.
StandardMongoClientSettingsBuilderCustomizer(ConnectionString, UuidRepresentation, MongoProperties.Ssl, SslBundles) - Constructor for class org.springframework.boot.autoconfigure.mongo.StandardMongoClientSettingsBuilderCustomizer
 
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() - 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() - Method in class org.springframework.boot.jdbc.HikariCheckpointRestoreLifecycle
 
start() - Method in class org.springframework.boot.logging.logback.CorrelationIdConverter
 
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(String) - Method in class org.springframework.boot.context.metrics.buffering.BufferingApplicationStartup
 
start(Clock, RecordableHttpRequest) - Static method in class org.springframework.boot.actuate.web.exchanges.HttpExchange
Start a new HttpExchange.Started from the given source request.
start(RecordableHttpRequest) - Static method in class org.springframework.boot.actuate.web.exchanges.HttpExchange
Start a new HttpExchange.Started from the given source request.
start(FailureHandler) - Method in class org.springframework.boot.devtools.restart.Restarter
Start the application.
start(LogLevel) - Method in interface org.springframework.boot.docker.compose.core.DockerCompose
Run docker compose start to start services.
Start() - Constructor for class org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties.Start
 
START - Enum constant in enum class org.springframework.boot.docker.compose.lifecycle.StartCommand
Start using docker compose start.
START_AND_STOP - Enum constant in enum class org.springframework.boot.docker.compose.lifecycle.LifecycleManagement
Start Docker Compose if it's not running and stop it when the JVM exits.
START_ONLY - Enum constant in enum class org.springframework.boot.docker.compose.lifecycle.LifecycleManagement
Start Docker Compose if it's not running.
StartCommand - Enum Class in org.springframework.boot.docker.compose.lifecycle
Command used to start Docker Compose.
startConditionMessage() - Method in class org.springframework.boot.autoconfigure.condition.ResourceCondition
 
started(ConfigurableApplicationContext, Duration) - Method in interface org.springframework.boot.SpringApplicationRunListener
The context has been refreshed and the application has started but CommandLineRunners and ApplicationRunners have not been called.
starting(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
@Endpoint to expose the timeline of the application startup.
StartupEndpoint(BufferingApplicationStartup) - Constructor for class org.springframework.boot.actuate.startup.StartupEndpoint
Creates a new StartupEndpoint that will describe the timeline of buffered application startup events.
StartupEndpoint.StartupDescriptor - Class in org.springframework.boot.actuate.startup
Description of an application startup.
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
Represent the timeline of steps recorded by BufferingApplicationStartup.
StartupTimeline.TimelineEvent - Class in org.springframework.boot.context.metrics.buffering
Event on the current StartupTimeline.
startupTimeMetrics(MeterRegistry) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.startup.StartupTimeMetricsListenerAutoConfiguration
 
StartupTimeMetricsListener - Class in org.springframework.boot.actuate.metrics.startup
Binds application startup metrics in response to ApplicationStartedEvent and ApplicationReadyEvent.
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
Auto-configuration for startup time metrics.
StartupTimeMetricsListenerAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.startup.StartupTimeMetricsListenerAutoConfiguration
 
STATIC - Static variable in interface org.springframework.boot.devtools.filewatch.SnapshotStateRepository
A SnapshotStateRepository that uses a static instance to keep state across restarts.
StaticResourceLocation - Enum Class in org.springframework.boot.autoconfigure.security
Common locations for static resources.
StaticResourceRequest - Class in org.springframework.boot.autoconfigure.security.reactive
Used to create a ServerWebExchangeMatcher for static resources in commonly used locations.
StaticResourceRequest - Class in org.springframework.boot.autoconfigure.security.servlet
Used to create a RequestMatcher for static resources in commonly used locations.
StaticResourceRequest.StaticResourceRequestMatcher - Class in org.springframework.boot.autoconfigure.security.servlet
The request matcher used to match against resource Locations.
StaticResourceRequest.StaticResourceServerWebExchange - Class in org.springframework.boot.autoconfigure.security.reactive
The server web exchange matcher used to match against resource locations.
statsdConfig(StatsdProperties) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdMetricsExportAutoConfiguration
 
statsdMeterRegistry(StatsdConfig, Clock) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdMetricsExportAutoConfiguration
 
StatsdMetricsExportAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.statsd
Auto-configuration for exporting metrics to StatsD.
StatsdMetricsExportAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdMetricsExportAutoConfiguration
 
StatsdProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.statsd
@ConfigurationProperties for configuring StatsD metrics export.
StatsdProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
 
StatsdPropertiesConfigAdapter - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.statsd
Adapter to convert StatsdProperties to a StatsdConfig.
StatsdPropertiesConfigAdapter(StatsdProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdPropertiesConfigAdapter
 
status(String) - Method in class org.springframework.boot.actuate.health.Health.Builder
Set status to given statusCode.
status(String) - Static method in class org.springframework.boot.actuate.health.Health
Create a new Health.Builder instance with a specific status code.
status(Status) - Method in class org.springframework.boot.actuate.health.Health.Builder
Set status to given Status instance.
status(Status) - Static method in class org.springframework.boot.actuate.health.Health
Create a new Health.Builder instance with a specific Status.
Status - Class in org.springframework.boot.actuate.health
Value object to express state of a component or subsystem.
Status() - Constructor for class org.springframework.boot.actuate.autoconfigure.health.HealthProperties.Status
 
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_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
PushRegistryProperties extensions for registries that are step-normalized.
StepRegistryProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.StepRegistryProperties
 
StepRegistryPropertiesConfigAdapter<T extends StepRegistryProperties> - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.properties
Base class for StepRegistryProperties to StepRegistryConfig adapters.
StepRegistryPropertiesConfigAdapter(T) - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.StepRegistryPropertiesConfigAdapter
 
stop() - Method in class org.springframework.boot.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.jdbc.HikariCheckpointRestoreLifecycle
 
stop() - Method in class org.springframework.boot.logging.logback.CorrelationIdConverter
 
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() - 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.
stop(Runnable) - Method in class org.springframework.boot.web.context.WebServerGracefulShutdownLifecycle
 
stop(Duration) - Method in interface org.springframework.boot.docker.compose.core.DockerCompose
Run docker compose stop to stop any running services.
Stop() - Constructor for class org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties.Stop
 
STOP - Enum constant in enum class org.springframework.boot.docker.compose.lifecycle.StopCommand
Stop using docker compose stop.
StopCommand - Enum Class in org.springframework.boot.docker.compose.lifecycle
Command used to stop Docker Compose.
store() - Element in annotation interface org.springframework.boot.autoconfigure.data.ConditionalOnRepositoryType
The name of the store that backs the repositories.
Store() - Constructor for class org.springframework.boot.autoconfigure.ssl.JksSslBundleProperties.Store
 
Store() - Constructor for class org.springframework.boot.autoconfigure.ssl.PemSslBundleProperties.Store
 
storeErrorInformation(Throwable, ServerWebExchange) - Method in class org.springframework.boot.web.reactive.error.DefaultErrorAttributes
 
storeErrorInformation(Throwable, ServerWebExchange) - Method in interface org.springframework.boot.web.reactive.error.ErrorAttributes
Store the given error information in the current ServerWebExchange.
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
Return a stream of the named contributors.
stream() - Method in interface org.springframework.boot.context.properties.source.IterableConfigurationPropertySource
Returns a sequential Stream for the names managed by this source.
stream() - Method in class org.springframework.boot.context.properties.source.MapConfigurationPropertySource
 
Stream() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Stream
 
STREAM - Enum constant in enum class org.springframework.boot.autoconfigure.amqp.RabbitProperties.ContainerType
Container that uses the RabbitMQ Stream Client.
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 StreamsBuilderFactoryBean beans.
STRICT - Enum constant in enum class org.springframework.boot.web.server.Cookie.SameSite
Cookies are only sent in a first-party context (i.e.
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
 
subName(int) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
Return a new ConfigurationPropertyName by based on this name offset by specific element index.
Subscription() - Constructor for class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer.Subscription
 
subSequence(int, int) - Method in interface org.springframework.boot.test.system.CapturedOutput
 
success() - Static method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.SecurityResponse
 
SUCCESS - Enum constant in enum class org.springframework.boot.actuate.metrics.http.Outcome
Outcome of the request was success.
SUMMARY - Enum constant in enum class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties.ShowSummary
Show a summary.
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(Class<? extends ApplicationEvent>) - Method in class org.springframework.boot.env.EnvironmentPostProcessorApplicationListener
 
supportsEventType(ResolvableType) - Method in class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
 
supportsEventType(ResolvableType) - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
 
supportsParameter(ParameterContext, ExtensionContext) - Method in class org.springframework.boot.test.system.OutputCaptureExtension
 
supportsSourceType(Class<?>) - Method in class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
 
supportsSourceType(Class<?>) - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
 
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_ENVIRONMENT - Enum constant in enum class org.springframework.boot.test.util.TestPropertyValues.Type
SYSTEM_ERR - Enum constant in enum class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrint
Print MVC interactions to System.err.
SYSTEM_OUT - Enum constant in enum class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrint
Print MVC interactions to System.out.
SYSTEM_PROPERTY - Static variable in class org.springframework.boot.logging.LoggingSystem
A System property that can be used to indicate the LoggingSystem to use.
SystemEnvironmentOrigin - Class in org.springframework.boot.origin
Origin for an item loaded from the system environment.
SystemEnvironmentOrigin(String) - Constructor for class org.springframework.boot.origin.SystemEnvironmentOrigin
 
SystemEnvironmentPropertySourceEnvironmentPostProcessor - Class in org.springframework.boot.env
SystemEnvironmentPropertySourceEnvironmentPostProcessor() - Constructor for class org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor
 
SystemEnvironmentPropertySourceEnvironmentPostProcessor.OriginAwareSystemEnvironmentPropertySource - Class in org.springframework.boot.env
SystemHealth - Class in org.springframework.boot.actuate.health
A HealthComponent that represents the overall system health and the available groups.
SystemMetricsAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics
Auto-configuration for system metrics.
SystemMetricsAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.SystemMetricsAutoConfiguration
 
SystemProperties - Class in org.springframework.boot.system
Access to system properties.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form