索引
常量字段值|所有程序包|所有类和接口|序列化表格
S
- SAME - 枚举类 中的枚举常量 org.springframework.boot.actuate.autoconfigure.web.ManagementContextType
-
The management context is the same as the main application context.
- SAME - 枚举类 中的枚举常量 org.springframework.boot.actuate.autoconfigure.web.server.ManagementPortType
-
The management port is the same as the server port.
- sameFile(URL, URL) - 类中的方法 org.springframework.boot.loader.net.protocol.jar.Handler
- Saml2RelyingPartyAutoConfiguration - org.springframework.boot.autoconfigure.security.saml2中的类
-
Auto-configuration
for Spring Security's SAML 2.0 authentication support. - Saml2RelyingPartyAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyAutoConfiguration
- Saml2RelyingPartyProperties - org.springframework.boot.autoconfigure.security.saml2中的类
-
SAML2 relying party properties.
- Saml2RelyingPartyProperties() - 类的构造器 org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties
- Saml2RelyingPartyProperties.AssertingParty - org.springframework.boot.autoconfigure.security.saml2中的类
-
Represents a remote Identity Provider.
- Saml2RelyingPartyProperties.AssertingParty.Singlesignon - org.springframework.boot.autoconfigure.security.saml2中的类
-
Single sign on details for an Identity Provider.
- Saml2RelyingPartyProperties.AssertingParty.Verification - org.springframework.boot.autoconfigure.security.saml2中的类
-
Verification details for an Identity Provider.
- Saml2RelyingPartyProperties.AssertingParty.Verification.Credential - org.springframework.boot.autoconfigure.security.saml2中的类
- Saml2RelyingPartyProperties.Decryption - org.springframework.boot.autoconfigure.security.saml2中的类
- Saml2RelyingPartyProperties.Decryption.Credential - org.springframework.boot.autoconfigure.security.saml2中的类
- Saml2RelyingPartyProperties.Registration - org.springframework.boot.autoconfigure.security.saml2中的类
-
Represents a SAML Relying Party.
- Saml2RelyingPartyProperties.Registration.Acs - org.springframework.boot.autoconfigure.security.saml2中的类
- Saml2RelyingPartyProperties.Registration.Signing - org.springframework.boot.autoconfigure.security.saml2中的类
- Saml2RelyingPartyProperties.Registration.Signing.Credential - org.springframework.boot.autoconfigure.security.saml2中的类
- Saml2RelyingPartyProperties.Singlelogout - org.springframework.boot.autoconfigure.security.saml2中的类
-
Single logout details.
- Sampling() - 类的构造器 org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Sampling
- SanitizableData - org.springframework.boot.actuate.endpoint中的类
-
Value object that represents the data that can be used by a
SanitizingFunction
. - SanitizableData(PropertySource<?>, String, Object) - 类的构造器 org.springframework.boot.actuate.endpoint.SanitizableData
-
Create a new
SanitizableData
instance. - sanitize(SanitizableData, boolean) - 类中的方法 org.springframework.boot.actuate.endpoint.Sanitizer
-
Sanitize the value from the given
SanitizableData
using the availableSanitizingFunction
s. - SANITIZED_VALUE - 类中的静态变量 org.springframework.boot.actuate.endpoint.SanitizableData
-
Represents a sanitized value.
- Sanitizer - org.springframework.boot.actuate.endpoint中的类
-
Strategy that should be used by endpoint implementations to sanitize potentially sensitive keys.
- Sanitizer() - 类的构造器 org.springframework.boot.actuate.endpoint.Sanitizer
-
Create a new
Sanitizer
instance. - Sanitizer(Iterable<SanitizingFunction>) - 类的构造器 org.springframework.boot.actuate.endpoint.Sanitizer
-
Create a new
Sanitizer
instance with sanitizing functions. - SanitizingFunction - org.springframework.boot.actuate.endpoint中的接口
-
Function that takes a
SanitizableData
and applies sanitization to the value, if necessary. - SAP - 枚举类 中的枚举常量 org.springframework.boot.cloud.CloudPlatform
-
SAP Cloud platform.
- save(Object) - 接口中的方法 org.springframework.boot.devtools.filewatch.SnapshotStateRepository
-
Save the given state in the repository.
- Sbom() - 类的构造器 org.springframework.boot.actuate.sbom.SbomProperties.Sbom
- SbomEndpoint - org.springframework.boot.actuate.sbom中的类
-
@Endpoint
to expose an SBOM. - SbomEndpoint(SbomProperties, ResourceLoader) - 类的构造器 org.springframework.boot.actuate.sbom.SbomEndpoint
- SbomEndpointAutoConfiguration - org.springframework.boot.actuate.autoconfigure.sbom中的类
- SbomEndpointWebExtension - org.springframework.boot.actuate.sbom中的类
-
@EndpointWebExtension
for theSbomEndpoint
. - SbomEndpointWebExtension(SbomEndpoint, SbomProperties) - 类的构造器 org.springframework.boot.actuate.sbom.SbomEndpointWebExtension
- SbomProperties - org.springframework.boot.actuate.sbom中的类
-
Configuration properties for the SBOM endpoint.
- SbomProperties() - 类的构造器 org.springframework.boot.actuate.sbom.SbomProperties
- SbomProperties.Sbom - org.springframework.boot.actuate.sbom中的类
- scan(Class<? extends Annotation>...) - 类中的方法 org.springframework.boot.autoconfigure.domain.EntityScanner
-
Scan for entities with the specified annotations.
- scan(String...) - 类中的方法 org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
-
Perform a scan within the specified base packages.
- scan(String...) - 类中的方法 org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
-
Perform a scan within the specified base packages.
- scan(String...) - 类中的方法 org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
-
Perform a scan within the specified base packages.
- scan(ApplicationContext, Collection<String>) - 类中的静态方法 org.springframework.boot.jackson.JsonMixinModuleEntries
-
Scan the classpath for
@JsonMixin
in the specifiedbasePackages
. - scanBasePackageClasses() - 批注接口 中的元素 org.springframework.boot.autoconfigure.SpringBootApplication
-
Type-safe alternative to
SpringBootApplication.scanBasePackages()
for specifying the packages to scan for annotated components. - scanBasePackages() - 批注接口 中的元素 org.springframework.boot.autoconfigure.SpringBootApplication
-
Base packages to scan for annotated components.
- scheduledBeanLazyInitializationExcludeFilter() - 类中的静态方法 org.springframework.boot.autoconfigure.task.TaskSchedulingAutoConfiguration
- scheduledTasks() - 类中的方法 org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint
- scheduledTasksEndpoint(ObjectProvider<ScheduledTaskHolder>) - 类中的方法 org.springframework.boot.actuate.autoconfigure.scheduling.ScheduledTasksEndpointAutoConfiguration
- ScheduledTasksEndpoint - org.springframework.boot.actuate.scheduling中的类
-
@Endpoint
to expose information about an application's scheduled tasks. - ScheduledTasksEndpoint(Collection<ScheduledTaskHolder>) - 类的构造器 org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint
- ScheduledTasksEndpoint.CronTaskDescriptor - org.springframework.boot.actuate.scheduling中的类
- ScheduledTasksEndpoint.CustomTriggerTaskDescriptor - org.springframework.boot.actuate.scheduling中的类
-
Description of a
TriggerTask
with a customTrigger
. - ScheduledTasksEndpoint.ExceptionInfo - org.springframework.boot.actuate.scheduling中的类
- ScheduledTasksEndpoint.FixedDelayTaskDescriptor - org.springframework.boot.actuate.scheduling中的类
- ScheduledTasksEndpoint.FixedRateTaskDescriptor - org.springframework.boot.actuate.scheduling中的类
- ScheduledTasksEndpoint.IntervalTaskDescriptor - org.springframework.boot.actuate.scheduling中的类
-
Description of an
IntervalTask
. - ScheduledTasksEndpoint.LastExecution - org.springframework.boot.actuate.scheduling中的类
- ScheduledTasksEndpoint.NextExecution - org.springframework.boot.actuate.scheduling中的类
- ScheduledTasksEndpoint.RunnableDescriptor - org.springframework.boot.actuate.scheduling中的类
- ScheduledTasksEndpoint.ScheduledTasksDescriptor - org.springframework.boot.actuate.scheduling中的类
-
Description of an application's scheduled
Tasks
. - ScheduledTasksEndpoint.TaskDescriptor - org.springframework.boot.actuate.scheduling中的类
-
Base class for descriptions of a
Task
. - ScheduledTasksEndpointAutoConfiguration - org.springframework.boot.actuate.autoconfigure.scheduling中的类
- ScheduledTasksEndpointAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.scheduling.ScheduledTasksEndpointAutoConfiguration
- ScheduledTasksObservabilityAutoConfiguration - org.springframework.boot.actuate.autoconfigure.scheduling中的类
-
Auto-configuration
to enable observability for scheduled tasks. - ScheduledTasksObservabilityAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.scheduling.ScheduledTasksObservabilityAutoConfiguration
- SchedulerFactoryBeanCustomizer - 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() - 类的构造器 org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Schema
- schemaInfo() - 记录类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Defaults.TypeMapping
-
返回
schemaInfo
记录组件的值。 - SchemaInfo(SchemaType, Class<?>) - 记录类的构造器 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Defaults.SchemaInfo
-
创建
SchemaInfo
记录类的实例。 - SchemaManagement - org.springframework.boot.jdbc中的枚举类
-
An enumeration of the available schema management options.
- SchemaManagementProvider - org.springframework.boot.jdbc中的接口
-
Strategy interface to determine the
SchemaManagement
of aDataSource
. - schemaType() - 记录类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Defaults.SchemaInfo
-
返回
schemaType
记录组件的值。 - scope() - 批注接口 中的元素 org.springframework.boot.jackson.JsonComponent
-
The scope under which the serializer/deserializer should be registered with the module.
- scrape(PrometheusOutputFormat, Set<String>) - 类中的方法 org.springframework.boot.actuate.metrics.export.prometheus.PrometheusScrapeEndpoint
- scrape(TextOutputFormat, Set<String>) - 类中的方法 org.springframework.boot.actuate.metrics.export.prometheus.PrometheusSimpleclientScrapeEndpoint
-
已过时。
- Scripts(List<Resource>) - 类的构造器 org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer.Scripts
- SdkLoggerProviderBuilderCustomizer - org.springframework.boot.actuate.autoconfigure.logging中的接口
-
Callback interface that can be used to customize the
SdkLoggerProviderBuilder
that is used to create the auto-configuredSdkLoggerProvider
. - SdkTracerProviderBuilderCustomizer - org.springframework.boot.actuate.autoconfigure.tracing中的接口
-
Callback interface that can be used to customize the
SdkTracerProviderBuilder
that is used to create the auto-configuredSdkTracerProvider
. - search() - 批注接口 中的元素 org.springframework.boot.autoconfigure.condition.ConditionalOnBean
-
Strategy to decide if the application context hierarchy (parent contexts) should be considered.
- search() - 批注接口 中的元素 org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean
-
Strategy to decide if the application context hierarchy (parent contexts) should be considered.
- search() - 批注接口 中的元素 org.springframework.boot.autoconfigure.condition.ConditionalOnSingleCandidate
-
Strategy to decide if the application context hierarchy (parent contexts) should be considered.
- SearchStrategy - org.springframework.boot.autoconfigure.condition中的枚举类
-
Some named search strategies for beans in the bean factory hierarchy.
- Security() - 类的构造器 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Security
- Security() - 类的构造器 org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Security
- SecurityAutoConfiguration - org.springframework.boot.autoconfigure.security.servlet中的类
-
Auto-configuration
for Spring Security. - SecurityAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration
- SecurityContext - org.springframework.boot.actuate.endpoint中的接口
-
Security context in which an endpoint is being invoked.
- SecurityDataConfiguration - org.springframework.boot.autoconfigure.security中的类
-
Automatically adds Spring Security's integration with Spring Data.
- SecurityDataConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.security.SecurityDataConfiguration
- securityDataFetcherExceptionResolver() - 类中的方法 org.springframework.boot.autoconfigure.graphql.security.GraphQlWebMvcSecurityAutoConfiguration
- securityEvaluationContextExtension() - 类中的方法 org.springframework.boot.autoconfigure.security.SecurityDataConfiguration
- SecurityFilterAutoConfiguration - org.springframework.boot.autoconfigure.security.servlet中的类
-
Auto-configuration
for Spring Security's Filter. - SecurityFilterAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration
- securityFilterChainRegistration(SecurityProperties) - 类中的方法 org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration
- SecurityProperties - org.springframework.boot.autoconfigure.security中的类
-
Configuration properties for Spring Security.
- SecurityProperties() - 类的构造器 org.springframework.boot.autoconfigure.security.SecurityProperties
- SecurityProperties.Filter - org.springframework.boot.autoconfigure.security中的类
- SecurityProperties.User - org.springframework.boot.autoconfigure.security中的类
- SecurityRequestMatchersManagementContextConfiguration - org.springframework.boot.actuate.autoconfigure.security.servlet中的类
-
ManagementContextConfiguration
that configures the appropriateRequestMatcherProvider
. - SecurityRequestMatchersManagementContextConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.security.servlet.SecurityRequestMatchersManagementContextConfiguration
- SecurityRequestMatchersManagementContextConfiguration.JerseyRequestMatcherConfiguration - org.springframework.boot.actuate.autoconfigure.security.servlet中的类
- SecurityRequestMatchersManagementContextConfiguration.MvcRequestMatcherConfiguration - org.springframework.boot.actuate.autoconfigure.security.servlet中的类
- SecurityResponse - org.springframework.boot.actuate.autoconfigure.cloudfoundry中的类
-
Response from the Cloud Foundry security interceptors.
- SecurityResponse(HttpStatus) - 类的构造器 org.springframework.boot.actuate.autoconfigure.cloudfoundry.SecurityResponse
- SecurityResponse(HttpStatus, String) - 类的构造器 org.springframework.boot.actuate.autoconfigure.cloudfoundry.SecurityResponse
- selectImports(AnnotationMetadata) - 类中的方法 org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
- Selector - 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 - org.springframework.boot.actuate.endpoint.annotation中的枚举类
-
Match types that can be used with the
@Selector
. - Sender() - 类的构造器 org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties.Sender
- SENDER - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.amqp.RabbitRetryTemplateCustomizer.Target
-
RabbitTemplate
target. - SENDER_TRACING_OBSERVATION_HANDLER_ORDER - 类中的静态变量 org.springframework.boot.actuate.autoconfigure.tracing.MicrometerTracingAutoConfiguration
- sendGrid(SendGridProperties) - 类中的方法 org.springframework.boot.autoconfigure.sendgrid.SendGridAutoConfiguration
- SendGridAutoConfiguration - org.springframework.boot.autoconfigure.sendgrid中的类
-
Auto-configuration
for SendGrid. - SendGridAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.sendgrid.SendGridAutoConfiguration
- SendGridProperties - org.springframework.boot.autoconfigure.sendgrid中的类
-
@ConfigurationProperties
for SendGrid. - SendGridProperties() - 类的构造器 org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
- SendGridProperties.Proxy - org.springframework.boot.autoconfigure.sendgrid中的类
- sensitiveTargetBindingDetected(Binding) - 类中的方法 org.springframework.boot.buildpack.platform.build.AbstractBuildLog
- sensitiveTargetBindingDetected(Binding) - 接口中的方法 org.springframework.boot.buildpack.platform.build.BuildLog
-
Log that a binding with a sensitive target has been detected.
- Sentinel() - 类的构造器 org.springframework.boot.autoconfigure.data.redis.RedisProperties.Sentinel
- separator(String) - 类中的方法 org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer.Scripts
- SEQUENTIAL - 枚举类 中的枚举常量 org.springframework.boot.testcontainers.lifecycle.TestcontainersStartup
-
Startup containers sequentially.
- serializable() - 批注接口 中的元素 org.springframework.boot.test.mock.mockito.MockBean
-
已过时。If the generated mock is serializable.
- serialize(T, JsonGenerator, SerializerProvider) - 类中的方法 org.springframework.boot.jackson.JsonObjectSerializer
- serializeObject(T, JsonGenerator, SerializerProvider) - 类中的方法 org.springframework.boot.jackson.JsonObjectSerializer
-
Serialize JSON content into the value type this serializer handles.
- Server() - 类的构造器 org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web.Server
- Server() - 类的构造器 org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties.Http.Server
- Server() - 类的构造器 org.springframework.boot.autoconfigure.integration.IntegrationProperties.RSocket.Server
- Server() - 类的构造器 org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server
- SERVER - 类中的静态变量 org.springframework.boot.actuate.endpoint.web.WebServerNamespace
-
WebServerNamespace
that represents the main server. - SERVER_ERROR - 枚举类 中的枚举常量 org.springframework.boot.actuate.metrics.http.Outcome
-
Outcome of the request was server error.
- SERVER_PREFIX - 类中的静态变量 org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties.Group
- serverName() - 记录类中的方法 org.springframework.boot.web.server.Ssl.ServerNameSslBundle
-
返回
serverName
记录组件的值。 - ServerNameSslBundle(String, String) - 记录类的构造器 org.springframework.boot.web.server.Ssl.ServerNameSslBundle
-
创建
ServerNameSslBundle
记录类的实例。 - ServerPortInfoApplicationContextInitializer - org.springframework.boot.web.context中的类
-
ApplicationContextInitializer
that setsEnvironment
properties for the ports thatWebServer
servers are actually listening on. - ServerPortInfoApplicationContextInitializer() - 类的构造器 org.springframework.boot.web.context.ServerPortInfoApplicationContextInitializer
- ServerProperties - org.springframework.boot.autoconfigure.web中的类
-
@ConfigurationProperties
for a web server (e.g. port and path settings). - ServerProperties() - 类的构造器 org.springframework.boot.autoconfigure.web.ServerProperties
- ServerProperties.ForwardHeadersStrategy - org.springframework.boot.autoconfigure.web中的枚举类
-
Strategies for supporting forward headers.
- ServerProperties.Jetty - org.springframework.boot.autoconfigure.web中的类
-
Jetty properties.
- ServerProperties.Jetty.Accesslog - org.springframework.boot.autoconfigure.web中的类
-
Jetty access log properties.
- ServerProperties.Jetty.Accesslog.FORMAT - org.springframework.boot.autoconfigure.web中的枚举类
-
Log format for Jetty access logs.
- ServerProperties.Jetty.Threads - org.springframework.boot.autoconfigure.web中的类
-
Jetty thread properties.
- ServerProperties.Netty - org.springframework.boot.autoconfigure.web中的类
-
Netty properties.
- ServerProperties.Reactive - org.springframework.boot.autoconfigure.web中的类
-
Reactive server properties.
- ServerProperties.Reactive.Session - org.springframework.boot.autoconfigure.web中的类
- ServerProperties.Servlet - org.springframework.boot.autoconfigure.web中的类
-
Servlet server properties.
- ServerProperties.Tomcat - org.springframework.boot.autoconfigure.web中的类
-
Tomcat properties.
- ServerProperties.Tomcat.Accesslog - org.springframework.boot.autoconfigure.web中的类
-
Tomcat access log properties.
- ServerProperties.Tomcat.Mbeanregistry - org.springframework.boot.autoconfigure.web中的类
- ServerProperties.Tomcat.Remoteip - org.springframework.boot.autoconfigure.web中的类
- ServerProperties.Tomcat.Resource - org.springframework.boot.autoconfigure.web中的类
-
Tomcat static resource properties.
- ServerProperties.Tomcat.Threads - org.springframework.boot.autoconfigure.web中的类
-
Tomcat thread properties.
- ServerProperties.Tomcat.UseApr - org.springframework.boot.autoconfigure.web中的枚举类
-
When to use APR.
- ServerProperties.Undertow - org.springframework.boot.autoconfigure.web中的类
-
Undertow properties.
- ServerProperties.Undertow.Accesslog - org.springframework.boot.autoconfigure.web中的类
-
Undertow access log properties.
- ServerProperties.Undertow.Options - org.springframework.boot.autoconfigure.web中的类
- ServerProperties.Undertow.Threads - org.springframework.boot.autoconfigure.web中的类
-
Undertow thread properties.
- ServerRequests() - 类的构造器 org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties.Http.Server.ServerRequests
- serverRSocketConnector(ServerRSocketMessageHandler) - 类中的方法 org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationRSocketConfiguration.IntegrationRSocketServerConfiguration
- serverRSocketMessageHandler(RSocketStrategies, IntegrationProperties) - 类中的方法 org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationRSocketConfiguration.IntegrationRSocketServerConfiguration
- service() - 记录类中的方法 org.springframework.boot.logging.structured.ElasticCommonSchemaProperties
-
返回
service
记录组件的值。 - service() - 记录类中的方法 org.springframework.boot.logging.structured.GraylogExtendedLogFormatProperties
-
返回
service
记录组件的值。 - Service(String) - 记录类的构造器 org.springframework.boot.logging.structured.GraylogExtendedLogFormatProperties.Service
-
创建
Service
记录类的实例。 - Service(String, String, String, String) - 记录类的构造器 org.springframework.boot.logging.structured.ElasticCommonSchemaProperties.Service
-
创建
Service
记录类的实例。 - SERVICE_UNAVAILABLE - 枚举类 中的枚举常量 org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryAuthorizationException.Reason
-
Service Unavailable.
- ServiceConnection - 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 - org.springframework.boot.testcontainers.service.connection中的类
- ServiceLevelObjectiveBoundary - org.springframework.boot.actuate.autoconfigure.metrics中的类
-
A boundary for a service-level objective (SLO) for use when configuring Micrometer.
- serviceName() - 记录类中的方法 org.springframework.boot.docker.compose.core.DockerComposeOrigin
-
返回
serviceName
记录组件的值。 - Servlet() - 类的构造器 org.springframework.boot.autoconfigure.jersey.JerseyProperties.Servlet
- Servlet() - 类的构造器 org.springframework.boot.autoconfigure.mustache.MustacheProperties.Servlet
- Servlet() - 类的构造器 org.springframework.boot.autoconfigure.session.SessionProperties.Servlet
- Servlet() - 类的构造器 org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Servlet
- Servlet() - 类的构造器 org.springframework.boot.autoconfigure.web.ServerProperties.Servlet
- Servlet() - 类的构造器 org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Servlet
- Servlet() - 类的构造器 org.springframework.boot.autoconfigure.webservices.WebServicesProperties.Servlet
- SERVLET - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication.Type
-
Only servlet-based web application will match.
- SERVLET - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.jersey.JerseyProperties.Type
- SERVLET - 枚举类 中的枚举常量 org.springframework.boot.WebApplicationType
-
The application should run as a servlet-based web application and should start an embedded servlet web server.
- ServletComponentScan - org.springframework.boot.web.servlet中的批注接口
- ServletContextApplicationContextInitializer - org.springframework.boot.web.servlet.support中的类
-
ApplicationContextInitializer
for setting the servlet context. - ServletContextApplicationContextInitializer(ServletContext) - 类的构造器 org.springframework.boot.web.servlet.support.ServletContextApplicationContextInitializer
-
Create a new
ServletContextApplicationContextInitializer
instance. - ServletContextApplicationContextInitializer(ServletContext, boolean) - 类的构造器 org.springframework.boot.web.servlet.support.ServletContextApplicationContextInitializer
-
Create a new
ServletContextApplicationContextInitializer
instance. - ServletContextInitializer - org.springframework.boot.web.servlet中的接口
-
Interface used to configure a Servlet 3.0+
context
programmatically. - ServletContextInitializerBeans - org.springframework.boot.web.servlet中的类
-
A collection
ServletContextInitializer
s obtained from aListableBeanFactory
. - ServletContextInitializerBeans(ListableBeanFactory, Class<? extends ServletContextInitializer>...) - 类的构造器 org.springframework.boot.web.servlet.ServletContextInitializerBeans
- ServletContextInitializerBeans.RegistrationBeanAdapter<T> - org.springframework.boot.web.servlet中的接口
-
Adapter to convert a given Bean type into a
RegistrationBean
(and hence aServletContextInitializer
). - ServletContextInitializerConfiguration - org.springframework.boot.web.embedded.jetty中的类
-
Jetty
Configuration
that callsServletContextInitializer
s. - ServletContextInitializerConfiguration(ServletContextInitializer...) - 类的构造器 org.springframework.boot.web.embedded.jetty.ServletContextInitializerConfiguration
-
Create a new
ServletContextInitializerConfiguration
. - ServletEndpoint - org.springframework.boot.actuate.endpoint.web.annotation中的批注接口
-
已过时, 待删除: 此 API 元素将从以后的版本中删除。
- ServletEndpointDiscoverer - org.springframework.boot.actuate.endpoint.web.annotation中的类
-
已过时, 待删除: 此 API 元素将从以后的版本中删除。since 3.3.0 in favor of
@Endpoint
and@WebEndpoint
- ServletEndpointDiscoverer(ApplicationContext, List<PathMapper>, Collection<EndpointFilter<ExposableServletEndpoint>>) - 类的构造器 org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer
-
已过时。Create a new
ServletEndpointDiscoverer
instance. - ServletEndpointManagementContextConfiguration - org.springframework.boot.actuate.autoconfigure.endpoint.web中的类
-
@ManagementContextConfiguration
for servlet endpoints. - ServletEndpointManagementContextConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration
- ServletEndpointManagementContextConfiguration.JerseyServletEndpointManagementContextConfiguration - org.springframework.boot.actuate.autoconfigure.endpoint.web中的类
- ServletEndpointManagementContextConfiguration.WebMvcServletEndpointManagementContextConfiguration - org.springframework.boot.actuate.autoconfigure.endpoint.web中的类
- servletEndpointRegistrar(WebEndpointProperties, ServletEndpointsSupplier, DispatcherServletPath, EndpointAccessResolver) - 类中的方法 org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration.WebMvcServletEndpointManagementContextConfiguration
- servletEndpointRegistrar(WebEndpointProperties, ServletEndpointsSupplier, JerseyApplicationPath, EndpointAccessResolver) - 类中的方法 org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration.JerseyServletEndpointManagementContextConfiguration
- ServletEndpointRegistrar - org.springframework.boot.actuate.endpoint.web中的类
-
已过时, 待删除: 此 API 元素将从以后的版本中删除。since 3.3.0 in favor of
@Endpoint
and@WebEndpoint
support - ServletEndpointRegistrar(String, Collection<ExposableServletEndpoint>) - 类的构造器 org.springframework.boot.actuate.endpoint.web.ServletEndpointRegistrar
-
已过时。
- ServletEndpointRegistrar(String, Collection<ExposableServletEndpoint>, EndpointAccessResolver) - 类的构造器 org.springframework.boot.actuate.endpoint.web.ServletEndpointRegistrar
-
已过时。
- ServletEndpointsSupplier - org.springframework.boot.actuate.endpoint.web.annotation中的接口
-
已过时, 待删除: 此 API 元素将从以后的版本中删除。since 3.3.0 in favor of
@Endpoint
and@WebEndpoint
- servletExposeExcludePropertyEndpointFilter(WebEndpointProperties) - 类中的方法 org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration
- ServletListenerRegistrationBean<T> - org.springframework.boot.web.servlet中的类
-
A
ServletContextInitializer
to registerEventListener
s in a Servlet 3.0+ container. - ServletListenerRegistrationBean() - 类的构造器 org.springframework.boot.web.servlet.ServletListenerRegistrationBean
-
Create a new
ServletListenerRegistrationBean
instance. - ServletListenerRegistrationBean(T) - 类的构造器 org.springframework.boot.web.servlet.ServletListenerRegistrationBean
-
Create a new
ServletListenerRegistrationBean
instance. - ServletManagementContextAutoConfiguration - org.springframework.boot.actuate.autoconfigure.web.servlet中的类
-
Auto-configuration
for Servlet-specific management context concerns. - ServletManagementContextAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.web.servlet.ServletManagementContextAutoConfiguration
- ServletManagementContextAutoConfiguration.ApplicationContextFilterConfiguration - org.springframework.boot.actuate.autoconfigure.web.servlet中的类
- ServletRegistrationBean<T> - org.springframework.boot.web.servlet中的类
-
A
ServletContextInitializer
to registerServlet
s in a Servlet 3.0+ container. - ServletRegistrationBean() - 类的构造器 org.springframework.boot.web.servlet.ServletRegistrationBean
-
Create a new
ServletRegistrationBean
instance. - ServletRegistrationBean(T, boolean, String...) - 类的构造器 org.springframework.boot.web.servlet.ServletRegistrationBean
-
Create a new
ServletRegistrationBean
instance with the specifiedServlet
and URL mappings. - ServletRegistrationBean(T, String...) - 类的构造器 org.springframework.boot.web.servlet.ServletRegistrationBean
-
Create a new
ServletRegistrationBean
instance with the specifiedServlet
and URL mappings. - ServletRegistrationMappingDescription - org.springframework.boot.actuate.web.mappings.servlet中的类
-
A mapping description derived from a
ServletRegistration
. - ServletRegistrationMappingDescription(ServletRegistration) - 类的构造器 org.springframework.boot.actuate.web.mappings.servlet.ServletRegistrationMappingDescription
-
Creates a new
ServletRegistrationMappingDescription
derived from the givenservletRegistration
. - ServletsMappingDescriptionProvider - org.springframework.boot.actuate.web.mappings.servlet中的类
-
A
MappingDescriptionProvider
that describes that mappings of anyServlets
registered with aServletContext
. - ServletsMappingDescriptionProvider() - 类的构造器 org.springframework.boot.actuate.web.mappings.servlet.ServletsMappingDescriptionProvider
- servletWebChildContextFactory() - 类中的静态方法 org.springframework.boot.actuate.autoconfigure.web.servlet.ServletManagementContextAutoConfiguration
- ServletWebServerApplicationContext - org.springframework.boot.web.servlet.context中的类
-
A
WebApplicationContext
that can be used to bootstrap itself from a containedServletWebServerFactory
bean. - ServletWebServerApplicationContext() - 类的构造器 org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
-
Create a new
ServletWebServerApplicationContext
. - ServletWebServerApplicationContext(DefaultListableBeanFactory) - 类的构造器 org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
-
Create a new
ServletWebServerApplicationContext
with the givenDefaultListableBeanFactory
. - ServletWebServerApplicationContext.ExistingWebApplicationScopes - org.springframework.boot.web.servlet.context中的类
-
Utility class to store and restore any user defined scopes.
- ServletWebServerFactory - org.springframework.boot.web.servlet.server中的接口
-
Factory interface that can be used to create a
WebServer
. - ServletWebServerFactoryAutoConfiguration - org.springframework.boot.autoconfigure.web.servlet中的类
-
Auto-configuration
for servlet web servers. - ServletWebServerFactoryAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration
- ServletWebServerFactoryAutoConfiguration.BeanPostProcessorsRegistrar - org.springframework.boot.autoconfigure.web.servlet中的类
-
Registers a
WebServerFactoryCustomizerBeanPostProcessor
. - servletWebServerFactoryCustomizer(ServerProperties, ObjectProvider<WebListenerRegistrar>, ObjectProvider<CookieSameSiteSupplier>, ObjectProvider<SslBundles>) - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration
- ServletWebServerFactoryCustomizer - org.springframework.boot.autoconfigure.web.servlet中的类
-
WebServerFactoryCustomizer
to applyServerProperties
andWebListenerRegistrars
to servlet web servers. - ServletWebServerFactoryCustomizer(ServerProperties) - 类的构造器 org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryCustomizer
- ServletWebServerFactoryCustomizer(ServerProperties, List<WebListenerRegistrar>) - 类的构造器 org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryCustomizer
- ServletWebServerInitializedEvent - org.springframework.boot.web.servlet.context中的类
-
Event to be published after the
WebServer
is ready. - ServletWebServerInitializedEvent(WebServer, ServletWebServerApplicationContext) - 类的构造器 org.springframework.boot.web.servlet.context.ServletWebServerInitializedEvent
- Session - org.springframework.boot.web.servlet.server中的类
-
Session properties.
- Session() - 类的构造器 org.springframework.boot.autoconfigure.jms.JmsProperties.Listener.Session
- Session() - 类的构造器 org.springframework.boot.autoconfigure.jms.JmsProperties.Template.Session
- Session() - 类的构造器 org.springframework.boot.autoconfigure.web.ServerProperties.Reactive.Session
- Session() - 类的构造器 org.springframework.boot.web.servlet.server.Session
- Session(String) - 类的构造器 org.springframework.boot.actuate.web.exchanges.HttpExchange.Session
-
Creates a
Session
. - SESSION_ID - 枚举类 中的枚举常量 org.springframework.boot.actuate.web.exchanges.Include
-
Include the session ID.
- Session.Cookie - org.springframework.boot.web.servlet.server中的类
-
Session cookie properties.
- Session.SessionTrackingMode - org.springframework.boot.web.servlet.server中的枚举类
-
Available session tracking modes (mirrors
SessionTrackingMode
). - SessionAutoConfiguration - org.springframework.boot.autoconfigure.session中的类
-
Auto-configuration
for Spring Session. - SessionAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.session.SessionAutoConfiguration
- SessionProperties - org.springframework.boot.autoconfigure.session中的类
-
Configuration properties for Spring Session.
- SessionProperties() - 类的构造器 org.springframework.boot.autoconfigure.session.SessionProperties
- SessionProperties.Servlet - org.springframework.boot.autoconfigure.session中的类
-
Servlet-related properties.
- SessionsDescriptor - org.springframework.boot.actuate.session中的类
-
Description of user's
sessions
. - SessionsDescriptor(Map<String, ? extends Session>) - 类的构造器 org.springframework.boot.actuate.session.SessionsDescriptor
- SessionsDescriptor.SessionDescriptor - org.springframework.boot.actuate.session中的类
-
A description of user's
session
exposed bysessions
endpoint. - SessionsEndpoint - org.springframework.boot.actuate.session中的类
-
@Endpoint
to expose information about HTTPSession
s on a Servlet stack. - SessionsEndpoint(FindByIndexNameSessionRepository<? extends Session>) - 类的构造器 org.springframework.boot.actuate.session.SessionsEndpoint
-
已过时, 待删除: 此 API 元素将从以后的版本中删除。since 3.3.0 for removal in 3.5.0 in favor of
SessionsEndpoint(SessionRepository, FindByIndexNameSessionRepository)
- SessionsEndpoint(SessionRepository<? extends Session>, FindByIndexNameSessionRepository<? extends Session>) - 类的构造器 org.springframework.boot.actuate.session.SessionsEndpoint
-
Create a new
SessionsEndpoint
instance. - SessionsEndpointAutoConfiguration - org.springframework.boot.actuate.autoconfigure.session中的类
- SessionsEndpointAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.session.SessionsEndpointAutoConfiguration
- sessionsForUsername(String) - 类中的方法 org.springframework.boot.actuate.session.ReactiveSessionsEndpoint
- sessionsForUsername(String) - 类中的方法 org.springframework.boot.actuate.session.SessionsEndpoint
- SET_SYSTEM_PROPERTIES - 类中的静态变量 org.springframework.boot.loader.launch.PropertiesLauncher
-
Properties key for boolean flag (default false) which, if set, will cause the external configuration properties to be copied to System properties (assuming that is allowed by Java security).
- setAcceptCount(int) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
- setAcceptors(int) - 接口中的方法 org.springframework.boot.web.embedded.jetty.ConfigurableJettyWebServerFactory
-
Set the number of acceptor threads to use.
- setAcceptors(int) - 类中的方法 org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
- setAcceptors(int) - 类中的方法 org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
- setAcceptors(Integer) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Threads
- setAcceptTasksAfterContextClose(boolean) - 类中的方法 org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool.Shutdown
- setAccessLogDirectory(File) - 接口中的方法 org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
-
Set the access log directory.
- setAccessLogDirectory(File) - 类中的方法 org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
- setAccessLogDirectory(File) - 类中的方法 org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- setAccessLogEnabled(boolean) - 接口中的方法 org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
-
Set whether access logs are enabled.
- setAccessLogEnabled(boolean) - 类中的方法 org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
- setAccessLogEnabled(boolean) - 类中的方法 org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- setAccessLogPattern(String) - 接口中的方法 org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
-
Set the access log pattern.
- setAccessLogPattern(String) - 类中的方法 org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
- setAccessLogPattern(String) - 类中的方法 org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- setAccessLogPrefix(String) - 接口中的方法 org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
-
Set the access log prefix.
- setAccessLogPrefix(String) - 类中的方法 org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
- setAccessLogPrefix(String) - 类中的方法 org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- setAccessLogRotate(boolean) - 接口中的方法 org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
-
Set whether access logs rotation is enabled.
- setAccessLogRotate(boolean) - 类中的方法 org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
- setAccessLogRotate(boolean) - 类中的方法 org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- setAccessLogSuffix(String) - 接口中的方法 org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
-
Set the access log suffix.
- setAccessLogSuffix(String) - 类中的方法 org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
- setAccessLogSuffix(String) - 类中的方法 org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- setAccessMode(ProducerAccessMode) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer
- setAccessToken(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxProperties
- setAccessTokenFormat(String) - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Token
- setAccessTokenTimeToLive(Duration) - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Token
- setAccountId(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicProperties
- setAckCount(Integer) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
- setAckMode(ContainerProperties.AckMode) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
- setAcknowledgeMode(AcknowledgeMode) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
- setAcknowledgeMode(AcknowledgeMode) - 类中的方法 org.springframework.boot.autoconfigure.jms.JmsProperties.Listener.Session
- setAcknowledgeMode(AcknowledgeMode) - 类中的方法 org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
-
已过时, 待删除: 此 API 元素将从以后的版本中删除。
- setAcknowledgeMode(AcknowledgeMode) - 类中的方法 org.springframework.boot.autoconfigure.jms.JmsProperties.Template.Session
- setAcks(String) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
- setAckTime(Duration) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
- setActive(Set<String>) - 类中的方法 org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties.Profiles
- setAdaptive(boolean) - 类中的方法 org.springframework.boot.autoconfigure.data.redis.RedisProperties.Lettuce.Cluster.Refresh
- setAddCommandLineProperties(boolean) - 类中的方法 org.springframework.boot.SpringApplication
-
Sets if a
CommandLinePropertySource
should be added to the application context in order to expose arguments. - setAddConversionService(boolean) - 类中的方法 org.springframework.boot.builder.SpringApplicationBuilder
-
Flag to indicate if the
ApplicationConversionService
should be added to the application context'sEnvironment
. - setAddConversionService(boolean) - 类中的方法 org.springframework.boot.SpringApplication
-
Sets if the
ApplicationConversionService
should be added to the application context'sEnvironment
. - setAddFilters(boolean) - 类中的方法 org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer
- setAdditional(Map<String, SbomProperties.Sbom>) - 类中的方法 org.springframework.boot.actuate.sbom.SbomProperties
- setAdditionalExclude(String) - 类中的方法 org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
- setAdditionalHosts(List<String>) - 类中的方法 org.springframework.boot.autoconfigure.mongo.MongoProperties
- setAdditionalPath(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties.Group
- setAdditionalPaths(List<File>) - 类中的方法 org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
- setAdditionalProfiles(String...) - 类中的方法 org.springframework.boot.SpringApplication
-
Set additional profile values to use (on top of those set in system or command line properties).
- setAdditionalTldSkipPatterns(List<String>) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
- setAddMappings(boolean) - 类中的方法 org.springframework.boot.autoconfigure.web.WebProperties.Resources
- setAddress(InetAddress) - 类中的方法 org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties
- setAddress(InetAddress) - 类中的方法 org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server
- setAddress(InetAddress) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties
- setAddress(InetAddress) - 类中的方法 org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
- setAddress(InetAddress) - 接口中的方法 org.springframework.boot.rsocket.server.ConfigurableRSocketServerFactory
-
Set the specific network address that the server should bind to.
- setAddress(InetAddress) - 类中的方法 org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
- setAddress(InetAddress) - 接口中的方法 org.springframework.boot.web.server.ConfigurableWebServerFactory
-
Sets the specific network address that the server should bind to.
- setAddresses(List<String>) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties
- setAddressingMode(GMetric.UDPAddressingMode) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaProperties
- setAddressShuffleMode(AbstractConnectionFactory.AddressShuffleMode) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties
- setAggregationTemporality(AggregationTemporality) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.otlp.OtlpMetricsProperties
- setAlgorithm(String) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
- setAlias(String) - 类中的方法 org.springframework.boot.autoconfigure.ssl.SslBundleProperties.Key
- setAllowBeanDefinitionOverriding(boolean) - 类中的方法 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) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Resource
- setAllowCircularReferences(boolean) - 类中的方法 org.springframework.boot.SpringApplication
-
Sets whether to allow circular references between beans and automatically try to resolve them.
- setAllowCoreThreadTimeout(boolean) - 类中的方法 org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
- setAllowCredentials(Boolean) - 类中的方法 org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties
- setAllowCredentials(Boolean) - 类中的方法 org.springframework.boot.autoconfigure.graphql.GraphQlCorsProperties
- setAllowedHeaders(List<String>) - 类中的方法 org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties
- setAllowedHeaders(List<String>) - 类中的方法 org.springframework.boot.autoconfigure.graphql.GraphQlCorsProperties
- setAllowedListPatterns(List<String>) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
- setAllowedMethods(List<String>) - 类中的方法 org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties
- setAllowedMethods(List<String>) - 类中的方法 org.springframework.boot.autoconfigure.graphql.GraphQlCorsProperties
- setAllowedOriginPatterns(List<String>) - 类中的方法 org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties
- setAllowedOriginPatterns(List<String>) - 类中的方法 org.springframework.boot.autoconfigure.graphql.GraphQlCorsProperties
- setAllowedOrigins(List<String>) - 类中的方法 org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties
- setAllowedOrigins(List<String>) - 类中的方法 org.springframework.boot.autoconfigure.graphql.GraphQlCorsProperties
- setAllowEncodedSlash(boolean) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
-
已过时, 待删除: 此 API 元素将从以后的版本中删除。
- setAllowRequestOverride(boolean) - 类中的方法 org.springframework.boot.autoconfigure.mustache.MustacheProperties.Servlet
- setAllowRequestOverride(boolean) - 类中的方法 org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
- setAllowSessionOverride(boolean) - 类中的方法 org.springframework.boot.autoconfigure.mustache.MustacheProperties.Servlet
- setAllowSessionOverride(boolean) - 类中的方法 org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
- setAlwaysSetKeepAlive(boolean) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
- setAlwaysUseMessageFormat(boolean) - 类中的方法 org.springframework.boot.autoconfigure.context.MessageSourceProperties
- setAnalytics(Duration) - 类中的方法 org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
- setAnonymousReadOnly(Boolean) - 类中的方法 org.springframework.boot.autoconfigure.ldap.LdapProperties
- setApiKey(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.datadog.DatadogProperties
- setApiKey(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicProperties
- setApiKey(String) - 类中的方法 org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
- setApiKeyCredentials(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.elastic.ElasticProperties
- setApiToken(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics.AppOpticsProperties
- setApiToken(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties
- setApiToken(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.humio.HumioProperties
- setApiToken(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties
- setApiTokenType(WavefrontProperties.TokenType) - 类中的方法 org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties
- setApiVersion(InfluxApiVersion) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
- setAppend(boolean) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
- setApplicationContext(ApplicationContext) - 类中的方法 org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
- setApplicationContext(ApplicationContext) - 类中的方法 org.springframework.boot.actuate.context.ShutdownEndpoint
- setApplicationContext(ApplicationContext) - 类中的方法 org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
- setApplicationContext(ApplicationContext) - 类中的方法 org.springframework.boot.autoconfigure.jmx.ParentAwareNamingStrategy
- setApplicationContext(ApplicationContext) - 类中的方法 org.springframework.boot.autoconfigure.validation.ValidatorAdapter
- setApplicationContext(ApplicationContext) - 类中的方法 org.springframework.boot.builder.ParentContextCloserApplicationListener
- setApplicationContext(ApplicationContext) - 类中的方法 org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
- setApplicationContext(ApplicationContext) - 类中的方法 org.springframework.boot.devtools.classpath.ClassPathFileSystemWatcher
- setApplicationContext(ApplicationContext) - 类中的方法 org.springframework.boot.testcontainers.service.connection.ContainerConnectionDetailsFactory.ContainerConnectionDetails
-
已过时, 待删除: 此 API 元素将从以后的版本中删除。
- setApplicationContext(ApplicationContext) - 类中的方法 org.springframework.boot.web.servlet.DelegatingFilterProxyRegistrationBean
- setApplicationContextFactory(ApplicationContextFactory) - 类中的方法 org.springframework.boot.SpringApplication
-
Sets the factory that will be called to create the application context.
- setApplicationDisplayName(String) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Servlet
- setApplicationEventPublisher(ApplicationEventPublisher) - 类中的方法 org.springframework.boot.actuate.security.AbstractAuthenticationAuditListener
- setApplicationEventPublisher(ApplicationEventPublisher) - 类中的方法 org.springframework.boot.actuate.security.AbstractAuthorizationAuditListener
- setApplicationEventPublisher(ApplicationEventPublisher) - 类中的方法 org.springframework.boot.autoconfigure.batch.JobLauncherApplicationRunner
- setApplicationEventPublisher(ApplicationEventPublisher) - 类中的方法 org.springframework.boot.rsocket.context.RSocketServerBootstrap
- setApplicationId(String) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
- setApplicationKey(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.datadog.DatadogProperties
- setApplicationPath(String) - 类中的方法 org.springframework.boot.autoconfigure.jersey.JerseyProperties
- setApplicationStartup(ApplicationStartup) - 类中的方法 org.springframework.boot.SpringApplication
-
Set the
ApplicationStartup
to use for collecting startup metrics. - setAsyncAcks(Boolean) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
- setAsyncSupported(boolean) - 类中的方法 org.springframework.boot.web.servlet.DynamicRegistrationBean
-
Sets if asynchronous operations are supported for this registration.
- setAttempts(int) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Retry.Topic
- setAttribute(Path, String, Object, LinkOption...) - 类中的方法 org.springframework.boot.loader.nio.file.NestedFileSystemProvider
- setAttribute(Attribute) - 类中的方法 org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
- setAttributes(AttributeList) - 类中的方法 org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
- setAudiences(List<String>) - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
- setAuthenticationDatabase(String) - 类中的方法 org.springframework.boot.autoconfigure.mongo.MongoProperties
- setAuthoritiesClaimDelimiter(String) - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
- setAuthoritiesClaimName(String) - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
- setAuthorityPrefix(String) - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
- setAuthorizationCodeTimeToLive(Duration) - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Token
- setAuthorizationGrantType(String) - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
- setAuthorizationGrantTypes(Set<String>) - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Registration
- setAuthorizationUri(String) - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
- setAuthorizationUri(String) - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Endpoint
- setAutoCommitInterval(Duration) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
- setAutoCreate(boolean) - 类中的方法 org.springframework.boot.autoconfigure.integration.IntegrationProperties.Channel
- setAutoCreate(boolean) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
- setAutoCreateDb(boolean) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
- setAutoCreateIndex(boolean) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.elastic.ElasticProperties
- setAutoIndex(boolean) - 类中的方法 org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
- setAutoIndexCreation(Boolean) - 类中的方法 org.springframework.boot.autoconfigure.mongo.MongoProperties
- setAutoOffsetReset(String) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
- setAutoStartup(boolean) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
- setAutoStartup(boolean) - 类中的方法 org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
- setAutoStartup(boolean) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
- setAutoStartup(boolean) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
- setAutoStartup(boolean) - 类中的方法 org.springframework.boot.autoconfigure.quartz.QuartzProperties
- setAwaitTermination(boolean) - 类中的方法 org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Shutdown
- setAwaitTermination(boolean) - 类中的方法 org.springframework.boot.autoconfigure.task.TaskSchedulingProperties.Shutdown
- setAwaitTerminationPeriod(Duration) - 类中的方法 org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Shutdown
- setAwaitTerminationPeriod(Duration) - 类中的方法 org.springframework.boot.autoconfigure.task.TaskSchedulingProperties.Shutdown
- setBackgroundProcessorDelay(int) - 接口中的方法 org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactory
-
Sets the background processor delay in seconds.
- setBackgroundProcessorDelay(int) - 类中的方法 org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- setBackgroundProcessorDelay(int) - 类中的方法 org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- setBackgroundProcessorDelay(Duration) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
- setBackupClusters(List<PulsarProperties.Failover.BackupCluster>) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Failover
- setBackupFile(File) - 类中的方法 org.springframework.boot.loader.tools.Packager
-
Sets the
File
to use to back up the original source. - setBackupSource(boolean) - 类中的方法 org.springframework.boot.loader.tools.Repackager
-
Sets if source files should be backed up when they would be overwritten.
- setBanner(Banner) - 类中的方法 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) - 类中的方法 org.springframework.boot.SpringApplication
-
Sets the mode used to display the banner when the application runs.
- setBase(String) - 类中的方法 org.springframework.boot.autoconfigure.ldap.LdapProperties
- setBasedir(File) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
- setBaseDirectory(File) - 接口中的方法 org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactory
-
Set the Tomcat base directory.
- setBaseDirectory(File) - 类中的方法 org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- setBaseDirectory(File) - 类中的方法 org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- setBaseDn(List<String>) - 类中的方法 org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
- setBaselineDescription(String) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setBaselineOnMigrate(boolean) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setBaselineVersion(String) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setBasename(List<String>) - 类中的方法 org.springframework.boot.autoconfigure.context.MessageSourceProperties
- setBasePath(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties
- setBasePath(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties
- setBasePath(String) - 类中的方法 org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
- setBasePath(String) - 类中的方法 org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties
- setBaseTimeUnit(TimeUnit) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.otlp.OtlpMetricsProperties
- setBaseUrl(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties.Pushgateway
- setBatch(Boolean) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setBatchingEnabled(boolean) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer
- setBatchSize(int) - 类中的方法 org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties.Sender
- setBatchSize(Integer) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics.AppOpticsProperties
- setBatchSize(Integer) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
- setBatchSize(Integer) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PushRegistryProperties
- setBatchSize(Integer) - 类中的方法 org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties.Metrics.Export
- setBatchSize(Integer) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer
- setBatchSize(DataSize) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
- setBeanClassLoader(ClassLoader) - 类中的方法 org.springframework.boot.actuate.endpoint.jmx.JmxEndpointExporter
- setBeanClassLoader(ClassLoader) - 类中的方法 org.springframework.boot.autoconfigure.AutoConfigurationExcludeFilter
- setBeanClassLoader(ClassLoader) - 类中的方法 org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
- setBeanClassLoader(ClassLoader) - 类中的方法 org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
- setBeanClassLoader(ClassLoader) - 类中的方法 org.springframework.boot.autoconfigure.jdbc.EmbeddedDataSourceConfiguration
- setBeanClassLoader(ClassLoader) - 类中的方法 org.springframework.boot.autoconfigure.jdbc.XADataSourceAutoConfiguration
- setBeanClassLoader(ClassLoader) - 类中的方法 org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
- setBeanClassLoader(ClassLoader) - 类中的方法 org.springframework.boot.test.mock.mockito.MockitoPostProcessor
-
已过时。
- setBeanFactory(BeanFactory) - 类中的方法 org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
- setBeanFactory(BeanFactory) - 类中的方法 org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
- setBeanFactory(BeanFactory) - 类中的方法 org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryAutoConfiguration.BeanPostProcessorsRegistrar
- setBeanFactory(BeanFactory) - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration.BeanPostProcessorsRegistrar
- setBeanFactory(BeanFactory) - 类中的方法 org.springframework.boot.context.TypeExcludeFilter
- setBeanFactory(BeanFactory) - 类中的方法 org.springframework.boot.jackson.JsonComponentModule
- setBeanFactory(BeanFactory) - 类中的方法 org.springframework.boot.test.mock.mockito.MockitoPostProcessor
-
已过时。
- setBeanFactory(BeanFactory) - 类中的方法 org.springframework.boot.web.server.ErrorPageRegistrarBeanPostProcessor
- setBeanFactory(BeanFactory) - 类中的方法 org.springframework.boot.web.server.WebServerFactoryCustomizerBeanPostProcessor
- setBeanName(String) - 类中的方法 org.springframework.boot.web.servlet.DynamicRegistrationBean
- setBeanNameGenerator(BeanNameGenerator) - 类中的方法 org.springframework.boot.SpringApplication
-
Sets the bean name generator that should be used when generating bean names.
- setBeanNameGenerator(BeanNameGenerator) - 类中的方法 org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
-
Provide a custom
BeanNameGenerator
for use withAnnotatedBeanDefinitionReader
and/orClassPathBeanDefinitionScanner
, if any. - setBeanNameGenerator(BeanNameGenerator) - 类中的方法 org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
-
Provide a custom
BeanNameGenerator
for use withAnnotatedBeanDefinitionReader
and/orClassPathBeanDefinitionScanner
, if any. - setBeanNameGenerator(BeanNameGenerator) - 类中的方法 org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
-
Provide a custom
BeanNameGenerator
for use withAnnotatedBeanDefinitionReader
and/orClassPathBeanDefinitionScanner
, if any. - setBinding(Saml2MessageBinding) - 类中的方法 org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.AssertingParty.Singlesignon
- setBinding(Saml2MessageBinding) - 类中的方法 org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration.Acs
- setBinding(Saml2MessageBinding) - 类中的方法 org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Singlelogout
- setBlockIfFull(boolean) - 类中的方法 org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
- setBlockIfFullTimeout(Duration) - 类中的方法 org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
- setBootstrapExecutor(AsyncTaskExecutor) - 类中的方法 org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder
-
Configure the bootstrap executor to be used by the
LocalContainerEntityManagerFactoryBean
. - setBootstrapServers(List<String>) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
- setBootstrapServers(List<String>) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
- setBootstrapServers(List<String>) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties
- setBootstrapServers(List<String>) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
- setBrokerUrl(String) - 类中的方法 org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
- setBrokerUrl(String) - 类中的方法 org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
- setBucket(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
- setBucket(String) - 类中的方法 org.springframework.boot.autoconfigure.mongo.MongoProperties.Gridfs
- setBucketName(String) - 类中的方法 org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
- setBufferContent(boolean) - 类中的方法 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) - 类中的方法 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) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
- setBuffered(boolean) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
- setBufferMemory(DataSize) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
- setBufferSize(Integer) - 接口中的方法 org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
-
Set the buffer size.
- setBufferSize(Integer) - 类中的方法 org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
- setBufferSize(Integer) - 类中的方法 org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- setBufferSize(DataSize) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
- setBuilderCustomizers(Collection<? extends UndertowBuilderCustomizer>) - 接口中的方法 org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
-
Set
UndertowBuilderCustomizer
s that should be applied to the UndertowUndertow.Builder
. - setBuilderCustomizers(Collection<? extends UndertowBuilderCustomizer>) - 类中的方法 org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
- setBuilderCustomizers(Collection<? extends UndertowBuilderCustomizer>) - 类中的方法 org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- setBundle(String) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
- setBundle(String) - 类中的方法 org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Ssl
- setBundle(String) - 类中的方法 org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Ssl
- setBundle(String) - 类中的方法 org.springframework.boot.autoconfigure.data.redis.RedisProperties.Ssl
- setBundle(String) - 类中的方法 org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties.Restclient.Ssl
- setBundle(String) - 类中的方法 org.springframework.boot.autoconfigure.http.client.HttpClientProperties.Ssl
- setBundle(String) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
- setBundle(String) - 类中的方法 org.springframework.boot.autoconfigure.mail.MailProperties.Ssl
- setBundle(String) - 类中的方法 org.springframework.boot.autoconfigure.mongo.MongoProperties.Ssl
- setBundle(String) - 类中的方法 org.springframework.boot.web.server.Ssl
-
Set the name of the SSL bundle to use.
- setCache(boolean) - 类中的方法 org.springframework.boot.autoconfigure.mustache.MustacheProperties.Servlet
- setCache(boolean) - 类中的方法 org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
- setCache(boolean) - 类中的方法 org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
- setCache(boolean) - 类中的方法 org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain
- setCacheDuration(Duration) - 类中的方法 org.springframework.boot.autoconfigure.context.MessageSourceProperties
- setCacheNames(List<String>) - 类中的方法 org.springframework.boot.autoconfigure.cache.CacheProperties
- setCacheNullValues(boolean) - 类中的方法 org.springframework.boot.autoconfigure.cache.CacheProperties.Redis
- setCachePrivate(Boolean) - 类中的方法 org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
- setCachePublic(Boolean) - 类中的方法 org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
- setCacheTtl(Duration) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Resource
- setCapacity(int) - 类中的方法 org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
-
Set the capacity of this event repository.
- setCapacity(int) - 类中的方法 org.springframework.boot.actuate.web.exchanges.InMemoryHttpExchangeRepository
-
Set the capacity of the in-memory repository.
- setCertFile(File) - 类中的方法 org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Security
- setCertificate(String) - 类中的方法 org.springframework.boot.autoconfigure.ssl.PemSslBundleProperties.Store
- setCertificate(String) - 类中的方法 org.springframework.boot.web.server.Ssl
- setCertificateLocation(Resource) - 类中的方法 org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.AssertingParty.Verification.Credential
- setCertificateLocation(Resource) - 类中的方法 org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Decryption.Credential
- setCertificateLocation(Resource) - 类中的方法 org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration.Signing.Credential
- setCertificatePrivateKey(String) - 类中的方法 org.springframework.boot.web.server.Ssl
- setCertificates(String) - 类中的方法 org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Authentication.Pem
- setCertificateValidityWarningThreshold(Duration) - 类中的方法 org.springframework.boot.actuate.autoconfigure.ssl.SslHealthIndicatorProperties
- setChangeConsumerThreadName(Boolean) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
- setChangeLog(String) - 类中的方法 org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- setChannelRpcTimeout(Duration) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties
- setCharset(String) - 类中的方法 org.springframework.boot.autoconfigure.mustache.MustacheResourceTemplateLoader
-
Set the charset.
- setCharset(String) - 类中的方法 org.springframework.boot.web.reactive.result.view.MustacheView
-
Set the charset used for reading Mustache template files.
- setCharset(String) - 类中的方法 org.springframework.boot.web.reactive.result.view.MustacheViewResolver
-
Set the charset.
- setCharset(String) - 类中的方法 org.springframework.boot.web.servlet.view.MustacheView
-
Set the charset used for reading Mustache template files.
- setCharset(String) - 类中的方法 org.springframework.boot.web.servlet.view.MustacheViewResolver
-
Set the charset.
- setCharset(Charset) - 类中的方法 org.springframework.boot.autoconfigure.mustache.MustacheProperties
- setCharset(Charset) - 类中的方法 org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
- setCharset(Charset) - 类中的方法 org.springframework.boot.logging.logback.StructuredLogEncoder
- setCharset(Charset) - 类中的方法 org.springframework.boot.web.servlet.server.Encoding
- setCheckConnectionForError(boolean) - 类中的方法 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) - 类中的方法 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) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
- setCheckInterval(Duration) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Failover
- setCheckoutTimeout(Duration) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Channel
- setCheckTemplate(boolean) - 类中的方法 org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
- setCheckTemplateLocation(boolean) - 类中的方法 org.springframework.boot.autoconfigure.mustache.MustacheProperties
- setCheckTemplateLocation(boolean) - 类中的方法 org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
- setCheckTemplateLocation(boolean) - 类中的方法 org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
- setChunkedModeViewNames(String[]) - 类中的方法 org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Reactive
- setChunkingEnabled(boolean) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer
- setCiphers(String[]) - 类中的方法 org.springframework.boot.web.server.Ssl
- setCiphers(Set<String>) - 类中的方法 org.springframework.boot.autoconfigure.ssl.SslBundleProperties.Options
- setClassName(String) - 类中的方法 org.springframework.boot.web.servlet.server.Jsp
- setCleanDisabled(boolean) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setCleanOnValidationError(boolean) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
-
已过时, 待删除: 此 API 元素将从以后的版本中删除。
- setCleanupCron(String) - 类中的方法 org.springframework.boot.autoconfigure.session.JdbcSessionProperties
- setCleanupCron(String) - 类中的方法 org.springframework.boot.autoconfigure.session.RedisSessionProperties
- setClearChecksums(boolean) - 类中的方法 org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- setClientAuth(Ssl.ClientAuth) - 类中的方法 org.springframework.boot.web.server.Ssl
- setClientAuthenticationMethod(String) - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
- setClientAuthenticationMethods(Set<String>) - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Registration
- setClientId(String) - 类中的方法 org.springframework.boot.autoconfigure.jms.JmsProperties
- setClientId(String) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
- setClientId(String) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
- setClientId(String) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
- setClientId(String) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
- setClientId(String) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties
- setClientId(String) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
- setClientId(String) - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
- setClientId(String) - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Opaquetoken
- setClientId(String) - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Registration
- setClientName(String) - 类中的方法 org.springframework.boot.autoconfigure.data.redis.RedisProperties
- setClientName(String) - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
- setClientName(String) - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Registration
- setClientProviderType(ClientProviderType) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicProperties
- setClientRegistrationUri(String) - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.OidcEndpoint
- setClientSecret(String) - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
- setClientSecret(String) - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Opaquetoken
- setClientSecret(String) - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Registration
- setClientType(RedisProperties.ClientType) - 类中的方法 org.springframework.boot.autoconfigure.data.redis.RedisProperties
- setCloseDataSourceOnceMigrated(boolean) - 类中的方法 org.springframework.boot.autoconfigure.liquibase.DataSourceClosingSpringLiquibase
- setCloseTimeout(Duration) - 类中的方法 org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
- setCloseTimeout(Duration) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
- setCluster(RedisProperties.Cluster) - 类中的方法 org.springframework.boot.autoconfigure.data.redis.RedisProperties
- setClusterName(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties.Application
- setClusterPassword(String) - 类中的方法 org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
- setCollectionName(String) - 类中的方法 org.springframework.boot.autoconfigure.session.MongoSessionProperties
- setCommand(StartCommand) - 类中的方法 org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties.Start
- setCommand(StopCommand) - 类中的方法 org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties.Stop
- setCommentPrefix(List<String>) - 类中的方法 org.springframework.boot.autoconfigure.quartz.QuartzProperties.Jdbc
- setCommonErrorHandler(CommonErrorHandler) - 类中的方法 org.springframework.boot.autoconfigure.kafka.ConcurrentKafkaListenerContainerFactoryConfigurer
-
Set the
CommonErrorHandler
to use. - setCommonMessages(List<Resource>) - 类中的方法 org.springframework.boot.autoconfigure.context.MessageSourceProperties
- setCommunityDbSupportEnabled(Boolean) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setCompiler(Mustache.Compiler) - 类中的方法 org.springframework.boot.web.reactive.result.view.MustacheView
-
Set the JMustache compiler to be used by this view.
- setCompiler(Mustache.Compiler) - 类中的方法 org.springframework.boot.web.servlet.view.MustacheView
-
Set the Mustache compiler to be used by this view.
- setCompress(boolean) - 类中的方法 org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server.Spec
- setCompressed(boolean) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
- setCompressed(boolean) - 类中的方法 org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain
- setCompression(OtlpLoggingProperties.Compression) - 类中的方法 org.springframework.boot.actuate.autoconfigure.logging.otlp.OtlpLoggingProperties
- setCompression(OtlpTracingProperties.Compression) - 类中的方法 org.springframework.boot.actuate.autoconfigure.tracing.otlp.OtlpTracingProperties
- setCompression(CassandraProperties.Compression) - 类中的方法 org.springframework.boot.autoconfigure.cassandra.CassandraProperties
- setCompression(Compression) - 类中的方法 org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
- setCompression(Compression) - 接口中的方法 org.springframework.boot.web.server.ConfigurableWebServerFactory
-
Sets the compression configuration that will be applied to the server's default connector.
- setCompressionType(String) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
- setCompressionType(CompressionType) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer
- setConcurrency(Integer) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer
- setConcurrency(Integer) - 类中的方法 org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
-
已过时, 待删除: 此 API 元素将从以后的版本中删除。
- setConcurrency(Integer) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
- setConcurrency(Integer) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Listener
- setConcurrencyLimit(Integer) - 类中的方法 org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Simple
- setConcurrencyLimit(Integer) - 类中的方法 org.springframework.boot.autoconfigure.task.TaskSchedulingProperties.Simple
- setConditionIf(String) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
- setConditionUnless(String) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
- setConfig(Resource) - 类中的方法 org.springframework.boot.autoconfigure.cache.CacheProperties.Infinispan
- setConfig(Resource) - 类中的方法 org.springframework.boot.autoconfigure.cache.CacheProperties.JCache
- setConfig(Resource) - 类中的方法 org.springframework.boot.autoconfigure.cassandra.CassandraProperties
- setConfig(Resource) - 类中的方法 org.springframework.boot.autoconfigure.hazelcast.HazelcastProperties
- setConfigRefreshFrequency(Duration) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
- setConfigTimeToLive(Duration) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
- setConfigurations(Collection<? extends Configuration>) - 类中的方法 org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
-
Sets Jetty
Configuration
s that will be applied to theWebAppContext
before the server is created. - setConfigureAction(RedisSessionProperties.ConfigureAction) - 类中的方法 org.springframework.boot.autoconfigure.session.RedisSessionProperties
- setConfigUri(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
- setConnect(Duration) - 类中的方法 org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
- setConnectionAcquisitionTimeout(Duration) - 类中的方法 org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Pool
- setConnectionIdleTimeout(Duration) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
- setConnectionInitTimeout(Duration) - 类中的方法 org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Websocket
- setConnectionNameStrategy(ConnectionNameStrategy) - 类中的方法 org.springframework.boot.autoconfigure.amqp.AbstractConnectionFactoryConfigurer
- setConnectionString(String) - 类中的方法 org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties
- setConnectionTimeout(Duration) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties
- setConnectionTimeout(Duration) - 类中的方法 org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties
- setConnectionTimeout(Duration) - 类中的方法 org.springframework.boot.autoconfigure.neo4j.Neo4jProperties
- setConnectionTimeout(Duration) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Admin
- setConnectionTimeout(Duration) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Client
- setConnectionTimeout(Duration) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Netty
- setConnectionTimeout(Duration) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
- setConnectRetries(int) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setConnectRetriesInterval(Duration) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setConnectTimeout(Duration) - 类中的方法 org.springframework.boot.actuate.autoconfigure.logging.otlp.OtlpLoggingProperties
- setConnectTimeout(Duration) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics.AppOpticsProperties
- setConnectTimeout(Duration) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
- setConnectTimeout(Duration) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.humio.HumioProperties
- setConnectTimeout(Duration) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PushRegistryProperties
- setConnectTimeout(Duration) - 类中的方法 org.springframework.boot.actuate.autoconfigure.tracing.otlp.OtlpTracingProperties
- setConnectTimeout(Duration) - 类中的方法 org.springframework.boot.actuate.autoconfigure.tracing.zipkin.ZipkinProperties
- setConnectTimeout(Duration) - 类中的方法 org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Connection
- setConnectTimeout(Duration) - 类中的方法 org.springframework.boot.autoconfigure.data.redis.RedisProperties
- setConnectTimeout(Duration) - 类中的方法 org.springframework.boot.autoconfigure.http.client.HttpClientProperties
- setConnectTimeout(Duration) - 类中的方法 org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties.Readiness.Tcp
- setConnectTimeout(Duration) - 类中的方法 org.springframework.boot.web.client.RestTemplateBuilder
-
已过时, 待删除: 此 API 元素将从以后的版本中删除。since 3.4.0 for removal in 4.0.0 in favor of
RestTemplateBuilder.connectTimeout(Duration)
- setConnectTimeout(Duration) - 类中的方法 org.springframework.boot.webservices.client.HttpWebServiceMessageSenderBuilder
-
已过时。Set the connection timeout.
- setConsistency(DefaultConsistencyLevel) - 类中的方法 org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Request
- setConsistency(InfluxConsistency) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
- setConsoleAvailable(Boolean) - 类中的静态方法 org.springframework.boot.ansi.AnsiOutput
-
Sets if the System.console() is known to be available.
- setConstructorDetector(JacksonProperties.ConstructorDetectorStrategy) - 类中的方法 org.springframework.boot.autoconfigure.jackson.JacksonProperties
- setConsume(List<TracingProperties.Propagation.PropagationType>) - 类中的方法 org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Propagation
- setConsumerBatchEnabled(boolean) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer
- setConsumers(boolean) - 类中的方法 org.springframework.boot.autoconfigure.jms.JmsProperties.Cache
- setConsumersPerQueue(Integer) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties.DirectContainer
- setContactPoints(List<String>) - 类中的方法 org.springframework.boot.autoconfigure.cassandra.CassandraProperties
- setContentType(MimeType) - 类中的方法 org.springframework.boot.autoconfigure.mustache.MustacheProperties.Servlet
- setContentType(MimeType) - 类中的方法 org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
- setContentType(MimeType) - 类中的方法 org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Servlet
- setContextLifecycleListeners(Collection<? extends LifecycleListener>) - 类中的方法 org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
Set
LifecycleListener
s that should be applied to the TomcatContext
. - setContextLifecycleListeners(Collection<? extends LifecycleListener>) - 类中的方法 org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
Set
LifecycleListener
s that should be applied to the TomcatContext
. - setContextPath(String) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Servlet
- setContextPath(String) - 类中的方法 org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
- setContextPath(String) - 类中的方法 org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- setContextPath(String) - 接口中的方法 org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
-
Sets the context path for the web server.
- setContextPropagation(ReactorProperties.ContextPropagationMode) - 类中的方法 org.springframework.boot.autoconfigure.reactor.ReactorProperties
- setContexts(List<String>) - 类中的方法 org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- setContextValves(Collection<? extends Valve>) - 类中的方法 org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- setContinueOnError(boolean) - 类中的方法 org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties
- setContinueOnError(boolean) - 类中的方法 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) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Jaas
- setCookieSameSiteSuppliers(List<? extends CookieSameSiteSupplier>) - 类中的方法 org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- setCookieSameSiteSuppliers(List<? extends CookieSameSiteSupplier>) - 接口中的方法 org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
-
Sets
CookieSameSiteSuppliers
that should be used to obtain theCookie.SameSite
attribute of any added cookie. - setCoreSize(int) - 类中的方法 org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
- setCorrelation(TracingProperties.Baggage.Correlation) - 类中的方法 org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Baggage
- setCreateSchemas(boolean) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setCredential(EmbeddedLdapProperties.Credential) - 类中的方法 org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
- setCredentials(List<Saml2RelyingPartyProperties.AssertingParty.Verification.Credential>) - 类中的方法 org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.AssertingParty.Verification
- setCredentials(List<Saml2RelyingPartyProperties.Decryption.Credential>) - 类中的方法 org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Decryption
- setCredentials(List<Saml2RelyingPartyProperties.Registration.Signing.Credential>) - 类中的方法 org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration.Signing
- setCredentialsProvider(CredentialsProvider) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitConnectionFactoryBeanConfigurer
- setCredentialsRefreshService(CredentialsRefreshService) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitConnectionFactoryBeanConfigurer
- setCron(String) - 类中的方法 org.springframework.boot.autoconfigure.integration.IntegrationProperties.Poller
- setCustomFormat(String) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
- setCustomTags(Map<String, String>) - 类中的方法 org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties.Application
- setDatabase(int) - 类中的方法 org.springframework.boot.autoconfigure.data.redis.RedisProperties
- setDatabase(String) - 类中的方法 org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataProperties
- setDatabase(String) - 类中的方法 org.springframework.boot.autoconfigure.mongo.MongoProperties.Gridfs
- setDatabase(String) - 类中的方法 org.springframework.boot.autoconfigure.mongo.MongoProperties
- setDatabase(Database) - 类中的方法 org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
- setDatabaseChangeLogLockTable(String) - 类中的方法 org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- setDatabaseChangeLogTable(String) - 类中的方法 org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- setDatabasePlatform(String) - 类中的方法 org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
- setDataDirectory(String) - 类中的方法 org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
- setDataLocations(List<String>) - 类中的方法 org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties
- setDataLocations(List<String>) - 类中的方法 org.springframework.boot.sql.init.DatabaseInitializationSettings
-
Sets the locations of data (DML) scripts to apply to the database.
- setDataSource(DataSource) - 类中的方法 org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
-
Set the
DataSource
to use. - setDataSourceClassName(String) - 类中的方法 org.springframework.boot.autoconfigure.jdbc.DataSourceProperties.Xa
- setDate(String) - 类中的方法 org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties.Format
- setDate(String) - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Format
- setDateFormat(String) - 类中的方法 org.springframework.boot.autoconfigure.gson.GsonProperties
- setDateFormat(String) - 类中的方法 org.springframework.boot.autoconfigure.jackson.JacksonProperties
- setDateTime(String) - 类中的方法 org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties.Format
- setDateTime(String) - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Format
- setDb(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
- setDdlAuto(String) - 类中的方法 org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties
- setDeadLetterPolicy(PulsarProperties.Consumer.DeadLetterPolicy) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer
- setDeadLetterTopic(String) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer.DeadLetterPolicy
- setDeBatchingEnabled(boolean) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
- setDecodeSlash(Boolean) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
- setDecodeUrl(Boolean) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
- setDefaultDestination(String) - 类中的方法 org.springframework.boot.autoconfigure.jms.JmsProperties.Template
- setDefaultDimensions(Map<String, String>) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties.V2
- setDefaultDomain(String) - 类中的方法 org.springframework.boot.autoconfigure.jmx.JmxProperties
- setDefaultEncoding(Charset) - 类中的方法 org.springframework.boot.autoconfigure.mail.MailProperties
- setDefaultLeniency(Boolean) - 类中的方法 org.springframework.boot.autoconfigure.jackson.JacksonProperties
- setDefaultLoggingEnabled(boolean) - 类中的方法 org.springframework.boot.autoconfigure.integration.IntegrationProperties.Management
- setDefaultMediaType(MediaType) - 类中的方法 org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
- setDefaultPageSize(int) - 类中的方法 org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
- setDefaultPageSize(Integer) - 类中的方法 org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
- setDefaultProperties(Map<String, Object>) - 类中的方法 org.springframework.boot.SpringApplication
-
Set default environment properties which will be used in addition to those in the existing
Environment
. - setDefaultProperties(Properties) - 类中的方法 org.springframework.boot.SpringApplication
-
Convenient alternative to
SpringApplication.setDefaultProperties(Map)
. - setDefaultPropertyInclusion(JsonInclude.Include) - 类中的方法 org.springframework.boot.autoconfigure.jackson.JacksonProperties
- setDefaultReceiveQueue(String) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
- setDefaultRequeueRejected(Boolean) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
- setDefaultSchema(String) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setDefaultSchema(String) - 类中的方法 org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- setDefaultTimeout(Duration) - 类中的方法 org.springframework.boot.autoconfigure.integration.IntegrationProperties.Endpoint
- setDefaultTimeout(Duration) - 类中的方法 org.springframework.boot.autoconfigure.transaction.TransactionProperties
- setDefaultTopic(String) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Template
- setDefaultUri(String) - 类中的方法 org.springframework.boot.webservices.client.WebServiceTemplateBuilder
-
Set the default URI to be used on operations that do not have a URI parameter.
- setDelay(Duration) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Retry.Topic.Backoff
- setDelay(Duration) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Retry.Topic
-
已过时, 待删除: 此 API 元素将从以后的版本中删除。
- setDelay(Duration) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Failover
- setDelayAfterFailure(Duration) - 类中的方法 org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties.Restclient.Sniffer
- setDeliveryDelay(Duration) - 类中的方法 org.springframework.boot.autoconfigure.jms.JmsProperties.Template
- setDeliveryMode(JmsProperties.DeliveryMode) - 类中的方法 org.springframework.boot.autoconfigure.jms.JmsProperties.Template
- setDeploymentInfoCustomizers(Collection<? extends UndertowDeploymentInfoCustomizer>) - 类中的方法 org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-
Set
UndertowDeploymentInfoCustomizer
s that should be applied to the UndertowDeploymentInfo
. - setDescriptions(boolean) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.datadog.DatadogProperties
- setDescriptions(boolean) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties
- setDestinationProvider(DestinationProvider) - 类中的方法 org.springframework.boot.webservices.client.WebServiceTemplateBuilder
-
Set the
DestinationProvider
to use. - setDetectEncoding(Boolean) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setDetectionStrategy(RepositoryDetectionStrategy.RepositoryDetectionStrategies) - 类中的方法 org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
- setDetectRootUri(boolean) - 类中的方法 org.springframework.boot.test.web.client.MockServerRestTemplateCustomizer
-
Set if root URIs from
RootUriRequestExpectationManager
should be detected and applied to theMockRestServiceServer
. - setDeviceAuthorizationUri(String) - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Endpoint
- setDeviceCodeTimeToLive(Duration) - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Token
- setDeviceId(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties.V1
- setDeviceVerificationUri(String) - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Endpoint
- setDialect(JdbcDatabaseDialect) - 类中的方法 org.springframework.boot.autoconfigure.data.jdbc.JdbcDataProperties
- setDir(File) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
- setDirectBuffers(Boolean) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
- setDirectory(String) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
- setDisableHtmlEscaping(Boolean) - 类中的方法 org.springframework.boot.autoconfigure.gson.GsonProperties
- setDisableInnerClassSerialization(Boolean) - 类中的方法 org.springframework.boot.autoconfigure.gson.GsonProperties
- setDisableMBeanRegistry(boolean) - 类中的方法 org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
Set whether the factory should disable Tomcat's MBean registry prior to creating the server.
- setDisableMBeanRegistry(boolean) - 类中的方法 org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
Set whether the factory should disable Tomcat's MBean registry prior to creating the server.
- setDisconnect(Duration) - 类中的方法 org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
- setDispatcherTypes(DispatcherType, DispatcherType...) - 类中的方法 org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
-
Convenience method to
set dispatcher types
using the specified elements. - setDispatcherTypes(EnumSet<DispatcherType>) - 类中的方法 org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
-
Sets the dispatcher types that should be used with the registration.
- setDispatcherTypes(Set<DispatcherType>) - 类中的方法 org.springframework.boot.autoconfigure.security.SecurityProperties.Filter
- setDispatchOptionsRequest(boolean) - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
- setDispatchTraceRequest(boolean) - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
- setDisplayName(String) - 类中的方法 org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- setDisplayName(String) - 接口中的方法 org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
-
Sets the display name of the application deployed in the web server.
- setDocumentRoot(File) - 类中的方法 org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- setDocumentRoot(File) - 接口中的方法 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) - 类中的方法 org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointProperties
- setDomain(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.jmx.JmxProperties
- setDomain(String) - 类中的方法 org.springframework.boot.web.server.Cookie
- setDrainInterval(Duration) - 类中的方法 org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Throttler
- setDriverClassName(String) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setDriverClassName(String) - 类中的方法 org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
- setDriverClassName(String) - 类中的方法 org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- setDropFirst(boolean) - 类中的方法 org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- setDryRunOutput(File) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setDurationUnits(TimeUnit) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaProperties
- setDurationUnits(TimeUnit) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
- setDynamicRefreshSources(boolean) - 类中的方法 org.springframework.boot.autoconfigure.data.redis.RedisProperties.Lettuce.Cluster.Refresh
- setEagerFilterInit(boolean) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
- setEagerFilterInit(boolean) - 类中的方法 org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-
Set whether filters should be eagerly initialized.
- setEmbeddedDatabaseConnection(EmbeddedDatabaseConnection) - 类中的方法 org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
- setEnable(Map<String, Boolean>) - 类中的方法 org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties
- setEnableAutoCommit(Boolean) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
- setEnableComplexMapKeySerialization(Boolean) - 类中的方法 org.springframework.boot.autoconfigure.gson.GsonProperties
- setEnabled(boolean) - 类中的方法 org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties.Discovery
- setEnabled(boolean) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.AutoTimeProperties
- setEnabled(boolean) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
- setEnabled(boolean) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaProperties
- setEnabled(boolean) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
- setEnabled(boolean) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.jmx.JmxProperties
- setEnabled(boolean) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties
- setEnabled(boolean) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PushRegistryProperties
- setEnabled(boolean) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleProperties
- setEnabled(boolean) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
- setEnabled(boolean) - 类中的方法 org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties.LongTaskTimer
- setEnabled(boolean) - 类中的方法 org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Baggage.Correlation
- setEnabled(boolean) - 类中的方法 org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Baggage
- setEnabled(boolean) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
- setEnabled(boolean) - 类中的方法 org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Ssl
- setEnabled(boolean) - 类中的方法 org.springframework.boot.autoconfigure.data.redis.RedisProperties.Ssl
- setEnabled(boolean) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setEnabled(boolean) - 类中的方法 org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Graphiql
- setEnabled(boolean) - 类中的方法 org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Schema.Inspection
- setEnabled(boolean) - 类中的方法 org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Schema.Introspection
- setEnabled(boolean) - 类中的方法 org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Schema.Printer
- setEnabled(boolean) - 类中的方法 org.springframework.boot.autoconfigure.h2.H2ConsoleProperties
- setEnabled(boolean) - 类中的方法 org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Embedded
- setEnabled(boolean) - 类中的方法 org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
- setEnabled(boolean) - 类中的方法 org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
- setEnabled(boolean) - 类中的方法 org.springframework.boot.autoconfigure.jms.JmsProperties.Cache
- setEnabled(boolean) - 类中的方法 org.springframework.boot.autoconfigure.jmx.JmxProperties
- setEnabled(boolean) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Jaas
- setEnabled(boolean) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Retry.Topic
- setEnabled(boolean) - 类中的方法 org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Validation
- setEnabled(boolean) - 类中的方法 org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- setEnabled(boolean) - 类中的方法 org.springframework.boot.autoconfigure.mail.MailProperties.Ssl
- setEnabled(boolean) - 类中的方法 org.springframework.boot.autoconfigure.mongo.MongoProperties.Ssl
- setEnabled(boolean) - 类中的方法 org.springframework.boot.autoconfigure.mustache.MustacheProperties
- setEnabled(boolean) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Transaction
- setEnabled(boolean) - 类中的方法 org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.Pool
- setEnabled(boolean) - 类中的方法 org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
- setEnabled(boolean) - 类中的方法 org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
- setEnabled(boolean) - 类中的方法 org.springframework.boot.autoconfigure.web.ErrorProperties.Whitelabel
- setEnabled(boolean) - 类中的方法 org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties.Problemdetails
- setEnabled(boolean) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
- setEnabled(boolean) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
- setEnabled(boolean) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Mbeanregistry
- setEnabled(boolean) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
- setEnabled(boolean) - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
- setEnabled(boolean) - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Problemdetails
- setEnabled(boolean) - 类中的方法 org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain
- setEnabled(boolean) - 类中的方法 org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain.Strategy.Content
- setEnabled(boolean) - 类中的方法 org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain.Strategy.Fixed
- setEnabled(boolean) - 类中的方法 org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Livereload
- setEnabled(boolean) - 类中的方法 org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
- setEnabled(boolean) - 类中的方法 org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Restart
- setEnabled(boolean) - 类中的方法 org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties
- setEnabled(boolean) - 类中的方法 org.springframework.boot.web.server.Compression
- setEnabled(boolean) - 类中的方法 org.springframework.boot.web.server.Http2
- setEnabled(boolean) - 类中的方法 org.springframework.boot.web.server.Ssl
- setEnabled(boolean) - 类中的方法 org.springframework.boot.web.servlet.RegistrationBean
-
Flag to indicate that the registration is enabled.
- setEnabled(Boolean) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties.Pushgateway
- setEnabled(Boolean) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
- setEnabled(Boolean) - 类中的方法 org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Ssl
- setEnabled(Boolean) - 类中的方法 org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
- setEnabled(AnsiOutput.Enabled) - 类中的静态方法 org.springframework.boot.ansi.AnsiOutput
-
Sets if ANSI output is enabled.
- setEnabledProtocols(String[]) - 类中的方法 org.springframework.boot.web.server.Ssl
- setEnabledProtocols(Set<String>) - 类中的方法 org.springframework.boot.autoconfigure.ssl.SslBundleProperties.Options
- setEnableEnumTranslation(Boolean) - 类中的方法 org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
- setEnableSource(boolean) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.elastic.ElasticProperties
- setEnableSpringElCompiler(boolean) - 类中的方法 org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
- setEnableStatistics(boolean) - 类中的方法 org.springframework.boot.autoconfigure.cache.CacheProperties.Redis
- setEncoding(String) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
- setEncoding(Charset) - 类中的方法 org.springframework.boot.autoconfigure.context.MessageSourceProperties
- setEncoding(Charset) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setEncoding(Charset) - 类中的方法 org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Build
- setEncoding(Charset) - 类中的方法 org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Git
- setEncoding(Charset) - 类中的方法 org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties
- setEncoding(Charset) - 类中的方法 org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
- setEncoding(Charset) - 类中的方法 org.springframework.boot.sql.init.DatabaseInitializationSettings
-
Sets the encoding to use when reading the schema and data scripts.
- setEncoding(ZipkinProperties.Encoding) - 类中的方法 org.springframework.boot.actuate.autoconfigure.tracing.zipkin.ZipkinProperties
- setEncrypted(boolean) - 类中的方法 org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Security
- setEndpoint(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.logging.otlp.OtlpLoggingProperties
- setEndpoint(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.tracing.otlp.OtlpTracingProperties
- setEndpoint(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.tracing.zipkin.ZipkinProperties
- setEngineValves(Collection<? extends Valve>) - 类中的方法 org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- setEnrichWithDynatraceMetadata(Boolean) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties.V2
- setEnsureUniqueRuntimeObjectNames(boolean) - 类中的方法 org.springframework.boot.autoconfigure.jmx.ParentAwareNamingStrategy
-
Set if unique runtime object names should be ensured.
- setEntityId(String) - 类中的方法 org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.AssertingParty
- setEntityId(String) - 类中的方法 org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration
- setEnvironment(ConfigurableEnvironment) - 类中的方法 org.springframework.boot.SpringApplication
-
Sets the underlying environment that should be used with the created application context.
- setEnvironment(ConfigurableEnvironment) - 类中的方法 org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
- setEnvironment(ConfigurableEnvironment) - 类中的方法 org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
- setEnvironment(ConfigurableEnvironment) - 类中的方法 org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
- setEnvironment(ConfigurableEnvironment) - 类中的方法 org.springframework.boot.web.servlet.context.XmlServletWebServerApplicationContext
- setEnvironment(Environment) - 类中的方法 org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
- setEnvironment(Environment) - 类中的方法 org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
- setEnvironment(Environment) - 类中的方法 org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
- setEnvironmentPrefix(String) - 类中的方法 org.springframework.boot.SpringApplication
-
Set the prefix that should be applied when obtaining configuration properties from the system environment.
- setErrorOverrides(String[]) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setErrorPages(Set<? extends ErrorPage>) - 类中的方法 org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
- setErrorPages(Set<? extends ErrorPage>) - 接口中的方法 org.springframework.boot.web.server.ConfigurableWebServerFactory
-
Sets the error pages that will be used when handling exceptions.
- setEvalUri(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
- setEventType(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicProperties
- setExchange(String) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
- setExclude(String) - 类中的方法 org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
- setExclude(Set<String>) - 类中的方法 org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointProperties.Exposure
- setExclude(Set<String>) - 类中的方法 org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties.Exposure
- setExclude(Set<String>) - 类中的方法 org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties.Group
- setExcludedUserAgents(String[]) - 类中的方法 org.springframework.boot.web.server.Compression
- setExcludedViewNames(String[]) - 类中的方法 org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
- setExcludeFieldsWithoutExposeAnnotation(Boolean) - 类中的方法 org.springframework.boot.autoconfigure.gson.GsonProperties
- setExecuteInTransaction(boolean) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setExpiration(Duration) - 类中的方法 org.springframework.boot.autoconfigure.cache.CacheProperties.Couchbase
- setExpireAfterAccess(Duration) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer.Cache
- setExport(WavefrontProperties.Metrics.Export) - 类中的方法 org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties.Metrics
- setExportMeterMetadata(boolean) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties.V2
- setExposedHeaders(List<String>) - 类中的方法 org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties
- setExposedHeaders(List<String>) - 类中的方法 org.springframework.boot.autoconfigure.graphql.GraphQlCorsProperties
- setExposeRequestAttributes(boolean) - 类中的方法 org.springframework.boot.autoconfigure.mustache.MustacheProperties.Servlet
- setExposeRequestAttributes(boolean) - 类中的方法 org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
- setExposeSessionAttributes(boolean) - 类中的方法 org.springframework.boot.autoconfigure.mustache.MustacheProperties.Servlet
- setExposeSessionAttributes(boolean) - 类中的方法 org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
- setExposeSpringMacroHelpers(boolean) - 类中的方法 org.springframework.boot.autoconfigure.mustache.MustacheProperties.Servlet
- setExposeSpringMacroHelpers(boolean) - 类中的方法 org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
- setExternalFile(File) - 类中的方法 org.springframework.boot.actuate.autoconfigure.logging.LogFileWebEndpointProperties
- setFactory(HttpClientProperties.Factory) - 类中的方法 org.springframework.boot.autoconfigure.http.client.HttpClientProperties
- setFailFast(boolean) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
- setFailFast(boolean) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Function
- setFailOnMissingLocations(boolean) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setFallbackToSystemLocale(boolean) - 类中的方法 org.springframework.boot.autoconfigure.context.MessageSourceProperties
- setFaultMessageResolver(FaultMessageResolver) - 类中的方法 org.springframework.boot.webservices.client.WebServiceTemplateBuilder
-
Set the
FaultMessageResolver
to use. - setFavorParameter(boolean) - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Contentnegotiation
- setFetchMaxWait(Duration) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
- setFetchMinSize(DataSize) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
- setFetchSize(int) - 类中的方法 org.springframework.boot.autoconfigure.jdbc.JdbcProperties.Template
- setFieldNamingPolicy(FieldNamingPolicy) - 类中的方法 org.springframework.boot.autoconfigure.gson.GsonProperties
- setFieldNamingStrategy(Class<?>) - 类中的方法 org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
- setFieldNamingStrategy(Class<?>) - 类中的方法 org.springframework.boot.autoconfigure.mongo.MongoProperties
- setFields(List<String>) - 类中的方法 org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Baggage.Correlation
- setFileDateFormat(String) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
- setFileDateFormat(String) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
- setFileExtensions(String[]) - 类中的方法 org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Schema
- setFilename(String) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
- setFileSizeThreshold(DataSize) - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
- setFileSizeThreshold(DataSize) - 类中的方法 org.springframework.boot.web.servlet.MultipartConfigFactory
-
Sets the
size
threshold after which files will be written to disk. - setFileStorageDirectory(String) - 类中的方法 org.springframework.boot.autoconfigure.web.reactive.ReactiveMultipartProperties
- setFilter(T) - 类中的方法 org.springframework.boot.web.servlet.FilterRegistrationBean
-
Set the filter to be registered.
- setFilterDispatcherTypes(Set<DispatcherType>) - 类中的方法 org.springframework.boot.autoconfigure.session.SessionProperties.Servlet
- setFilterOrder(int) - 类中的方法 org.springframework.boot.autoconfigure.session.SessionProperties.Servlet
- setFixedDelay(Duration) - 类中的方法 org.springframework.boot.autoconfigure.integration.IntegrationProperties.Poller
- setFixedRate(Duration) - 类中的方法 org.springframework.boot.autoconfigure.integration.IntegrationProperties.Poller
- setFlavor(StatsdFlavor) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
- setFloorTimes(boolean) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics.AppOpticsProperties
- setFlushInterval(Duration) - 类中的方法 org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties.Sender
- setFlushMode(FlushMode) - 类中的方法 org.springframework.boot.autoconfigure.session.HazelcastSessionProperties
- setFlushMode(FlushMode) - 类中的方法 org.springframework.boot.autoconfigure.session.JdbcSessionProperties
- setFlushMode(FlushMode) - 类中的方法 org.springframework.boot.autoconfigure.session.RedisSessionProperties
- setForce(boolean) - 类中的方法 org.springframework.boot.web.servlet.server.Encoding
- setForceRequest(boolean) - 类中的方法 org.springframework.boot.web.servlet.server.Encoding
- setForceResponse(boolean) - 类中的方法 org.springframework.boot.web.servlet.server.Encoding
- setForceStop(boolean) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
- setFormat(String) - 类中的方法 org.springframework.boot.logging.logback.StructuredLogEncoder
- setFormat(ServerProperties.Jetty.Accesslog.FORMAT) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
- setForwardHeadersStrategy(ServerProperties.ForwardHeadersStrategy) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties
- setFragmentSize(DataSize) - 类中的方法 org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server
- setFragmentSize(DataSize) - 类中的方法 org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
- setFragmentSize(DataSize) - 接口中的方法 org.springframework.boot.rsocket.server.ConfigurableRSocketServerFactory
-
Specify the maximum transmission unit.
- setFullModeViewNames(String[]) - 类中的方法 org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Reactive
- setGenerateDdl(boolean) - 类中的方法 org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
- setGenerateNonExecutableJson(Boolean) - 类中的方法 org.springframework.boot.autoconfigure.gson.GsonProperties
- setGenerateUniqueName(boolean) - 类中的方法 org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
- setGenerateUniqueName(boolean) - 类中的方法 org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties
- setGlobalPrefix(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties.Metrics.Export
- setGraphiteTagsEnabled(Boolean) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
- setGroup(boolean) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setGroup(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties.V1
- setGroupId(String) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
- setGroupingKey(Map<String, String>) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties.Pushgateway
- setH2cMaxContentLength(DataSize) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Netty
- setHandlePing(boolean) - 类中的方法 org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server.Spec
- setHashingScheme(HashingScheme) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer
- setHeaders(Map<String, String>) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.otlp.OtlpMetricsProperties
- setHeaders(Map<String, String>) - 类中的方法 org.springframework.boot.actuate.autoconfigure.tracing.otlp.OtlpTracingProperties
- setHeadersCharset(Charset) - 类中的方法 org.springframework.boot.autoconfigure.web.reactive.ReactiveMultipartProperties
- setHeadless(boolean) - 类中的方法 org.springframework.boot.SpringApplication
-
Sets if the application is headless and should not instantiate AWT.
- setHeartbeatInterval(Duration) - 类中的方法 org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Pool
- setHeartbeatInterval(Duration) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
- setHistogramFlavor(HistogramFlavor) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.otlp.OtlpMetricsProperties
- setHistogramFlavor(PrometheusProperties.HistogramFlavor) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties
- setHost(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.elastic.ElasticProperties
- setHost(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaProperties
- setHost(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
- setHost(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
- setHost(String) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties
- setHost(String) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties.Stream
- setHost(String) - 类中的方法 org.springframework.boot.autoconfigure.data.redis.RedisProperties
- setHost(String) - 类中的方法 org.springframework.boot.autoconfigure.integration.IntegrationProperties.RSocket.Client
- setHost(String) - 类中的方法 org.springframework.boot.autoconfigure.mail.MailProperties
- setHost(String) - 类中的方法 org.springframework.boot.autoconfigure.mongo.MongoProperties
- setHost(String) - 类中的方法 org.springframework.boot.autoconfigure.sendgrid.SendGridProperties.Proxy
- setHost(String) - 类中的方法 org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Proxy
- setHost(String) - 类中的方法 org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties
- setHostHeader(String) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Remoteip
- setHostnameVerificationEnabled(boolean) - 类中的方法 org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Security
- setHostTag(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics.AppOpticsProperties
- setHostTag(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.datadog.DatadogProperties
- setHttp2(Http2) - 类中的方法 org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
- setHttp2(Http2) - 接口中的方法 org.springframework.boot.web.server.ConfigurableWebServerFactory
-
Sets the HTTP/2 configuration that will be applied to the server.
- setHttpOnly(Boolean) - 类中的方法 org.springframework.boot.web.server.Cookie
- setIdleBetweenPolls(Duration) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
- setIdleEventInterval(Duration) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
- setIdleEventInterval(Duration) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
- setIdleHttpConnectionTimeout(Duration) - 类中的方法 org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Io
- setIdlePartitionEventInterval(Duration) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
- setIdleTimeBeforeConnectionTest(Duration) - 类中的方法 org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Pool
- setIdleTimeout(Duration) - 类中的方法 org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Pool
- setIdleTimeout(Duration) - 类中的方法 org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
- setIdleTimeout(Duration) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Threads
- setIdleTimeout(Duration) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Netty
- setIdTokenSignatureAlgorithm(String) - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Token
- setIgnoreFailures(boolean) - 类中的方法 org.springframework.boot.autoconfigure.integration.IntegrationProperties.Error
- setIgnoreMigrationPatterns(List<String>) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setIgnoreNameNotFoundException(boolean) - 类中的方法 org.springframework.boot.autoconfigure.ldap.LdapProperties.Template
- setIgnorePartialResultException(boolean) - 类中的方法 org.springframework.boot.autoconfigure.ldap.LdapProperties.Template
- setIgnorePaths(List<String>) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
- setIgnoreRegistrationFailure(boolean) - 类中的方法 org.springframework.boot.web.servlet.DynamicRegistrationBean
-
Sets whether registration failures should be ignored.
- setIgnoreRoutingDataSources(boolean) - 类中的方法 org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthIndicatorProperties
- setIgnoreSizeLimitExceededException(Boolean) - 类中的方法 org.springframework.boot.autoconfigure.ldap.LdapProperties.Template
- setImmediateStop(boolean) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
- setImplicitStrategy(String) - 类中的方法 org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties.Naming
- setInclude(Set<String>) - 类中的方法 org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointProperties.Exposure
- setInclude(Set<String>) - 类中的方法 org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties.Exposure
- setInclude(Set<String>) - 类中的方法 org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties.Group
- setInclude(Set<Include>) - 类中的方法 org.springframework.boot.actuate.autoconfigure.web.exchanges.HttpExchangesProperties.Recording
- setIncludeBindingErrors(ErrorProperties.IncludeAttribute) - 类中的方法 org.springframework.boot.autoconfigure.web.ErrorProperties
- setIncludeException(boolean) - 类中的方法 org.springframework.boot.autoconfigure.web.ErrorProperties
- setIncludeMessage(ErrorProperties.IncludeAttribute) - 类中的方法 org.springframework.boot.autoconfigure.web.ErrorProperties
- setIncludeParameterValues(boolean) - 类中的方法 org.springframework.boot.actuate.autoconfigure.r2dbc.R2dbcObservationProperties
- setIncludePath(ErrorProperties.IncludeAttribute) - 类中的方法 org.springframework.boot.autoconfigure.web.ErrorProperties
- setIncludeRelevantJarModeJars(boolean) - 类中的方法 org.springframework.boot.loader.tools.Packager
-
Sets if jarmode jars relevant for the packaging should be automatically included.
- setIncludeStacktrace(ErrorProperties.IncludeAttribute) - 类中的方法 org.springframework.boot.autoconfigure.web.ErrorProperties
- setIndex(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.elastic.ElasticProperties
- setIndexDateFormat(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.elastic.ElasticProperties
- setIndexDateSeparator(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.elastic.ElasticProperties
- setInit(Map<String, String>) - 类中的方法 org.springframework.boot.autoconfigure.jersey.JerseyProperties
- setInit(Map<String, String>) - 类中的方法 org.springframework.boot.autoconfigure.webservices.WebServicesProperties.Servlet
- setInitialBufferSize(DataSize) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Netty
- setInitialCapacity(int) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer.Cache
- setInitialDelay(Duration) - 类中的方法 org.springframework.boot.autoconfigure.integration.IntegrationProperties.Poller
- setInitialInterval(Duration) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
- setInitializers(Collection<? extends ApplicationContextInitializer<?>>) - 类中的方法 org.springframework.boot.SpringApplication
-
Sets the
ApplicationContextInitializer
that will be applied to the SpringApplicationContext
. - setInitializers(List<? extends ServletContextInitializer>) - 类中的方法 org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- setInitializers(List<? extends ServletContextInitializer>) - 接口中的方法 org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
-
Sets
ServletContextInitializer
that should be applied in addition toServletWebServerFactory.getWebServer(ServletContextInitializer...)
parameters. - setInitializeSchema(DatabaseInitializationMode) - 类中的方法 org.springframework.boot.autoconfigure.batch.BatchProperties.Jdbc
- setInitializeSchema(DatabaseInitializationMode) - 类中的方法 org.springframework.boot.autoconfigure.integration.IntegrationProperties.Jdbc
- setInitializeSchema(DatabaseInitializationMode) - 类中的方法 org.springframework.boot.autoconfigure.quartz.QuartzProperties.Jdbc
- setInitializeSchema(DatabaseInitializationMode) - 类中的方法 org.springframework.boot.autoconfigure.session.JdbcSessionProperties
- setInitialPosition(SubscriptionInitialPosition) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer.Subscription
- setInitialSize(int) - 类中的方法 org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.Pool
- setInitialSubscriptionName(String) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer.DeadLetterPolicy
- setInitParameters(Map<String, String>) - 类中的方法 org.springframework.boot.web.servlet.DynamicRegistrationBean
-
Set init-parameters for this registration.
- setInitParameters(Map<String, String>) - 类中的方法 org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- setInitParameters(Map<String, String>) - 接口中的方法 org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
-
Sets the init parameters that are applied to the container's
ServletContext
. - setInitParameters(Map<String, String>) - 类中的方法 org.springframework.boot.web.servlet.server.Jsp
- setInitQueryTimeout(Duration) - 类中的方法 org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Connection
- setInitSqls(List<String>) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setInstalledBy(String) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setInternalProxies(String) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Remoteip
- setInterval(Duration) - 类中的方法 org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties.Restclient.Sniffer
- setInTests(boolean) - 类中的方法 org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties.Skip
- setIntrospectionUri(String) - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Opaquetoken
- setIo(Integer) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Threads
- setIo(Integer) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Threads
- setIoThreads(Integer) - 接口中的方法 org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
-
Set the number of IO Threads.
- setIoThreads(Integer) - 类中的方法 org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
- setIoThreads(Integer) - 类中的方法 org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- setIpv6Canonical(boolean) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
- setIsolationLevel(KafkaProperties.IsolationLevel) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
- setIsolationLevelForCreate(Isolation) - 类中的方法 org.springframework.boot.autoconfigure.batch.BatchProperties.Jdbc
- setIssuer(String) - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties
- setIssuerUri(String) - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
- setIssuerUri(String) - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
- setJdbcProperties(Map<String, String>) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setJndiName(String) - 类中的方法 org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
Allows the DataSource to be managed by the container and obtained through JNDI.
- setJndiName(String) - 类中的方法 org.springframework.boot.autoconfigure.jms.JmsProperties
- setJndiName(String) - 类中的方法 org.springframework.boot.autoconfigure.mail.MailProperties
- setJob(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties.Pushgateway
- setJobName(String) - 类中的方法 org.springframework.boot.autoconfigure.batch.JobLauncherApplicationRunner
- setJobParametersConverter(JobParametersConverter) - 类中的方法 org.springframework.boot.autoconfigure.batch.JobLauncherApplicationRunner
- setJobRegistry(JobRegistry) - 类中的方法 org.springframework.boot.autoconfigure.batch.JobLauncherApplicationRunner
- setJobs(Collection<Job>) - 类中的方法 org.springframework.boot.autoconfigure.batch.JobLauncherApplicationRunner
- setJobStoreType(JobStoreType) - 类中的方法 org.springframework.boot.autoconfigure.quartz.QuartzProperties
- setJsp(Jsp) - 类中的方法 org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- setJsp(Jsp) - 接口中的方法 org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
-
Sets the configuration that will be applied to the server's JSP servlet.
- setJwkSetUri(String) - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
- setJwkSetUri(String) - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
- setJwkSetUri(String) - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Client
- setJwkSetUri(String) - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Endpoint
- setJwsAlgorithms(List<String>) - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
- setKeepAlive(boolean) - 类中的方法 org.springframework.boot.SpringApplication
-
Set whether to keep the application alive even if there are no more non-daemon threads.
- setKeepAlive(Duration) - 类中的方法 org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Websocket
- setKeepAlive(Duration) - 类中的方法 org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
- setKeepAliveTimeout(Duration) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
- setKerberosCacheFile(String) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties.Oracle
- setKerberosConfigFile(String) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setKerberosLoginFile(String) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties.Sqlserver
- setKerberosTicket(String) - 类中的方法 org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Authentication
- setKeyAlias(String) - 类中的方法 org.springframework.boot.web.server.Ssl
- setKeyDeserializer(Class<?>) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
- setKeyPassword(String) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
- setKeyPassword(String) - 类中的方法 org.springframework.boot.web.server.Ssl
- setKeyPrefix(String) - 类中的方法 org.springframework.boot.autoconfigure.cache.CacheProperties.Redis
- setKeySerializer(Class<?>) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
- setKeyspaceName(String) - 类中的方法 org.springframework.boot.autoconfigure.cassandra.CassandraProperties
- setKeyStore(String) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
- setKeyStore(String) - 类中的方法 org.springframework.boot.web.server.Ssl
- setKeyStoreAlgorithm(String) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
- setKeyStoreCertificateChain(String) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
- setKeyStoreKey(String) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
- setKeyStoreLocation(Resource) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
- setKeyStorePassword(String) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
- setKeyStorePassword(String) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
- setKeyStorePassword(String) - 类中的方法 org.springframework.boot.web.server.Ssl
- setKeyStoreProvider(String) - 类中的方法 org.springframework.boot.web.server.Ssl
- setKeyStoreType(String) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
- setKeyStoreType(String) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
- setKeyStoreType(String) - 类中的方法 org.springframework.boot.web.server.Ssl
- setKeyValue(Duration) - 类中的方法 org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
- setKeyValueDurable(Duration) - 类中的方法 org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
- setKeyValues(Map<String, String>) - 类中的方法 org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties
- setLabelFilter(List<String>) - 类中的方法 org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- setLayers(Layers) - 类中的方法 org.springframework.boot.loader.tools.Packager
-
Sets the layers that should be used in the jar.
- setLayout(Layout) - 类中的方法 org.springframework.boot.loader.tools.Packager
-
Sets the layout to use for the jar.
- setLayoutFactory(LayoutFactory) - 类中的方法 org.springframework.boot.loader.tools.Packager
-
Sets the layout factory for the jar.
- setLazyInitialization(boolean) - 类中的方法 org.springframework.boot.SpringApplication
-
Sets if beans should be initialized lazily.
- setLdif(String) - 类中的方法 org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
- setLeakDetection(NettyProperties.LeakDetection) - 类中的方法 org.springframework.boot.autoconfigure.netty.NettyProperties
- setLenient(Boolean) - 类中的方法 org.springframework.boot.autoconfigure.gson.GsonProperties
- setLifecycleManagement(LifecycleManagement) - 类中的方法 org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties
- setLifecycleTimeout(Duration) - 类中的方法 org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
-
Set the maximum amount of time that should be waited when starting or stopping the server.
- setLifecycleTimeout(Duration) - 类中的方法 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) - 类中的方法 org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
- setLiquibaseSchema(String) - 类中的方法 org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- setLiquibaseTablespace(String) - 类中的方法 org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- setListener(Integer) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Threads
- setListener(T) - 类中的方法 org.springframework.boot.web.servlet.ServletListenerRegistrationBean
-
Set the listener that will be registered.
- setListeners(Collection<? extends ApplicationListener<?>>) - 类中的方法 org.springframework.boot.SpringApplication
-
Sets the
ApplicationListener
s that will be applied to the SpringApplication and registered with theApplicationContext
. - setLoaderImplementation(LoaderImplementation) - 类中的方法 org.springframework.boot.loader.tools.Packager
-
Sets the loader implementation to use.
- setLoadOnStartup(int) - 类中的方法 org.springframework.boot.autoconfigure.jersey.JerseyProperties.Servlet
- setLoadOnStartup(int) - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Servlet
- setLoadOnStartup(int) - 类中的方法 org.springframework.boot.autoconfigure.webservices.WebServicesProperties.Servlet
- setLoadOnStartup(int) - 类中的方法 org.springframework.boot.web.servlet.ServletRegistrationBean
-
Sets the
loadOnStartup
priority. - setLocalDatacenter(String) - 类中的方法 org.springframework.boot.autoconfigure.cassandra.CassandraProperties
- setLocale(String) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
- setLocale(Locale) - 类中的方法 org.springframework.boot.autoconfigure.jackson.JacksonProperties
- setLocale(Locale) - 类中的方法 org.springframework.boot.autoconfigure.web.WebProperties
- setLocaleCharsetMappings(Map<Locale, Charset>) - 类中的方法 org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- setLocaleCharsetMappings(Map<Locale, Charset>) - 接口中的方法 org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
-
Sets the Locale to Charset mappings.
- setLocaleResolver(WebProperties.LocaleResolver) - 类中的方法 org.springframework.boot.autoconfigure.web.WebProperties
- setLocalFields(List<String>) - 类中的方法 org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Baggage
- setLocation(String) - 类中的方法 org.springframework.boot.actuate.sbom.SbomProperties.Sbom
- setLocation(String) - 类中的方法 org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Authentication.Jks
- setLocation(String) - 类中的方法 org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration.Acs
- setLocation(String) - 类中的方法 org.springframework.boot.autoconfigure.ssl.JksSslBundleProperties.Store
- setLocation(String) - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
- setLocation(String) - 类中的方法 org.springframework.boot.web.servlet.MultipartConfigFactory
-
Sets the directory location where files will be stored.
- setLocation(Resource) - 类中的方法 org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Build
- setLocation(Resource) - 类中的方法 org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Git
- setLocations(String[]) - 类中的方法 org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Schema
- setLocations(List<String>) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setLockRetryCount(Integer) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setLogConditionEvaluationDelta(boolean) - 类中的方法 org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
- setLogContainerConfig(Boolean) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
- setLoggers(String[]) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setLoginModule(String) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Jaas
- setLogLeakedSessions(boolean) - 类中的方法 org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Pool
- setLogLevel(String, LogLevel) - 类中的方法 org.springframework.boot.logging.java.JavaLoggingSystem
- setLogLevel(String, LogLevel) - 类中的方法 org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
- setLogLevel(String, LogLevel) - 类中的方法 org.springframework.boot.logging.logback.LogbackLoggingSystem
- setLogLevel(String, LogLevel) - 类中的方法 org.springframework.boot.logging.LoggingSystem
-
Sets the logging level for a given logger.
- setLogLevel(LogLevel) - 类中的方法 org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties.Start
- setLogLevels(LoggingSystem, ConfigurableEnvironment) - 类中的方法 org.springframework.boot.context.logging.LoggingApplicationListener
-
Set logging levels based on relevant
Environment
properties. - setLogoutUri(String) - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.OidcEndpoint
- setLogRequestDetails(boolean) - 类中的方法 org.springframework.boot.autoconfigure.codec.CodecProperties
- setLogRequestDetails(boolean) - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
- setLogResolvedException(boolean) - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
- setLogStartupInfo(boolean) - 类中的方法 org.springframework.boot.SpringApplication
-
Sets if the application information should be logged when the application starts.
- setLongSerializationPolicy(LongSerializationPolicy) - 类中的方法 org.springframework.boot.autoconfigure.gson.GsonProperties
- setLookupTimeout(Duration) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Client
- setLwcEnabled(boolean) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
- setLwcIgnorePublishStep(boolean) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
- setLwcStep(Duration) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
- setMainApplicationClass(Class<?>) - 类中的方法 org.springframework.boot.SpringApplication
-
Set a specific main application class that will be used as a log source and to obtain version information.
- setMainClass(String) - 类中的方法 org.springframework.boot.loader.tools.Packager
-
Sets the main class that should be run.
- setManagement(Duration) - 类中的方法 org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
- setMandatory(Boolean) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
- setMapName(String) - 类中的方法 org.springframework.boot.autoconfigure.session.HazelcastSessionProperties
- setMapping(String) - 类中的方法 org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Rsocket
- setMapping(Map<Locale, Charset>) - 类中的方法 org.springframework.boot.web.servlet.server.Encoding
- setMappingPath(String) - 类中的方法 org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server
- setMarshaller(Marshaller) - 类中的方法 org.springframework.boot.webservices.client.WebServiceTemplateBuilder
-
Set the
Marshaller
to use to serialize messages. - setMaster(String) - 类中的方法 org.springframework.boot.autoconfigure.data.redis.RedisProperties.Sentinel
- setMatchAfter(boolean) - 类中的方法 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) - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Pathmatch
- setMax(int) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Threads
- setMax(Integer) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Threads
- setMaxAcquireTime(Duration) - 类中的方法 org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.Pool
- setMaxActive(int) - 类中的方法 org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
- setMaxAge(Duration) - 类中的方法 org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties
- setMaxAge(Duration) - 类中的方法 org.springframework.boot.autoconfigure.graphql.GraphQlCorsProperties
- setMaxAge(Duration) - 类中的方法 org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
- setMaxAge(Duration) - 类中的方法 org.springframework.boot.web.server.Cookie
- setMaxAttempts(int) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
- setMaxBroadcastSubscribers(int) - 类中的方法 org.springframework.boot.autoconfigure.integration.IntegrationProperties.Channel
- setMaxBucketCount(int) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.otlp.OtlpMetricsProperties
- setMaxChunkSize(DataSize) - 类中的方法 org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Reactive
- setMaxConcurrency(Integer) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer
- setMaxConcurrency(Integer) - 类中的方法 org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
- setMaxConcurrentRequests(int) - 类中的方法 org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Throttler
- setMaxConnectionLifetime(Duration) - 类中的方法 org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Pool
- setMaxConnectionPoolSize(int) - 类中的方法 org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Pool
- setMaxConnections(int) - 类中的方法 org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
- setMaxConnections(int) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
- setMaxConnections(int) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
- setMaxConnections(int) - 接口中的方法 org.springframework.boot.web.embedded.jetty.ConfigurableJettyWebServerFactory
-
Sets the maximum number of concurrent connections.
- setMaxConnections(int) - 类中的方法 org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
- setMaxConnections(int) - 类中的方法 org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
- setMaxCookies(Integer) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
- setMaxCreateConnectionTime(Duration) - 类中的方法 org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.Pool
- setMaxDays(int) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
- setMaxDelay(Duration) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Retry.Topic.Backoff
- setMaxDelay(Duration) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Retry.Topic
-
已过时, 待删除: 此 API 元素将从以后的版本中删除。
- setMaxDiskUsagePerPart(DataSize) - 类中的方法 org.springframework.boot.autoconfigure.web.reactive.ReactiveMultipartProperties
- setMaxEndpoints(int) - 类中的方法 org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Io
- setMaxFileSize(DataSize) - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
- setMaxFileSize(DataSize) - 类中的方法 org.springframework.boot.web.servlet.MultipartConfigFactory
-
Sets the maximum
size
allowed for uploaded files. - setMaxFormKeys(int) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
- setMaxFramePayloadLength(DataSize) - 类中的方法 org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server.Spec
- setMaxHeaders(int) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
- setMaxHeadersSize(DataSize) - 类中的方法 org.springframework.boot.autoconfigure.web.reactive.ReactiveMultipartProperties
- setMaxHttpFormPostSize(DataSize) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
- setMaxHttpFormPostSize(DataSize) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
- setMaxHttpPostSize(DataSize) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
- setMaxHttpRequestHeaderSize(DataSize) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties
- setMaxHttpResponseHeaderSize(DataSize) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
- setMaxHttpResponseHeaderSize(DataSize) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
- setMaxIdle(int) - 类中的方法 org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
- setMaxIdleTime(Duration) - 类中的方法 org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.Pool
- setMaximumSize(long) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer.Cache
- setMaxInboundMessageBodySize(DataSize) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties
- setMaxInitialLineLength(DataSize) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Netty
- setMaxInMemorySize(DataSize) - 类中的方法 org.springframework.boot.autoconfigure.codec.CodecProperties
- setMaxInMemorySize(DataSize) - 类中的方法 org.springframework.boot.autoconfigure.web.reactive.ReactiveMultipartProperties
- setMaxInterval(Duration) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
- setMaxKeepAliveRequests(int) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
- setMaxKeepAliveRequests(Integer) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Netty
- setMaxLifeTime(Duration) - 类中的方法 org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.Pool
- setMaxMessagesPerPoll(int) - 类中的方法 org.springframework.boot.autoconfigure.integration.IntegrationProperties.Poller
- setMaxMessagesPerTask(Integer) - 类中的方法 org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
- setMaxPacketLength(Integer) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
- setMaxPageSize(int) - 类中的方法 org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
- setMaxPageSize(Integer) - 类中的方法 org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
- setMaxParameters(Integer) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
- setMaxParts(Integer) - 类中的方法 org.springframework.boot.autoconfigure.web.reactive.ReactiveMultipartProperties
- setMaxPollRecords(Integer) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
- setMaxQueueCapacity(int) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Threads
- setMaxQueueCapacity(Integer) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Threads
- setMaxQueueSize(int) - 类中的方法 org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties.Sender
- setMaxQueueSize(int) - 类中的方法 org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Throttler
- setMaxRedeliverCount(int) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer.DeadLetterPolicy
- setMaxRedirects(Integer) - 类中的方法 org.springframework.boot.autoconfigure.data.redis.RedisProperties.Cluster
- setMaxRequestSize(DataSize) - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
- setMaxRequestSize(DataSize) - 类中的方法 org.springframework.boot.web.servlet.MultipartConfigFactory
-
Sets the maximum
DataSize
allowed for multipart/form-data requests. - setMaxRequestsPerSecond(int) - 类中的方法 org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Throttler
- setMaxRows(int) - 类中的方法 org.springframework.boot.autoconfigure.jdbc.JdbcProperties.Template
- setMaxScale(int) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.otlp.OtlpMetricsProperties
- setMaxSessions(int) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Reactive.Session
- setMaxSessionsPerConnection(int) - 类中的方法 org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
- setMaxSize(int) - 类中的方法 org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.Pool
- setMaxSize(int) - 类中的方法 org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
- setMaxSwallowSize(DataSize) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
- setMaxTransactionRetryTime(Duration) - 类中的方法 org.springframework.boot.autoconfigure.neo4j.Neo4jProperties
- setMaxUnicastSubscribers(int) - 类中的方法 org.springframework.boot.autoconfigure.integration.IntegrationProperties.Channel
- setMaxUriTags(int) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web.Client
- setMaxUriTags(int) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web.Server
- setMaxValidationTime(Duration) - 类中的方法 org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.Pool
- setMaxWait(Duration) - 类中的方法 org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
- setMediaType(MimeType) - 类中的方法 org.springframework.boot.actuate.sbom.SbomProperties.Sbom
- setMediaTypes(List<MediaType>) - 类中的方法 org.springframework.boot.autoconfigure.mustache.MustacheProperties.Reactive
- setMediaTypes(List<MediaType>) - 类中的方法 org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Reactive
- setMediaTypes(Map<String, MediaType>) - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Contentnegotiation
- setMessageCodesResolverFormat(DefaultMessageCodesResolver.Format) - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
- setMessageConverter(MessageConverter) - 类中的方法 org.springframework.boot.autoconfigure.amqp.AbstractRabbitListenerContainerFactoryConfigurer
-
Set the
MessageConverter
to use ornull
if the out-of-the-box converter should be used. - setMessageConverter(MessageConverter) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitStreamTemplateConfigurer
-
Set the
MessageConverter
to use ornull
if the out-of-the-box converter should be used. - setMessageConverter(MessageConverter) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitTemplateConfigurer
-
Set the
MessageConverter
to use ornull
if the out-of-the-box converter should be used. - setMessageMappingEnabled(boolean) - 类中的方法 org.springframework.boot.autoconfigure.integration.IntegrationProperties.RSocket.Server
- setMessageReaders(List<HttpMessageReader<?>>) - 类中的方法 org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
-
Configure HTTP message readers to deserialize the request body with.
- setMessageRecoverer(MessageRecoverer) - 类中的方法 org.springframework.boot.autoconfigure.amqp.AbstractRabbitListenerContainerFactoryConfigurer
-
Set the
MessageRecoverer
to use ornull
to rely on the default. - setMessageRoutingMode(MessageRoutingMode) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer
- setMessageSize(DataSize) - 类中的方法 org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties.Sender
- setMessageWriters(List<HttpMessageWriter<?>>) - 类中的方法 org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
-
Configure HTTP message writers to serialize the response body with.
- setMetadataUri(String) - 类中的方法 org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.AssertingParty
- setMeterNameEventTypeEnabled(boolean) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicProperties
- setMeterTimeToLive(Duration) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
- setMetricKeyPrefix(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties.V2
- setMetricName(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Data.Repository
- setMetricsEnabled(boolean) - 类中的方法 org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Pool
- setMetricTypePrefix(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.stackdriver.StackdriverProperties
- setMimeMappings(Map<String, String>) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties
- setMimeMappings(MimeMappings) - 类中的方法 org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- setMimeMappings(MimeMappings) - 接口中的方法 org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
-
Sets the mime-type mappings.
- setMimeTypes(String[]) - 类中的方法 org.springframework.boot.web.server.Compression
- setMin(Integer) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Threads
- setMinConcurrency(Integer) - 类中的方法 org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
- setMinEndpoints(int) - 类中的方法 org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Io
- setMinIdle(int) - 类中的方法 org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
- setMinIdle(int) - 类中的方法 org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.Pool
- setMinResponseSize(DataSize) - 类中的方法 org.springframework.boot.web.server.Compression
- setMinSpare(int) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Threads
- setMissingQueuesFatal(boolean) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties.DirectContainer
- setMissingQueuesFatal(boolean) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer
- setMissingTopicsFatal(boolean) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
- setMixed(boolean) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setMode(CountingMode) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleProperties
- setMode(String) - 类中的方法 org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
- setMode(SubscriptionMode) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer.Subscription
- setMode(CachingConnectionFactory.CacheMode) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Connection
- setMode(InfoPropertiesInfoContributor.Mode) - 类中的方法 org.springframework.boot.actuate.autoconfigure.info.InfoContributorProperties.Git
- setMode(ArtemisMode) - 类中的方法 org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
- setMode(DatabaseInitializationMode) - 类中的方法 org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties
- setMode(DatabaseInitializationMode) - 类中的方法 org.springframework.boot.sql.init.DatabaseInitializationSettings
-
Sets the mode the use when determining whether database initialization should be performed.
- setModifyTopicConfigs(boolean) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
- setMonitorInterval(Duration) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
- setMultipartConfig(MultipartConfigElement) - 类中的方法 org.springframework.boot.web.servlet.ServletRegistrationBean
-
Set the
multi-part configuration
. - setMultipleIssuersAllowed(boolean) - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties
- setMultiplier(double) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties.Retry
- setMultiplier(double) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Retry.Topic.Backoff
- setMultiplier(double) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Retry.Topic
-
已过时, 待删除: 此 API 元素将从以后的版本中删除。
- setMustRevalidate(Boolean) - 类中的方法 org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
- setName(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties.Http.Client.ClientRequests
- setName(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties.Http.Server.ServerRequests
- setName(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties.Application
- setName(String) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties.Stream
- setName(String) - 类中的方法 org.springframework.boot.autoconfigure.batch.BatchProperties.Job
- setName(String) - 类中的方法 org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
- setName(String) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer
- setName(String) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer.Subscription
- setName(String) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer
- setName(String) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Reader
- setName(String) - 类中的方法 org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties
- setName(String) - 类中的方法 org.springframework.boot.autoconfigure.security.SecurityProperties.User
- setName(String) - 类中的方法 org.springframework.boot.web.server.Cookie
- setName(String) - 类中的方法 org.springframework.boot.web.servlet.DynamicRegistrationBean
-
Set the name of this registration.
- setNameIdFormat(String) - 类中的方法 org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration
- setNamespace(String) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Defaults.Topic
- setNamespace(String) - 类中的方法 org.springframework.boot.autoconfigure.session.RedisSessionProperties
- setNativeListener(boolean) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties.StreamContainer
- setNoAutoStartup(List<String>) - 类中的方法 org.springframework.boot.autoconfigure.integration.IntegrationProperties.Endpoint
- setNoCache(Boolean) - 类中的方法 org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
- setNodes(List<String>) - 类中的方法 org.springframework.boot.autoconfigure.data.redis.RedisProperties.Cluster
- setNodes(List<String>) - 类中的方法 org.springframework.boot.autoconfigure.data.redis.RedisProperties.Sentinel
- setNonBlockingRedelivery(boolean) - 类中的方法 org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
- setNoPollThreshold(Float) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
- setNoRequestTimeout(Duration) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
- setNoStore(Boolean) - 类中的方法 org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
- setNoTransform(Boolean) - 类中的方法 org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
- setNumThreads(Integer) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
- setObservationEnabled(boolean) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties.BaseContainer
- setObservationEnabled(boolean) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
- setObservationEnabled(boolean) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
- setObservationEnabled(boolean) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Template
- setObservationEnabled(boolean) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Listener
- setObservationPatterns(List<String>) - 类中的方法 org.springframework.boot.autoconfigure.integration.IntegrationProperties.Management
- setObservationRegistry(ObservationRegistry) - 类中的方法 org.springframework.boot.autoconfigure.jms.DefaultJmsListenerContainerFactoryConfigurer
-
已过时, 待删除: 此 API 元素将从以后的版本中删除。since 3.3.10 for removal in 4.0.0 as this should have been package private
- setObservationsEnabled(boolean) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Template
- setOf(Class<E>) - 类中的静态方法 org.springframework.boot.context.properties.bind.Bindable
- setOneIndexedParameters(boolean) - 类中的方法 org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
- setOnShutdown(boolean) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Cleanup
- setOnStartup(boolean) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Cleanup
- setOpenInView(Boolean) - 类中的方法 org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
- setOperationTimeout(Duration) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
- setOperationTimeout(Duration) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Client
- setOptions(Map<String, String>) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Jaas
- setOracleKerberosCacheFile(String) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
-
已过时, 待删除: 此 API 元素将从以后的版本中删除。
- setOracleSqlplus(Boolean) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
-
已过时, 待删除: 此 API 元素将从以后的版本中删除。
- setOracleSqlplusWarn(Boolean) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
-
已过时, 待删除: 此 API 元素将从以后的版本中删除。
- setOracleWalletLocation(String) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
-
已过时, 待删除: 此 API 元素将从以后的版本中删除。
- setOrder(int) - 类中的方法 org.springframework.boot.actuate.web.exchanges.reactive.HttpExchangesWebFilter
- setOrder(int) - 类中的方法 org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter
- setOrder(int) - 类中的方法 org.springframework.boot.autoconfigure.batch.JobLauncherApplicationRunner
- setOrder(int) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayMigrationInitializer
- setOrder(int) - 类中的方法 org.springframework.boot.autoconfigure.jersey.JerseyProperties.Filter
- setOrder(int) - 类中的方法 org.springframework.boot.autoconfigure.mongo.StandardMongoClientSettingsBuilderCustomizer
-
Set the order value of this object.
- setOrder(int) - 类中的方法 org.springframework.boot.autoconfigure.security.SecurityProperties.Filter
- setOrder(int) - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.error.DefaultErrorViewResolver
- setOrder(int) - 类中的方法 org.springframework.boot.builder.ParentContextApplicationContextInitializer
- setOrder(int) - 类中的方法 org.springframework.boot.cloud.CloudFoundryVcapEnvironmentPostProcessor
- setOrder(int) - 类中的方法 org.springframework.boot.context.ApplicationPidFileWriter
- setOrder(int) - 类中的方法 org.springframework.boot.context.ContextIdApplicationContextInitializer
- setOrder(int) - 类中的方法 org.springframework.boot.context.logging.LoggingApplicationListener
- setOrder(int) - 类中的方法 org.springframework.boot.devtools.restart.RestartApplicationListener
-
Set the order of the listener.
- setOrder(int) - 类中的方法 org.springframework.boot.env.EnvironmentPostProcessorApplicationListener
- setOrder(int) - 类中的方法 org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
- setOrder(int) - 类中的方法 org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor
- setOrder(int) - 类中的方法 org.springframework.boot.web.reactive.filter.OrderedHiddenHttpMethodFilter
-
Set the order for this filter.
- setOrder(int) - 类中的方法 org.springframework.boot.web.servlet.filter.OrderedCharacterEncodingFilter
-
Set the order for this filter.
- setOrder(int) - 类中的方法 org.springframework.boot.web.servlet.filter.OrderedFormContentFilter
-
Set the order for this filter.
- setOrder(int) - 类中的方法 org.springframework.boot.web.servlet.filter.OrderedHiddenHttpMethodFilter
-
Set the order for this filter.
- setOrder(int) - 类中的方法 org.springframework.boot.web.servlet.filter.OrderedRequestContextFilter
-
Set the order for this filter.
- setOrder(int) - 类中的方法 org.springframework.boot.web.servlet.RegistrationBean
-
Set the order of the registration bean.
- setOrder(int) - 类中的方法 org.springframework.boot.web.servlet.support.ServletContextApplicationContextInitializer
- setOrder(List<String>) - 类中的方法 org.springframework.boot.actuate.autoconfigure.health.HealthProperties.Status
- setOrg(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
- setOutOfOrder(boolean) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setOutputQueryResults(Boolean) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setOverwriteExistingJobs(boolean) - 类中的方法 org.springframework.boot.autoconfigure.quartz.QuartzProperties
- setPageParameter(String) - 类中的方法 org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
- setPageParamName(String) - 类中的方法 org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
- setPageSize(int) - 类中的方法 org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Request
- setParam(Map<String, String>) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Authentication
- setParameterName(String) - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Contentnegotiation
- setParameters(Map<String, String>) - 类中的方法 org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- setParseArgs(boolean) - 类中的方法 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).
- setPartitioned(Boolean) - 类中的方法 org.springframework.boot.web.server.Cookie
- setPassword(char[]) - 类中的方法 org.springframework.boot.autoconfigure.mongo.MongoProperties
- setPassword(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.elastic.ElasticProperties
- setPassword(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
- setPassword(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.kairos.KairosProperties
- setPassword(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties.Pushgateway
- setPassword(String) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties
- setPassword(String) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties.Stream
- setPassword(String) - 类中的方法 org.springframework.boot.autoconfigure.cassandra.CassandraProperties
- setPassword(String) - 类中的方法 org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Authentication.Jks
- setPassword(String) - 类中的方法 org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties
- setPassword(String) - 类中的方法 org.springframework.boot.autoconfigure.data.redis.RedisProperties.Sentinel
- setPassword(String) - 类中的方法 org.springframework.boot.autoconfigure.data.redis.RedisProperties
- setPassword(String) - 类中的方法 org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties
- setPassword(String) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setPassword(String) - 类中的方法 org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
- setPassword(String) - 类中的方法 org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
- setPassword(String) - 类中的方法 org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
- setPassword(String) - 类中的方法 org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Credential
- setPassword(String) - 类中的方法 org.springframework.boot.autoconfigure.ldap.LdapProperties
- setPassword(String) - 类中的方法 org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- setPassword(String) - 类中的方法 org.springframework.boot.autoconfigure.mail.MailProperties
- setPassword(String) - 类中的方法 org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Authentication
- setPassword(String) - 类中的方法 org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties
- setPassword(String) - 类中的方法 org.springframework.boot.autoconfigure.security.SecurityProperties.User
- setPassword(String) - 类中的方法 org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties
- setPassword(String) - 类中的方法 org.springframework.boot.autoconfigure.ssl.JksSslBundleProperties.Store
- setPassword(String) - 类中的方法 org.springframework.boot.autoconfigure.ssl.SslBundleProperties.Key
- setPath(File) - 类中的方法 org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthIndicatorProperties
- setPath(String) - 类中的方法 org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Graphiql
- setPath(String) - 类中的方法 org.springframework.boot.autoconfigure.graphql.GraphQlProperties
- setPath(String) - 类中的方法 org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Websocket
- setPath(String) - 类中的方法 org.springframework.boot.autoconfigure.h2.H2ConsoleProperties
- setPath(String) - 类中的方法 org.springframework.boot.autoconfigure.web.ErrorProperties
- setPath(String) - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Servlet
- setPath(String) - 类中的方法 org.springframework.boot.autoconfigure.webservices.WebServicesProperties
- setPath(String) - 类中的方法 org.springframework.boot.web.server.Cookie
- setPathPrefix(String) - 类中的方法 org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties
- setPaths(String[]) - 类中的方法 org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain.Strategy.Content
- setPaths(String[]) - 类中的方法 org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain.Strategy.Fixed
- setPaths(List<File>) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.System.Diskspace
- setPattern(String) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
- setPattern(String) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
- setPercentiles(double[]) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.AutoTimeProperties
- setPercentilesHistogram(boolean) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.AutoTimeProperties
- setPeriod(Duration) - 类中的方法 org.springframework.boot.autoconfigure.data.redis.RedisProperties.Lettuce.Cluster.Refresh
- setPeriod(Duration) - 类中的方法 org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache
- setPersistenceUnitPostProcessors(PersistenceUnitPostProcessor...) - 类中的方法 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) - 类中的方法 org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
- setPersistent(boolean) - 类中的方法 org.springframework.boot.web.servlet.server.Session
- setPhysicalStrategy(String) - 类中的方法 org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties.Naming
- setPipeline(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.elastic.ElasticProperties
- setPlaceholderPrefix(String) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setPlaceholderReplacement(boolean) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setPlaceholders(Map<String, String>) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setPlaceholderSeparator(String) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setPlaceholderSuffix(String) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setPlatform(String) - 类中的方法 org.springframework.boot.autoconfigure.batch.BatchProperties.Jdbc
- setPlatform(String) - 类中的方法 org.springframework.boot.autoconfigure.integration.IntegrationProperties.Jdbc
- setPlatform(String) - 类中的方法 org.springframework.boot.autoconfigure.quartz.QuartzProperties.Jdbc
- setPlatform(String) - 类中的方法 org.springframework.boot.autoconfigure.session.JdbcSessionProperties
- setPlatform(String) - 类中的方法 org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties
- setPluginClassName(String) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Authentication
- setPolicy(AutoClusterFailoverBuilder.FailoverPolicy) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Failover
- setPollingFrequency(Duration) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
- setPollInterval(Duration) - 类中的方法 org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
- setPollTimeout(Duration) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
- setPort(int) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties.Stream
- setPort(int) - 类中的方法 org.springframework.boot.autoconfigure.cassandra.CassandraProperties
- setPort(int) - 类中的方法 org.springframework.boot.autoconfigure.data.redis.RedisProperties
- setPort(int) - 类中的方法 org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
- setPort(int) - 类中的方法 org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Livereload
- setPort(int) - 类中的方法 org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
- setPort(int) - 接口中的方法 org.springframework.boot.rsocket.server.ConfigurableRSocketServerFactory
-
Set the port that the server should listen on.
- setPort(int) - 类中的方法 org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
- setPort(int) - 接口中的方法 org.springframework.boot.web.server.ConfigurableWebServerFactory
-
Sets the port that the web server should listen on.
- setPort(Integer) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaProperties
- setPort(Integer) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
- setPort(Integer) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
- setPort(Integer) - 类中的方法 org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties
-
Sets the port of the management server, use
null
if theserver port
should be used. - setPort(Integer) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties
- setPort(Integer) - 类中的方法 org.springframework.boot.autoconfigure.integration.IntegrationProperties.RSocket.Client
- setPort(Integer) - 类中的方法 org.springframework.boot.autoconfigure.mail.MailProperties
- setPort(Integer) - 类中的方法 org.springframework.boot.autoconfigure.mongo.MongoProperties
- setPort(Integer) - 类中的方法 org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server
- setPort(Integer) - 类中的方法 org.springframework.boot.autoconfigure.sendgrid.SendGridProperties.Proxy
- setPort(Integer) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties
- setPort(Integer) - 类中的方法 org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Proxy
- setPortHeader(String) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Remoteip
- setPostLogoutRedirectUris(Set<String>) - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Registration
- setPreferFileSystemAccess(boolean) - 类中的方法 org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
- setPrefetch(Integer) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
- setPrefix(String) - 类中的方法 org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
- setPrefix(String) - 类中的方法 org.springframework.boot.autoconfigure.mustache.MustacheProperties
- setPrefix(String) - 类中的方法 org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
- setPrefix(String) - 类中的方法 org.springframework.boot.autoconfigure.template.PathBasedTemplateAvailabilityProvider.TemplateAvailabilityProperties
- setPrefix(String) - 类中的方法 org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
- setPrefix(String) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
- setPrefix(String) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
- setPrefix(String) - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.View
- setPreservePathOnForward(boolean) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
- setPreservePathOnForward(boolean) - 类中的方法 org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-
Set whether the request path should be preserved on forward.
- setPrettyPrinting(Boolean) - 类中的方法 org.springframework.boot.autoconfigure.gson.GsonProperties
- setPrincipalClaimName(String) - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
- setPrint(MockMvcPrint) - 类中的方法 org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer
- setPrintOnlyOnFailure(boolean) - 类中的方法 org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer
- setPriority(Integer) - 类中的方法 org.springframework.boot.autoconfigure.jms.JmsProperties.Template
- setPriorityLevel(int) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer
- setPrivateKey(String) - 类中的方法 org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Authentication.Pem
- setPrivateKey(String) - 类中的方法 org.springframework.boot.autoconfigure.ssl.PemSslBundleProperties.Store
- setPrivateKeyLocation(Resource) - 类中的方法 org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Decryption.Credential
- setPrivateKeyLocation(Resource) - 类中的方法 org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration.Signing.Credential
- setPrivateKeyPassword(String) - 类中的方法 org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Authentication.Jks
- setPrivateKeyPassword(String) - 类中的方法 org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Authentication.Pem
- setPrivateKeyPassword(String) - 类中的方法 org.springframework.boot.autoconfigure.ssl.PemSslBundleProperties.Store
- setProbability(float) - 类中的方法 org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Sampling
- setProcessorCache(int) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
- setProduce(List<TracingProperties.Propagation.PropagationType>) - 类中的方法 org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Propagation
- setProducePartialOutputWhileProcessing(boolean) - 类中的方法 org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties.Servlet
- setProducerCustomizer(ProducerCustomizer) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitStreamTemplateConfigurer
-
Set the
ProducerCustomizer
instances to use. - setProducers(boolean) - 类中的方法 org.springframework.boot.autoconfigure.jms.JmsProperties.Cache
- setProjectId(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.stackdriver.StackdriverProperties
- setPropagateFailures(boolean) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Function
- setPropagateStopFailures(boolean) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Function
- setProperties(Map<String, String>) - 类中的方法 org.springframework.boot.autoconfigure.jdbc.DataSourceProperties.Xa
- setProperties(Map<String, String>) - 类中的方法 org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
- setPropertyNamingStrategy(String) - 类中的方法 org.springframework.boot.autoconfigure.jackson.JacksonProperties
- setProtocol(GraphiteProtocol) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
- setProtocol(StatsdProtocol) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
- setProtocol(String) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Security
- setProtocol(String) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
- setProtocol(String) - 类中的方法 org.springframework.boot.autoconfigure.mail.MailProperties
- setProtocol(String) - 类中的方法 org.springframework.boot.autoconfigure.ssl.SslBundleProperties
- setProtocol(String) - 类中的方法 org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
The Tomcat protocol to use when create the
Connector
. - setProtocol(String) - 类中的方法 org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
The Tomcat protocol to use when create the
Connector
. - setProtocol(String) - 类中的方法 org.springframework.boot.web.server.Ssl
- setProtocolHeader(String) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Remoteip
- setProtocolHeaderHttpsValue(String) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Remoteip
- setProtocols(String) - 类中的方法 org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server.Spec
- setProvider(String) - 类中的方法 org.springframework.boot.autoconfigure.cache.CacheProperties.JCache
- setProvider(String) - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
- setProvider(String) - 类中的方法 org.springframework.boot.autoconfigure.ssl.JksSslBundleProperties.Store
- setProxy(SendGridProperties.Proxy) - 类中的方法 org.springframework.boot.autoconfigure.sendgrid.SendGridProperties
- setProxyRevalidate(Boolean) - 类中的方法 org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
- setPublicKeyLocation(Resource) - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
- setPublishedHistogramType(SignalFxProperties.HistogramType) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxProperties
- setPublisherConfirmType(CachingConnectionFactory.ConfirmType) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties
- setPublisherReturns(boolean) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties
- setPublishRequestHandledEvents(boolean) - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
- setPublishUnchangedMeters(boolean) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
- setPubSubDomain(boolean) - 类中的方法 org.springframework.boot.autoconfigure.jms.JmsProperties
- setPushRate(Duration) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties.Pushgateway
- setQosEnabled(Boolean) - 类中的方法 org.springframework.boot.autoconfigure.jms.JmsProperties.Template
- setQualifierDelimiter(String) - 类中的方法 org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
- setQuery(String) - 类中的方法 org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
-
Set a specific validation query to use to validate a connection.
- setQuery(Duration) - 类中的方法 org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
- setQueryTimeout(Duration) - 类中的方法 org.springframework.boot.autoconfigure.jdbc.JdbcProperties.Template
- setQueueCapacity(int) - 类中的方法 org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool
- setQueues(String[]) - 类中的方法 org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
- setQuietPeriod(Duration) - 类中的方法 org.springframework.boot.autoconfigure.ssl.SslProperties.Bundles.Watch.File
- setQuietPeriod(Duration) - 类中的方法 org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
- setRandom(boolean) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Retry.Topic.Backoff
- setRandomBackOff(boolean) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Retry.Topic
-
已过时, 待删除: 此 API 元素将从以后的版本中删除。
- setRateUnits(TimeUnit) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
- setReadCompacted(boolean) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer
- setReadCompacted(boolean) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Reader
- setReadOnlyHeaders(List<String>) - 类中的方法 org.springframework.boot.autoconfigure.integration.IntegrationProperties.Endpoint
- setReadTimeout(Duration) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
- setReadTimeout(Duration) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PushRegistryProperties
- setReadTimeout(Duration) - 类中的方法 org.springframework.boot.actuate.autoconfigure.tracing.zipkin.ZipkinProperties
- setReadTimeout(Duration) - 类中的方法 org.springframework.boot.autoconfigure.http.client.HttpClientProperties
- setReadTimeout(Duration) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Admin
- setReadTimeout(Duration) - 类中的方法 org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties.Readiness.Tcp
- setReadTimeout(Duration) - 类中的方法 org.springframework.boot.web.client.RestTemplateBuilder
-
已过时, 待删除: 此 API 元素将从以后的版本中删除。since 3.4.0 for removal in 4.0.0 in favor of
RestTemplateBuilder.readTimeout(Duration)
- setReadTimeout(Duration) - 类中的方法 org.springframework.boot.webservices.client.HttpWebServiceMessageSenderBuilder
-
已过时。Set the read timeout.
- setRealm(String) - 类中的方法 org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Authentication
- setReceiveTimeout(Duration) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
- setReceiveTimeout(Duration) - 类中的方法 org.springframework.boot.autoconfigure.integration.IntegrationProperties.Poller
- setReceiveTimeout(Duration) - 类中的方法 org.springframework.boot.autoconfigure.jms.JmsProperties.Listener
- setReceiveTimeout(Duration) - 类中的方法 org.springframework.boot.autoconfigure.jms.JmsProperties.Template
- setRedirectContextRoot(Boolean) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
- setRedirects(ClientHttpRequestFactorySettings.Redirects) - 类中的方法 org.springframework.boot.autoconfigure.http.client.HttpClientProperties
- setRedirectUri(String) - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
- setRedirectUris(Set<String>) - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Registration
- setRefreshTokenTimeToLive(Duration) - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Token
- setRegisterDefaultServlet(boolean) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Servlet
- setRegisterDefaultServlet(boolean) - 类中的方法 org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- setRegisterDefaultServlet(boolean) - 接口中的方法 org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
-
Set if the DefaultServlet should be registered.
- setRegistered(boolean) - 类中的方法 org.springframework.boot.web.servlet.server.Jsp
- setRegisterErrorPageFilter(boolean) - 类中的方法 org.springframework.boot.web.servlet.support.SpringBootServletInitializer
-
Set if the
ErrorPageFilter
should be registered. - setRegisterShutdownHook(boolean) - 类中的方法 org.springframework.boot.SpringApplication
-
Sets if the created
ApplicationContext
should have a shutdown hook registered. - setRegistrationPolicy(RegistrationPolicy) - 类中的方法 org.springframework.boot.autoconfigure.jmx.JmxProperties
- setRelaxedPathChars(List<Character>) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
- setRelaxedQueryChars(List<Character>) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
- setReloadOnUpdate(boolean) - 类中的方法 org.springframework.boot.autoconfigure.ssl.SslBundleProperties
- setRemoteFields(List<String>) - 类中的方法 org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Baggage
- setRemoteIpHeader(String) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Remoteip
- setRenameOnRotate(boolean) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
- setRenderHiddenMarkersBeforeCheckboxes(boolean) - 类中的方法 org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
- setRepeatableSqlMigrationPrefix(String) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setReplicaSetName(String) - 类中的方法 org.springframework.boot.autoconfigure.mongo.MongoProperties
- setReplicationFactor(Integer) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
- setReplyTimeout(Duration) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
- setReportDayDistribution(boolean) - 类中的方法 org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties.Metrics.Export
- setReportHourDistribution(boolean) - 类中的方法 org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties.Metrics.Export
- setReportMinuteDistribution(boolean) - 类中的方法 org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties.Metrics.Export
- setRepositoryType(RedisSessionProperties.RepositoryType) - 类中的方法 org.springframework.boot.autoconfigure.session.RedisSessionProperties
- setRequestAttributesEnabled(boolean) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
- setRequestContextAttribute(String) - 类中的方法 org.springframework.boot.autoconfigure.mustache.MustacheProperties
- setRequestContextAttribute(String) - 类中的方法 org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
- setRequestedChannelMax(int) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties
- setRequestedHeartbeat(Duration) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties
- setRequestTimeout(Duration) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Admin
- setRequestTimeout(Duration) - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Async
- setRequireAuthorizationConsent(boolean) - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Client
- setRequireProofKey(boolean) - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Client
- setRequireSubscribers(boolean) - 类中的方法 org.springframework.boot.autoconfigure.integration.IntegrationProperties.Error
- setResolveLazily(boolean) - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
- setResourceAttributes(Map<String, String>) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.otlp.OtlpMetricsProperties
-
已过时, 待删除: 此 API 元素将从以后的版本中删除。
- setResourceAttributes(Map<String, String>) - 类中的方法 org.springframework.boot.actuate.autoconfigure.opentelemetry.OpenTelemetryProperties
- setResourceFactory(JettyResourceFactory) - 类中的方法 org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
-
Set the
JettyResourceFactory
to get the shared resources from. - setResourceFactory(ReactorResourceFactory) - 类中的方法 org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
-
Set the
ReactorResourceFactory
to get the shared resources from. - setResourceFactory(ReactorResourceFactory) - 类中的方法 org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
-
Set the
ReactorResourceFactory
to get the shared resources from. - setResourceLabels(Map<String, String>) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.stackdriver.StackdriverProperties
- setResourceLoader(ResourceLoader) - 类中的方法 org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
- setResourceLoader(ResourceLoader) - 类中的方法 org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
- setResourceLoader(ResourceLoader) - 类中的方法 org.springframework.boot.autoconfigure.mustache.MustacheResourceTemplateLoader
-
Set the resource loader.
- setResourceLoader(ResourceLoader) - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
- setResourceLoader(ResourceLoader) - 类中的方法 org.springframework.boot.SpringApplication
-
Sets the
ResourceLoader
that should be used when loading resources. - setResourceLoader(ResourceLoader) - 类中的方法 org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer
- setResourceLoader(ResourceLoader) - 类中的方法 org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
- setResourceLoader(ResourceLoader) - 类中的方法 org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- setResourceLoader(ResourceLoader) - 类中的方法 org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- setResourceLoaderPath(String) - 类中的方法 org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
- setResourceLoaderPath(List<String>) - 类中的方法 org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAvailabilityProvider.GroovyTemplateAvailabilityProperties
- setResourceType(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.stackdriver.StackdriverProperties
- setResponseUrl(String) - 类中的方法 org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Singlelogout
- setRetentionDuration(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
- setRetentionPeriod(int) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
- setRetentionPolicy(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
- setRetentionReplicationFactor(Integer) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
- setRetentionShardDuration(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
- setRetries(Integer) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
- setRetryEnable(boolean) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer
- setRetryLetterTopic(String) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer.DeadLetterPolicy
- setRetryTemplateCustomizers(List<RabbitRetryTemplateCustomizer>) - 类中的方法 org.springframework.boot.autoconfigure.amqp.AbstractRabbitListenerContainerFactoryConfigurer
-
Set the
RabbitRetryTemplateCustomizer
instances to use. - setRetryTemplateCustomizers(List<RabbitRetryTemplateCustomizer>) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitTemplateConfigurer
-
Set the
RabbitRetryTemplateCustomizer
instances to use. - setReturnBodyOnCreate(Boolean) - 类中的方法 org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
- setReturnBodyOnUpdate(Boolean) - 类中的方法 org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
- setReuseRefreshTokens(boolean) - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Token
- setReverse(boolean) - 类中的方法 org.springframework.boot.actuate.web.exchanges.InMemoryHttpExchangeRepository
-
Flag to say that the repository lists exchanges in reverse order.
- setRoles(List<String>) - 类中的方法 org.springframework.boot.autoconfigure.security.SecurityProperties.User
- setRoles(Set<String>) - 类中的方法 org.springframework.boot.actuate.autoconfigure.health.HealthProperties
- setRollbackFile(File) - 类中的方法 org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- setRollbackOnCommitFailure(Boolean) - 类中的方法 org.springframework.boot.autoconfigure.transaction.TransactionProperties
- setRotate(boolean) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
- setRotate(boolean) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
- setRouteProviders(List<NettyRouteProvider>) - 类中的方法 org.springframework.boot.web.embedded.netty.NettyWebServer
- setRoutingKey(String) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
- setRSocketServerCustomizers(Collection<? extends RSocketServerCustomizer>) - 类中的方法 org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
-
Set
RSocketServerCustomizer
s that should be called to configure theRSocketServer
while building the server. - setSameSite(Cookie.SameSite) - 类中的方法 org.springframework.boot.web.server.Cookie
- setSaveMode(SaveMode) - 类中的方法 org.springframework.boot.autoconfigure.session.HazelcastSessionProperties
- setSaveMode(SaveMode) - 类中的方法 org.springframework.boot.autoconfigure.session.JdbcSessionProperties
- setSaveMode(SaveMode) - 类中的方法 org.springframework.boot.autoconfigure.session.RedisSessionProperties
- setSchedulerName(String) - 类中的方法 org.springframework.boot.autoconfigure.quartz.QuartzProperties
- setSchema(String) - 类中的方法 org.springframework.boot.autoconfigure.batch.BatchProperties.Jdbc
- setSchema(String) - 类中的方法 org.springframework.boot.autoconfigure.integration.IntegrationProperties.Jdbc
- setSchema(String) - 类中的方法 org.springframework.boot.autoconfigure.quartz.QuartzProperties.Jdbc
- setSchema(String) - 类中的方法 org.springframework.boot.autoconfigure.session.JdbcSessionProperties
- setSchema(Resource) - 类中的方法 org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Validation
- setSchemaAction(String) - 类中的方法 org.springframework.boot.autoconfigure.cassandra.CassandraProperties
- setSchemaLocations(List<String>) - 类中的方法 org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties
- setSchemaLocations(List<String>) - 类中的方法 org.springframework.boot.sql.init.DatabaseInitializationSettings
-
Sets the locations of schema (DDL) scripts to apply to the database.
- setSchemas(List<String>) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setSchemaType(SchemaType) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Listener
- setScope(Set<String>) - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
- setScopeMetadataResolver(ScopeMetadataResolver) - 类中的方法 org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
-
Set the
ScopeMetadataResolver
to use for detected bean classes. - setScopeMetadataResolver(ScopeMetadataResolver) - 类中的方法 org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
-
Set the
ScopeMetadataResolver
to use for detected bean classes. - setScopeMetadataResolver(ScopeMetadataResolver) - 类中的方法 org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
-
Set the
ScopeMetadataResolver
to use for detected bean classes. - setScopeName(String) - 类中的方法 org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
- setScopes(Set<String>) - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Registration
- setScriptPlaceholderPrefix(String) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setScriptPlaceholderSuffix(String) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setSearch(Duration) - 类中的方法 org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
- setSecret(String) - 类中的方法 org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
- setSecretHeaderName(String) - 类中的方法 org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
- setSecure(Boolean) - 类中的方法 org.springframework.boot.web.server.Cookie
- setSelectors(int) - 接口中的方法 org.springframework.boot.web.embedded.jetty.ConfigurableJettyWebServerFactory
-
Set the number of selector threads to use.
- setSelectors(int) - 类中的方法 org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
- setSelectors(int) - 类中的方法 org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
- setSelectors(Integer) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Threads
- setSendTimeout(Duration) - 类中的方法 org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
- setSendTimeout(Duration) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer
- setSentinel(RedisProperties.Sentinel) - 类中的方法 org.springframework.boot.autoconfigure.data.redis.RedisProperties
- setSeparator(String) - 类中的方法 org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties
- setSeparator(String) - 类中的方法 org.springframework.boot.sql.init.DatabaseInitializationSettings
-
Sets the statement separator to use when reading the schema and data scripts.
- setSerialConsistency(DefaultConsistencyLevel) - 类中的方法 org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Request
- setSerializationMode(EnableSpringDataWebSupport.PageSerializationMode) - 类中的方法 org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
- setSerializeNulls(Boolean) - 类中的方法 org.springframework.boot.autoconfigure.gson.GsonProperties
- setServer(String) - 类中的方法 org.springframework.boot.autoconfigure.jmx.JmxProperties
- setServerCustomizers(Collection<? extends JettyServerCustomizer>) - 类中的方法 org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
-
Sets
JettyServerCustomizer
s that will be applied to theServer
before it is started. - setServerCustomizers(Collection<? extends JettyServerCustomizer>) - 类中的方法 org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
-
Sets
JettyServerCustomizer
s that will be applied to theServer
before it is started. - setServerCustomizers(Collection<? extends NettyServerCustomizer>) - 类中的方法 org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
-
Set
NettyServerCustomizer
s that should be applied to the Netty server builder. - setServerHeader(String) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties
- setServerHeader(String) - 类中的方法 org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
- setServerHeader(String) - 接口中的方法 org.springframework.boot.web.server.ConfigurableWebServerFactory
-
Sets the server header value.
- setServerId(int) - 类中的方法 org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
- setServerNameBundles(List<Ssl.ServerNameSslBundle>) - 类中的方法 org.springframework.boot.web.server.Ssl
- setServerNamespace(String) - 接口中的方法 org.springframework.boot.web.context.ConfigurableWebServerApplicationContext
-
Set the server namespace of the context.
- setServerNamespace(String) - 类中的方法 org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
- setServerNamespace(String) - 类中的方法 org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
- setServiceName(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties.Application
- setServiceUrl(String) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Admin
- setServiceUrl(String) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Client
- setServiceUrl(String) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Failover.BackupCluster
- setServlet(SessionProperties.Servlet) - 类中的方法 org.springframework.boot.autoconfigure.session.SessionProperties
- setServlet(T) - 类中的方法 org.springframework.boot.web.servlet.ServletRegistrationBean
-
Sets the servlet to be registered.
- setServletConfig(ServletConfig) - 类中的方法 org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
- setServletContext(ServletContext) - 类中的方法 org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration
- setServletContext(ServletContext) - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
- setServletNames(Collection<String>) - 类中的方法 org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
-
Set servlet names that the filter will be registered against.
- setServletRegistrationBeans(Collection<? extends ServletRegistrationBean<?>>) - 类中的方法 org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
-
Set
ServletRegistrationBean
s that the filter will be registered against. - setSession(Session) - 类中的方法 org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- setSession(Session) - 接口中的方法 org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
-
Sets the configuration that will be applied to the container's HTTP session support.
- setSessionCacheSize(int) - 类中的方法 org.springframework.boot.autoconfigure.jms.JmsProperties.Cache
- setSessionName(String) - 类中的方法 org.springframework.boot.autoconfigure.cassandra.CassandraProperties
- setSettings(Map<String, String>) - 类中的方法 org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
- setShardName(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties.Application
- setShowComponents(Show) - 类中的方法 org.springframework.boot.actuate.autoconfigure.health.HealthProperties
- setShowDetails(Show) - 类中的方法 org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties.Group
- setShowDetails(Show) - 类中的方法 org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties
- setShowSql(boolean) - 类中的方法 org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
- setShowSummary(LiquibaseProperties.ShowSummary) - 类中的方法 org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- setShowSummaryOutput(LiquibaseProperties.ShowSummaryOutput) - 类中的方法 org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- setShowValues(Show) - 类中的方法 org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointProperties
- setShowValues(Show) - 类中的方法 org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointProperties
- setShowValues(Show) - 类中的方法 org.springframework.boot.actuate.autoconfigure.quartz.QuartzEndpointProperties
- setShutdown(Shutdown) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties
- setShutdown(Shutdown) - 类中的方法 org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
- setShutdown(Shutdown) - 类中的方法 org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
- setShutdown(Shutdown) - 接口中的方法 org.springframework.boot.web.server.ConfigurableWebServerFactory
-
Sets the shutdown configuration that will be applied to the server.
- setShutdownOperation(PrometheusPushGatewayManager.ShutdownOperation) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties.Pushgateway
- setShutdownQuietPeriod(Duration) - 类中的方法 org.springframework.boot.autoconfigure.reactor.netty.ReactorNettyProperties
- setShutdownTimeout(Duration) - 类中的方法 org.springframework.boot.autoconfigure.data.redis.RedisProperties.Lettuce
- setSignRequest(Boolean) - 类中的方法 org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.AssertingParty.Singlesignon
- setSize(int) - 类中的方法 org.springframework.boot.autoconfigure.task.TaskSchedulingProperties.Pool
- setSize(Integer) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Channel
- setSize(Integer) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Connection
- setSizeParameter(String) - 类中的方法 org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Pageable
- setSkip(DockerComposeProperties.Start.Skip) - 类中的方法 org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties.Start
- setSkipDefaultCallbacks(boolean) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setSkipDefaultResolvers(boolean) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setSkipExecutingMigrations(Boolean) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setSlowIndicatorThreshold(Duration) - 类中的方法 org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties.Logging
- setSMaxAge(Duration) - 类中的方法 org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
- setSocketKeepAlive(boolean) - 类中的方法 org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties
- setSocketTimeout(Duration) - 类中的方法 org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties
- setSortParameter(String) - 类中的方法 org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Sort
- setSortParamName(String) - 类中的方法 org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
- setSource(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxProperties
- setSource(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties
- setSources(Set<String>) - 类中的方法 org.springframework.boot.SpringApplication
-
Set additional sources that will be used to create an ApplicationContext.
- setSpanJoiningSupported(boolean) - 类中的方法 org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Brave
- setSpec(String) - 类中的方法 org.springframework.boot.autoconfigure.cache.CacheProperties.Caffeine
- setSpringBootLogging(LogLevel) - 类中的方法 org.springframework.boot.context.logging.LoggingApplicationListener
-
Sets a custom logging level to be used for Spring Boot and related libraries.
- setSqlDialect(SQLDialect) - 类中的方法 org.springframework.boot.autoconfigure.jooq.JooqProperties
- setSqlMigrationPrefix(String) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setSqlMigrationSeparator(String) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setSqlMigrationSuffixes(List<String>) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setSqlplus(Boolean) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties.Oracle
- setSqlplusWarn(Boolean) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties.Oracle
- setSqlServerKerberosLoginFile(String) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
-
已过时, 待删除: 此 API 元素将从以后的版本中删除。
- setSsl(CassandraProperties.Ssl) - 类中的方法 org.springframework.boot.autoconfigure.cassandra.CassandraProperties
- setSsl(Ssl) - 类中的方法 org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties
- setSsl(Ssl) - 类中的方法 org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server
- setSsl(Ssl) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties
- setSsl(Ssl) - 类中的方法 org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
- setSsl(Ssl) - 接口中的方法 org.springframework.boot.rsocket.server.ConfigurableRSocketServerFactory
-
Sets the SSL configuration that will be applied to the server's default connector.
- setSsl(Ssl) - 类中的方法 org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
- setSsl(Ssl) - 接口中的方法 org.springframework.boot.web.server.ConfigurableWebServerFactory
-
Sets the SSL configuration that will be applied to the server's default connector.
- setSslBundle(SslBundle) - 类中的方法 org.springframework.boot.web.client.RestTemplateBuilder
-
已过时, 待删除: 此 API 元素将从以后的版本中删除。since 3.4.0 for removal in 4.0.0 in favor of
RestTemplateBuilder.sslBundle(SslBundle)
- setSslBundles(SslBundles) - 类中的方法 org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
- setSslBundles(SslBundles) - 接口中的方法 org.springframework.boot.rsocket.server.ConfigurableRSocketServerFactory
-
Sets an SSL bundle that can be used to get SSL configuration.
- setSslBundles(SslBundles) - 类中的方法 org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
- setSslBundles(SslBundles) - 接口中的方法 org.springframework.boot.web.server.ConfigurableWebServerFactory
-
Sets the SSL bundles that can be used to configure SSL connections.
- setStaleIfError(Duration) - 类中的方法 org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
- setStaleWhileRevalidate(Duration) - 类中的方法 org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
- setStartupDelay(Duration) - 类中的方法 org.springframework.boot.autoconfigure.quartz.QuartzProperties
- setStateDir(String) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
- setStateless(boolean) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties.ListenerRetry
- setStateStoreCacheMaxSize(DataSize) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
- setStaticLocations(String[]) - 类中的方法 org.springframework.boot.autoconfigure.web.WebProperties.Resources
- setStaticPathPattern(String) - 类中的方法 org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties
- setStaticPathPattern(String) - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
- setStep(Duration) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
- setStep(Duration) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaProperties
- setStep(Duration) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
- setStep(Duration) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.jmx.JmxProperties
- setStep(Duration) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties
- setStep(Duration) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PushRegistryProperties
- setStep(Duration) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxProperties
- setStep(Duration) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleProperties
- setStep(Duration) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
- setStopWatcherOnRestart(boolean) - 类中的方法 org.springframework.boot.devtools.classpath.ClassPathFileSystemWatcher
-
Set if the
FileSystemWatcher
should be stopped when a full restart occurs. - setStoreDir(File) - 类中的方法 org.springframework.boot.web.servlet.server.Session
- setStream(Boolean) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setStreamMessageConverter(StreamMessageConverter) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitStreamTemplateConfigurer
-
Set the
StreamMessageConverter
to use ornull
if the out-of-the-box stream message converter should be used. - setStrictness(GsonProperties.Strictness) - 类中的方法 org.springframework.boot.autoconfigure.gson.GsonProperties
- setStrictServletCompliance(boolean) - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
- setSubscriptionDurable(boolean) - 类中的方法 org.springframework.boot.autoconfigure.jms.JmsProperties
- setSubscriptionName(String) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Reader
- setSubscriptionRolePrefix(String) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Reader
- setSuffix(String) - 类中的方法 org.springframework.boot.autoconfigure.mustache.MustacheProperties
- setSuffix(String) - 类中的方法 org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
- setSuffix(String) - 类中的方法 org.springframework.boot.autoconfigure.template.PathBasedTemplateAvailabilityProvider.TemplateAvailabilityProperties
- setSuffix(String) - 类中的方法 org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
- setSuffix(String) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
- setSuffix(String) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
- setSuffix(String) - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.View
- setSwitchBackDelay(Duration) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Failover
- setSystemProperty(String, String) - 类中的方法 org.springframework.boot.logging.LoggingSystemProperties
-
Set a system property.
- setTable(String) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setTableName(String) - 类中的方法 org.springframework.boot.autoconfigure.session.JdbcSessionProperties
- setTablePrefix(String) - 类中的方法 org.springframework.boot.autoconfigure.batch.BatchProperties.Jdbc
- setTablespace(String) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setTag(String) - 类中的方法 org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- setTagFields(List<String>) - 类中的方法 org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Baggage
- setTags(Map<String, String>) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.humio.HumioProperties
- setTagsAsPrefix(String[]) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.graphite.GraphiteProperties
- setTarget(String) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setTaskExecutor(Executor) - 类中的方法 org.springframework.boot.autoconfigure.amqp.AbstractRabbitListenerContainerFactoryConfigurer
-
Set the task executor to use.
- setTechnologyType(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties.V1
- setTemplateLoaderPath(String...) - 类中的方法 org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
- setTemplateLoaderPath(List<String>) - 类中的方法 org.springframework.boot.autoconfigure.freemarker.FreeMarkerTemplateAvailabilityProvider.FreeMarkerTemplateAvailabilityProperties
- setTemplateResolverOrder(Integer) - 类中的方法 org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
- setTenant(String) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Defaults.Topic
- setTestRollbackOnUpdate(boolean) - 类中的方法 org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- setThreadNamePrefix(String) - 类中的方法 org.springframework.boot.autoconfigure.task.TaskExecutionProperties
- setThreadNamePrefix(String) - 类中的方法 org.springframework.boot.autoconfigure.task.TaskSchedulingProperties
- setThreadPool(ThreadPool) - 接口中的方法 org.springframework.boot.web.embedded.jetty.ConfigurableJettyWebServerFactory
-
Set the
ThreadPool
that should be used by theServer
. - setThreadPool(ThreadPool) - 类中的方法 org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
- setThreadPool(ThreadPool) - 类中的方法 org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
- setThreshold(DataSize) - 类中的方法 org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthIndicatorProperties
- setThrowExceptionOnLateReply(boolean) - 类中的方法 org.springframework.boot.autoconfigure.integration.IntegrationProperties.Endpoint
- setTime(String) - 类中的方法 org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties.Format
- setTime(String) - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Format
- setTimeBetweenEvictionRuns(Duration) - 类中的方法 org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
- setTimeBetweenExpirationCheck(Duration) - 类中的方法 org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
- setTimeout(Duration) - 类中的方法 org.springframework.boot.actuate.autoconfigure.logging.otlp.OtlpLoggingProperties
- setTimeout(Duration) - 类中的方法 org.springframework.boot.actuate.autoconfigure.tracing.otlp.OtlpTracingProperties
- setTimeout(Duration) - 类中的方法 org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Controlconnection
- setTimeout(Duration) - 类中的方法 org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Request
- setTimeout(Duration) - 类中的方法 org.springframework.boot.autoconfigure.data.redis.RedisProperties
- setTimeout(Duration) - 类中的方法 org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Sse
- setTimeout(Duration) - 类中的方法 org.springframework.boot.autoconfigure.session.SessionProperties
- setTimeout(Duration) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Reactive.Session
- setTimeout(Duration) - 类中的方法 org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties.Readiness
- setTimeout(Duration) - 类中的方法 org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties.Stop
- setTimeout(Duration) - 类中的方法 org.springframework.boot.test.autoconfigure.web.reactive.SpringBootWebTestClientBuilderCustomizer
- setTimeout(Duration) - 类中的方法 org.springframework.boot.web.servlet.server.Session
- setTimeoutPerShutdownPhase(Duration) - 类中的方法 org.springframework.boot.autoconfigure.context.LifecycleProperties
- setTimestampFieldName(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.elastic.ElasticProperties
- setTimeToLive(Integer) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.ganglia.GangliaProperties
- setTimeToLive(Duration) - 类中的方法 org.springframework.boot.autoconfigure.cache.CacheProperties.Redis
- setTimeToLive(Duration) - 类中的方法 org.springframework.boot.autoconfigure.jms.JmsProperties.Template
- setTimeToLive(Duration) - 接口中的方法 org.springframework.boot.context.properties.source.ConfigurationPropertyCaching
-
Set amount of time that an item can live in the cache.
- setTimeZone(TimeZone) - 类中的方法 org.springframework.boot.autoconfigure.jackson.JacksonProperties
- Settings() - 类的构造器 org.springframework.boot.autoconfigure.h2.H2ConsoleProperties.Settings
- SETTINGS_RESOURCE_LOCATION - 类中的静态变量 org.springframework.boot.devtools.settings.DevToolsSettings
-
The location to look for settings properties.
- setTldSkipPatterns(Collection<String>) - 类中的方法 org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
Set the patterns that match jars to ignore for TLD scanning.
- setToken(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
- setTokenEndpointAuthenticationSigningAlgorithm(String) - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Client
- setTokenIntrospectionUri(String) - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Endpoint
- setTokenRevocationUri(String) - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Endpoint
- setTokenUri(String) - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
- setTokenUri(String) - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Endpoint
- setTomcatConnectorCustomizers(Collection<? extends TomcatConnectorCustomizer>) - 类中的方法 org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
Set
TomcatConnectorCustomizer
s that should be applied to the TomcatConnector
. - setTomcatConnectorCustomizers(Collection<? extends TomcatConnectorCustomizer>) - 类中的方法 org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
Set
TomcatConnectorCustomizer
s that should be applied to the TomcatConnector
. - setTomcatContextCustomizers(Collection<? extends TomcatContextCustomizer>) - 类中的方法 org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
Set
TomcatContextCustomizer
s that should be applied to the TomcatContext
. - setTomcatContextCustomizers(Collection<? extends TomcatContextCustomizer>) - 类中的方法 org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
Set
TomcatContextCustomizer
s that should be applied to the TomcatContext
. - setTomcatProtocolHandlerCustomizers(Collection<? extends TomcatProtocolHandlerCustomizer<?>>) - 类中的方法 org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
Set
TomcatProtocolHandlerCustomizer
s that should be applied to the TomcatConnector
. - setTomcatProtocolHandlerCustomizers(Collection<? extends TomcatProtocolHandlerCustomizer<?>>) - 类中的方法 org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
Set
TomcatProtocolHandlerCustomizer
s that should be applied to the TomcatConnector
. - setTopicName(String) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer
- setTopics(String[]) - 类中的方法 org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
- setTopics(List<String>) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer
- setTopics(List<String>) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Reader
- setTopicsMode(RegexSubscriptionMode) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer.Subscription
- setTopicsPattern(Pattern) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer
- setTrace(boolean) - 类中的方法 org.springframework.boot.autoconfigure.h2.H2ConsoleProperties.Settings
- setTraceDerivedCustomTagKeys(Set<String>) - 类中的方法 org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties
- setTrackingModes(Set<Session.SessionTrackingMode>) - 类中的方法 org.springframework.boot.web.servlet.server.Session
- setTransacted(boolean) - 类中的方法 org.springframework.boot.autoconfigure.jms.JmsProperties.Template.Session
- setTransacted(Boolean) - 类中的方法 org.springframework.boot.autoconfigure.jms.JmsProperties.Listener.Session
- setTransactionalLock(Boolean) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties.Postgresql
- setTransactionIdPrefix(String) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
- setTransactionIdPrefix(String) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Template
- setTransformerFactoryClass(Class<? extends TransformerFactory>) - 类中的方法 org.springframework.boot.webservices.client.WebServiceTemplateBuilder
-
Set the
TransformerFactory
implementation to use. - setTransport(Transport) - 类中的方法 org.springframework.boot.actuate.autoconfigure.logging.otlp.OtlpLoggingProperties
- setTransport(Transport) - 类中的方法 org.springframework.boot.actuate.autoconfigure.tracing.otlp.OtlpTracingProperties
- setTransport(RSocketServer.Transport) - 类中的方法 org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server
- setTransport(RSocketServer.Transport) - 类中的方法 org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
- setTransport(RSocketServer.Transport) - 接口中的方法 org.springframework.boot.rsocket.server.ConfigurableRSocketServerFactory
-
Set the transport that the RSocket server should use.
- setTriggerEventType(Class<? extends SpringApplicationEvent>) - 类中的方法 org.springframework.boot.context.ApplicationPidFileWriter
-
Sets the type of application event that will trigger writing of the PID file.
- setTriggerFile(String) - 类中的方法 org.springframework.boot.devtools.autoconfigure.DevToolsProperties.Restart
- setTriggerFilter(FileFilter) - 类中的方法 org.springframework.boot.devtools.filewatch.FileSystemWatcher
-
Set an optional
FileFilter
used to limit the files that trigger a change. - setTrustAll(Boolean) - 类中的方法 org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Packages
- setTrustCertificate(String) - 类中的方法 org.springframework.boot.web.server.Ssl
- setTrustCertificatePrivateKey(String) - 类中的方法 org.springframework.boot.web.server.Ssl
- setTrusted(List<String>) - 类中的方法 org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties.Packages
- setTrustedProxies(String) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Remoteip
- setTrustStore(String) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
- setTrustStore(String) - 类中的方法 org.springframework.boot.web.server.Ssl
- setTrustStoreAlgorithm(String) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
- setTrustStoreCertificates(String) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
- setTrustStoreLocation(Resource) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
- setTrustStorePassword(String) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
- setTrustStorePassword(String) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
- setTrustStorePassword(String) - 类中的方法 org.springframework.boot.web.server.Ssl
- setTrustStoreProvider(String) - 类中的方法 org.springframework.boot.web.server.Ssl
- setTrustStoreType(String) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
- setTrustStoreType(String) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
- setTrustStoreType(String) - 类中的方法 org.springframework.boot.web.server.Ssl
- setTrustStrategy(Neo4jProperties.Security.TrustStrategy) - 类中的方法 org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Security
- setType(Class<? extends DataSource>) - 类中的方法 org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
- setType(String) - 类中的方法 org.springframework.boot.autoconfigure.ssl.JksSslBundleProperties.Store
- setType(String) - 类中的方法 org.springframework.boot.autoconfigure.ssl.PemSslBundleProperties.Store
- setType(List<TracingProperties.Propagation.PropagationType>) - 类中的方法 org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Propagation
- setType(SubscriptionType) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer.Subscription
- setType(RabbitProperties.ContainerType) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties.Listener
- setType(CacheType) - 类中的方法 org.springframework.boot.autoconfigure.cache.CacheProperties
- setType(CassandraProperties.ThrottlerType) - 类中的方法 org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Throttler
- setType(JerseyProperties.Type) - 类中的方法 org.springframework.boot.autoconfigure.jersey.JerseyProperties
- setType(KafkaProperties.Listener.Type) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener
- setTypeKey(String) - 类中的方法 org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
- setTypeMappings(List<PulsarProperties.Defaults.TypeMapping>) - 类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Defaults
- setUiService(LiquibaseProperties.UiService) - 类中的方法 org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- setUniqueNames(boolean) - 类中的方法 org.springframework.boot.autoconfigure.jmx.JmxProperties
- setUnmarshaller(Unmarshaller) - 类中的方法 org.springframework.boot.webservices.client.WebServiceTemplateBuilder
-
Set the
Unmarshaller
to use to deserialize messages. - setUri(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics.AppOpticsProperties
- setUri(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
- setUri(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.datadog.DatadogProperties
- setUri(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties
- setUri(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.humio.HumioProperties
- setUri(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
- setUri(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.kairos.KairosProperties
- setUri(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicProperties
- setUri(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxProperties
- setUri(String) - 类中的方法 org.springframework.boot.autoconfigure.mongo.MongoProperties
- setUri(URI) - 类中的方法 org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties
- setUri(URI) - 类中的方法 org.springframework.boot.autoconfigure.integration.IntegrationProperties.RSocket.Client
- setUri(URI) - 类中的方法 org.springframework.boot.autoconfigure.neo4j.Neo4jProperties
- setUriEncoding(Charset) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
- setUriEncoding(Charset) - 接口中的方法 org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactory
-
Set the character encoding to use for URL decoding.
- setUriEncoding(Charset) - 类中的方法 org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
Set the character encoding to use for URL decoding.
- setUriEncoding(Charset) - 类中的方法 org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- setUriHost(String) - 类中的方法 org.springframework.boot.test.autoconfigure.restdocs.RestDocsProperties
- setUriPort(Integer) - 类中的方法 org.springframework.boot.test.autoconfigure.restdocs.RestDocsProperties
- setUris(List<String>) - 类中的方法 org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties
- setUriScheme(String) - 类中的方法 org.springframework.boot.test.autoconfigure.restdocs.RestDocsProperties
- setUriTemplateHandler(UriTemplateHandler) - 类中的方法 org.springframework.boot.test.web.client.TestRestTemplate
-
Configure the
UriTemplateHandler
to use to expand URI templates. - setUrl(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.otlp.OtlpMetricsProperties
- setUrl(String) - 类中的方法 org.springframework.boot.autoconfigure.data.redis.RedisProperties
- setUrl(String) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setUrl(String) - 类中的方法 org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
- setUrl(String) - 类中的方法 org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- setUrl(String) - 类中的方法 org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties
- setUrl(String) - 类中的方法 org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.AssertingParty.Singlesignon
- setUrl(String) - 类中的方法 org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Singlelogout
- setUrlCharset(Charset) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Undertow
- setUrlMappings(Collection<String>) - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.DispatcherServletRegistrationBean
- setUrlMappings(Collection<String>) - 类中的方法 org.springframework.boot.web.servlet.ServletRegistrationBean
-
Set the URL mappings for the servlet.
- setUrlPatterns(Collection<String>) - 类中的方法 org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
-
Set the URL patterns that the filter will be registered against.
- setUrls(String[]) - 类中的方法 org.springframework.boot.autoconfigure.ldap.LdapProperties
- setUseAnonymousProducers(boolean) - 类中的方法 org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
- setUseApr(boolean) - 类中的方法 org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
Whether to use APR.
- setUseApr(boolean) - 类中的方法 org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
Whether to use APR.
- setUseApr(ServerProperties.Tomcat.UseApr) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
- setUseCodeAsDefaultMessage(boolean) - 类中的方法 org.springframework.boot.autoconfigure.context.MessageSourceProperties
- setUseDirectBuffers(Boolean) - 接口中的方法 org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
-
Set whether direct buffers should be used.
- setUseDirectBuffers(Boolean) - 类中的方法 org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
- setUseDirectBuffers(Boolean) - 类中的方法 org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- setUseDynatraceSummaryInstruments(boolean) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties.V2
- setUseForwardHeaders(boolean) - 接口中的方法 org.springframework.boot.web.embedded.jetty.ConfigurableJettyWebServerFactory
-
Set if x-forward-* headers should be processed.
- setUseForwardHeaders(boolean) - 类中的方法 org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
- setUseForwardHeaders(boolean) - 类中的方法 org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
- setUseForwardHeaders(boolean) - 类中的方法 org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
-
Set if x-forward-* headers should be processed.
- setUseForwardHeaders(boolean) - 接口中的方法 org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
-
Set if x-forward-* headers should be processed.
- setUseForwardHeaders(boolean) - 类中的方法 org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
- setUseForwardHeaders(boolean) - 类中的方法 org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- setUseGlobalRegistry(boolean) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties
- setUseHalAsDefaultJsonMediaType(boolean) - 类中的方法 org.springframework.boot.autoconfigure.hateoas.HateoasProperties
- setUseKeyPrefix(boolean) - 类中的方法 org.springframework.boot.autoconfigure.cache.CacheProperties.Redis
- setUseLastModified(boolean) - 类中的方法 org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache
- setUser(String) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setUser(String) - 类中的方法 org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
- setUser(String) - 类中的方法 org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
- setUser(String) - 类中的方法 org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
- setUseRelativeRedirects(boolean) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
- setUserInfoAuthenticationMethod(String) - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
- setUserInfoUri(String) - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
- setUserInfoUri(String) - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.OidcEndpoint
- setUsername(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties.Pushgateway
- setUsername(String) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties
- setUsername(String) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties.Stream
- setUsername(String) - 类中的方法 org.springframework.boot.autoconfigure.cassandra.CassandraProperties
- setUsername(String) - 类中的方法 org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties
- setUsername(String) - 类中的方法 org.springframework.boot.autoconfigure.data.redis.RedisProperties.Sentinel
- setUsername(String) - 类中的方法 org.springframework.boot.autoconfigure.data.redis.RedisProperties
- setUsername(String) - 类中的方法 org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties
- setUsername(String) - 类中的方法 org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
- setUsername(String) - 类中的方法 org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Credential
- setUsername(String) - 类中的方法 org.springframework.boot.autoconfigure.ldap.LdapProperties
- setUsername(String) - 类中的方法 org.springframework.boot.autoconfigure.mail.MailProperties
- setUsername(String) - 类中的方法 org.springframework.boot.autoconfigure.mongo.MongoProperties
- setUsername(String) - 类中的方法 org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Authentication
- setUsername(String) - 类中的方法 org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties
- setUsername(String) - 类中的方法 org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties
- setUserName(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.elastic.ElasticProperties
- setUserName(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.influx.InfluxProperties
- setUserName(String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.kairos.KairosProperties
- setUserNameAttribute(String) - 类中的方法 org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Provider
- setUseSemanticMetricTypes(boolean) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.stackdriver.StackdriverProperties
- setUuidRepresentation(UuidRepresentation) - 类中的方法 org.springframework.boot.autoconfigure.mongo.MongoProperties
- setValidateHeaders(boolean) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Netty
- setValidateMigrationNaming(boolean) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setValidateOnMigrate(boolean) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties
- setValidateServerCertificate(boolean) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
- setValidating(boolean) - 类中的方法 org.springframework.boot.web.servlet.context.XmlServletWebServerApplicationContext
-
Set whether to use XML validation.
- setValidationDepth(ValidationDepth) - 类中的方法 org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.Pool
- setValidationQuery(String) - 类中的方法 org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties.Pool
- setValueDeserializer(Class<?>) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
- setValueSerializer(Class<?>) - 类中的方法 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
- setVerifyHostname(boolean) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
- setVerifyKeys(boolean) - 类中的方法 org.springframework.boot.autoconfigure.ssl.PemSslBundleProperties.Store
- setVersion(String) - 类中的方法 org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain.Strategy.Fixed
- setView(Duration) - 类中的方法 org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
- setViewNames(String[]) - 类中的方法 org.springframework.boot.autoconfigure.mustache.MustacheProperties
- setViewNames(String[]) - 类中的方法 org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
- setViewNames(String[]) - 类中的方法 org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
- setViewResolvers(List<ViewResolver>) - 类中的方法 org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
-
Configure the
ViewResolver
to use for rendering views. - setVirtualHost(String) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties
- setVirtualHost(String) - 类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitProperties.Stream
- setWait(DockerComposeProperties.Readiness.Wait) - 类中的方法 org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties.Readiness
- setWaitForJobsToCompleteOnShutdown(boolean) - 类中的方法 org.springframework.boot.autoconfigure.quartz.QuartzProperties
- setWalletLocation(String) - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayProperties.Oracle
- setWebAdminPassword(String) - 类中的方法 org.springframework.boot.autoconfigure.h2.H2ConsoleProperties.Settings
- setWebAllowOthers(boolean) - 类中的方法 org.springframework.boot.autoconfigure.h2.H2ConsoleProperties.Settings
- setWebApplicationType(WebApplicationType) - 类中的方法 org.springframework.boot.SpringApplication
-
Sets the type of web application to be run.
- setWebjarsPathPattern(String) - 类中的方法 org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties
- setWebjarsPathPattern(String) - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties
- setWebServiceMessageFactory(WebServiceMessageFactory) - 类中的方法 org.springframework.boot.webservices.client.WebServiceTemplateBuilder
-
Sets the
WebServiceMessageFactory
to use for creating messages. - setWorker(Integer) - 类中的方法 org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Threads
- setWorkerThreads(Integer) - 接口中的方法 org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
-
Set the number of Worker Threads.
- setWorkerThreads(Integer) - 类中的方法 org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
- setWorkerThreads(Integer) - 类中的方法 org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- setXa(DataSourceProperties.Xa) - 类中的方法 org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
- SEVENTEEN - 枚举类 中的枚举常量 org.springframework.boot.system.JavaVersion
-
Java 17.
- sha1Hash(File) - 类中的静态方法 org.springframework.boot.loader.tools.FileUtils
-
Generate a SHA-1 Hash for a given file.
- SharedObjectMapper - org.springframework.boot.buildpack.platform.json中的类
-
Provides access to a shared pre-configured
ObjectMapper
. - shouldBeRebuilt(Map<String, Object>) - 类中的方法 org.springframework.boot.autoconfigure.kafka.SslBundleSslEngineFactory
- shouldEnable(Thread) - 类中的静态方法 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) - 类中的方法 org.springframework.boot.web.servlet.server.Encoding
- shouldRegisterJspServlet() - 类中的方法 org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-
Returns whether the JSP servlet should be registered with the web server.
- Show - org.springframework.boot.actuate.endpoint中的枚举类
-
Options for showing data in endpoint responses.
- showComponents(SecurityContext) - 接口中的方法 org.springframework.boot.actuate.health.HealthEndpointGroup
-
Returns if
health components
should be shown in the response. - showDetails(SecurityContext) - 接口中的方法 org.springframework.boot.actuate.health.HealthEndpointGroup
-
Returns if
health details
should be shown in the response. - showSql() - 批注接口 中的元素 org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTest
-
If SQL output should be logged.
- shutdown() - 类中的方法 org.springframework.boot.actuate.context.ShutdownEndpoint
- shutdown() - 类中的方法 org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager
-
Shutdown the manager, running any
PrometheusPushGatewayManager.ShutdownOperation
. - shutdown() - 接口中的方法 org.springframework.boot.admin.SpringApplicationAdminMXBean
-
Shutdown the application.
- Shutdown - org.springframework.boot.web.server中的枚举类
-
Configuration for shutting down a
WebServer
. - Shutdown() - 类的构造器 org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Pool.Shutdown
- Shutdown() - 类的构造器 org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Shutdown
- Shutdown() - 类的构造器 org.springframework.boot.autoconfigure.task.TaskSchedulingProperties.Shutdown
- shutdownComplete(GracefulShutdownResult) - 接口中的方法 org.springframework.boot.web.server.GracefulShutdownCallback
-
Graceful shutdown has completed with the given
result
. - shutdownEndpoint() - 类中的方法 org.springframework.boot.actuate.autoconfigure.context.ShutdownEndpointAutoConfiguration
- ShutdownEndpoint - org.springframework.boot.actuate.context中的类
-
@Endpoint
to shutdown theApplicationContext
. - ShutdownEndpoint() - 类的构造器 org.springframework.boot.actuate.context.ShutdownEndpoint
- ShutdownEndpoint.ShutdownDescriptor - org.springframework.boot.actuate.context中的类
-
Description of the shutdown.
- ShutdownEndpointAutoConfiguration - org.springframework.boot.actuate.autoconfigure.context中的类
-
Auto-configuration
for theShutdownEndpoint
. - ShutdownEndpointAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.context.ShutdownEndpointAutoConfiguration
- shutDownGracefully(GracefulShutdownCallback) - 类中的方法 org.springframework.boot.web.embedded.jetty.JettyWebServer
-
Initiates a graceful shutdown of the Jetty web server.
- shutDownGracefully(GracefulShutdownCallback) - 类中的方法 org.springframework.boot.web.embedded.netty.NettyWebServer
-
Initiates a graceful shutdown of the Netty web server.
- shutDownGracefully(GracefulShutdownCallback) - 类中的方法 org.springframework.boot.web.embedded.tomcat.TomcatWebServer
-
Initiates a graceful shutdown of the Tomcat web server.
- shutDownGracefully(GracefulShutdownCallback) - 类中的方法 org.springframework.boot.web.embedded.undertow.UndertowWebServer
-
Initiates a graceful shutdown of the Undertow web server.
- shutDownGracefully(GracefulShutdownCallback) - 接口中的方法 org.springframework.boot.web.server.WebServer
-
Initiates a graceful shutdown of the web server.
- shutdownInput() - 类中的方法 org.springframework.boot.buildpack.platform.socket.UnixDomainSocket
- shutdownOutput() - 类中的方法 org.springframework.boot.buildpack.platform.socket.UnixDomainSocket
- shutDownSharedReactorSchedulers(ServletContext) - 类中的方法 org.springframework.boot.web.servlet.support.SpringBootServletInitializer
-
Shuts down the reactor
Schedulers
that were initialized bySchedulers.boundedElastic()
(or similar). - sibling(Class<?>...) - 类中的方法 org.springframework.boot.builder.SpringApplicationBuilder
-
Create a sibling application (one with the same parent).
- sibling(Class<?>[], String...) - 类中的方法 org.springframework.boot.builder.SpringApplicationBuilder
-
Create a sibling application (one with the same parent).
- signalfxConfig(SignalFxProperties) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxMetricsExportAutoConfiguration
- signalFxMeterRegistry(SignalFxConfig, Clock) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxMetricsExportAutoConfiguration
- SignalFxMetricsExportAutoConfiguration - org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx中的类
-
Auto-configuration
for exporting metrics to SignalFX. - SignalFxMetricsExportAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxMetricsExportAutoConfiguration
- SignalFxProperties - org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx中的类
-
@ConfigurationProperties
for configuring metrics export to SignalFX. - SignalFxProperties() - 类的构造器 org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxProperties
- SignalFxProperties.HistogramType - org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx中的枚举类
- SignalFxPropertiesConfigAdapter - org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx中的类
-
Adapter to convert
SignalFxProperties
to aSignalFxConfig
. - SignalFxPropertiesConfigAdapter(SignalFxProperties) - 类的构造器 org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxPropertiesConfigAdapter
- SignalUtils - org.springframework.boot.loader.tools中的类
-
Utilities for working with signal handling.
- Signing() - 类的构造器 org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration.Signing
- simple() - 接口中的静态方法 org.springframework.boot.http.client.ClientHttpRequestFactoryBuilder
-
Return a
SimpleClientHttpRequestFactoryBuilder
that can be used to build aSimpleClientHttpRequestFactory
. - Simple() - 类的构造器 org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Simple
- Simple() - 类的构造器 org.springframework.boot.autoconfigure.task.TaskSchedulingProperties.Simple
- SIMPLE - 枚举类 中的枚举常量 org.springframework.boot.actuate.info.InfoPropertiesInfoContributor.Mode
-
Expose a pre-defined set of core settings only.
- SIMPLE - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.amqp.RabbitProperties.ContainerType
-
Container where the RabbitMQ consumer dispatches messages to an invoker thread.
- SIMPLE - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.cache.CacheType
-
Simple in-memory caching.
- SIMPLE - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.http.client.HttpClientProperties.Factory
-
Standard JDK facilities.
- SIMPLE - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.netty.NettyProperties.LeakDetection
-
Detect leaks for 1% of buffers.
- SIMPLE - 枚举类 中的枚举常量 org.springframework.boot.convert.DurationStyle
-
Simple formatting, for example '1s'.
- SIMPLE - 枚举类 中的枚举常量 org.springframework.boot.convert.PeriodStyle
-
Simple formatting, for example '1d'.
- SimpleAsyncTaskExecutorBuilder - org.springframework.boot.task中的类
-
Builder that can be used to configure and create a
SimpleAsyncTaskExecutor
. - SimpleAsyncTaskExecutorBuilder() - 类的构造器 org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder
- SimpleAsyncTaskExecutorCustomizer - org.springframework.boot.task中的接口
-
Callback interface that can be used to customize a
SimpleAsyncTaskExecutor
. - SimpleAsyncTaskSchedulerBuilder - org.springframework.boot.task中的类
-
Builder that can be used to configure and create a
SimpleAsyncTaskScheduler
. - SimpleAsyncTaskSchedulerBuilder() - 类的构造器 org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder
- SimpleAsyncTaskSchedulerCustomizer - org.springframework.boot.task中的接口
-
Callback interface that can be used to customize a
SimpleAsyncTaskScheduler
. - SimpleClientHttpRequestFactoryBuilder - org.springframework.boot.http.client中的类
-
Builder for
ClientHttpRequestFactoryBuilder.simple()
. - simpleConfig(SimpleProperties) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleMetricsExportAutoConfiguration
- SimpleContainer() - 类的构造器 org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer
- SimpleFormatter - org.springframework.boot.logging.java中的类
-
Simple 'Java Logging'
Formatter
. - SimpleFormatter() - 类的构造器 org.springframework.boot.logging.java.SimpleFormatter
- SimpleHttpCodeStatusMapper - org.springframework.boot.actuate.health中的类
-
Simple
HttpCodeStatusMapper
backed by map ofstatus code
to HTTP status code. - SimpleHttpCodeStatusMapper() - 类的构造器 org.springframework.boot.actuate.health.SimpleHttpCodeStatusMapper
-
Create a new
SimpleHttpCodeStatusMapper
instance using default mappings. - SimpleHttpCodeStatusMapper(Map<String, Integer>) - 类的构造器 org.springframework.boot.actuate.health.SimpleHttpCodeStatusMapper
-
Create a new
SimpleHttpCodeStatusMapper
with the specified mappings. - SimpleInfoContributor - org.springframework.boot.actuate.info中的类
-
A simple
InfoContributor
that exposes a single detail. - SimpleInfoContributor(String, Object) - 类的构造器 org.springframework.boot.actuate.info.SimpleInfoContributor
- simpleMeterRegistry(SimpleConfig, Clock) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleMetricsExportAutoConfiguration
- SimpleMetricsExportAutoConfiguration - org.springframework.boot.actuate.autoconfigure.metrics.export.simple中的类
-
Auto-configuration
for exporting metrics to aSimpleMeterRegistry
. - SimpleMetricsExportAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleMetricsExportAutoConfiguration
- SimpleProperties - org.springframework.boot.actuate.autoconfigure.metrics.export.simple中的类
-
@ConfigurationProperties
for configuring metrics export to aSimpleMeterRegistry
. - SimpleProperties() - 类的构造器 org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleProperties
- SimplePropertiesConfigAdapter - org.springframework.boot.actuate.autoconfigure.metrics.export.simple中的类
-
Adapter to convert
SimpleProperties
to aSimpleConfig
. - SimplePropertiesConfigAdapter(SimpleProperties) - 类的构造器 org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimplePropertiesConfigAdapter
- SimpleRabbitListenerContainerFactoryConfigurer - org.springframework.boot.autoconfigure.amqp中的类
-
Configure
SimpleRabbitListenerContainerFactoryConfigurer
with sensible defaults. - SimpleRabbitListenerContainerFactoryConfigurer(RabbitProperties) - 类的构造器 org.springframework.boot.autoconfigure.amqp.SimpleRabbitListenerContainerFactoryConfigurer
-
Creates a new configurer that will use the given
rabbitProperties
. - SimpleStatusAggregator - org.springframework.boot.actuate.health中的类
-
StatusAggregator
backed by an ordered status list. - SimpleStatusAggregator() - 类的构造器 org.springframework.boot.actuate.health.SimpleStatusAggregator
- SimpleStatusAggregator(String...) - 类的构造器 org.springframework.boot.actuate.health.SimpleStatusAggregator
- SimpleStatusAggregator(List<String>) - 类的构造器 org.springframework.boot.actuate.health.SimpleStatusAggregator
- SimpleStatusAggregator(Status...) - 类的构造器 org.springframework.boot.actuate.health.SimpleStatusAggregator
- SimpleTriggerDescriptor(SimpleTrigger) - 类的构造器 org.springframework.boot.actuate.quartz.QuartzEndpoint.SimpleTriggerDescriptor
- since() - 批注接口 中的元素 org.springframework.boot.context.properties.DeprecatedConfigurationProperty
-
The version in which the property became deprecated.
- SINGLE - 枚举类 中的枚举常量 org.springframework.boot.actuate.endpoint.annotation.Selector.Match
-
Capture a single item.
- SINGLE - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Listener.Type
-
Invokes the endpoint with one ConsumerRecord at a time.
- SingleLoggerLevelsDescriptor(LoggerConfiguration) - 类的构造器 org.springframework.boot.actuate.logging.LoggersEndpoint.SingleLoggerLevelsDescriptor
- Singlelogout() - 类的构造器 org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Singlelogout
- Singlesignon() - 类的构造器 org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.AssertingParty.Singlesignon
- SINGLETON - 枚举类 中的枚举常量 org.springframework.boot.BootstrapRegistry.Scope
-
A singleton instance.
- size() - 类中的方法 org.springframework.boot.actuate.metrics.cache.RedisCacheMetrics
- size() - 类中的方法 org.springframework.boot.buildpack.platform.docker.type.Layer
- size() - 接口中的方法 org.springframework.boot.buildpack.platform.io.Content
-
The size of the content in bytes.
- size() - 类中的方法 org.springframework.boot.buildpack.platform.io.InspectedContent
- size() - 类中的方法 org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
-
Return the size of the collection.
- size() - 类中的方法 org.springframework.boot.loader.jar.NestedJarFile
- size() - 接口中的方法 org.springframework.boot.loader.tools.EntryWriter
-
Return the size of the content that will be written, or
-1
if the size is not known. - size() - 接口中的方法 org.springframework.boot.loader.zip.DataBlock
-
Return the size of this block.
- size() - 类中的方法 org.springframework.boot.loader.zip.ZipContent
-
Returns the number of entries in the ZIP file.
- size() - 类中的方法 org.springframework.boot.web.servlet.ServletContextInitializerBeans
- skip() - 批注接口 中的元素 org.springframework.boot.test.autoconfigure.properties.PropertyMapping
-
Determines if mapping should be skipped.
- Skip() - 类的构造器 org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties.Skip
- skippingPhase(String, String) - 类中的方法 org.springframework.boot.buildpack.platform.build.AbstractBuildLog
- skippingPhase(String, String) - 接口中的方法 org.springframework.boot.buildpack.platform.build.BuildLog
-
Log that a specific phase is being skipped.
- SkipPropertyMapping - org.springframework.boot.test.autoconfigure.properties中的枚举类
-
Enum used to control when
@PropertyMapping
is skipped. - SMART_LIFECYCLE_PHASE - 类中的静态变量 org.springframework.boot.web.context.WebServerGracefulShutdownLifecycle
-
SmartLifecycle phase
in which graceful shutdown of the web server is performed. - SNAPPY - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Compression
-
Requires org.xerial.snappy:snappy-java.
- SNAPSHOT_DEPENDENCIES - 类中的静态变量 org.springframework.boot.loader.tools.StandardLayers
-
The snapshot dependencies layer.
- SnapshotStateRepository - org.springframework.boot.devtools.filewatch中的接口
-
Repository used by
FileSystemWatcher
to save file/directory snapshots across restarts. - Sniffer() - 类的构造器 org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties.Restclient.Sniffer
- sort(Collection<Class<?>>) - 类中的方法 org.springframework.boot.context.annotation.Configurations
-
已过时, 待删除: 此 API 元素将从以后的版本中删除。since 3.4.0 for removal in 4.0.0 in favor of
Configurations(UnaryOperator, Collection, Function)
- Sort() - 类的构造器 org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties.Sort
- sortCustomizer() - 类中的方法 org.springframework.boot.autoconfigure.data.web.SpringDataWebAutoConfiguration
- source() - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxPropertiesConfigAdapter
- source() - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontPropertiesConfigAdapter
- sourceAccepts(ContainerConnectionSource<C>, Class<?>, Class<?>) - 类中的方法 org.springframework.boot.testcontainers.service.connection.ContainerConnectionDetailsFactory
-
Return if the given source accepts the connection.
- SourceDirectoryUrlFilter - org.springframework.boot.devtools.restart.server中的接口
-
Filter URLs based on a source directory name.
- sources(Class<?>...) - 类中的方法 org.springframework.boot.builder.SpringApplicationBuilder
-
Add more sources (configuration classes and components) to this application.
- SpanExporters - org.springframework.boot.actuate.autoconfigure.tracing中的接口
-
A collection of
span exporters
. - SpanProcessors - org.springframework.boot.actuate.autoconfigure.tracing中的接口
-
A collection of
span processors
. - Spec() - 类的构造器 org.springframework.boot.autoconfigure.rsocket.RSocketProperties.Server.Spec
- split() - 类中的方法 org.springframework.boot.context.config.ConfigDataLocation
-
Return an array of
ConfigDataLocation
elements built by splitting thisConfigDataLocation
around a delimiter of";"
. - split(String) - 类中的方法 org.springframework.boot.context.config.ConfigDataLocation
-
Return an array of
ConfigDataLocation
elements built by splitting thisConfigDataLocation
around the specified delimiter. - spliterator() - 接口中的方法 org.springframework.boot.actuate.autoconfigure.tracing.SpanExporters
- spliterator() - 接口中的方法 org.springframework.boot.actuate.autoconfigure.tracing.SpanProcessors
- SPRING_APPLICATION_JSON_ENVIRONMENT_VARIABLE - 类中的静态变量 org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
-
Name of the
SPRING_APPLICATION_JSON
environment variable. - SPRING_APPLICATION_JSON_PROPERTY - 类中的静态变量 org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
-
Name of the
spring.application.json
property. - SPRING_BOOT_LOADER - 类中的静态变量 org.springframework.boot.loader.tools.StandardLayers
-
The spring boot loader layer.
- SpringApplication - org.springframework.boot中的类
-
Class that can be used to bootstrap and launch a Spring application from a Java main method.
- SpringApplication(Class<?>...) - 类的构造器 org.springframework.boot.SpringApplication
-
Create a new
SpringApplication
instance. - SpringApplication(ResourceLoader, Class<?>...) - 类的构造器 org.springframework.boot.SpringApplication
-
Create a new
SpringApplication
instance. - SpringApplication.AbandonedRunException - org.springframework.boot中的异常错误类
-
Exception that can be thrown to silently exit a running
SpringApplication
without handling run failures. - SpringApplication.Augmented - org.springframework.boot中的类
-
Used to configure and run an augmented
SpringApplication
where additional configuration should be applied. - SpringApplication.Running - org.springframework.boot中的接口
-
Provides access to details of a
SpringApplication
run usingSpringApplication.Augmented.run(String...)
. - SpringApplicationAdminJmxAutoConfiguration - org.springframework.boot.autoconfigure.admin中的类
-
Register a JMX component that allows to administer the current application.
- SpringApplicationAdminJmxAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.admin.SpringApplicationAdminJmxAutoConfiguration
- SpringApplicationAdminMXBean - org.springframework.boot.admin中的接口
-
An MBean contract to control and monitor a running
SpringApplication
over JMX. - SpringApplicationAdminMXBeanRegistrar - org.springframework.boot.admin中的类
-
Register a
SpringApplicationAdminMXBean
implementation to the platformMBeanServer
. - SpringApplicationAdminMXBeanRegistrar(String) - 类的构造器 org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
- springApplicationAdminRegistrar(ObjectProvider<MBeanExporter>, Environment) - 类中的方法 org.springframework.boot.autoconfigure.admin.SpringApplicationAdminJmxAutoConfiguration
- SpringApplicationAotProcessor - org.springframework.boot中的类
-
Entry point for AOT processing of a
SpringApplication
. - SpringApplicationAotProcessor(Class<?>, AbstractAotProcessor.Settings, String[]) - 类的构造器 org.springframework.boot.SpringApplicationAotProcessor
-
Create a new processor for the specified application and settings.
- SpringApplicationBuilder - org.springframework.boot.builder中的类
-
Builder for
SpringApplication
andApplicationContext
instances with convenient fluent API and context hierarchy support. - SpringApplicationBuilder(Class<?>...) - 类的构造器 org.springframework.boot.builder.SpringApplicationBuilder
- SpringApplicationBuilder(ResourceLoader, Class<?>...) - 类的构造器 org.springframework.boot.builder.SpringApplicationBuilder
- SpringApplicationEvent - org.springframework.boot.context.event中的类
-
Base class for
ApplicationEvent
related to aSpringApplication
. - SpringApplicationEvent(SpringApplication, String[]) - 类的构造器 org.springframework.boot.context.event.SpringApplicationEvent
- SpringApplicationHook - org.springframework.boot中的接口
-
Low-level hook that can be used to attach a
SpringApplicationRunListener
to aSpringApplication
in order to observe or modify its behavior. - SpringApplicationJsonEnvironmentPostProcessor - org.springframework.boot.env中的类
-
An
EnvironmentPostProcessor
that parses JSON fromspring.application.json
or equivalentlySPRING_APPLICATION_JSON
and adds it as a map property source to theEnvironment
. - SpringApplicationJsonEnvironmentPostProcessor() - 类的构造器 org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
- SpringApplicationRunListener - org.springframework.boot中的接口
-
Listener for the
SpringApplication
run
method. - SpringApplicationShutdownHandlers - org.springframework.boot中的接口
-
Interface that can be used to add or remove code that should run when the JVM is shutdown.
- SpringBootApplication - org.springframework.boot.autoconfigure中的批注接口
-
Indicates a
configuration
class that declares one or more@Bean
methods and also triggersauto-configuration
andcomponent scanning
. - SpringBootCondition - org.springframework.boot.autoconfigure.condition中的类
-
Base of all
Condition
implementations used with Spring Boot. - SpringBootCondition() - 类的构造器 org.springframework.boot.autoconfigure.condition.SpringBootCondition
- SpringBootConfiguration - org.springframework.boot中的批注接口
-
Indicates that a class provides Spring Boot application
@Configuration
. - SpringBootConfigurationFactory - 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() - 类的构造器 org.springframework.boot.logging.log4j2.SpringBootConfigurationFactory
- SpringBootContextLoader - org.springframework.boot.test.context中的类
-
A
ContextLoader
that can be used to test Spring Boot applications (those that normally startup usingSpringApplication
). - SpringBootContextLoader() - 类的构造器 org.springframework.boot.test.context.SpringBootContextLoader
- SpringBootExceptionReporter - org.springframework.boot中的接口
-
Callback interface used to support custom reporting of
SpringApplication
startup errors. - SpringBootMockMvcBuilderCustomizer - org.springframework.boot.test.autoconfigure.web.servlet中的类
-
MockMvcBuilderCustomizer
for a typical Spring Boot application. - SpringBootMockMvcBuilderCustomizer(WebApplicationContext) - 类的构造器 org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer
-
Create a new
SpringBootMockMvcBuilderCustomizer
instance. - SpringBootMockResolver - org.springframework.boot.test.mock.mockito中的类
-
已过时, 待删除: 此 API 元素将从以后的版本中删除。since 3.4.0 for removal in 4.0.0 in favor of Spring Framework's
MockitoBean
andMockitoSpyBean
- SpringBootMockResolver() - 类的构造器 org.springframework.boot.test.mock.mockito.SpringBootMockResolver
-
已过时。
- SpringBootMockServletContext - org.springframework.boot.test.mock.web中的类
-
MockServletContext
implementation for Spring Boot. - SpringBootMockServletContext(String) - 类的构造器 org.springframework.boot.test.mock.web.SpringBootMockServletContext
- SpringBootMockServletContext(String, ResourceLoader) - 类的构造器 org.springframework.boot.test.mock.web.SpringBootMockServletContext
- SpringBootPropertySource - org.springframework.boot.logging.log4j2中的类
-
Spring Boot
PropertySource
that disables Log4j2's shutdown hook. - SpringBootPropertySource() - 类的构造器 org.springframework.boot.logging.log4j2.SpringBootPropertySource
- springBootRepositoryRestConfigurer(ObjectProvider<Jackson2ObjectMapperBuilder>, RepositoryRestProperties) - 类中的方法 org.springframework.boot.autoconfigure.data.rest.RepositoryRestMvcAutoConfiguration
- SpringBootServletInitializer - org.springframework.boot.web.servlet.support中的类
-
An opinionated
WebApplicationInitializer
to run aSpringApplication
from a traditional WAR deployment. - SpringBootServletInitializer() - 类的构造器 org.springframework.boot.web.servlet.support.SpringBootServletInitializer
- SpringBootTest - org.springframework.boot.test.context中的批注接口
-
Annotation that can be specified on a test class that runs Spring Boot based tests.
- SpringBootTest.UseMainMethod - org.springframework.boot.test.context中的枚举类
-
Enumeration of how the main method of the
@SpringBootConfiguration
-annotated class is used when creating and running theSpringApplication
under test. - SpringBootTest.WebEnvironment - org.springframework.boot.test.context中的枚举类
-
An enumeration web environment modes.
- SpringBootTestAotProcessor - org.springframework.boot.test.context中的类
-
Entry point for AOT processing of a Spring Boot application's tests.
- SpringBootTestAotProcessor(Set<Path>, AbstractAotProcessor.Settings) - 类的构造器 org.springframework.boot.test.context.SpringBootTestAotProcessor
-
Create a new processor for the specified test classpath roots and general settings.
- SpringBootTestContextBootstrapper - org.springframework.boot.test.context中的类
-
TestContextBootstrapper
for Spring Boot. - SpringBootTestContextBootstrapper() - 类的构造器 org.springframework.boot.test.context.SpringBootTestContextBootstrapper
- SpringBootVersion - org.springframework.boot中的类
-
Exposes the Spring Boot version.
- springBootWebTestClientBuilderCustomizer(ObjectProvider<CodecCustomizer>) - 类中的方法 org.springframework.boot.test.autoconfigure.web.reactive.WebTestClientAutoConfiguration
- SpringBootWebTestClientBuilderCustomizer - org.springframework.boot.test.autoconfigure.web.reactive中的类
-
WebTestClientBuilderCustomizer
for a typical Spring Boot application. - SpringBootWebTestClientBuilderCustomizer(Collection<CodecCustomizer>) - 类的构造器 org.springframework.boot.test.autoconfigure.web.reactive.SpringBootWebTestClientBuilderCustomizer
-
Create a new
SpringBootWebTestClientBuilderCustomizer
that will configure the builder's codecs using the givencodecCustomizers
. - SpringDataWebAutoConfiguration - org.springframework.boot.autoconfigure.data.web中的类
-
Auto-configuration
for Spring Data's web support. - SpringDataWebAutoConfiguration(SpringDataWebProperties) - 类的构造器 org.springframework.boot.autoconfigure.data.web.SpringDataWebAutoConfiguration
- SpringDataWebProperties - org.springframework.boot.autoconfigure.data.web中的类
-
Configuration properties for Spring Data Web.
- SpringDataWebProperties() - 类的构造器 org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties
- SpringDataWebProperties.Pageable - org.springframework.boot.autoconfigure.data.web中的类
-
Pageable properties.
- SpringDataWebProperties.Sort - org.springframework.boot.autoconfigure.data.web中的类
-
Sort properties.
- springDataWebSettings() - 类中的方法 org.springframework.boot.autoconfigure.data.web.SpringDataWebAutoConfiguration
- SpringImplicitNamingStrategy - org.springframework.boot.orm.jpa.hibernate中的类
-
Hibernate
ImplicitNamingStrategy
that follows Spring recommended naming conventions. - SpringImplicitNamingStrategy() - 类的构造器 org.springframework.boot.orm.jpa.hibernate.SpringImplicitNamingStrategy
- SpringJtaPlatform - org.springframework.boot.orm.jpa.hibernate中的类
-
Generic Hibernate
AbstractJtaPlatform
implementation that simply resolves the JTAUserTransaction
andTransactionManager
from the Spring-configuredJtaTransactionManager
implementation. - SpringJtaPlatform(JtaTransactionManager) - 类的构造器 org.springframework.boot.orm.jpa.hibernate.SpringJtaPlatform
- springSecurityFilterChain(ServerHttpSecurity, PreFlightRequestHandler) - 类中的方法 org.springframework.boot.actuate.autoconfigure.security.reactive.ReactiveManagementWebSecurityAutoConfiguration
- SpringTransactionProvider - org.springframework.boot.autoconfigure.jooq中的类
-
Allows Spring Transaction to be used with JOOQ.
- SpringTransactionProvider(PlatformTransactionManager) - 类的构造器 org.springframework.boot.autoconfigure.jooq.SpringTransactionProvider
- SpyBean - org.springframework.boot.test.mock.mockito中的批注接口
-
已过时, 待删除: 此 API 元素将从以后的版本中删除。since 3.4.0 for removal in 4.0.0 in favor of
MockitoSpyBean
- SpyBeans - org.springframework.boot.test.mock.mockito中的批注接口
-
已过时, 待删除: 此 API 元素将从以后的版本中删除。since 3.4.0 for removal in 4.0.0 in favor of
MockitoSpyBean
- SQL_SERVER - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.data.jdbc.JdbcDatabaseDialect
-
Provides an instance of
JdbcSqlServerDialect
. - SqlDataSourceScriptDatabaseInitializer - org.springframework.boot.autoconfigure.sql.init中的类
-
DataSourceScriptDatabaseInitializer
for the primary SQL database. - SqlDataSourceScriptDatabaseInitializer(DataSource, SqlInitializationProperties) - 类的构造器 org.springframework.boot.autoconfigure.sql.init.SqlDataSourceScriptDatabaseInitializer
-
Create a new
SqlDataSourceScriptDatabaseInitializer
instance. - SqlDataSourceScriptDatabaseInitializer(DataSource, DatabaseInitializationSettings) - 类的构造器 org.springframework.boot.autoconfigure.sql.init.SqlDataSourceScriptDatabaseInitializer
-
Create a new
SqlDataSourceScriptDatabaseInitializer
instance. - SqlInitializationAutoConfiguration - org.springframework.boot.autoconfigure.sql.init中的类
-
Auto-configuration
for initializing an SQL database. - SqlInitializationAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration
- SqlInitializationProperties - org.springframework.boot.autoconfigure.sql.init中的类
-
Configuration properties
for initializing an SQL database. - SqlInitializationProperties() - 类的构造器 org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties
- SQLITE - 枚举类 中的枚举常量 org.springframework.boot.jdbc.DatabaseDriver
-
SQLite.
- SqlR2dbcScriptDatabaseInitializer - org.springframework.boot.autoconfigure.sql.init中的类
-
R2dbcScriptDatabaseInitializer
for the primary SQL database. - SqlR2dbcScriptDatabaseInitializer(ConnectionFactory, SqlInitializationProperties) - 类的构造器 org.springframework.boot.autoconfigure.sql.init.SqlR2dbcScriptDatabaseInitializer
-
Create a new
SqlR2dbcScriptDatabaseInitializer
instance. - SqlR2dbcScriptDatabaseInitializer(ConnectionFactory, DatabaseInitializationSettings) - 类的构造器 org.springframework.boot.autoconfigure.sql.init.SqlR2dbcScriptDatabaseInitializer
-
Create a new
SqlR2dbcScriptDatabaseInitializer
instance. - Sqlserver() - 类的构造器 org.springframework.boot.autoconfigure.flyway.FlywayProperties.Sqlserver
- SQLSERVER - 枚举类 中的枚举常量 org.springframework.boot.jdbc.DatabaseDriver
-
SQL Server.
- Sse() - 类的构造器 org.springframework.boot.autoconfigure.graphql.GraphQlProperties.Sse
- Ssl - org.springframework.boot.web.server中的类
-
Simple server-independent abstraction for SSL configuration.
- Ssl() - 类的构造器 org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
- Ssl() - 类的构造器 org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Ssl
- Ssl() - 类的构造器 org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Ssl
- Ssl() - 类的构造器 org.springframework.boot.autoconfigure.data.redis.RedisProperties.Ssl
- Ssl() - 类的构造器 org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchProperties.Restclient.Ssl
- Ssl() - 类的构造器 org.springframework.boot.autoconfigure.http.client.HttpClientProperties.Ssl
- Ssl() - 类的构造器 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
- Ssl() - 类的构造器 org.springframework.boot.autoconfigure.mail.MailProperties.Ssl
- Ssl() - 类的构造器 org.springframework.boot.autoconfigure.mongo.MongoProperties.Ssl
- Ssl() - 类的构造器 org.springframework.boot.web.server.Ssl
- SSL - 枚举类 中的枚举常量 org.springframework.boot.test.web.client.TestRestTemplate.HttpClientOption
-
Use a
TlsSocketStrategy
that trusts self-signed certificates. - SSL - 枚举类 中的枚举常量 org.springframework.boot.web.servlet.server.Session.SessionTrackingMode
-
Use SSL build-in mechanism to track the session.
- Ssl.ClientAuth - org.springframework.boot.web.server中的枚举类
-
Client authentication types.
- Ssl.ServerNameSslBundle - org.springframework.boot.web.server中的记录类
- SslAutoConfiguration - org.springframework.boot.autoconfigure.ssl中的类
-
Auto-configuration
for SSL. - sslBundle() - 记录类中的方法 org.springframework.boot.http.client.ClientHttpRequestFactorySettings
-
返回
sslBundle
记录组件的值。 - sslBundle() - 记录类中的方法 org.springframework.boot.web.client.ClientHttpRequestFactorySettings
-
已过时。返回
sslBundle
记录组件的值。 - sslBundle(SslBundle) - 类中的方法 org.springframework.boot.web.client.RestTemplateBuilder
-
Sets the SSL bundle on the underlying
ClientHttpRequestFactory
. - sslBundle(SslBundle) - 类中的方法 org.springframework.boot.webservices.client.HttpWebServiceMessageSenderBuilder
-
已过时。Set an
SslBundle
that will be used to configure a secure connection. - SslBundle - org.springframework.boot.ssl中的接口
-
A bundle of trust material that can be used to establish an SSL connection.
- SslBundleKey - org.springframework.boot.ssl中的接口
-
A reference to a single key obtained via
SslBundle
. - SslBundleProperties - org.springframework.boot.autoconfigure.ssl中的类
-
Base class for SSL Bundle properties.
- SslBundleProperties() - 类的构造器 org.springframework.boot.autoconfigure.ssl.SslBundleProperties
- SslBundleProperties.Key - org.springframework.boot.autoconfigure.ssl中的类
- SslBundleProperties.Options - org.springframework.boot.autoconfigure.ssl中的类
- SslBundleRegistrar - org.springframework.boot.autoconfigure.ssl中的接口
-
Interface to be implemented by types that register
SslBundle
instances with anSslBundleRegistry
. - SslBundleRegistry - org.springframework.boot.ssl中的接口
-
Interface that can be used to register an
SslBundle
for a given name. - SslBundles - org.springframework.boot.ssl中的接口
-
A managed set of
SslBundle
instances that can be retrieved by name. - SslBundleSslEngineFactory - org.springframework.boot.autoconfigure.kafka中的类
- SslBundleSslEngineFactory() - 类的构造器 org.springframework.boot.autoconfigure.kafka.SslBundleSslEngineFactory
- SslContextFactory - org.springframework.boot.buildpack.platform.docker.ssl中的类
-
Builds an
SSLContext
for use with an HTTP connection. - SslContextFactory() - 类的构造器 org.springframework.boot.buildpack.platform.docker.ssl.SslContextFactory
- SslHealthContributorAutoConfiguration - org.springframework.boot.actuate.autoconfigure.ssl中的类
- SslHealthContributorAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.ssl.SslHealthContributorAutoConfiguration
- SslHealthIndicator - org.springframework.boot.actuate.ssl中的类
-
HealthIndicator
that checks the certificates the application uses and reportsStatus.OUT_OF_SERVICE
when a certificate is invalid. - SslHealthIndicator(SslInfo) - 类的构造器 org.springframework.boot.actuate.ssl.SslHealthIndicator
- SslHealthIndicatorProperties - org.springframework.boot.actuate.autoconfigure.ssl中的类
-
External configuration properties for
SslHealthIndicator
. - SslHealthIndicatorProperties() - 类的构造器 org.springframework.boot.actuate.autoconfigure.ssl.SslHealthIndicatorProperties
- SslInfo - org.springframework.boot.info中的类
-
Information about the certificates that the application uses.
- SslInfo(SslBundles, Duration) - 类的构造器 org.springframework.boot.info.SslInfo
- SslInfo.BundleInfo - org.springframework.boot.info中的类
-
Info about a single
SslBundle
. - SslInfo.CertificateChainInfo - org.springframework.boot.info中的类
-
Info about a single certificate chain.
- SslInfo.CertificateInfo - org.springframework.boot.info中的类
-
Info about a certificate.
- SslInfo.CertificateValidityInfo - org.springframework.boot.info中的类
-
Certificate validity info.
- SslInfo.CertificateValidityInfo.Status - org.springframework.boot.info中的枚举类
-
Validity Status.
- SslInfoContributor - org.springframework.boot.actuate.info中的类
-
An
InfoContributor
that exposesSslInfo
. - SslInfoContributor(SslInfo) - 类的构造器 org.springframework.boot.actuate.info.SslInfoContributor
- SslManagerBundle - org.springframework.boot.ssl中的接口
-
A bundle of key and trust managers that can be used to establish an SSL connection.
- SslOptions - org.springframework.boot.ssl中的接口
-
Configuration options that should be applied when establishing an SSL connection.
- SslProperties - org.springframework.boot.autoconfigure.ssl中的类
-
Properties for centralized SSL trust material configuration.
- SslProperties() - 类的构造器 org.springframework.boot.autoconfigure.ssl.SslProperties
- SslProperties.Bundles - org.springframework.boot.autoconfigure.ssl中的类
-
Properties to define SSL Bundles.
- SslProperties.Bundles.Watch - org.springframework.boot.autoconfigure.ssl中的类
- SslProperties.Bundles.Watch.File - org.springframework.boot.autoconfigure.ssl中的类
- SslServerCustomizer - org.springframework.boot.web.embedded.netty中的类
-
NettyServerCustomizer
that configures SSL for the given Reactor Netty server instance. - SslServerCustomizer(Http2, Ssl.ClientAuth, SslBundle, Map<String, SslBundle>) - 类的构造器 org.springframework.boot.web.embedded.netty.SslServerCustomizer
- SslStoreBundle - org.springframework.boot.ssl中的接口
-
A bundle of key and trust stores that can be used to establish an SSL connection.
- STACK_TRACE - 枚举类 中的枚举常量 org.springframework.boot.web.error.ErrorAttributeOptions.Include
-
Include the stack trace attribute.
- stackdriverConfig() - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.stackdriver.StackdriverMetricsExportAutoConfiguration
- stackdriverMeterRegistry(StackdriverConfig, Clock) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.stackdriver.StackdriverMetricsExportAutoConfiguration
- StackdriverMetricsExportAutoConfiguration - org.springframework.boot.actuate.autoconfigure.metrics.export.stackdriver中的类
-
Auto-configuration
for exporting metrics to Stackdriver. - StackdriverMetricsExportAutoConfiguration(StackdriverProperties) - 类的构造器 org.springframework.boot.actuate.autoconfigure.metrics.export.stackdriver.StackdriverMetricsExportAutoConfiguration
- StackdriverProperties - org.springframework.boot.actuate.autoconfigure.metrics.export.stackdriver中的类
-
@ConfigurationProperties
for configuring Stackdriver metrics export. - StackdriverProperties() - 类的构造器 org.springframework.boot.actuate.autoconfigure.metrics.export.stackdriver.StackdriverProperties
- StackdriverPropertiesConfigAdapter - org.springframework.boot.actuate.autoconfigure.metrics.export.stackdriver中的类
-
Adapter to convert
StackdriverProperties
to aStackdriverConfig
. - StackdriverPropertiesConfigAdapter(StackdriverProperties) - 类的构造器 org.springframework.boot.actuate.autoconfigure.metrics.export.stackdriver.StackdriverPropertiesConfigAdapter
- standard() - 接口中的静态方法 org.springframework.boot.json.JsonWriter
-
Factory method to return a
JsonWriter
for standard Java types. - StandardAnnotationCustomizableTypeExcludeFilter<A> - org.springframework.boot.test.autoconfigure.filter中的类
-
AnnotationCustomizableTypeExcludeFilter
that can be used to any test annotation that uses the standardincludeFilters
,excludeFilters
anduseDefaultFilters
attributes. - StandardAnnotationCustomizableTypeExcludeFilter(Class<?>) - 类的构造器 org.springframework.boot.test.autoconfigure.filter.StandardAnnotationCustomizableTypeExcludeFilter
- StandardConfigDataLoader - org.springframework.boot.context.config中的类
-
ConfigDataLoader
forResource
backed locations. - StandardConfigDataLoader() - 类的构造器 org.springframework.boot.context.config.StandardConfigDataLoader
- StandardConfigDataLocationResolver - org.springframework.boot.context.config中的类
-
ConfigDataLocationResolver
for standard locations. - StandardConfigDataLocationResolver(DeferredLogFactory, Binder, ResourceLoader) - 类的构造器 org.springframework.boot.context.config.StandardConfigDataLocationResolver
-
Create a new
StandardConfigDataLocationResolver
instance. - StandardConfigDataResource - org.springframework.boot.context.config中的类
-
ConfigDataResource
backed by aResource
. - standardGsonBuilderCustomizer(GsonProperties) - 类中的方法 org.springframework.boot.autoconfigure.gson.GsonAutoConfiguration
- StandardLayers - org.springframework.boot.loader.tools中的类
-
Base class for the standard set of
Layers
. - StandardLayers() - 类的构造器 org.springframework.boot.loader.tools.StandardLayers
- StandardMongoClientSettingsBuilderCustomizer - org.springframework.boot.autoconfigure.mongo中的类
-
A
MongoClientSettingsBuilderCustomizer
that applies standard settings to aMongoClientSettings
. - StandardMongoClientSettingsBuilderCustomizer(ConnectionString, UuidRepresentation, MongoProperties.Ssl, SslBundles) - 类的构造器 org.springframework.boot.autoconfigure.mongo.StandardMongoClientSettingsBuilderCustomizer
- StandardReactiveWebEnvironment - org.springframework.boot.web.reactive.context中的类
-
Environment
implementation to be used byReactive
-based web applications. - StandardReactiveWebEnvironment() - 类的构造器 org.springframework.boot.web.reactive.context.StandardReactiveWebEnvironment
- StandardReactiveWebEnvironment(MutablePropertySources) - 类的构造器 org.springframework.boot.web.reactive.context.StandardReactiveWebEnvironment
- start() - 类中的方法 org.springframework.boot.devtools.filewatch.FileSystemWatcher
-
Start monitoring the source directory for changes.
- start() - 类中的方法 org.springframework.boot.devtools.livereload.LiveReloadServer
-
Start the livereload server and accept incoming connections.
- start() - 类中的方法 org.springframework.boot.jdbc.HikariCheckpointRestoreLifecycle
- start() - 类中的方法 org.springframework.boot.logging.logback.CorrelationIdConverter
- start() - 类中的方法 org.springframework.boot.logging.logback.StructuredLogEncoder
- start() - 类中的方法 org.springframework.boot.rsocket.context.RSocketServerBootstrap
- start() - 类中的方法 org.springframework.boot.rsocket.netty.NettyRSocketServer
- start() - 接口中的方法 org.springframework.boot.rsocket.server.RSocketServer
-
Starts the RSocket server.
- start() - 类中的方法 org.springframework.boot.web.context.WebServerGracefulShutdownLifecycle
- start() - 类中的方法 org.springframework.boot.web.embedded.jetty.JettyWebServer
- start() - 类中的方法 org.springframework.boot.web.embedded.netty.NettyWebServer
- start() - 类中的方法 org.springframework.boot.web.embedded.tomcat.TomcatWebServer
- start() - 类中的方法 org.springframework.boot.web.embedded.undertow.UndertowWebServer
- start() - 接口中的方法 org.springframework.boot.web.server.WebServer
-
Starts the web server.
- start(String) - 类中的方法 org.springframework.boot.context.metrics.buffering.BufferingApplicationStartup
- start(Clock, RecordableHttpRequest) - 类中的静态方法 org.springframework.boot.actuate.web.exchanges.HttpExchange
-
Start a new
HttpExchange.Started
from the given source request. - start(RecordableHttpRequest) - 类中的静态方法 org.springframework.boot.actuate.web.exchanges.HttpExchange
-
Start a new
HttpExchange.Started
from the given source request. - start(BuildRequest) - 类中的方法 org.springframework.boot.buildpack.platform.build.AbstractBuildLog
- start(BuildRequest) - 接口中的方法 org.springframework.boot.buildpack.platform.build.BuildLog
-
Log that a build is starting.
- start(ContainerReference) - 类中的方法 org.springframework.boot.buildpack.platform.docker.DockerApi.ContainerApi
-
Start a specific container.
- start(FailureHandler) - 类中的方法 org.springframework.boot.devtools.restart.Restarter
-
Start the application.
- start(LogLevel) - 接口中的方法 org.springframework.boot.docker.compose.core.DockerCompose
-
Run
docker compose start
to start services. - start(LogLevel, List<String>) - 接口中的方法 org.springframework.boot.docker.compose.core.DockerCompose
-
Run
docker compose start
to start services. - start(Startable) - 枚举类中的静态方法 org.springframework.boot.testcontainers.lifecycle.TestcontainersStartup
-
Start the given
Startable
unless is's detected as already running. - Start() - 类的构造器 org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties.Start
- START - 枚举类 中的枚举常量 org.springframework.boot.docker.compose.lifecycle.StartCommand
-
Start using
docker compose start
. - START_AND_STOP - 枚举类 中的枚举常量 org.springframework.boot.docker.compose.lifecycle.LifecycleManagement
-
Start Docker Compose if it's not running and stop it when the JVM exits.
- START_ONLY - 枚举类 中的枚举常量 org.springframework.boot.docker.compose.lifecycle.LifecycleManagement
-
Start Docker Compose if it's not running.
- StartCommand - org.springframework.boot.docker.compose.lifecycle中的枚举类
-
Command used to start Docker Compose.
- startConditionMessage() - 类中的方法 org.springframework.boot.autoconfigure.condition.ResourceCondition
- started(ConfigurableApplicationContext, Duration) - 接口中的方法 org.springframework.boot.SpringApplicationRunListener
-
The context has been refreshed and the application has started but
CommandLineRunners
andApplicationRunners
have not been called. - starting(ConfigurableBootstrapContext) - 接口中的方法 org.springframework.boot.SpringApplicationRunListener
-
Called immediately when the run method has first started.
- startRecording() - 类中的方法 org.springframework.boot.context.metrics.buffering.BufferingApplicationStartup
-
Start the recording of steps and mark the beginning of the
StartupTimeline
. - startup() - 类中的方法 org.springframework.boot.actuate.startup.StartupEndpoint
- startupEndpoint(BufferingApplicationStartup) - 类中的方法 org.springframework.boot.actuate.autoconfigure.startup.StartupEndpointAutoConfiguration
- StartupEndpoint - org.springframework.boot.actuate.startup中的类
-
@Endpoint
to expose the timeline of theapplication startup
. - StartupEndpoint(BufferingApplicationStartup) - 类的构造器 org.springframework.boot.actuate.startup.StartupEndpoint
-
Creates a new
StartupEndpoint
that will describe the timeline of buffered application startup events. - StartupEndpoint.StartupDescriptor - org.springframework.boot.actuate.startup中的类
-
Description of an application startup.
- StartupEndpointAutoConfiguration - org.springframework.boot.actuate.autoconfigure.startup中的类
-
Auto-configuration
for theStartupEndpoint
. - StartupEndpointAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.startup.StartupEndpointAutoConfiguration
- startupSnapshot() - 类中的方法 org.springframework.boot.actuate.startup.StartupEndpoint
- StartupTimeline - org.springframework.boot.context.metrics.buffering中的类
-
Represent the timeline of
steps
recorded byBufferingApplicationStartup
. - StartupTimeline.TimelineEvent - org.springframework.boot.context.metrics.buffering中的类
-
Event on the current
StartupTimeline
. - startupTimeMetrics(MeterRegistry) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.startup.StartupTimeMetricsListenerAutoConfiguration
- StartupTimeMetricsListener - org.springframework.boot.actuate.metrics.startup中的类
-
Binds application startup metrics in response to
ApplicationStartedEvent
andApplicationReadyEvent
. - StartupTimeMetricsListener(MeterRegistry) - 类的构造器 org.springframework.boot.actuate.metrics.startup.StartupTimeMetricsListener
-
Create a new instance using default metric names.
- StartupTimeMetricsListener(MeterRegistry, String, String, Iterable<Tag>) - 类的构造器 org.springframework.boot.actuate.metrics.startup.StartupTimeMetricsListener
-
Create a new instance using the specified options.
- StartupTimeMetricsListenerAutoConfiguration - org.springframework.boot.actuate.autoconfigure.metrics.startup中的类
-
Auto-configuration
for startup time metrics. - StartupTimeMetricsListenerAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.metrics.startup.StartupTimeMetricsListenerAutoConfiguration
- STATIC - 接口中的静态变量 org.springframework.boot.devtools.filewatch.SnapshotStateRepository
-
A
SnapshotStateRepository
that uses a static instance to keep state across restarts. - StaticResourceLocation - org.springframework.boot.autoconfigure.security中的枚举类
-
Common locations for static resources.
- StaticResourceRequest - org.springframework.boot.autoconfigure.security.reactive中的类
-
Used to create a
ServerWebExchangeMatcher
for static resources in commonly used locations. - StaticResourceRequest - org.springframework.boot.autoconfigure.security.servlet中的类
-
Used to create a
RequestMatcher
for static resources in commonly used locations. - StaticResourceRequest.StaticResourceRequestMatcher - org.springframework.boot.autoconfigure.security.servlet中的类
-
The request matcher used to match against resource
Locations
. - StaticResourceRequest.StaticResourceServerWebExchange - org.springframework.boot.autoconfigure.security.reactive中的类
-
The server web exchange matcher used to match against resource
locations
. - statsdConfig(StatsdProperties) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdMetricsExportAutoConfiguration
- statsdMeterRegistry(StatsdConfig, Clock) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdMetricsExportAutoConfiguration
- StatsdMetricsExportAutoConfiguration - org.springframework.boot.actuate.autoconfigure.metrics.export.statsd中的类
-
Auto-configuration
for exporting metrics to StatsD. - StatsdMetricsExportAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdMetricsExportAutoConfiguration
- StatsdProperties - org.springframework.boot.actuate.autoconfigure.metrics.export.statsd中的类
-
@ConfigurationProperties
for configuring StatsD metrics export. - StatsdProperties() - 类的构造器 org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdProperties
- StatsdPropertiesConfigAdapter - org.springframework.boot.actuate.autoconfigure.metrics.export.statsd中的类
-
Adapter to convert
StatsdProperties
to aStatsdConfig
. - StatsdPropertiesConfigAdapter(StatsdProperties) - 类的构造器 org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdPropertiesConfigAdapter
- status(String) - 类中的方法 org.springframework.boot.actuate.health.Health.Builder
-
Set status to given
statusCode
. - status(String) - 类中的静态方法 org.springframework.boot.actuate.health.Health
-
Create a new
Health.Builder
instance with a specific status code. - status(Status) - 类中的方法 org.springframework.boot.actuate.health.Health.Builder
-
Set status to given
Status
instance. - status(Status) - 类中的静态方法 org.springframework.boot.actuate.health.Health
-
Create a new
Health.Builder
instance with a specificStatus
. - Status - org.springframework.boot.actuate.health中的类
-
Value object to express state of a component or subsystem.
- Status() - 类的构造器 org.springframework.boot.actuate.autoconfigure.health.HealthProperties.Status
- Status(String) - 类的构造器 org.springframework.boot.actuate.health.Status
-
Create a new
Status
instance with the given code and an empty description. - Status(String, String) - 类的构造器 org.springframework.boot.actuate.health.Status
-
Create a new
Status
instance with the given code and description. - STATUS - 枚举类 中的枚举常量 org.springframework.boot.web.error.ErrorAttributeOptions.Include
-
Include the HTTP status code.
- STATUS_BAD_REQUEST - 类中的静态变量 org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
-
400 Bad Request
. - STATUS_INTERNAL_SERVER_ERROR - 类中的静态变量 org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
-
500 Internal Server Error
. - STATUS_NO_CONTENT - 类中的静态变量 org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
-
204 No Content
. - STATUS_NOT_FOUND - 类中的静态变量 org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
-
404 Not Found
. - STATUS_OK - 类中的静态变量 org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
-
200 OK
. - STATUS_SERVICE_UNAVAILABLE - 类中的静态变量 org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
-
503 Service Unavailable
. - STATUS_TOO_MANY_REQUESTS - 类中的静态变量 org.springframework.boot.actuate.endpoint.web.WebEndpointResponse
-
429 Too Many Requests
. - StatusAggregator - org.springframework.boot.actuate.health中的接口
-
Strategy used to aggregate
Status
instances. - STD_ERR - 枚举类 中的枚举常量 org.springframework.boot.buildpack.platform.docker.LogUpdateEvent.StreamType
-
Output to
stderr
. - STD_IN - 枚举类 中的枚举常量 org.springframework.boot.buildpack.platform.docker.LogUpdateEvent.StreamType
-
Input from
stdin
. - STD_OUT - 枚举类 中的枚举常量 org.springframework.boot.buildpack.platform.docker.LogUpdateEvent.StreamType
-
Output to
stdout
. - step() - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PushRegistryPropertiesConfigAdapter
- step() - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimplePropertiesConfigAdapter
- step() - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdPropertiesConfigAdapter
- StepRegistryProperties - org.springframework.boot.actuate.autoconfigure.metrics.export.properties中的类
-
PushRegistryProperties
extensions for registries that are step-normalized. - StepRegistryProperties() - 类的构造器 org.springframework.boot.actuate.autoconfigure.metrics.export.properties.StepRegistryProperties
- StepRegistryPropertiesConfigAdapter<T> - org.springframework.boot.actuate.autoconfigure.metrics.export.properties中的类
-
Base class for
StepRegistryProperties
toStepRegistryConfig
adapters. - StepRegistryPropertiesConfigAdapter(T) - 类的构造器 org.springframework.boot.actuate.autoconfigure.metrics.export.properties.StepRegistryPropertiesConfigAdapter
- stop() - 类中的方法 org.springframework.boot.devtools.filewatch.FileSystemWatcher
-
Stop monitoring the source directories.
- stop() - 类中的方法 org.springframework.boot.devtools.livereload.LiveReloadServer
-
Gracefully stop the livereload server.
- stop() - 类中的方法 org.springframework.boot.devtools.restart.Restarter
-
Stop the application.
- stop() - 类中的方法 org.springframework.boot.jdbc.HikariCheckpointRestoreLifecycle
- stop() - 类中的方法 org.springframework.boot.logging.logback.CorrelationIdConverter
- stop() - 类中的方法 org.springframework.boot.logging.logback.StructuredLogEncoder
- stop() - 类中的方法 org.springframework.boot.rsocket.context.RSocketServerBootstrap
- stop() - 类中的方法 org.springframework.boot.rsocket.netty.NettyRSocketServer
- stop() - 接口中的方法 org.springframework.boot.rsocket.server.RSocketServer
-
Stops the RSocket server.
- stop() - 类中的方法 org.springframework.boot.web.context.WebServerGracefulShutdownLifecycle
- stop() - 类中的方法 org.springframework.boot.web.embedded.jetty.JettyWebServer
- stop() - 类中的方法 org.springframework.boot.web.embedded.netty.NettyWebServer
- stop() - 类中的方法 org.springframework.boot.web.embedded.tomcat.TomcatWebServer
- stop() - 类中的方法 org.springframework.boot.web.embedded.undertow.UndertowWebServer
- stop() - 接口中的方法 org.springframework.boot.web.server.WebServer
-
Stops the web server.
- stop(Runnable) - 类中的方法 org.springframework.boot.web.context.WebServerGracefulShutdownLifecycle
- stop(Duration) - 接口中的方法 org.springframework.boot.docker.compose.core.DockerCompose
-
Run
docker compose stop
to stop any running services. - stop(Duration, List<String>) - 接口中的方法 org.springframework.boot.docker.compose.core.DockerCompose
-
Run
docker compose stop
to stop any running services. - Stop() - 类的构造器 org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties.Stop
- STOP - 枚举类 中的枚举常量 org.springframework.boot.docker.compose.lifecycle.StopCommand
-
Stop using
docker compose stop
. - StopCommand - org.springframework.boot.docker.compose.lifecycle中的枚举类
-
Command used to stop Docker Compose.
- store() - 批注接口 中的元素 org.springframework.boot.autoconfigure.data.ConditionalOnRepositoryType
-
The name of the store that backs the repositories.
- Store() - 类的构造器 org.springframework.boot.autoconfigure.ssl.JksSslBundleProperties.Store
- Store() - 类的构造器 org.springframework.boot.autoconfigure.ssl.PemSslBundleProperties.Store
- storeErrorInformation(Throwable, ServerWebExchange) - 类中的方法 org.springframework.boot.web.reactive.error.DefaultErrorAttributes
- storeErrorInformation(Throwable, ServerWebExchange) - 接口中的方法 org.springframework.boot.web.reactive.error.ErrorAttributes
-
Store the given error information in the current
ServerWebExchange
. - Strategy() - 类的构造器 org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain.Strategy
- stream() - 接口中的方法 org.springframework.boot.actuate.endpoint.invoke.OperationParameters
-
Return a stream of the contained parameters.
- stream() - 类中的方法 org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
-
Stream all
path mapped endpoints
. - stream() - 接口中的方法 org.springframework.boot.actuate.health.NamedContributors
-
Return a stream of the
named contributors
. - stream() - 类中的方法 org.springframework.boot.buildpack.platform.docker.transport.Errors
-
Returns a sequential
Stream
of the errors. - stream() - 接口中的方法 org.springframework.boot.context.properties.source.IterableConfigurationPropertySource
-
Returns a sequential
Stream
for thenames
managed by this source. - stream() - 类中的方法 org.springframework.boot.context.properties.source.MapConfigurationPropertySource
- stream() - 类中的方法 org.springframework.boot.loader.jar.NestedJarFile
- stream() - 类中的方法 org.springframework.boot.loader.tools.layer.CustomLayers
- stream() - 接口中的方法 org.springframework.boot.loader.tools.Layers
-
Return a stream of the jar layers in the order that they should be added (starting with the least frequently changed layer).
- stream() - 类中的方法 org.springframework.boot.loader.tools.StandardLayers
- Stream() - 类的构造器 org.springframework.boot.autoconfigure.amqp.RabbitProperties.Stream
- STREAM - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.amqp.RabbitProperties.ContainerType
-
Container that uses the RabbitMQ Stream Client.
- StreamContainer() - 类的构造器 org.springframework.boot.autoconfigure.amqp.RabbitProperties.StreamContainer
- streamManifests() - 类中的方法 org.springframework.boot.buildpack.platform.docker.type.ManifestList
- Streams() - 类的构造器 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
- StreamsBuilderFactoryBeanCustomizer - org.springframework.boot.autoconfigure.kafka中的接口
-
Callback interface for customizing
StreamsBuilderFactoryBean
beans. - STRICT - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.gson.GsonProperties.Strictness
-
Strict compliance.
- STRICT - 枚举类 中的枚举常量 org.springframework.boot.web.server.Cookie.SameSite
-
Cookies are only sent in a first-party context (i.e. not when following a link to the origin site).
- stringHttpMessageConverter(Environment) - 类中的方法 org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration
- StringHttpMessageConverterConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration
- stringifyIfNecessary(Object) - 类中的方法 org.springframework.boot.actuate.env.EnvironmentEndpoint
- stringOrNumberMigrationVersionConverter() - 类中的方法 org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration
- stringRedisTemplate(RedisConnectionFactory) - 类中的方法 org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration
- StructuredLogEncoder - org.springframework.boot.logging.logback中的类
-
Logback encoder
for structured logging. - StructuredLogEncoder() - 类的构造器 org.springframework.boot.logging.logback.StructuredLogEncoder
- StructuredLogFormatter<E> - org.springframework.boot.logging.structured中的接口
-
Formats a log event to a structured log message.
- StructuredLogFormatterFactory<E> - org.springframework.boot.logging.structured中的类
-
Factory that can be used to create a fully instantiated
StructuredLogFormatter
for either acommon format
or a fully-qualified class name. - StructuredLogFormatterFactory(Class<E>, Environment, Consumer<Instantiator.AvailableParameters>, Consumer<StructuredLogFormatterFactory.CommonFormatters<E>>) - 类的构造器 org.springframework.boot.logging.structured.StructuredLogFormatterFactory
-
Create a new
StructuredLogFormatterFactory
instance. - StructuredLogFormatterFactory.CommonFormatterFactory<E> - org.springframework.boot.logging.structured中的接口
-
Factory used to create a
StructuredLogFormatter
for a givenCommonStructuredLogFormat
. - StructuredLogFormatterFactory.CommonFormatters<E> - org.springframework.boot.logging.structured中的类
-
Callback used for configure the
StructuredLogFormatterFactory.CommonFormatterFactory
to use for a givenCommonStructuredLogFormat
. - StructuredLoggingJsonMembersCustomizer<T> - org.springframework.boot.logging.structured中的接口
-
Customizer that can be injected into
StructuredLogFormatter
implementations to customizeJsonWriter
JsonWriter.Members
. - subName(int) - 类中的方法 org.springframework.boot.context.properties.source.ConfigurationPropertyName
-
Return a new
ConfigurationPropertyName
by based on this name offset by specific element index. - Subscription() - 类的构造器 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer.Subscription
- subSequence(int, int) - 接口中的方法 org.springframework.boot.test.system.CapturedOutput
- success() - 类中的静态方法 org.springframework.boot.actuate.autoconfigure.cloudfoundry.SecurityResponse
- SUCCESS - 枚举类 中的枚举常量 org.springframework.boot.actuate.metrics.http.Outcome
-
Outcome of the request was success.
- SUMMARY - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties.ShowSummary
-
Show a summary.
- supports(Class<?>) - 类中的方法 org.springframework.boot.autoconfigure.validation.ValidatorAdapter
- supports(ApiVersion) - 类中的方法 org.springframework.boot.buildpack.platform.docker.type.ApiVersion
-
Returns if this API version supports the given version.
- supportsAny(ApiVersion...) - 类中的方法 org.springframework.boot.buildpack.platform.docker.type.ApiVersion
-
Returns if this API version supports any of the given versions.
- supportsEventType(Class<? extends ApplicationEvent>) - 类中的方法 org.springframework.boot.actuate.metrics.startup.StartupTimeMetricsListener
- supportsEventType(Class<? extends ApplicationEvent>) - 类中的方法 org.springframework.boot.env.EnvironmentPostProcessorApplicationListener
- supportsEventType(ResolvableType) - 类中的方法 org.springframework.boot.actuate.autoconfigure.tracing.OpenTelemetryEventPublisherBeansApplicationListener
- supportsEventType(ResolvableType) - 类中的方法 org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
- supportsEventType(ResolvableType) - 类中的方法 org.springframework.boot.context.logging.LoggingApplicationListener
- supportsParameter(ParameterContext, ExtensionContext) - 类中的方法 org.springframework.boot.test.system.OutputCaptureExtension
- supportsSourceType(Class<?>) - 类中的方法 org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
- supportsSourceType(Class<?>) - 类中的方法 org.springframework.boot.context.logging.LoggingApplicationListener
- switchOverAll() - 类中的方法 org.springframework.boot.logging.DeferredLogs
-
Switch over all deferred logs to their supplied destination.
- switchTo(Class<?>) - 类中的方法 org.springframework.boot.logging.DeferredLog
-
Switch from deferred logging to immediate logging to the specified destination.
- switchTo(Log) - 类中的方法 org.springframework.boot.logging.DeferredLog
-
Switch from deferred logging to immediate logging to the specified destination.
- System() - 类的构造器 org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.System
- SYSTEM - 接口中的静态变量 org.springframework.boot.buildpack.platform.system.Environment
-
Standard
Environment
implementation backed bySystem.getenv(String)
. - SYSTEM_ENVIRONMENT - 枚举类 中的枚举常量 org.springframework.boot.test.util.TestPropertyValues.Type
-
Used for
SystemEnvironmentPropertySource
. - SYSTEM_ERR - 枚举类 中的枚举常量 org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrint
-
Print MVC interactions to
System.err
. - SYSTEM_OUT - 枚举类 中的枚举常量 org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrint
-
Print MVC interactions to
System.out
. - SYSTEM_PROPERTY - 类中的静态变量 org.springframework.boot.logging.LoggingSystem
-
A System property that can be used to indicate the
LoggingSystem
to use. - SystemEnvironmentOrigin - org.springframework.boot.origin中的类
-
Origin
for an item loaded from the system environment. - SystemEnvironmentOrigin(String) - 类的构造器 org.springframework.boot.origin.SystemEnvironmentOrigin
- SystemEnvironmentPropertySourceEnvironmentPostProcessor - org.springframework.boot.env中的类
-
An
EnvironmentPostProcessor
that replaces the systemEnvironmentSystemEnvironmentPropertySource
with anSystemEnvironmentPropertySourceEnvironmentPostProcessor.OriginAwareSystemEnvironmentPropertySource
that can track theSystemEnvironmentOrigin
for every system environment property. - SystemEnvironmentPropertySourceEnvironmentPostProcessor() - 类的构造器 org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor
- SystemEnvironmentPropertySourceEnvironmentPostProcessor.OriginAwareSystemEnvironmentPropertySource - org.springframework.boot.env中的类
-
SystemEnvironmentPropertySource
that also tracksOrigin
. - SystemHealth - org.springframework.boot.actuate.health中的类
-
A
HealthComponent
that represents the overall system health and the available groups. - SystemMetricsAutoConfiguration - org.springframework.boot.actuate.autoconfigure.metrics中的类
-
Auto-configuration
for system metrics. - SystemMetricsAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.metrics.SystemMetricsAutoConfiguration
- SystemProperties - org.springframework.boot.system中的类
-
Access to system properties.
常量字段值|所有程序包|所有类和接口|序列化表格
@Endpoint
and@WebEndpoint