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