Skip navigation links
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 

T

tags(ClientRequest, ClientResponse, Throwable) - Method in class org.springframework.boot.actuate.metrics.web.reactive.client.DefaultWebClientExchangeTagsProvider
 
tags(ClientRequest, ClientResponse, Throwable) - Method in interface org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTagsProvider
Provide tags to be associated with metrics for the client exchange.
TarArchive - Interface in org.springframework.boot.buildpack.platform.io
A TAR archive that can be written to an output stream.
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 TaskDecorator to use or null to not use any.
TaskDescription(ScheduledTasksEndpoint.TaskType, Runnable) - Constructor for class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.TaskDescription
 
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.
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
 
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(String) - Static method in class org.springframework.boot.groovy.GroovyTemplate
 
template(String, Map<String, ?>) - Static method in class org.springframework.boot.groovy.GroovyTemplate
 
template(TemplateEngine, String, Map<String, ?>) - Static method in class org.springframework.boot.groovy.GroovyTemplate
 
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(ApplicationContext) - Constructor for class org.springframework.boot.autoconfigure.template.TemplateAvailabilityProviders
Create a new TemplateAvailabilityProviders instance.
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.
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
 
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 Type 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 Type in org.springframework.boot.test.context
@Configuration that can be used to define additional beans or customizations for a test.
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 - 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.
testEntityManager(EntityManagerFactory) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration
 
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 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(RestTemplateBuilder) - Constructor for class org.springframework.boot.test.web.client.TestRestTemplate
Create a new TestRestTemplate instance.
TestRestTemplate(TestRestTemplate.HttpClientOption...) - Constructor for class org.springframework.boot.test.web.client.TestRestTemplate
Create a new TestRestTemplate instance.
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(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 in org.springframework.boot.test.web.client
Options used to customize the Apache HTTP Client.
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
 
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
A 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
 
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
 
throwIfHasInvalidChars(CharSequence, List<Character>) - Static method in exception org.springframework.boot.context.properties.source.InvalidConfigurationPropertyNameException
 
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
 
ThymeleafAutoConfiguration.ThymeleafDefaultConfiguration - Class in org.springframework.boot.autoconfigure.thymeleaf
 
ThymeleafDefaultConfiguration() - Constructor for class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.ThymeleafDefaultConfiguration
 
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
 
timeFormat(String) - Method in class org.springframework.boot.autoconfigure.web.format.DateTimeFormatters
Configures the time format using the given pattern.
Timeouts() - Constructor for class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Timeouts
 
timeoutStrategy(long, Health) - Method in class org.springframework.boot.actuate.health.CompositeReactiveHealthIndicator
Deprecated.
Specify an alternative timeout Health if a HealthIndicator failed to reply after specified timeout.
to(Class<?>...) - 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.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.servlet.EndpointRequest
Returns a matcher that includes the specified actuator endpoints.
to(PrintStream) - Static method in interface org.springframework.boot.buildpack.platform.build.BuildLog
Factory method that returns a BuildLog the outputs to a given PrintStream.
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.
toAnsiString(String, AnsiElement) - Method in class org.springframework.boot.logging.logback.ColorConverter
 
toAnyEndpoint() - Static method in class org.springframework.boot.actuate.autoconfigure.security.reactive.EndpointRequest
Returns a matcher that includes all actuator endpoints.
toAnyEndpoint() - Static method in class org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest
Returns a matcher that includes all actuator endpoints.
toByteArray() - Method in class org.springframework.boot.loader.tools.DefaultLaunchScript
 
toByteArray() - Method in interface org.springframework.boot.loader.tools.LaunchScript
The content of the launch script as a byte array.
toCall(Runnable) - Method in class org.springframework.boot.context.properties.PropertyMapper.Source
Complete the mapping by calling the specified method when the value has not been filtered.
toCamelCase(CharSequence) - Static method in class org.springframework.boot.loader.PropertiesLauncher
 
toCorsConfiguration() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties
 
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.ResourceProperties.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(String) - Constructor for class org.springframework.boot.actuate.autoconfigure.cloudfoundry.Token
 
toLegacyString() - Method in class org.springframework.boot.buildpack.platform.docker.type.ImageName
 
toLegacyString() - Method in class org.springframework.boot.buildpack.platform.docker.type.ImageReference
 
toLinks() - Static method in class org.springframework.boot.actuate.autoconfigure.security.reactive.EndpointRequest
Returns a matcher that matches only on the links endpoint.
toLinks() - Static method in class org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest
Returns a matcher that matches only on the links endpoint.
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
 
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
 
toPhysicalCatalogName(Identifier, JdbcEnvironment) - Method in class org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
 
toPhysicalColumnName(Identifier, JdbcEnvironment) - Method in class org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
 
toPhysicalSchemaName(Identifier, JdbcEnvironment) - Method in class org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
 
toPhysicalSequenceName(Identifier, JdbcEnvironment) - Method in class org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
 
toPhysicalTableName(Identifier, JdbcEnvironment) - Method in class org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
 
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.
toStandardNotationString(LibraryCoordinates) - Static method in interface org.springframework.boot.loader.tools.LibraryCoordinates
Utility method that returns the given coordinates using the standard group:artifact:version form.
toStaticResources() - Static method in class org.springframework.boot.autoconfigure.security.reactive.PathRequest
Returns a StaticResourceRequest that can be used to create a matcher 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.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.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 org.springframework.boot.ansi.AnsiBackground
 
toString() - Method in enum org.springframework.boot.ansi.AnsiColor
 
toString() - Method in interface org.springframework.boot.ansi.AnsiElement
 
toString(Object...) - Static method in class org.springframework.boot.ansi.AnsiOutput
Create a new ANSI string from the specified elements.
toString() - Method in enum org.springframework.boot.ansi.AnsiStyle
 
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 class org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportMessage
 
toString() - Method in class org.springframework.boot.autoconfigure.template.TemplateLocation
 
toString() - Method in class org.springframework.boot.buildpack.platform.build.Creator
 
toString() - Method in class org.springframework.boot.buildpack.platform.docker.LogUpdateEvent
 
toString() - Method in class org.springframework.boot.buildpack.platform.docker.transport.Errors.Error
 
toString() - Method in class org.springframework.boot.buildpack.platform.docker.transport.Errors
 
toString() - Method in class org.springframework.boot.buildpack.platform.docker.transport.Message
 
toString() - Method in class org.springframework.boot.buildpack.platform.docker.type.ContainerConfig
 
toString() - Method in class org.springframework.boot.buildpack.platform.docker.type.ContainerReference
 
toString() - Method in class org.springframework.boot.buildpack.platform.docker.type.ImageName
 
toString() - Method in class org.springframework.boot.buildpack.platform.docker.type.ImageReference
 
toString() - Method in class org.springframework.boot.buildpack.platform.docker.type.LayerId
 
toString() - Method in class org.springframework.boot.buildpack.platform.docker.type.VolumeName
 
toString() - Method in class org.springframework.boot.cli.command.status.ExitStatus
 
toString() - Method in class org.springframework.boot.cli.compiler.dependencies.Dependency.Exclusion
 
toString() - Method in class org.springframework.boot.cli.compiler.dependencies.Dependency
 
toString() - Method in class org.springframework.boot.cli.compiler.grape.RepositoryConfiguration
 
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.filewatch.ChangedFile
 
toString() - Method in class org.springframework.boot.devtools.filewatch.ChangedFiles
 
toString() - Method in class org.springframework.boot.loader.archive.ExplodedArchive
 
toString() - Method in class org.springframework.boot.loader.archive.JarFileArchive
 
toString() - Method in class org.springframework.boot.loader.jar.JarFile
 
toString() - Method in class org.springframework.boot.loader.tools.JavaExecutable
 
toString() - Method in class org.springframework.boot.loader.tools.Layer
 
toString() - Method in interface org.springframework.boot.loader.tools.LibraryScope
 
toString() - Method in class org.springframework.boot.logging.LogFile
 
toString() - Method in class org.springframework.boot.logging.LoggerConfiguration
 
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.system.ApplicationHome
 
toString() - Method in class org.springframework.boot.system.ApplicationPid
 
toString() - Method in class org.springframework.boot.system.ApplicationTemp
 
toString() - Method in enum 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.web.server.MimeMappings.Mapping
 
toString() - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
 
toString() - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
 
toSystemOut() - Static method in interface org.springframework.boot.buildpack.platform.build.BuildLog
Factory method that returns a BuildLog the outputs to System.out.
TotalProgressBar - Class in org.springframework.boot.buildpack.platform.docker
Utility to render a simple progress bar based on consumed TotalProgressEvent objects.
TotalProgressBar(String) - Constructor for class org.springframework.boot.buildpack.platform.docker.TotalProgressBar
Create a new TotalProgressBar instance.
TotalProgressBar(String, PrintStream) - Constructor for class org.springframework.boot.buildpack.platform.docker.TotalProgressBar
Create a new TotalProgressBar instance.
TotalProgressBar(String, char, boolean, PrintStream) - Constructor for class org.springframework.boot.buildpack.platform.docker.TotalProgressBar
Create a new TotalProgressBar instance.
TotalProgressEvent - Class in org.springframework.boot.buildpack.platform.docker
Event published by the TotalProgressPullListener showing the total progress of an operation.
TotalProgressEvent(int) - Constructor for class org.springframework.boot.buildpack.platform.docker.TotalProgressEvent
Create a new TotalProgressEvent with a specific percent value.
TotalProgressPullListener - Class in org.springframework.boot.buildpack.platform.docker
UpdateListener that calculates the total progress of the entire pull operation and publishes TotalProgressEvent.
TotalProgressPullListener(String) - Constructor for class org.springframework.boot.buildpack.platform.docker.TotalProgressPullListener
Create a new TotalProgressPullListener that prints a progress bar to System.out.
TotalProgressPullListener(Consumer<TotalProgressEvent>) - Constructor for class org.springframework.boot.buildpack.platform.docker.TotalProgressPullListener
Create a new TotalProgressPullListener that sends events to the given consumer.
trace(Object) - Method in class org.springframework.boot.logging.DeferredLog
 
trace(Object, Throwable) - Method in class org.springframework.boot.logging.DeferredLog
 
TraceableRequest - Interface in org.springframework.boot.actuate.trace.http
A representation of an HTTP request that is suitable for tracing.
TraceableResponse - Interface in org.springframework.boot.actuate.trace.http
A representation of an HTTP response that is suitable for tracing.
traces() - Method in class org.springframework.boot.actuate.trace.http.HttpTraceEndpoint
 
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
 
TransactionManagementCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
TransactionManagementCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.TransactionManagementCompilerAutoConfiguration
 
transactionManager(SessionFactory, 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
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
 
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
 
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 TunnelClient events.
TunnelConnection - Interface in org.springframework.boot.devtools.tunnel.client
Interface used to manage socket tunnel connections.
type() - Method in enum org.springframework.boot.autoconfigure.cassandra.CassandraProperties.ThrottlerType
 
type(Class<D>) - Method in class org.springframework.boot.jdbc.DataSourceBuilder
 
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 Type 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.
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 
Skip navigation links