Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
T
- tags(ClientRequest, ClientResponse, Throwable) - Method in class org.springframework.boot.actuate.metrics.web.reactive.client.DefaultWebClientExchangeTagsProvider
 - 
Deprecated.
 - tags(ClientRequest, ClientResponse, Throwable) - Method in interface org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTagsProvider
 - 
Deprecated.Provide tags to be associated with metrics for the client exchange.
 - TargetServerConnection - Interface in org.springframework.boot.devtools.tunnel.server
 - 
Manages the connection to the ultimate tunnel target server.
 - taskDecorator(TaskDecorator) - Method in class org.springframework.boot.task.TaskExecutorBuilder
 - 
Set the
TaskDecoratorto use ornullto not use any. - TaskDescriptor(ScheduledTasksEndpoint.TaskType, Runnable) - 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.Shutdown - Class in org.springframework.boot.autoconfigure.task
 - taskExecutorBuilder(TaskExecutionProperties, ObjectProvider<TaskExecutorCustomizer>, ObjectProvider<TaskDecorator>) - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionAutoConfiguration
 - TaskExecutorBuilder - Class in org.springframework.boot.task
 - 
Builder that can be used to configure and create a
TaskExecutor. - TaskExecutorBuilder() - Constructor for class org.springframework.boot.task.TaskExecutorBuilder
 - TaskExecutorCustomizer - Interface in org.springframework.boot.task
 - 
Callback interface that can be used to customize a
ThreadPoolTaskExecutor. - TaskExecutorMetricsAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.task
 - TaskExecutorMetricsAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.task.TaskExecutorMetricsAutoConfiguration
 - taskScheduler(TaskSchedulerBuilder) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationTaskSchedulerConfiguration
 - taskScheduler(TaskSchedulerBuilder) - Method in class org.springframework.boot.autoconfigure.task.TaskSchedulingAutoConfiguration
 - taskSchedulerBuilder(TaskSchedulingProperties, ObjectProvider<TaskSchedulerCustomizer>) - Method in class org.springframework.boot.autoconfigure.task.TaskSchedulingAutoConfiguration
 - TaskSchedulerBuilder - Class in org.springframework.boot.task
 - 
Builder that can be used to configure and create a
TaskScheduler. - TaskSchedulerBuilder() - Constructor for class org.springframework.boot.task.TaskSchedulerBuilder
 - TaskSchedulerBuilder(Integer, Boolean, Duration, String, Set<TaskSchedulerCustomizer>) - Constructor for class org.springframework.boot.task.TaskSchedulerBuilder
 - TaskSchedulerCustomizer - Interface in org.springframework.boot.task
 - 
Callback interface that can be used to customize a
ThreadPoolTaskScheduler. - 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
 - 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
 - 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
TemplateAvailabilityProviderbeans 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
TemplateAvailabilityProvidersinstance. - TemplateAvailabilityProviders(Collection<? extends TemplateAvailabilityProvider>) - Constructor for class org.springframework.boot.autoconfigure.template.TemplateAvailabilityProviders
 - 
Create a new
TemplateAvailabilityProvidersinstance. - TemplateAvailabilityProviders(ApplicationContext) - Constructor for class org.springframework.boot.autoconfigure.template.TemplateAvailabilityProviders
 - 
Create a new
TemplateAvailabilityProvidersinstance. - 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
 - 
@Componentthat 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
 - 
@Configurationthat can be used to define additional beans or customizations for a test. - TestcontainerBeanDefinition - Interface in org.springframework.boot.testcontainers.beans
 - 
Extended
BeanDefinitioninterface 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
 - 
ApplicationContextInitializerto manage the lifecycle ofstartable containers. - TestcontainersLifecycleApplicationContextInitializer() - Constructor for class org.springframework.boot.testcontainers.lifecycle.TestcontainersLifecycleApplicationContextInitializer
 - TestcontainersPropertySource - Class in org.springframework.boot.testcontainers.properties
 - 
EnumerablePropertySourcebacked by a map with values supplied from one or moretestcontainers. - TestcontainersPropertySourceAutoConfiguration - Class in org.springframework.boot.testcontainers.properties
 - 
Auto-configurationto addTestcontainersPropertySourcesupport. - 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
EntityManagerfor use in JPA tests. - TestEntityManager(EntityManagerFactory) - Constructor for class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
 - 
Create a new
TestEntityManagerinstance 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
RestTemplatethat is suitable for integration tests. - TestRestTemplate(String, String, TestRestTemplate.HttpClientOption...) - Constructor for class org.springframework.boot.test.web.client.TestRestTemplate
 - 
Create a new
TestRestTemplateinstance with the specified credentials. - TestRestTemplate(TestRestTemplate.HttpClientOption...) - Constructor for class org.springframework.boot.test.web.client.TestRestTemplate
 - 
Create a new
TestRestTemplateinstance. - TestRestTemplate(RestTemplateBuilder) - Constructor for class org.springframework.boot.test.web.client.TestRestTemplate
 - 
Create a new
TestRestTemplateinstance. - TestRestTemplate(RestTemplateBuilder, String, String, TestRestTemplate.HttpClientOption...) - Constructor for class org.springframework.boot.test.web.client.TestRestTemplate
 - 
Create a new
TestRestTemplateinstance with the specified credentials. - TestRestTemplate.CustomHttpComponentsClientHttpRequestFactory - Class in org.springframework.boot.test.web.client
 - 
HttpComponentsClientHttpRequestFactoryto 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
 - 
A
Producibleenum for supported PrometheusTextFormat. - TextResourceOrigin - Class in org.springframework.boot.origin
 - 
Originfor 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
 - 
@Endpointto 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-configurationfor theThreadDumpEndpoint. - ThreadDumpEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.management.ThreadDumpEndpointAutoConfiguration
 - threadNamePrefix(String) - Method in class org.springframework.boot.task.TaskExecutorBuilder
 - 
Set the prefix to use for the names of newly created threads.
 - threadNamePrefix(String) - Method in class org.springframework.boot.task.TaskSchedulerBuilder
 - 
Set the prefix to use for the names of newly created 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
ConfigDataNotFoundExceptionif the specifiedFiledoes not exist. - throwIfDoesNotExist(ConfigDataResource, Path) - Static method in exception org.springframework.boot.context.config.ConfigDataResourceNotFoundException
 - 
Throw a
ConfigDataNotFoundExceptionif the specifiedPathdoes not exist. - throwIfDoesNotExist(ConfigDataResource, Resource) - Static method in exception org.springframework.boot.context.config.ConfigDataResourceNotFoundException
 - 
Throw a
ConfigDataNotFoundExceptionif the specifiedResourcedoes 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
MutuallyExclusiveConfigurationPropertiesExceptionif 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
PortInUseExceptionif the given exception was caused by a "port in use"BindException. - ThymeleafAutoConfiguration - Class in org.springframework.boot.autoconfigure.thymeleaf
 - 
Auto-configurationfor 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
 - 
TemplateAvailabilityProviderthat 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
@Timedannotations 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(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.
 - 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. - 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.
 - 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.
 - toHexString() - Method in class org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
 - 
Return the payload as a hexadecimal string.
 - 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.
 - 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.
 - 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.
 - 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
 - 
DataSourcePoolMetadatafor 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
ParallelWebappClassLoaderthat 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-configurationforTomcatMetrics. - 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
TomcatMetricsin 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
ProtocolHandleron theConnector. - TomcatReactiveWebServerFactory - Class in org.springframework.boot.web.embedded.tomcat
 - 
ReactiveWebServerFactorythat can be used to create aTomcatWebServer. - TomcatReactiveWebServerFactory() - Constructor for class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
 - 
Create a new
TomcatReactiveWebServerFactoryinstance. - TomcatReactiveWebServerFactory(int) - Constructor for class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
 - 
Create a new
TomcatReactiveWebServerFactorythat 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
 - 
WebServerFactoryCustomizerto applyServerPropertiesto 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
 - 
AbstractServletWebServerFactorythat can be used to createTomcatWebServers. - TomcatServletWebServerFactory() - Constructor for class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
 - 
Create a new
TomcatServletWebServerFactoryinstance. - TomcatServletWebServerFactory(int) - Constructor for class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
 - 
Create a new
TomcatServletWebServerFactorythat listens for requests using the specified port. - TomcatServletWebServerFactory(String, int) - Constructor for class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
 - 
Create a new
TomcatServletWebServerFactorywith 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
 - 
WebServerFactoryCustomizerto applyServerPropertiesto Tomcat web servers. - TomcatServletWebServerFactoryCustomizer(ServerProperties) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.TomcatServletWebServerFactoryCustomizer
 - TomcatWebServer - Class in org.springframework.boot.web.embedded.tomcat
 - 
WebServerthat can be used to control a Tomcat web server. - TomcatWebServer(Tomcat) - Constructor for class org.springframework.boot.web.embedded.tomcat.TomcatWebServer
 - 
Create a new
TomcatWebServerinstance. - TomcatWebServer(Tomcat, boolean) - Constructor for class org.springframework.boot.web.embedded.tomcat.TomcatWebServer
 - 
Create a new
TomcatWebServerinstance. - TomcatWebServer(Tomcat, boolean, Shutdown) - Constructor for class org.springframework.boot.web.embedded.tomcat.TomcatWebServer
 - 
Create a new
TomcatWebServerinstance. - 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
 - Topic() - Constructor for class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Retry.Topic
 - toPropertySource() - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
 - 
Return the
PropertySourceto use based on the chosenInfoPropertiesInfoContributor.Mode. - toPropertySource() - Method in class org.springframework.boot.info.InfoProperties
 - 
Return a
PropertySourceof this instance. - 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
PropertySourcefor theSIMPLEmode. - toStaticResources() - Static method in class org.springframework.boot.autoconfigure.security.reactive.PathRequest
 - 
Returns a
StaticResourceRequestthat can be used to create a matcher forlocations. - toStaticResources() - Static method in class org.springframework.boot.autoconfigure.security.servlet.PathRequest
 - 
Returns a
StaticResourceRequestthat 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.EndpointServerWebExchangeMatcher
 - toString() - Method in class org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest.EndpointRequestMatcher
 - 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.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.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 class org.springframework.boot.autoconfigure.template.TemplateLocation
 - 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 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 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 record class org.springframework.boot.ssl.jks.JksSslStoreDetails
 - 
Returns a string representation of this record class.
 - 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
 - 
Returns a string representation of this record class.
 - toString() - Method in class org.springframework.boot.web.server.MimeMappings.Mapping
 - 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.
 - 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 tracing should be enabled 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.Sampling - Class in org.springframework.boot.actuate.autoconfigure.tracing
 - transactionalOperator(ReactiveTransactionManager) - Method in class org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration
 - TransactionAutoConfiguration - Class in org.springframework.boot.autoconfigure.transaction
 - 
Auto-configurationfor 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
 - TransactionManagerCustomizers - Class in org.springframework.boot.autoconfigure.transaction
 - 
A collection of
PlatformTransactionManagerCustomizer. - TransactionManagerCustomizers(Collection<? extends PlatformTransactionManagerCustomizer<?>>) - Constructor for class org.springframework.boot.autoconfigure.transaction.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
 - TriggerDescriptor(Trigger, QuartzEndpoint.TriggerType) - Constructor for class org.springframework.boot.actuate.quartz.QuartzEndpoint.TriggerDescriptor
 - TriggerFileFilter - Class in org.springframework.boot.devtools.autoconfigure
 - 
FileFilterthat 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.
 - tryParse(Callable<T>, Class<? extends Exception>) - Method in class org.springframework.boot.json.AbstractJsonParser
 - TunnelChannel(WritableByteChannel, Closeable) - Constructor for class org.springframework.boot.devtools.tunnel.client.HttpTunnelConnection.TunnelChannel
 - TunnelClient - Class in org.springframework.boot.devtools.tunnel.client
 - 
The client side component of a socket tunnel.
 - TunnelClient(int, TunnelConnection) - Constructor for class org.springframework.boot.devtools.tunnel.client.TunnelClient
 - TunnelClient.ServerThread - Class in org.springframework.boot.devtools.tunnel.client
 - 
The main server thread.
 - TunnelClientListener - Interface in org.springframework.boot.devtools.tunnel.client
 - 
Listener that can be used to receive
TunnelClientevents. - TunnelConnection - Interface in org.springframework.boot.devtools.tunnel.client
 - 
Interface used to manage socket tunnel connections.
 - TWENTY - Enum constant in enum class org.springframework.boot.system.JavaVersion
 - 
Java 20.
 - 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
typerecord component. - type() - Method in record class org.springframework.boot.ssl.pem.PemSslStoreDetails
 - 
Returns the value of the
typerecord component. - type() - Element in annotation interface org.springframework.boot.testcontainers.service.connection.ServiceConnection
 - 
A restriction to types of
ConnectionDetailsthat can be created from this connection. - type(Class<D>) - Method in class org.springframework.boot.jdbc.DataSourceBuilder
 - 
Set the
DataSourcetype that should be built. - TypeExcludeFilter - Class in org.springframework.boot.context
 - 
Provides exclusion
TypeFiltersthat are loaded from theBeanFactoryand automatically applied toSpringBootApplicationscanning. - 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
TypeExcludeFilterclasses that should be applied to@SpringBootApplicationcomponent scanning. 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form