索引
常量字段值|所有程序包|所有类和接口|序列化表格
T
- tag(ImageReference, ImageReference) - 类中的方法 org.springframework.boot.buildpack.platform.docker.DockerApi.ImageApi
- taggedImage(ImageReference) - 类中的方法 org.springframework.boot.buildpack.platform.build.AbstractBuildLog
- taggedImage(ImageReference) - 接口中的方法 org.springframework.boot.buildpack.platform.build.BuildLog
-
Log that a tag has been created.
- TarArchive - org.springframework.boot.buildpack.platform.io中的接口
-
A TAR archive that can be written to an output stream.
- TarArchive.Compression - org.springframework.boot.buildpack.platform.io中的枚举类
-
Compression type applied to the archive.
- taskDecorator(TaskDecorator) - 类中的方法 org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder
-
Set the
TaskDecorator
to use ornull
to not use any. - taskDecorator(TaskDecorator) - 类中的方法 org.springframework.boot.task.ThreadPoolTaskExecutorBuilder
-
Set the
TaskDecorator
to use ornull
to not use any. - TaskDescriptor(ScheduledTask, ScheduledTasksEndpoint.TaskType) - 类的构造器 org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.TaskDescriptor
- TaskExecutionAutoConfiguration - org.springframework.boot.autoconfigure.task中的类
- TaskExecutionAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.task.TaskExecutionAutoConfiguration
- TaskExecutionProperties - org.springframework.boot.autoconfigure.task中的类
-
Configuration properties for task execution.
- TaskExecutionProperties() - 类的构造器 org.springframework.boot.autoconfigure.task.TaskExecutionProperties
- TaskExecutionProperties.Pool - org.springframework.boot.autoconfigure.task中的类
- TaskExecutionProperties.Pool.Shutdown - org.springframework.boot.autoconfigure.task中的类
- TaskExecutionProperties.Shutdown - org.springframework.boot.autoconfigure.task中的类
- TaskExecutionProperties.Simple - org.springframework.boot.autoconfigure.task中的类
- TaskExecutorMetricsAutoConfiguration - org.springframework.boot.actuate.autoconfigure.metrics.task中的类
- TaskExecutorMetricsAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.metrics.task.TaskExecutorMetricsAutoConfiguration
- taskScheduler(ThreadPoolTaskSchedulerBuilder) - 类中的方法 org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationTaskSchedulerConfiguration
- taskSchedulerVirtualThreads(SimpleAsyncTaskSchedulerBuilder) - 类中的方法 org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationTaskSchedulerConfiguration
- TaskSchedulingAutoConfiguration - org.springframework.boot.autoconfigure.task中的类
- TaskSchedulingAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.task.TaskSchedulingAutoConfiguration
- TaskSchedulingProperties - org.springframework.boot.autoconfigure.task中的类
-
Configuration properties for task scheduling.
- TaskSchedulingProperties() - 类的构造器 org.springframework.boot.autoconfigure.task.TaskSchedulingProperties
- TaskSchedulingProperties.Pool - org.springframework.boot.autoconfigure.task中的类
- TaskSchedulingProperties.Shutdown - org.springframework.boot.autoconfigure.task中的类
- TaskSchedulingProperties.Simple - org.springframework.boot.autoconfigure.task中的类
- taskTerminationTimeout(Duration) - 类中的方法 org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder
-
Set the task termination timeout.
- taskTerminationTimeout(Duration) - 类中的方法 org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder
-
Set the task termination timeout.
- Tcp() - 类的构造器 org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties.Readiness.Tcp
- TCP - 枚举类 中的枚举常量 org.springframework.boot.rsocket.server.RSocketServer.Transport
-
TCP transport protocol.
- Template() - 类的构造器 org.springframework.boot.autoconfigure.amqp.RabbitProperties.Template
- Template() - 类的构造器 org.springframework.boot.autoconfigure.jdbc.JdbcProperties.Template
- Template() - 类的构造器 org.springframework.boot.autoconfigure.jms.JmsProperties.Template
- Template() - 类的构造器 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Template
- Template() - 类的构造器 org.springframework.boot.autoconfigure.ldap.LdapProperties.Template
- Template() - 类的构造器 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Template
- TemplateAvailabilityProperties(String, String) - 类的构造器 org.springframework.boot.autoconfigure.template.PathBasedTemplateAvailabilityProvider.TemplateAvailabilityProperties
- TemplateAvailabilityProvider - org.springframework.boot.autoconfigure.template中的接口
-
Indicates the availability of view templates for a particular templating engine such as FreeMarker or Thymeleaf.
- TemplateAvailabilityProviders - org.springframework.boot.autoconfigure.template中的类
-
Collection of
TemplateAvailabilityProvider
beans that can be used to check which (if any) templating engine supports a given view. - TemplateAvailabilityProviders(ClassLoader) - 类的构造器 org.springframework.boot.autoconfigure.template.TemplateAvailabilityProviders
-
Create a new
TemplateAvailabilityProviders
instance. - TemplateAvailabilityProviders(Collection<? extends TemplateAvailabilityProvider>) - 类的构造器 org.springframework.boot.autoconfigure.template.TemplateAvailabilityProviders
-
Create a new
TemplateAvailabilityProviders
instance. - TemplateAvailabilityProviders(ApplicationContext) - 类的构造器 org.springframework.boot.autoconfigure.template.TemplateAvailabilityProviders
-
Create a new
TemplateAvailabilityProviders
instance. - TemplateLocation - org.springframework.boot.autoconfigure.template中的类
-
Contains a location that templates can be loaded from.
- TemplateLocation(String) - 类的构造器 org.springframework.boot.autoconfigure.template.TemplateLocation
- TERADATA - 枚举类 中的枚举常量 org.springframework.boot.jdbc.DatabaseDriver
-
Teradata.
- test(String) - 类中的方法 org.springframework.boot.test.context.FilteredClassLoader.ClassFilter
- test(String) - 类中的方法 org.springframework.boot.test.context.FilteredClassLoader.ClassPathResourceFilter
- test(String) - 类中的方法 org.springframework.boot.test.context.FilteredClassLoader.PackageFilter
- TestComponent - org.springframework.boot.test.context中的批注接口
-
@Component
that can be used when a bean is intended only for tests, and should be excluded from Spring Boot's component scanning. - TestConfiguration - org.springframework.boot.test.context中的批注接口
-
@Configuration
that can be used to define additional beans or customizations for a test. - TestcontainerBeanDefinition - org.springframework.boot.testcontainers.beans中的接口
-
Extended
BeanDefinition
interface used to register testcontainer beans. - TESTCONTAINERS - 枚举类 中的枚举常量 org.springframework.boot.jdbc.DatabaseDriver
-
Testcontainers.
- TestcontainersLifecycleApplicationContextInitializer - org.springframework.boot.testcontainers.lifecycle中的类
-
ApplicationContextInitializer
to manage the lifecycle ofstartable containers
. - TestcontainersLifecycleApplicationContextInitializer() - 类的构造器 org.springframework.boot.testcontainers.lifecycle.TestcontainersLifecycleApplicationContextInitializer
- TestcontainersPropertySource - org.springframework.boot.testcontainers.properties中的类
-
已过时, 待删除: 此 API 元素将从以后的版本中删除。
- TestcontainersPropertySourceAutoConfiguration - org.springframework.boot.testcontainers.properties中的类
-
Auto-configuration
to add support for properties sourced from a Testcontainerscontainer
. - TestcontainersPropertySourceAutoConfiguration() - 类的构造器 org.springframework.boot.testcontainers.properties.TestcontainersPropertySourceAutoConfiguration
- TestcontainersStartup - org.springframework.boot.testcontainers.lifecycle中的枚举类
-
Testcontainers startup strategies.
- TestDatabaseAutoConfiguration - org.springframework.boot.test.autoconfigure.jdbc中的类
-
Auto-configuration for a test database.
- TestDatabaseAutoConfiguration() - 类的构造器 org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration
- testEntityManager(EntityManagerFactory) - 类中的方法 org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration
- TestEntityManager - org.springframework.boot.test.autoconfigure.orm.jpa中的类
-
Alternative to
EntityManager
for use in JPA tests. - TestEntityManager(EntityManagerFactory) - 类的构造器 org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
-
Create a new
TestEntityManager
instance for the givenEntityManagerFactory
. - TestEntityManagerAutoConfiguration - org.springframework.boot.test.autoconfigure.orm.jpa中的类
-
Auto-configuration for
TestEntityManager
. - TestEntityManagerAutoConfiguration() - 类的构造器 org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration
- TestPropertyValues - org.springframework.boot.test.util中的类
-
Test utilities for adding properties.
- TestPropertyValues.Pair - org.springframework.boot.test.util中的类
-
A single name value pair.
- TestPropertyValues.Type - org.springframework.boot.test.util中的枚举类
-
The type of property source.
- TestRestTemplate - org.springframework.boot.test.web.client中的类
-
Convenient alternative of
RestTemplate
that is suitable for integration tests. - TestRestTemplate(String, String, TestRestTemplate.HttpClientOption...) - 类的构造器 org.springframework.boot.test.web.client.TestRestTemplate
-
Create a new
TestRestTemplate
instance with the specified credentials. - TestRestTemplate(TestRestTemplate.HttpClientOption...) - 类的构造器 org.springframework.boot.test.web.client.TestRestTemplate
-
Create a new
TestRestTemplate
instance. - TestRestTemplate(RestTemplateBuilder) - 类的构造器 org.springframework.boot.test.web.client.TestRestTemplate
-
Create a new
TestRestTemplate
instance. - TestRestTemplate(RestTemplateBuilder, String, String, TestRestTemplate.HttpClientOption...) - 类的构造器 org.springframework.boot.test.web.client.TestRestTemplate
-
Create a new
TestRestTemplate
instance with the specified credentials. - TestRestTemplate.CustomHttpComponentsClientHttpRequestFactory - org.springframework.boot.test.web.client中的类
-
HttpComponentsClientHttpRequestFactory
to apply customizations. - TestRestTemplate.HttpClientOption - org.springframework.boot.test.web.client中的枚举类
-
Options used to customize the Apache HTTP Client.
- TextOutputFormat - org.springframework.boot.actuate.metrics.export.prometheus中的枚举类
-
已过时, 待删除: 此 API 元素将从以后的版本中删除。since 3.3.0 for removal in 3.5.0 in favor of
PrometheusOutputFormat
- TextResourceOrigin - org.springframework.boot.origin中的类
-
Origin
for an item loaded from a text resource. - TextResourceOrigin(Resource, TextResourceOrigin.Location) - 类的构造器 org.springframework.boot.origin.TextResourceOrigin
- TextResourceOrigin.Location - org.springframework.boot.origin中的类
-
A location (line and column number) within the resource.
- textThreadDump() - 类中的方法 org.springframework.boot.actuate.management.ThreadDumpEndpoint
- themeResolver() - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
-
已过时。
- threadDump() - 类中的方法 org.springframework.boot.actuate.management.ThreadDumpEndpoint
- ThreadDumpEndpoint - org.springframework.boot.actuate.management中的类
-
@Endpoint
to expose thread info. - ThreadDumpEndpoint() - 类的构造器 org.springframework.boot.actuate.management.ThreadDumpEndpoint
- ThreadDumpEndpoint.ThreadDumpDescriptor - org.springframework.boot.actuate.management中的类
-
Description of a thread dump.
- ThreadDumpEndpointAutoConfiguration - org.springframework.boot.actuate.autoconfigure.management中的类
-
Auto-configuration
for theThreadDumpEndpoint
. - ThreadDumpEndpointAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.management.ThreadDumpEndpointAutoConfiguration
- Threading - org.springframework.boot.autoconfigure.thread中的枚举类
-
Threading of the application.
- threadNamePrefix(String) - 类中的方法 org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder
-
Set the prefix to use for the names of newly created threads.
- threadNamePrefix(String) - 类中的方法 org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder
-
Set the prefix to use for the names of newly created threads.
- threadNamePrefix(String) - 类中的方法 org.springframework.boot.task.ThreadPoolTaskExecutorBuilder
-
Set the prefix to use for the names of newly created threads.
- threadNamePrefix(String) - 类中的方法 org.springframework.boot.task.ThreadPoolTaskSchedulerBuilder
-
Set the prefix to use for the names of newly created threads.
- ThreadPoolTaskExecutorBuilder - org.springframework.boot.task中的类
-
Builder that can be used to configure and create a
ThreadPoolTaskExecutor
. - ThreadPoolTaskExecutorBuilder() - 类的构造器 org.springframework.boot.task.ThreadPoolTaskExecutorBuilder
- ThreadPoolTaskExecutorCustomizer - org.springframework.boot.task中的接口
-
Callback interface that can be used to customize a
ThreadPoolTaskExecutor
. - ThreadPoolTaskSchedulerBuilder - org.springframework.boot.task中的类
-
Builder that can be used to configure and create a
ThreadPoolTaskScheduler
. - ThreadPoolTaskSchedulerBuilder() - 类的构造器 org.springframework.boot.task.ThreadPoolTaskSchedulerBuilder
- ThreadPoolTaskSchedulerBuilder(Integer, Boolean, Duration, String, Set<ThreadPoolTaskSchedulerCustomizer>) - 类的构造器 org.springframework.boot.task.ThreadPoolTaskSchedulerBuilder
- ThreadPoolTaskSchedulerCustomizer - org.springframework.boot.task中的接口
-
Callback interface that can be used to customize a
ThreadPoolTaskScheduler
. - Threads() - 类的构造器 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Threads
- Threads() - 类的构造器 org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Threads
- Threads() - 类的构造器 org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Threads
- Threads() - 类的构造器 org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Threads
- Throttler() - 类的构造器 org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Throttler
- throwableProxyToString(IThrowableProxy) - 类中的方法 org.springframework.boot.logging.logback.ExtendedWhitespaceThrowableProxyConverter
- throwableProxyToString(IThrowableProxy) - 类中的方法 org.springframework.boot.logging.logback.WhitespaceThrowableProxyConverter
- throwIfDoesNotExist(ConfigDataResource, File) - 异常错误类中的静态方法 org.springframework.boot.context.config.ConfigDataResourceNotFoundException
-
Throw a
ConfigDataNotFoundException
if the specifiedFile
does not exist. - throwIfDoesNotExist(ConfigDataResource, Path) - 异常错误类中的静态方法 org.springframework.boot.context.config.ConfigDataResourceNotFoundException
-
Throw a
ConfigDataNotFoundException
if the specifiedPath
does not exist. - throwIfDoesNotExist(ConfigDataResource, Resource) - 异常错误类中的静态方法 org.springframework.boot.context.config.ConfigDataResourceNotFoundException
-
Throw a
ConfigDataNotFoundException
if the specifiedResource
does not exist. - throwIfHasInvalidChars(CharSequence, List<Character>) - 异常错误类中的静态方法 org.springframework.boot.context.properties.source.InvalidConfigurationPropertyNameException
- throwIfMultipleMatchingValuesIn(Consumer<Map<String, V>>, Predicate<V>) - 异常错误类中的静态方法 org.springframework.boot.context.properties.source.MutuallyExclusiveConfigurationPropertiesException
-
Throw a new
MutuallyExclusiveConfigurationPropertiesException
if multiple values are defined in a set of entries that match the given predicate. - throwIfMultipleNonNullValuesIn(Consumer<Map<String, Object>>) - 异常错误类中的静态方法 org.springframework.boot.context.properties.source.MutuallyExclusiveConfigurationPropertiesException
-
Throw a new
MutuallyExclusiveConfigurationPropertiesException
if multiple non-null values are defined in a set of entries. - throwIfPortBindingException(Exception, IntSupplier) - 异常错误类中的静态方法 org.springframework.boot.web.server.PortInUseException
-
Throw a
PortInUseException
if the given exception was caused by a "port in use"BindException
. - ThymeleafAutoConfiguration - org.springframework.boot.autoconfigure.thymeleaf中的类
-
Auto-configuration
for Thymeleaf. - ThymeleafAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration
- ThymeleafProperties - org.springframework.boot.autoconfigure.thymeleaf中的类
-
Properties for Thymeleaf.
- ThymeleafProperties() - 类的构造器 org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
- ThymeleafProperties.Reactive - org.springframework.boot.autoconfigure.thymeleaf中的类
- ThymeleafProperties.Servlet - org.springframework.boot.autoconfigure.thymeleaf中的类
- ThymeleafTemplateAvailabilityProvider - org.springframework.boot.autoconfigure.thymeleaf中的类
-
TemplateAvailabilityProvider
that provides availability information for Thymeleaf view templates. - ThymeleafTemplateAvailabilityProvider() - 类的构造器 org.springframework.boot.autoconfigure.thymeleaf.ThymeleafTemplateAvailabilityProvider
- TIME_TAKEN - 枚举类 中的枚举常量 org.springframework.boot.actuate.web.exchanges.Include
-
Include the time taken to service the request.
- TimedAnnotations - org.springframework.boot.actuate.metrics.annotation中的类
-
Utility used to obtain
@Timed
annotations from bean methods. - timeFormat(String) - 类中的方法 org.springframework.boot.autoconfigure.web.format.DateTimeFormatters
-
Configures the time format using the given
pattern
. - timeout() - 批注接口 中的元素 org.springframework.boot.test.autoconfigure.web.reactive.AutoConfigureWebTestClient
-
The timeout duration for the client (in any format handled by
Duration.parse(CharSequence)
). - Timeouts() - 类的构造器 org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
- to(PrintStream) - 接口中的静态方法 org.springframework.boot.buildpack.platform.build.BuildLog
-
Factory method that returns a
BuildLog
the outputs to a givenPrintStream
. - to(Appendable) - 接口中的方法 org.springframework.boot.json.WritableJson
-
Write the JSON to the provided
Appendable
. - to(Class<?>...) - 类中的静态方法 org.springframework.boot.actuate.autoconfigure.security.reactive.EndpointRequest
-
Returns a matcher that includes the specified
actuator endpoints
. - to(Class<?>...) - 类中的静态方法 org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest
-
Returns a matcher that includes the specified
actuator endpoints
. - to(String...) - 类中的静态方法 org.springframework.boot.actuate.autoconfigure.security.reactive.EndpointRequest
-
Returns a matcher that includes the specified
actuator endpoints
. - to(String...) - 类中的静态方法 org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest
-
Returns a matcher that includes the specified
actuator endpoints
. - to(Consumer<T>) - 类中的方法 org.springframework.boot.context.properties.PropertyMapper.Source
-
Complete the mapping by passing any non-filtered value to the specified consumer.
- to(R, BiFunction<R, T, R>) - 类中的方法 org.springframework.boot.context.properties.PropertyMapper.Source
-
Complete the mapping for any non-filtered value by applying the given function to an existing instance and returning a new one.
- toAdditionalPaths(WebServerNamespace, Class<?>...) - 类中的静态方法 org.springframework.boot.actuate.autoconfigure.security.reactive.EndpointRequest
-
Returns a matcher that includes additional paths under a
WebServerNamespace
for the specifiedactuator endpoints
. - toAdditionalPaths(WebServerNamespace, Class<?>...) - 类中的静态方法 org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest
-
Returns a matcher that includes additional paths under a
WebServerNamespace
for the specifiedactuator endpoints
. - toAdditionalPaths(WebServerNamespace, String...) - 类中的静态方法 org.springframework.boot.actuate.autoconfigure.security.reactive.EndpointRequest
-
Returns a matcher that includes additional paths under a
WebServerNamespace
for the specifiedactuator endpoints
. - toAdditionalPaths(WebServerNamespace, String...) - 类中的静态方法 org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest
-
Returns a matcher that includes additional paths under a
WebServerNamespace
for the specifiedactuator endpoints
. - toAnsiString(String, AnsiElement) - 类中的方法 org.springframework.boot.logging.logback.ColorConverter
- toAnyEndpoint() - 类中的静态方法 org.springframework.boot.actuate.autoconfigure.security.reactive.EndpointRequest
-
Returns a matcher that includes all
actuator endpoints
. - toAnyEndpoint() - 类中的静态方法 org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest
-
Returns a matcher that includes all
actuator endpoints
. - toByteArray() - 接口中的方法 org.springframework.boot.json.WritableJson
-
Write the JSON to a UTF-8 encoded byte array.
- toByteArray() - 类中的方法 org.springframework.boot.loader.tools.DefaultLaunchScript
- toByteArray() - 接口中的方法 org.springframework.boot.loader.tools.LaunchScript
-
The content of the launch script as a byte array.
- toByteArray(Charset) - 接口中的方法 org.springframework.boot.json.WritableJson
-
Write the JSON to a byte array.
- toCall(Runnable) - 类中的方法 org.springframework.boot.context.properties.PropertyMapper.Source
-
Complete the mapping by calling the specified method when the value has not been filtered.
- toCamelCase(CharSequence) - 类中的静态方法 org.springframework.boot.loader.launch.PropertiesLauncher
- toCorsConfiguration() - 类中的方法 org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties
- toCorsConfiguration() - 类中的方法 org.springframework.boot.autoconfigure.graphql.GraphQlCorsProperties
- toDashedForm(String) - 类中的静态方法 org.springframework.boot.context.properties.bind.DataObjectPropertyName
-
Return the specified Java Bean property name in dashed form.
- toH2Console() - 类中的静态方法 org.springframework.boot.autoconfigure.security.servlet.PathRequest
-
Returns a matcher that includes the H2 console location.
- toHttpCacheControl() - 类中的方法 org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
- toInstance(Function<T, R>) - 类中的方法 org.springframework.boot.context.properties.PropertyMapper.Source
-
Complete the mapping by creating a new instance from the non-filtered value.
- toJsonString() - 接口中的方法 org.springframework.boot.json.WritableJson
-
Write the JSON to a
String
. - Token - org.springframework.boot.actuate.autoconfigure.cloudfoundry中的类
-
The JSON web token provided with each request that originates from Cloud Foundry.
- Token() - 类的构造器 org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Token
- Token(String) - 类的构造器 org.springframework.boot.actuate.autoconfigure.cloudfoundry.Token
- TOKEN_EXPIRED - 枚举类 中的枚举常量 org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryAuthorizationException.Reason
-
Token Expired.
- toLegacyString() - 类中的方法 org.springframework.boot.buildpack.platform.docker.type.ImageName
- toLegacyString() - 类中的方法 org.springframework.boot.buildpack.platform.docker.type.ImageReference
- toLinks() - 类中的静态方法 org.springframework.boot.actuate.autoconfigure.security.reactive.EndpointRequest
-
Returns a matcher that matches only on the links endpoint.
- toLinks() - 类中的静态方法 org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest
-
Returns a matcher that matches only on the links endpoint.
- toLong() - 类中的方法 org.springframework.boot.system.ApplicationPid
-
Return the application PID as a
Long
. - toLowerCaseString() - 类中的方法 org.springframework.boot.actuate.endpoint.EndpointId
-
Return a lower-case version of the endpoint ID.
- Tomcat() - 类的构造器 org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
- TomcatConnectorCustomizer - org.springframework.boot.web.embedded.tomcat中的接口
-
Callback interface that can be used to customize a Tomcat
Connector
. - TomcatContextCustomizer - org.springframework.boot.web.embedded.tomcat中的接口
-
Callback interface that can be used to customize a Tomcat
Context
. - TomcatDataSourcePoolMetadata - org.springframework.boot.jdbc.metadata中的类
-
DataSourcePoolMetadata
for a Tomcat DataSource. - TomcatDataSourcePoolMetadata(DataSource) - 类的构造器 org.springframework.boot.jdbc.metadata.TomcatDataSourcePoolMetadata
- TomcatEmbeddedWebappClassLoader - org.springframework.boot.web.embedded.tomcat中的类
-
Extension of Tomcat's
ParallelWebappClassLoader
that does not consider thesystem classloader
. - TomcatEmbeddedWebappClassLoader() - 类的构造器 org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedWebappClassLoader
- TomcatEmbeddedWebappClassLoader(ClassLoader) - 类的构造器 org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedWebappClassLoader
- TomcatMetricsAutoConfiguration - org.springframework.boot.actuate.autoconfigure.metrics.web.tomcat中的类
-
Auto-configuration
forTomcatMetrics
. - TomcatMetricsAutoConfiguration() - 类的构造器 org.springframework.boot.actuate.autoconfigure.metrics.web.tomcat.TomcatMetricsAutoConfiguration
- tomcatMetricsBinder(MeterRegistry) - 类中的方法 org.springframework.boot.actuate.autoconfigure.metrics.web.tomcat.TomcatMetricsAutoConfiguration
- TomcatMetricsBinder - org.springframework.boot.actuate.metrics.web.tomcat中的类
-
Binds
TomcatMetrics
in response to theApplicationStartedEvent
. - TomcatMetricsBinder(MeterRegistry) - 类的构造器 org.springframework.boot.actuate.metrics.web.tomcat.TomcatMetricsBinder
- TomcatMetricsBinder(MeterRegistry, Iterable<Tag>) - 类的构造器 org.springframework.boot.actuate.metrics.web.tomcat.TomcatMetricsBinder
- TomcatProtocolHandlerCustomizer<T> - org.springframework.boot.web.embedded.tomcat中的接口
-
Callback interface that can be used to customize the
ProtocolHandler
on theConnector
. - TomcatReactiveWebServerFactory - org.springframework.boot.web.embedded.tomcat中的类
-
ReactiveWebServerFactory
that can be used to create aTomcatWebServer
. - TomcatReactiveWebServerFactory() - 类的构造器 org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
Create a new
TomcatReactiveWebServerFactory
instance. - TomcatReactiveWebServerFactory(int) - 类的构造器 org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
Create a new
TomcatReactiveWebServerFactory
that listens for requests using the specified port. - tomcatReactiveWebServerFactoryCustomizer(ServerProperties) - 类中的方法 org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryAutoConfiguration
- TomcatReactiveWebServerFactoryCustomizer - org.springframework.boot.autoconfigure.web.reactive中的类
-
WebServerFactoryCustomizer
to applyServerProperties
to Tomcat reactive web servers. - TomcatReactiveWebServerFactoryCustomizer(ServerProperties) - 类的构造器 org.springframework.boot.autoconfigure.web.reactive.TomcatReactiveWebServerFactoryCustomizer
- TomcatServletWebServerFactory - org.springframework.boot.web.embedded.tomcat中的类
-
AbstractServletWebServerFactory
that can be used to createTomcatWebServer
s. - TomcatServletWebServerFactory() - 类的构造器 org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
Create a new
TomcatServletWebServerFactory
instance. - TomcatServletWebServerFactory(int) - 类的构造器 org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
Create a new
TomcatServletWebServerFactory
that listens for requests using the specified port. - TomcatServletWebServerFactory(String, int) - 类的构造器 org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
Create a new
TomcatServletWebServerFactory
with the specified context path and port. - tomcatServletWebServerFactoryCustomizer(ServerProperties) - 类中的方法 org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration
- TomcatServletWebServerFactoryCustomizer - org.springframework.boot.autoconfigure.web.servlet中的类
-
WebServerFactoryCustomizer
to applyServerProperties
to Tomcat web servers. - TomcatServletWebServerFactoryCustomizer(ServerProperties) - 类的构造器 org.springframework.boot.autoconfigure.web.servlet.TomcatServletWebServerFactoryCustomizer
- TomcatVirtualThreadsWebServerFactoryCustomizer - org.springframework.boot.autoconfigure.web.embedded中的类
-
Activates
VirtualThreadExecutor
onTomcat's protocol handler
. - TomcatVirtualThreadsWebServerFactoryCustomizer() - 类的构造器 org.springframework.boot.autoconfigure.web.embedded.TomcatVirtualThreadsWebServerFactoryCustomizer
- TomcatWebServer - org.springframework.boot.web.embedded.tomcat中的类
-
WebServer
that can be used to control a Tomcat web server. - TomcatWebServer(Tomcat) - 类的构造器 org.springframework.boot.web.embedded.tomcat.TomcatWebServer
-
Create a new
TomcatWebServer
instance. - TomcatWebServer(Tomcat, boolean) - 类的构造器 org.springframework.boot.web.embedded.tomcat.TomcatWebServer
-
Create a new
TomcatWebServer
instance. - TomcatWebServer(Tomcat, boolean, Shutdown) - 类的构造器 org.springframework.boot.web.embedded.tomcat.TomcatWebServer
-
Create a new
TomcatWebServer
instance. - tomcatWebServerFactoryCustomizer(Environment, ServerProperties) - 类中的方法 org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration.TomcatWebServerFactoryCustomizerConfiguration
- TomcatWebServerFactoryCustomizer - org.springframework.boot.autoconfigure.web.embedded中的类
-
Customization for Tomcat-specific features common for both Servlet and Reactive servers.
- TomcatWebServerFactoryCustomizer(Environment, ServerProperties) - 类的构造器 org.springframework.boot.autoconfigure.web.embedded.TomcatWebServerFactoryCustomizer
- TomcatWebServerFactoryCustomizerConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration.TomcatWebServerFactoryCustomizerConfiguration
- TomcatWebSocketReactiveWebServerCustomizer - org.springframework.boot.autoconfigure.websocket.reactive中的类
-
WebSocket customizer for
TomcatReactiveWebServerFactory
. - TomcatWebSocketReactiveWebServerCustomizer() - 类的构造器 org.springframework.boot.autoconfigure.websocket.reactive.TomcatWebSocketReactiveWebServerCustomizer
- TomcatWebSocketServletWebServerCustomizer - org.springframework.boot.autoconfigure.websocket.servlet中的类
-
WebSocket customizer for
TomcatServletWebServerFactory
. - TomcatWebSocketServletWebServerCustomizer() - 类的构造器 org.springframework.boot.autoconfigure.websocket.servlet.TomcatWebSocketServletWebServerCustomizer
- TOOLS - 类中的静态变量 org.springframework.boot.loader.tools.JarModeLibrary
-
JarModeLibrary
for layer tools. - toOutputStream(OutputStream) - 接口中的方法 org.springframework.boot.json.WritableJson
-
Write the JSON to the provided
OutputStream
usingUTF8
encoding. - toOutputStream(OutputStream, Charset) - 接口中的方法 org.springframework.boot.json.WritableJson
-
Write the JSON to the provided
OutputStream
using the givenCharset
. - Topic() - 类的构造器 org.springframework.boot.autoconfigure.kafka.KafkaProperties.Retry.Topic
- Topic() - 类的构造器 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Defaults.Topic
- topicName() - 记录类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Defaults.TypeMapping
-
返回
topicName
记录组件的值。 - toPropertySource() - 类中的方法 org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
-
Return the
PropertySource
to use based on the chosenInfoPropertiesInfoContributor.Mode
. - toPropertySource() - 类中的方法 org.springframework.boot.info.InfoProperties
-
Return a
PropertySource
of this instance. - toResource(WritableResource) - 接口中的方法 org.springframework.boot.json.WritableJson
-
Write the JSON to the provided
WritableResource
usingUTF8
encoding. - toResource(WritableResource, Charset) - 接口中的方法 org.springframework.boot.json.WritableJson
-
Write the JSON to the provided
WritableResource
using the givenCharset
. - toSimplePropertySource() - 类中的方法 org.springframework.boot.actuate.info.BuildInfoContributor
- toSimplePropertySource() - 类中的方法 org.springframework.boot.actuate.info.GitInfoContributor
- toSimplePropertySource() - 类中的方法 org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
-
Return a
PropertySource
for theSIMPLE
mode. - toStandardNotationString(LibraryCoordinates) - 接口中的静态方法 org.springframework.boot.loader.tools.LibraryCoordinates
-
Utility method that returns the given coordinates using the standard
group:artifact:version
form. - toStaticResources() - 类中的静态方法 org.springframework.boot.autoconfigure.security.reactive.PathRequest
-
Returns a
StaticResourceRequest
that can be used to create a matcher forlocations
. - toStaticResources() - 类中的静态方法 org.springframework.boot.autoconfigure.security.servlet.PathRequest
-
Returns a
StaticResourceRequest
that can be used to create a matcher forlocations
. - toString() - 类中的方法 org.springframework.boot.actuate.audit.AuditEvent
- toString() - 类中的方法 org.springframework.boot.actuate.autoconfigure.cloudfoundry.Token
- toString() - 类中的方法 org.springframework.boot.actuate.autoconfigure.security.reactive.EndpointRequest.AdditionalPathsEndpointServerWebExchangeMatcher
- toString() - 类中的方法 org.springframework.boot.actuate.autoconfigure.security.reactive.EndpointRequest.EndpointServerWebExchangeMatcher
- toString() - 类中的方法 org.springframework.boot.actuate.autoconfigure.security.reactive.EndpointRequest.LinksServerWebExchangeMatcher
- toString() - 类中的方法 org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest.AdditionalPathsEndpointRequestMatcher
- toString() - 类中的方法 org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest.EndpointRequestMatcher
- toString() - 类中的方法 org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest.LinksRequestMatcher
- toString() - 类中的方法 org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint
- toString() - 类中的方法 org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
- toString() - 类中的方法 org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.OperationKey
- toString() - 类中的方法 org.springframework.boot.actuate.endpoint.EndpointId
- toString() - 类中的方法 org.springframework.boot.actuate.endpoint.invoke.reflect.OperationMethod
- toString() - 类中的方法 org.springframework.boot.actuate.endpoint.invoke.reflect.ReflectiveOperationInvoker
- toString() - 类中的方法 org.springframework.boot.actuate.endpoint.web.Link
- toString() - 类中的方法 org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
- toString() - 类中的方法 org.springframework.boot.actuate.endpoint.web.WebServerNamespace
- toString() - 类中的方法 org.springframework.boot.actuate.health.AdditionalHealthEndpointPath
- toString() - 类中的方法 org.springframework.boot.actuate.health.Health
- toString() - 类中的方法 org.springframework.boot.actuate.health.Status
- toString() - 类中的方法 org.springframework.boot.actuate.info.Info
- toString() - 类中的方法 org.springframework.boot.actuate.metrics.MetricsEndpoint.Sample
- toString() - 类中的方法 org.springframework.boot.ansi.Ansi8BitColor
- toString() - 枚举类中的方法 org.springframework.boot.ansi.AnsiBackground
- toString() - 枚举类中的方法 org.springframework.boot.ansi.AnsiColor
- toString() - 接口中的方法 org.springframework.boot.ansi.AnsiElement
- toString() - 枚举类中的方法 org.springframework.boot.ansi.AnsiStyle
- toString() - 记录类中的方法 org.springframework.boot.autoconfigure.amqp.RabbitConnectionDetails.Address
-
返回此记录类的字符串表示形式。
- toString() - 记录类中的方法 org.springframework.boot.autoconfigure.cassandra.CassandraConnectionDetails.Node
-
返回此记录类的字符串表示形式。
- toString() - 类中的方法 org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcome
- toString() - 类中的方法 org.springframework.boot.autoconfigure.condition.ConditionMessage
- toString() - 类中的方法 org.springframework.boot.autoconfigure.condition.ConditionOutcome
- toString() - 记录类中的方法 org.springframework.boot.autoconfigure.container.ContainerImageMetadata
-
返回此记录类的字符串表示形式。
- toString() - 记录类中的方法 org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails.Node
-
返回此记录类的字符串表示形式。
- toString() - 记录类中的方法 org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchConnectionDetails.Node
-
返回此记录类的字符串表示形式。
- toString() - 类中的方法 org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportMessage
- toString() - 记录类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Defaults.SchemaInfo
-
返回此记录类的字符串表示形式。
- toString() - 记录类中的方法 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Defaults.TypeMapping
-
返回此记录类的字符串表示形式。
- toString() - 类中的方法 org.springframework.boot.autoconfigure.ssl.PropertiesSslBundle
- toString() - 类中的方法 org.springframework.boot.autoconfigure.template.TemplateLocation
- toString() - 类中的方法 org.springframework.boot.buildpack.platform.build.BuildpackReference
- toString() - 类中的方法 org.springframework.boot.buildpack.platform.build.Cache.Bind
- toString() - 类中的方法 org.springframework.boot.buildpack.platform.build.Cache.Volume
- toString() - 类中的方法 org.springframework.boot.buildpack.platform.build.Creator
- toString() - 类中的方法 org.springframework.boot.buildpack.platform.docker.LoadImageUpdateEvent.ErrorDetail
- toString() - 类中的方法 org.springframework.boot.buildpack.platform.docker.LogUpdateEvent
- toString() - 类中的方法 org.springframework.boot.buildpack.platform.docker.PushImageUpdateEvent.ErrorDetail
- toString() - 类中的方法 org.springframework.boot.buildpack.platform.docker.transport.Errors.Error
- toString() - 类中的方法 org.springframework.boot.buildpack.platform.docker.transport.Errors
- toString() - 类中的方法 org.springframework.boot.buildpack.platform.docker.transport.Message
- toString() - 类中的方法 org.springframework.boot.buildpack.platform.docker.type.ApiVersion
- toString() - 类中的方法 org.springframework.boot.buildpack.platform.docker.type.Binding
- toString() - 类中的方法 org.springframework.boot.buildpack.platform.docker.type.ContainerConfig
- toString() - 类中的方法 org.springframework.boot.buildpack.platform.docker.type.ContainerReference
- toString() - 类中的方法 org.springframework.boot.buildpack.platform.docker.type.ImageName
- toString() - 类中的方法 org.springframework.boot.buildpack.platform.docker.type.ImagePlatform
- toString() - 类中的方法 org.springframework.boot.buildpack.platform.docker.type.ImageReference
- toString() - 类中的方法 org.springframework.boot.buildpack.platform.docker.type.LayerId
- toString() - 类中的方法 org.springframework.boot.buildpack.platform.docker.type.VolumeName
- toString() - 类中的方法 org.springframework.boot.context.config.ConfigData.Options
- toString() - 类中的方法 org.springframework.boot.context.config.ConfigDataLocation
- toString() - 类中的方法 org.springframework.boot.context.config.ConfigTreeConfigDataResource
- toString() - 类中的方法 org.springframework.boot.context.config.Profiles
- toString() - 类中的方法 org.springframework.boot.context.config.StandardConfigDataResource
- toString() - 类中的方法 org.springframework.boot.context.properties.bind.Bindable
- toString() - 类中的方法 org.springframework.boot.context.properties.source.ConfigurationProperty
- toString() - 类中的方法 org.springframework.boot.context.properties.source.ConfigurationPropertyName
- toString() - 类中的方法 org.springframework.boot.devtools.classpath.ClassPathChangedEvent
- toString() - 类中的方法 org.springframework.boot.devtools.filewatch.ChangedFile
- toString() - 类中的方法 org.springframework.boot.devtools.filewatch.ChangedFiles
- toString() - 类中的方法 org.springframework.boot.docker.compose.core.DockerComposeFile
- toString() - 记录类中的方法 org.springframework.boot.docker.compose.core.DockerComposeOrigin
-
返回此记录类的字符串表示形式。
- toString() - 类中的方法 org.springframework.boot.docker.compose.core.ImageReference
- toString() - 记录类中的方法 org.springframework.boot.http.client.ClientHttpRequestFactorySettings
-
返回此记录类的字符串表示形式。
- toString() - 类中的方法 org.springframework.boot.json.JsonWriter.Member
- toString() - 记录类中的方法 org.springframework.boot.json.JsonWriter.MemberPath
-
返回此记录类的字符串表示形式。
- toString() - 记录类中的方法 org.springframework.boot.loader.net.protocol.nested.NestedLocation
-
返回此记录类的字符串表示形式。
- toString() - 类中的方法 org.springframework.boot.loader.tools.JavaExecutable
- toString() - 类中的方法 org.springframework.boot.loader.tools.Layer
- toString() - 接口中的方法 org.springframework.boot.loader.tools.LibraryScope
- toString() - 类中的方法 org.springframework.boot.loader.zip.ZipContent
- toString() - 类中的方法 org.springframework.boot.logging.CorrelationIdFormatter
- toString() - 类中的方法 org.springframework.boot.logging.LogFile
- toString() - 类中的方法 org.springframework.boot.logging.LoggerConfiguration.LevelConfiguration
- toString() - 类中的方法 org.springframework.boot.logging.LoggerConfiguration
- toString() - 记录类中的方法 org.springframework.boot.logging.structured.ElasticCommonSchemaProperties.Service
-
返回此记录类的字符串表示形式。
- toString() - 记录类中的方法 org.springframework.boot.logging.structured.ElasticCommonSchemaProperties
-
返回此记录类的字符串表示形式。
- toString() - 记录类中的方法 org.springframework.boot.logging.structured.GraylogExtendedLogFormatProperties.Service
-
返回此记录类的字符串表示形式。
- toString() - 记录类中的方法 org.springframework.boot.logging.structured.GraylogExtendedLogFormatProperties
-
返回此记录类的字符串表示形式。
- toString() - 类中的方法 org.springframework.boot.origin.OriginTrackedResource
- toString() - 类中的方法 org.springframework.boot.origin.OriginTrackedValue
- toString() - 类中的方法 org.springframework.boot.origin.PropertySourceOrigin
- toString() - 类中的方法 org.springframework.boot.origin.SystemEnvironmentOrigin
- toString() - 类中的方法 org.springframework.boot.origin.TextResourceOrigin.Location
- toString() - 类中的方法 org.springframework.boot.origin.TextResourceOrigin
- toString() - 类中的方法 org.springframework.boot.ssl.jks.JksSslStoreBundle
- toString() - 记录类中的方法 org.springframework.boot.ssl.jks.JksSslStoreDetails
-
返回此记录类的字符串表示形式。
- toString() - 类中的方法 org.springframework.boot.ssl.pem.PemContent
- toString() - 类中的方法 org.springframework.boot.ssl.pem.PemSslStoreBundle
- toString() - 记录类中的方法 org.springframework.boot.ssl.pem.PemSslStoreDetails
-
返回此记录类的字符串表示形式。
- toString() - 类中的方法 org.springframework.boot.system.ApplicationHome
- toString() - 类中的方法 org.springframework.boot.system.ApplicationPid
- toString() - 类中的方法 org.springframework.boot.system.ApplicationTemp
- toString() - 枚举类中的方法 org.springframework.boot.system.JavaVersion
- toString() - 类中的方法 org.springframework.boot.test.json.JsonContent
- toString() - 类中的方法 org.springframework.boot.test.json.ObjectContent
- toString() - 类中的方法 org.springframework.boot.test.system.OutputCaptureRule
- toString() - 类中的方法 org.springframework.boot.testcontainers.service.connection.ContainerConnectionSource
- toString() - 记录类中的方法 org.springframework.boot.web.client.ClientHttpRequestFactorySettings
-
已过时。返回此记录类的字符串表示形式。
- toString() - 类中的方法 org.springframework.boot.web.server.MimeMappings.Mapping
- toString() - 记录类中的方法 org.springframework.boot.web.server.Ssl.ServerNameSslBundle
-
返回此记录类的字符串表示形式。
- toString() - 类中的方法 org.springframework.boot.web.server.WebServerSslBundle
- toString() - 类中的方法 org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
- toString() - 类中的方法 org.springframework.boot.web.servlet.ServletRegistrationBean
- toString(Object...) - 类中的静态方法 org.springframework.boot.ansi.AnsiOutput
-
Create a new ANSI string from the specified elements.
- toString(List<Object>, String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.security.reactive.EndpointRequest.AdditionalPathsEndpointServerWebExchangeMatcher
- toString(List<Object>, String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.security.reactive.EndpointRequest.EndpointServerWebExchangeMatcher
- toString(List<Object>, String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.security.reactive.EndpointRequest.LinksServerWebExchangeMatcher
- toString(List<Object>, String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest.AdditionalPathsEndpointRequestMatcher
- toString(List<Object>, String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest.EndpointRequestMatcher
- toString(List<Object>, String) - 类中的方法 org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest.LinksRequestMatcher
- toSystemOut() - 接口中的静态方法 org.springframework.boot.buildpack.platform.build.BuildLog
-
Factory method that returns a
BuildLog
the outputs toSystem.out
. - TOTAL_SIZE_CAP - 枚举类 中的枚举常量 org.springframework.boot.logging.logback.RollingPolicySystemProperty
-
Logging system property for the file total size cap.
- TotalProgressBar - org.springframework.boot.buildpack.platform.docker中的类
-
Utility to render a simple progress bar based on consumed
TotalProgressEvent
objects. - TotalProgressBar(String) - 类的构造器 org.springframework.boot.buildpack.platform.docker.TotalProgressBar
-
Create a new
TotalProgressBar
instance. - TotalProgressBar(String, char, boolean, PrintStream) - 类的构造器 org.springframework.boot.buildpack.platform.docker.TotalProgressBar
-
Create a new
TotalProgressBar
instance. - TotalProgressBar(String, PrintStream) - 类的构造器 org.springframework.boot.buildpack.platform.docker.TotalProgressBar
-
Create a new
TotalProgressBar
instance. - TotalProgressEvent - org.springframework.boot.buildpack.platform.docker中的类
-
Event published by the
TotalProgressPullListener
showing the total progress of an operation. - TotalProgressEvent(int) - 类的构造器 org.springframework.boot.buildpack.platform.docker.TotalProgressEvent
-
Create a new
TotalProgressEvent
with a specific percent value. - TotalProgressListener<E> - org.springframework.boot.buildpack.platform.docker中的类
-
UpdateListener
that calculates the total progress of the entire image operation and publishesTotalProgressEvent
. - TotalProgressListener(Consumer<TotalProgressEvent>, String[]) - 类的构造器 org.springframework.boot.buildpack.platform.docker.TotalProgressListener
-
Create a new
TotalProgressListener
that sendsevents
to the given consumer. - TotalProgressPullListener - org.springframework.boot.buildpack.platform.docker中的类
-
UpdateListener
that calculates the total progress of the entire pull operation and publishesTotalProgressEvent
. - TotalProgressPullListener(String) - 类的构造器 org.springframework.boot.buildpack.platform.docker.TotalProgressPullListener
-
Create a new
TotalProgressPullListener
that prints a progress bar toSystem.out
. - TotalProgressPullListener(Consumer<TotalProgressEvent>) - 类的构造器 org.springframework.boot.buildpack.platform.docker.TotalProgressPullListener
-
Create a new
TotalProgressPullListener
that sendsevents
to the given consumer. - TotalProgressPushListener - org.springframework.boot.buildpack.platform.docker中的类
-
UpdateListener
that calculates the total progress of the entire push operation and publishesTotalProgressEvent
. - TotalProgressPushListener(String) - 类的构造器 org.springframework.boot.buildpack.platform.docker.TotalProgressPushListener
-
Create a new
TotalProgressPushListener
that prints a progress bar toSystem.out
. - TotalProgressPushListener(Consumer<TotalProgressEvent>) - 类的构造器 org.springframework.boot.buildpack.platform.docker.TotalProgressPushListener
-
Create a new
TotalProgressPushListener
that sendsevents
to the given consumer. - toUnescapedString() - 记录类中的方法 org.springframework.boot.json.JsonWriter.MemberPath
-
Return a string representation of the path without any escaping.
- toWriter(Writer) - 接口中的方法 org.springframework.boot.json.WritableJson
-
Write the JSON to the provided
Writer
. - trace(Object) - 类中的方法 org.springframework.boot.logging.DeferredLog
- trace(Object, Throwable) - 类中的方法 org.springframework.boot.logging.DeferredLog
- TRACE - 枚举类 中的枚举常量 org.springframework.boot.logging.LogLevel
- tracing() - 批注接口 中的元素 org.springframework.boot.test.autoconfigure.actuate.observability.AutoConfigureObservability
-
Whether traces should be reported to external systems in the test.
- TracingProperties - org.springframework.boot.actuate.autoconfigure.tracing中的类
-
Configuration properties for tracing.
- TracingProperties() - 类的构造器 org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties
- TracingProperties.Baggage - org.springframework.boot.actuate.autoconfigure.tracing中的类
- TracingProperties.Baggage.Correlation - org.springframework.boot.actuate.autoconfigure.tracing中的类
- TracingProperties.Brave - org.springframework.boot.actuate.autoconfigure.tracing中的类
- TracingProperties.Propagation - org.springframework.boot.actuate.autoconfigure.tracing中的类
- TracingProperties.Propagation.PropagationType - org.springframework.boot.actuate.autoconfigure.tracing中的枚举类
-
Supported propagation types.
- TracingProperties.Sampling - org.springframework.boot.actuate.autoconfigure.tracing中的类
- Transaction() - 类的构造器 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Transaction
- transactionalOperator(ReactiveTransactionManager) - 类中的方法 org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration
- TransactionAutoConfiguration - org.springframework.boot.autoconfigure.transaction中的类
-
Auto-configuration
for Spring transaction. - TransactionAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration
- TransactionAutoConfiguration.EnableTransactionManagementConfiguration - org.springframework.boot.autoconfigure.transaction中的类
- TransactionAutoConfiguration.EnableTransactionManagementConfiguration.CglibAutoProxyConfiguration - org.springframework.boot.autoconfigure.transaction中的类
- TransactionAutoConfiguration.EnableTransactionManagementConfiguration.JdkDynamicAutoProxyConfiguration - org.springframework.boot.autoconfigure.transaction中的类
- TransactionAutoConfiguration.TransactionTemplateConfiguration - org.springframework.boot.autoconfigure.transaction中的类
- transactionManager(Driver, DatabaseSelectionProvider, ObjectProvider<TransactionManagerCustomizers>) - 类中的方法 org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataAutoConfiguration
- transactionManager(ObjectProvider<TransactionManagerCustomizers>) - 类中的方法 org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
- TransactionManagerCustomizationAutoConfiguration - org.springframework.boot.autoconfigure.transaction中的类
-
Auto-configuration for the customization of a
TransactionManager
. - TransactionManagerCustomizationAutoConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizationAutoConfiguration
- TransactionManagerCustomizer<T> - org.springframework.boot.autoconfigure.transaction中的接口
-
Callback interface that can be implemented by beans wishing to customize
TransactionManagers
while retaining default auto-configuration. - TransactionManagerCustomizers - org.springframework.boot.autoconfigure.transaction中的类
-
A collection of
TransactionManagerCustomizers
. - TransactionProperties - org.springframework.boot.autoconfigure.transaction中的类
-
Configuration properties that can be applied to an
AbstractPlatformTransactionManager
. - TransactionProperties() - 类的构造器 org.springframework.boot.autoconfigure.transaction.TransactionProperties
- transactionProvider(PlatformTransactionManager) - 类中的方法 org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration
- transactionTemplate(PlatformTransactionManager) - 类中的方法 org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration.TransactionTemplateConfiguration
- TransactionTemplateConfiguration() - 类的构造器 org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration.TransactionTemplateConfiguration
- transform(ILoggingEvent, String) - 类中的方法 org.springframework.boot.logging.logback.ColorConverter
- transform(ILoggingEvent, String) - 类中的方法 org.springframework.boot.logging.logback.EnclosedInSquareBracketsConverter
- Transport - org.springframework.boot.actuate.autoconfigure.logging.otlp中的枚举类
-
Transport used to send OTLP data.
- Transport - org.springframework.boot.actuate.autoconfigure.tracing.otlp中的枚举类
-
Transport used to send OTLP data.
- TriggerDescriptor(Trigger, QuartzEndpoint.TriggerType) - 类的构造器 org.springframework.boot.actuate.quartz.QuartzEndpoint.TriggerDescriptor
- TriggerFileFilter - org.springframework.boot.devtools.autoconfigure中的类
-
FileFilter
that accepts only a specific "trigger" file. - TriggerFileFilter(String) - 类的构造器 org.springframework.boot.devtools.autoconfigure.TriggerFileFilter
- triggerReload() - 类中的方法 org.springframework.boot.devtools.autoconfigure.OptionalLiveReloadServer
-
Trigger LiveReload if the server is up and running.
- triggerReload() - 类中的方法 org.springframework.boot.devtools.livereload.LiveReloadServer
-
Trigger livereload of all connected clients.
- trimParse(String, String, Function<String, T>) - 类中的方法 org.springframework.boot.json.AbstractJsonParser
- TRUST_ALL_CERTIFICATES - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Security.TrustStrategy
-
Trust all certificates.
- TRUST_CUSTOM_CA_SIGNED_CERTIFICATES - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Security.TrustStrategy
-
Trust certificates that are signed by a trusted certificate.
- TRUST_SYSTEM_CA_SIGNED_CERTIFICATES - 枚举类 中的枚举常量 org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Security.TrustStrategy
-
Trust certificates that can be verified through the local system store.
- truststore() - 类中的方法 org.springframework.boot.autoconfigure.kafka.SslBundleSslEngineFactory
- tryParse(Callable<T>, Class<? extends Exception>) - 类中的方法 org.springframework.boot.json.AbstractJsonParser
- TWENTY - 枚举类 中的枚举常量 org.springframework.boot.system.JavaVersion
-
Java 20.
- TWENTY_FOUR - 枚举类 中的枚举常量 org.springframework.boot.system.JavaVersion
-
Java 24.
- TWENTY_ONE - 枚举类 中的枚举常量 org.springframework.boot.system.JavaVersion
-
Java 21.
- TWENTY_THREE - 枚举类 中的枚举常量 org.springframework.boot.system.JavaVersion
-
Java 23.
- TWENTY_TWO - 枚举类 中的枚举常量 org.springframework.boot.system.JavaVersion
-
Java 22.
- type() - 枚举类中的方法 org.springframework.boot.autoconfigure.cassandra.CassandraProperties.ThrottlerType
- type() - 批注接口 中的元素 org.springframework.boot.autoconfigure.condition.ConditionalOnBean
-
The class type names of beans that should be checked.
- type() - 批注接口 中的元素 org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean
-
The class type names of beans that should be checked.
- type() - 批注接口 中的元素 org.springframework.boot.autoconfigure.condition.ConditionalOnSingleCandidate
-
The class type name of bean that should be checked.
- type() - 批注接口 中的元素 org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication
-
The required type of the web application.
- type() - 批注接口 中的元素 org.springframework.boot.autoconfigure.data.ConditionalOnRepositoryType
-
The required repository type.
- type() - 批注接口 中的元素 org.springframework.boot.jackson.JsonComponent
-
The types that are handled by the provided serializer/deserializer.
- type() - 批注接口 中的元素 org.springframework.boot.jackson.JsonMixin
-
The types that are handled by the provided mix-in class.
- type() - 记录类中的方法 org.springframework.boot.ssl.jks.JksSslStoreDetails
-
返回
type
记录组件的值。 - type() - 接口中的方法 org.springframework.boot.ssl.pem.PemSslStore
-
The key store type, for example
JKS
orPKCS11
. - type() - 记录类中的方法 org.springframework.boot.ssl.pem.PemSslStoreDetails
-
返回
type
记录组件的值。 - type() - 批注接口 中的元素 org.springframework.boot.testcontainers.service.connection.ServiceConnection
-
A restriction to types of
ConnectionDetails
that can be created from this connection. - type(Class<D>) - 类中的方法 org.springframework.boot.jdbc.DataSourceBuilder
-
Set the
DataSource
type that should be built. - TypeExcludeFilter - org.springframework.boot.context中的类
-
Provides exclusion
TypeFilters
that are loaded from theBeanFactory
and automatically applied toSpringBootApplication
scanning. - TypeExcludeFilter() - 类的构造器 org.springframework.boot.context.TypeExcludeFilter
- TypeExcludeFilters - org.springframework.boot.test.autoconfigure.filter中的批注接口
-
Annotation that can be on tests to define a set of
TypeExcludeFilter
classes that should be applied to@SpringBootApplication
component scanning. - TypeMapping(Class<?>, String, PulsarProperties.Defaults.SchemaInfo) - 记录类的构造器 org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Defaults.TypeMapping
-
创建
TypeMapping
记录类的实例。
常量字段值|所有程序包|所有类和接口|序列化表格
DynamicPropertyRegistrar
beans.