Index

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

T

taskDecorator(TaskDecorator) - Method in class org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder
Set the TaskDecorator to use or null to not use any.
taskDecorator(TaskDecorator) - Method in class org.springframework.boot.task.TaskExecutorBuilder
Deprecated.
Set the TaskDecorator to use or null to not use any.
taskDecorator(TaskDecorator) - Method in class org.springframework.boot.task.ThreadPoolTaskExecutorBuilder
Set the TaskDecorator to use or null to 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
 
TaskExecutionProperties.Simple - Class in org.springframework.boot.autoconfigure.task
 
TaskExecutorBuilder - Class in org.springframework.boot.task
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.2.0 for removal in 3.4.0 in favor of ThreadPoolTaskExecutorBuilder
TaskExecutorBuilder() - Constructor for class org.springframework.boot.task.TaskExecutorBuilder
Deprecated.
 
TaskExecutorCustomizer - Interface in org.springframework.boot.task
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.2.0 for removal in 3.4.0 in favor of ThreadPoolTaskExecutorCustomizer
TaskExecutorMetricsAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.task
Auto-configuration for metrics on all available task executors and task schedulers.
TaskExecutorMetricsAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.task.TaskExecutorMetricsAutoConfiguration
 
taskScheduler(TaskSchedulerBuilder, ObjectProvider<ThreadPoolTaskSchedulerBuilder>) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationTaskSchedulerConfiguration
 
TaskSchedulerBuilder - Class in org.springframework.boot.task
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.2.0 for removal in 3.4.0 in favor of ThreadPoolTaskSchedulerBuilder
TaskSchedulerBuilder() - Constructor for class org.springframework.boot.task.TaskSchedulerBuilder
Deprecated.
 
TaskSchedulerBuilder(Integer, Boolean, Duration, String, Set<TaskSchedulerCustomizer>) - Constructor for class org.springframework.boot.task.TaskSchedulerBuilder
Deprecated.
 
TaskSchedulerCustomizer - Interface in org.springframework.boot.task
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.2.0 for removal in 3.4.0 in favor of ThreadPoolTaskSchedulerCustomizer
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 of startable containers.
TestcontainersLifecycleApplicationContextInitializer() - Constructor for class org.springframework.boot.testcontainers.lifecycle.TestcontainersLifecycleApplicationContextInitializer
 
TestcontainersPropertySource - Class in org.springframework.boot.testcontainers.properties
EnumerablePropertySource backed by a map with values supplied from one or more testcontainers.
TestcontainersPropertySourceAutoConfiguration - Class in org.springframework.boot.testcontainers.properties
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 given EntityManagerFactory.
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
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 Producible enum for supported Prometheus TextFormat.
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
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.TaskExecutorBuilder
Deprecated.
Set the prefix to use for the names of newly created threads.
threadNamePrefix(String) - Method in class org.springframework.boot.task.TaskSchedulerBuilder
Deprecated.
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.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 specified File does not exist.
throwIfDoesNotExist(ConfigDataResource, Path) - Static method in exception org.springframework.boot.context.config.ConfigDataResourceNotFoundException
Throw a ConfigDataNotFoundException if the specified Path does not exist.
throwIfDoesNotExist(ConfigDataResource, Resource) - Static method in exception org.springframework.boot.context.config.ConfigDataResourceNotFoundException
Throw a ConfigDataNotFoundException if the specified Resource 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(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.
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
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 the system 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 for TomcatMetrics.
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 the ApplicationStartedEvent.
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 the Connector.
TomcatReactiveWebServerFactory - Class in org.springframework.boot.web.embedded.tomcat
ReactiveWebServerFactory that can be used to create a TomcatWebServer.
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 apply ServerProperties 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
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 apply ServerProperties 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
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
 
Topic() - Constructor for class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Retry.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 chosen InfoPropertiesInfoContributor.Mode.
toPropertySource() - Method in class org.springframework.boot.info.InfoProperties
Return a PropertySource of 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 PropertySource for the SIMPLE mode.
toStaticResources() - Static method in class org.springframework.boot.autoconfigure.security.reactive.PathRequest
Returns a StaticResourceRequest that can be used to create a matcher for locations.
toStaticResources() - Static method in class org.springframework.boot.autoconfigure.security.servlet.PathRequest
Returns a StaticResourceRequest that can be used to create a matcher for locations.
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 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.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.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 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
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.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.
TOTAL_SIZE_CAP - Enum constant in enum class org.springframework.boot.logging.logback.RollingPolicySystemProperty
Logging system property for the file total size cap.
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
 
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(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
TransactionManagerCustomizers(Collection<? extends PlatformTransactionManagerCustomizer<?>>) - Constructor for class org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizers
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.2.0 for removal in 3.4.0 in favor of TransactionManagerCustomizers.of(Collection)
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
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_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 or PKCS11.
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 the BeanFactory and automatically applied to SpringBootApplication 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.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form