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
- T_BOOLEAN - 接口 中的静态变量org.springframework.asm.Opcodes
- T_BYTE - 接口 中的静态变量org.springframework.asm.Opcodes
- T_CHAR - 接口 中的静态变量org.springframework.asm.Opcodes
- T_DOUBLE - 接口 中的静态变量org.springframework.asm.Opcodes
- T_FLOAT - 接口 中的静态变量org.springframework.asm.Opcodes
- T_INT - 接口 中的静态变量org.springframework.asm.Opcodes
- T_LONG - 接口 中的静态变量org.springframework.asm.Opcodes
- T_SHORT - 接口 中的静态变量org.springframework.asm.Opcodes
- TABINDEX_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
- TableMetaDataContext - org.springframework.jdbc.core.metadata中的类
- Class to manage context meta-data used for the configuration and execution of operations on a database table.
- TableMetaDataContext() - 类 的构造器org.springframework.jdbc.core.metadata.TableMetaDataContext
- TableMetaDataProvider - org.springframework.jdbc.core.metadata中的接口
- Interface specifying the API to be implemented by a class providing table meta-data.
- TableMetaDataProviderFactory - org.springframework.jdbc.core.metadata中的类
- Factory used to create a
TableMetaDataProviderimplementation based on the type of database being used. - tableNameToUse(String) - 类 中的方法org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
- tableNameToUse(String) - 接口 中的方法org.springframework.jdbc.core.metadata.TableMetaDataProvider
- Get the table name formatted based on meta-data information.
- TableParameterMetaData - org.springframework.jdbc.core.metadata中的类
- Holder of meta-data for a specific parameter that is used for table processing.
- TableParameterMetaData(String, int, boolean) - 类 的构造器org.springframework.jdbc.core.metadata.TableParameterMetaData
- Constructor taking all the properties.
- TABLESWITCH - 接口 中的静态变量org.springframework.asm.Opcodes
- TagUtils - org.springframework.web.util中的类
- Utility class for tag library related code, exposing functionality such as translating
Stringsto web scopes. - TagUtils() - 类 的构造器org.springframework.web.util.TagUtils
- TagWriter - org.springframework.web.servlet.tags.form中的类
- Utility class for writing HTML content to a
Writerinstance. - TagWriter(Writer) - 类 的构造器org.springframework.web.servlet.tags.form.TagWriter
- TagWriter(PageContext) - 类 的构造器org.springframework.web.servlet.tags.form.TagWriter
- Create a new instance of the
TagWriterclass that writes to the suppliedPageContext. - takeUntilByteCount(Publisher<? extends DataBuffer>, long) - 类 中的静态方法org.springframework.core.io.buffer.DataBufferUtils
- Relay buffers from the given
Publisheruntil the total byte count reaches the given maximum byte count, or until the publisher is complete. - target - 类 中的变量org.springframework.aop.framework.ReflectiveMethodInvocation
- TARGET_CLASS - org.springframework.context.annotation.ScopedProxyMode
- Create a class-based proxy (uses CGLIB).
- targetClass - 类 中的变量org.springframework.util.MethodInvoker
- TargetClassAware - org.springframework.aop中的接口
- Minimal interface for exposing the target class behind a proxy.
- targetObject - 类 中的变量org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
- TargetSource - org.springframework.aop中的接口
- A
TargetSourceis used to obtain the current "target" of an AOP invocation, which will be invoked via reflection if no around advice chooses to end the interceptor chain itself. - TargetSourceCreator - org.springframework.aop.framework.autoproxy中的接口
- Implementations can create special target sources, such as pooling target sources, for particular beans.
- Task - org.springframework.scheduling.config中的类
- Holder class defining a
Runnableto be executed as a task, typically at a scheduled time or interval. - Task(Runnable) - 类 的构造器org.springframework.scheduling.config.Task
- Create a new
Task. - TaskDecorator - org.springframework.core.task中的接口
- A callback interface for a decorator to be applied to any
Runnableabout to be executed. - taskExecutor() - 类 中的方法org.springframework.messaging.simp.config.ChannelRegistration
- Configure the thread pool backing this message channel.
- taskExecutor(ThreadPoolTaskExecutor) - 类 中的方法org.springframework.messaging.simp.config.ChannelRegistration
- Configure the thread pool backing this message channel using a custom ThreadPoolTaskExecutor.
- TaskExecutor - org.springframework.core.task中的接口
- Simple task executor interface that abstracts the execution of a
Runnable. - TaskExecutorAdapter - org.springframework.core.task.support中的类
- Adapter that takes a JDK
java.util.concurrent.Executorand exposes a SpringTaskExecutorfor it. - TaskExecutorAdapter(Executor) - 类 的构造器org.springframework.core.task.support.TaskExecutorAdapter
- Create a new TaskExecutorAdapter, using the given JDK concurrent executor.
- TaskExecutorFactoryBean - org.springframework.scheduling.config中的类
FactoryBeanfor creatingThreadPoolTaskExecutorinstances, primarily used behind the XML task namespace.- TaskExecutorFactoryBean() - 类 的构造器org.springframework.scheduling.config.TaskExecutorFactoryBean
- TaskExecutorRegistration - org.springframework.messaging.simp.config中的类
- A registration class for customizing the properties of
ThreadPoolTaskExecutor. - TaskExecutorRegistration() - 类 的构造器org.springframework.messaging.simp.config.TaskExecutorRegistration
- Create a new
TaskExecutorRegistrationfor a defaultThreadPoolTaskExecutor. - TaskExecutorRegistration(ThreadPoolTaskExecutor) - 类 的构造器org.springframework.messaging.simp.config.TaskExecutorRegistration
- Create a new
TaskExecutorRegistrationfor a givenThreadPoolTaskExecutor. - TaskManagementConfigUtils - org.springframework.scheduling.config中的类
- Configuration constants for internal sharing across subpackages.
- TaskManagementConfigUtils() - 类 的构造器org.springframework.scheduling.config.TaskManagementConfigUtils
- TaskNamespaceHandler - org.springframework.scheduling.config中的类
NamespaceHandlerfor the 'task' namespace.- TaskNamespaceHandler() - 类 的构造器org.springframework.scheduling.config.TaskNamespaceHandler
- TaskRejectedException - org.springframework.core.task中的异常错误
- Exception thrown when a
TaskExecutorrejects to accept a given task for execution. - TaskRejectedException(String) - 异常错误 的构造器org.springframework.core.task.TaskRejectedException
- Create a new
TaskRejectedExceptionwith the specified detail message and no root cause. - TaskRejectedException(String, Throwable) - 异常错误 的构造器org.springframework.core.task.TaskRejectedException
- Create a new
TaskRejectedExceptionwith the specified detail message and the given root cause. - TaskScheduler - org.springframework.scheduling中的接口
- Task scheduler interface that abstracts the scheduling of
Runnablesbased on different kinds of triggers. - TaskTimeoutException - org.springframework.core.task中的异常错误
- Exception thrown when a
AsyncTaskExecutorrejects to accept a given task for execution because of the specified timeout. - TaskTimeoutException(String) - 异常错误 的构造器org.springframework.core.task.TaskTimeoutException
- Create a new
TaskTimeoutExceptionwith the specified detail message and no root cause. - TaskTimeoutException(String, Throwable) - 异常错误 的构造器org.springframework.core.task.TaskTimeoutException
- Create a new
TaskTimeoutExceptionwith the specified detail message and the given root cause. - TaskUtils - org.springframework.scheduling.support中的类
- Utility methods for decorating tasks with error handling.
- TaskUtils() - 类 的构造器org.springframework.scheduling.support.TaskUtils
- TcpConnection<P> - org.springframework.messaging.tcp中的接口
- A contract for sending messages and managing a TCP connection.
- TcpConnectionHandler<P> - org.springframework.messaging.tcp中的接口
- A contract for managing lifecycle events for a TCP connection including the handling of incoming messages.
- TcpOperations<P> - org.springframework.messaging.tcp中的接口
- A contract for establishing TCP connections.
- TE - 类 中的静态变量org.springframework.http.HttpHeaders
- The HTTP
TEheader field name. - TEMP_DIR_CONTEXT_ATTRIBUTE - 类 中的静态变量org.springframework.web.util.WebUtils
- Standard Servlet spec context attribute that specifies a temporary directory for the current web application, of type
java.io.File. - TEMPLATE_AND_VALUES - org.springframework.web.util.DefaultUriBuilderFactory.EncodingMode
- Pre-encode the URI template first, then strictly encode URI variables when expanded, with the following rules: For the URI template replace only non-ASCII and illegal (within a given URI component type) characters with escaped octets.
- TEMPLATE_EXPRESSION - 接口 中的静态变量org.springframework.expression.ParserContext
- The default ParserContext implementation that enables template expression parsing mode.
- TemplateAwareExpressionParser - org.springframework.expression.common中的类
- An expression parser that understands templates.
- TemplateAwareExpressionParser() - 类 的构造器org.springframework.expression.common.TemplateAwareExpressionParser
- TemplateParserContext - org.springframework.expression.common中的类
- Configurable
ParserContextimplementation for template parsing. - TemplateParserContext() - 类 的构造器org.springframework.expression.common.TemplateParserContext
- Create a new TemplateParserContext with the default "#{" prefix and "}" suffix.
- TemplateParserContext(String, String) - 类 的构造器org.springframework.expression.common.TemplateParserContext
- Create a new TemplateParserContext for the given prefix and suffix.
- TemporalAccessorParser - org.springframework.format.datetime.standard中的类
Parserimplementation for a JSR-310TemporalAccessor, using aDateTimeFormatter) (the contextual one, if available).- TemporalAccessorParser(Class<? extends TemporalAccessor>, DateTimeFormatter) - 类 的构造器org.springframework.format.datetime.standard.TemporalAccessorParser
- Create a new TemporalAccessorParser for the given TemporalAccessor type.
- TemporalAccessorPrinter - org.springframework.format.datetime.standard中的类
Printerimplementation for a JSR-310TemporalAccessor, using aDateTimeFormatter) (the contextual one, if available).- TemporalAccessorPrinter(DateTimeFormatter) - 类 的构造器org.springframework.format.datetime.standard.TemporalAccessorPrinter
- Create a new TemporalAccessorPrinter.
- TEMPORARY_REDIRECT - org.springframework.http.HttpStatus
307 Temporary Redirect.- TemporaryLobCreator - org.springframework.jdbc.support.lob中的类
LobCreatorimplementation based on temporary LOBs, using JDBC 4.0'sConnection.createBlob()/Connection.createClob()mechanism.- TemporaryLobCreator() - 类 的构造器org.springframework.jdbc.support.lob.TemporaryLobCreator
- temporaryRedirect(URI) - 接口 中的静态方法org.springframework.web.reactive.function.server.ServerResponse
- Create a builder with a 307 Temporary Redirect status and a location header set to the given URI.
- temporaryRedirect(URI) - 接口 中的静态方法org.springframework.web.servlet.function.ServerResponse
- Create a builder with a 307 Temporary Redirect status and a location header set to the given URI.
- TERABYTES - org.springframework.util.unit.DataUnit
- Terabytes, represented by suffix
TB. - TERMINATE - org.springframework.web.socket.handler.ConcurrentWebSocketSessionDecorator.OverflowStrategy
- Throw
SessionLimitExceededExceptionthat would will result in the session being terminated. - Ternary - org.springframework.expression.spel.ast中的类
- Represents a ternary expression, for example: "someCheck()?
- Ternary(int, int, SpelNodeImpl...) - 类 的构造器org.springframework.expression.spel.ast.Ternary
- test(Class<?>) - 类 中的方法org.springframework.web.method.HandlerTypePredicate
- test(ServerRequest) - 接口 中的方法org.springframework.web.reactive.function.server.RequestPredicate
- Evaluate this predicate on the given request.
- test(ServerRequest) - 接口 中的方法org.springframework.web.servlet.function.RequestPredicate
- Evaluate this predicate on the given request.
- TEST_CONSTRUCTOR_AUTOWIRE_MODE_PROPERTY_NAME - 注释类型 中的静态变量org.springframework.test.context.TestConstructor
- JVM system property used to change the default test constructor autowire mode: "spring.test.constructor.autowire.mode".
- TestAnnotationUtils - org.springframework.test.annotation中的类
- Collection of utility methods for working with Spring's core testing annotations.
- TestAnnotationUtils() - 类 的构造器org.springframework.test.annotation.TestAnnotationUtils
- testConnection() - 类 中的方法org.springframework.mail.javamail.JavaMailSenderImpl
- Validate that this instance can connect to the server that it is configured for.
- TestConstructor - org.springframework.test.context中的注释类型
@TestConstructoris a type-level annotation that is used to configure how the parameters of a test class constructor are autowired from components in the test'sApplicationContext.- TestConstructor.AutowireMode - org.springframework.test.context中的枚举
- Defines autowiring modes for parameters in a test constructor.
- TestConstructorUtils - org.springframework.test.context.support中的类
- Utility methods for working with
@TestConstructor. - TestContext - org.springframework.test.context中的接口
TestContextencapsulates the context in which a test is executed, agnostic of the actual testing framework in use.- TestContextBootstrapper - org.springframework.test.context中的接口
TestContextBootstrapperdefines the SPI for bootstrapping the Spring TestContext Framework.- TestContextEvent - org.springframework.test.context.event中的类
- Base class for events published by the
EventPublishingTestExecutionListener. - TestContextEvent(TestContext) - 类 的构造器org.springframework.test.context.event.TestContextEvent
- Create a new
TestContextEvent. - TestContextManager - org.springframework.test.context中的类
TestContextManageris the main entry point into the Spring TestContext Framework.- TestContextManager(Class<?>) - 类 的构造器org.springframework.test.context.TestContextManager
- Construct a new
TestContextManagerfor the supplied test class. - TestContextManager(TestContextBootstrapper) - 类 的构造器org.springframework.test.context.TestContextManager
- Construct a new
TestContextManagerusing the suppliedTestContextBootstrapperand register the necessaryTestExecutionListeners. - TestContextResourceUtils - org.springframework.test.context.util中的类
- Utility methods for working with resources within the Spring TestContext Framework.
- TestContextResourceUtils() - 类 的构造器org.springframework.test.context.util.TestContextResourceUtils
- TestContextTransactionUtils - org.springframework.test.context.transaction中的类
- Utility methods for working with transactions and data access related beans within the Spring TestContext Framework.
- TestContextTransactionUtils() - 类 的构造器org.springframework.test.context.transaction.TestContextTransactionUtils
- TestExecutionListener - org.springframework.test.context中的接口
TestExecutionListenerdefines a listener API for reacting to test execution events published by theTestContextManagerwith which the listener is registered.- TestExecutionListeners - org.springframework.test.context中的注释类型
TestExecutionListenersdefines class-level metadata for configuring whichTestExecutionListenersshould be registered with aTestContextManager.- TestExecutionListeners.MergeMode - org.springframework.test.context中的枚举
- Enumeration of modes that dictate whether or not explicitly declared listeners are merged with the default listeners when
@TestExecutionListenersis declared on a class that does not inherit listeners from a superclass. - TestPropertySource - org.springframework.test.context中的注释类型
@TestPropertySourceis a class-level annotation that is used to configure theTestPropertySource.locations()of properties files and inlinedTestPropertySource.properties()to be added to theEnvironment's set ofPropertySourcesfor anApplicationContextfor integration tests.- TestPropertySources - org.springframework.test.context中的注释类型
@TestPropertySourcesis a container for one or more@TestPropertySourcedeclarations.- TestPropertySourceUtils - org.springframework.test.context.support中的类
- Utility methods for working with
@TestPropertySourceand adding testPropertySourcesto theEnvironment. - TestPropertySourceUtils() - 类 的构造器org.springframework.test.context.support.TestPropertySourceUtils
- testRegistry(Registry) - 类 中的方法org.springframework.remoting.rmi.RmiRegistryFactoryBean
- Test the given RMI registry, calling some operation on it to check whether it is still active.
- testRegistry(Registry) - 类 中的方法org.springframework.remoting.rmi.RmiServiceExporter
- Test the given RMI registry, calling some operation on it to check whether it is still active.
- TestTransaction - org.springframework.test.context.transaction中的类
TestTransactionprovides a collection of static utility methods for programmatic interaction with test-managed transactions within test methods, before methods, and after methods.- TEXT - org.springframework.jms.support.converter.MessageType
- A
TextMessage. - TEXT - org.springframework.web.reactive.socket.WebSocketMessage.Type
- Text WebSocket message.
- TEXT_EVENT_STREAM - 类 中的静态变量org.springframework.http.MediaType
- Public constant media type for
text/event-stream. - TEXT_EVENT_STREAM_VALUE - 类 中的静态变量org.springframework.http.MediaType
- A String equivalent of
MediaType.TEXT_EVENT_STREAM. - TEXT_HTML - 类 中的静态变量org.springframework.http.MediaType
- Public constant media type for
text/html. - TEXT_HTML - 类 中的静态变量org.springframework.util.MimeTypeUtils
- Public constant mime type for
text/html. - TEXT_HTML_VALUE - 类 中的静态变量org.springframework.http.MediaType
- A String equivalent of
MediaType.TEXT_HTML. - TEXT_HTML_VALUE - 类 中的静态变量org.springframework.util.MimeTypeUtils
- A String equivalent of
MimeTypeUtils.TEXT_HTML. - TEXT_MARKDOWN - 类 中的静态变量org.springframework.http.MediaType
- Public constant media type for
text/markdown. - TEXT_MARKDOWN_VALUE - 类 中的静态变量org.springframework.http.MediaType
- A String equivalent of
MediaType.TEXT_MARKDOWN. - TEXT_PLAIN - 类 中的静态变量org.springframework.http.MediaType
- Public constant media type for
text/plain. - TEXT_PLAIN - 类 中的静态变量org.springframework.util.MimeTypeUtils
- Public constant mime type for
text/plain. - TEXT_PLAIN_VALUE - 类 中的静态变量org.springframework.http.MediaType
- A String equivalent of
MediaType.TEXT_PLAIN. - TEXT_PLAIN_VALUE - 类 中的静态变量org.springframework.util.MimeTypeUtils
- A String equivalent of
MimeTypeUtils.TEXT_PLAIN. - TEXT_XML - 类 中的静态变量org.springframework.http.MediaType
- Public constant media type for
text/xml. - TEXT_XML - 类 中的静态变量org.springframework.util.MimeTypeUtils
- Public constant mime type for
text/xml. - TEXT_XML_VALUE - 类 中的静态变量org.springframework.http.MediaType
- A String equivalent of
MediaType.TEXT_XML. - TEXT_XML_VALUE - 类 中的静态变量org.springframework.util.MimeTypeUtils
- A String equivalent of
MimeTypeUtils.TEXT_XML. - TextareaTag - org.springframework.web.servlet.tags.form中的类
- The
<textarea>tag renders an HTML 'textarea'. - TextareaTag() - 类 的构造器org.springframework.web.servlet.tags.form.TextareaTag
- TextDecoder() - 类 的构造器org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport.TextDecoder
- TextEncoder() - 类 的构造器org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport.TextEncoder
- textMessage(String) - 类 中的方法org.springframework.web.reactive.socket.adapter.AbstractWebSocketSession
- textMessage(String) - 接口 中的方法org.springframework.web.reactive.socket.WebSocketSession
- Factory method to create a text
WebSocketMessageusing theWebSocketSession.bufferFactory()for the session. - TextMessage - org.springframework.web.socket中的类
- A text WebSocket message.
- TextMessage(byte[]) - 类 的构造器org.springframework.web.socket.TextMessage
- Create a new text WebSocket message from the given byte[].
- TextMessage(CharSequence) - 类 的构造器org.springframework.web.socket.TextMessage
- Create a new text WebSocket message from the given CharSequence payload.
- TextMessage(CharSequence, boolean) - 类 的构造器org.springframework.web.socket.TextMessage
- Create a new text WebSocket message with the given payload representing the full or partial message content.
- textPlainOnly() - 类 中的静态方法org.springframework.core.codec.CharSequenceEncoder
- Create a
CharSequenceEncoderthat supports only "text/plain". - textPlainOnly() - 类 中的静态方法org.springframework.core.codec.StringDecoder
- Create a
StringDecoderfor"text/plain". - textPlainOnly(boolean) - 类 中的静态方法org.springframework.core.codec.StringDecoder
- 已过时。as of Spring 5.0.4, in favor of
StringDecoder.textPlainOnly()orStringDecoder.textPlainOnly(List, boolean) - textPlainOnly(List<String>, boolean) - 类 中的静态方法org.springframework.core.codec.StringDecoder
- Create a
StringDecoderfor"text/plain". - TextWebSocketHandler - org.springframework.web.socket.handler中的类
- A convenient base class for
WebSocketHandlerimplementations that process text messages only. - TextWebSocketHandler() - 类 的构造器org.springframework.web.socket.handler.TextWebSocketHandler
- Theme - org.springframework.ui.context中的接口
- A Theme can resolve theme-specific messages, codes, file paths, etcetera (e.g. CSS and image files in a web environment).
- THEME_REQUEST_ATTRIBUTE_NAME - 类 中的静态变量org.springframework.web.servlet.theme.CookieThemeResolver
- Name of the request attribute that holds the theme name.
- THEME_RESOLVER_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.DispatcherServlet
- Request attribute to hold the current ThemeResolver, retrievable by views.
- THEME_RESOLVER_BEAN_NAME - 类 中的静态变量org.springframework.web.servlet.DispatcherServlet
- Well-known name for the ThemeResolver object in the bean factory for this namespace.
- THEME_SESSION_ATTRIBUTE_NAME - 类 中的静态变量org.springframework.web.servlet.theme.SessionThemeResolver
- Name of the session attribute that holds the theme name.
- THEME_SOURCE_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.DispatcherServlet
- Request attribute to hold the current ThemeSource, retrievable by views.
- THEME_SOURCE_BEAN_NAME - 类 中的静态变量org.springframework.ui.context.support.UiApplicationContextUtils
- Name of the ThemeSource bean in the factory.
- ThemeChangeInterceptor - org.springframework.web.servlet.theme中的类
- Interceptor that allows for changing the current theme on every request, via a configurable request parameter (default parameter name: "theme").
- ThemeChangeInterceptor() - 类 的构造器org.springframework.web.servlet.theme.ThemeChangeInterceptor
- ThemeResolver - org.springframework.web.servlet中的接口
- Interface for web-based theme resolution strategies that allows for both theme resolution via the request and theme modification via request and response.
- ThemeSource - org.springframework.ui.context中的接口
- Interface to be implemented by objects that can resolve
Themes. - ThemeTag - org.springframework.web.servlet.tags中的类
- The
<theme>tag looks up a theme message in the scope of this page. - ThemeTag() - 类 的构造器org.springframework.web.servlet.tags.ThemeTag
- ThreadLocalTargetSource - org.springframework.aop.target中的类
- Alternative to an object pool.
- ThreadLocalTargetSource() - 类 的构造器org.springframework.aop.target.ThreadLocalTargetSource
- ThreadLocalTargetSourceStats - org.springframework.aop.target中的接口
- Statistics for a ThreadLocal TargetSource.
- ThreadPoolExecutorFactoryBean - org.springframework.scheduling.concurrent中的类
- JavaBean that allows for configuring a
ThreadPoolExecutorin bean style (through its "corePoolSize", "maxPoolSize", "keepAliveSeconds", "queueCapacity" properties) and exposing it as a bean reference of its nativeExecutorServicetype. - ThreadPoolExecutorFactoryBean() - 类 的构造器org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
- ThreadPoolTaskExecutor - org.springframework.scheduling.concurrent中的类
- JavaBean that allows for configuring a
ThreadPoolExecutorin bean style (through its "corePoolSize", "maxPoolSize", "keepAliveSeconds", "queueCapacity" properties) and exposing it as a SpringTaskExecutor. - ThreadPoolTaskExecutor() - 类 的构造器org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
- ThreadPoolTaskScheduler - org.springframework.scheduling.concurrent中的类
- Implementation of Spring's
TaskSchedulerinterface, wrapping a nativeScheduledThreadPoolExecutor. - ThreadPoolTaskScheduler() - 类 的构造器org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
- ThrowableWrapper(Throwable) - 异常错误 的构造器org.springframework.cache.interceptor.CacheOperationInvoker.ThrowableWrapper
- THROWS - 类 中的静态变量org.springframework.asm.TypeReference
- The sort of type references that target the type of an exception declared in the throws clause of a method.
- ThrowsAdvice - org.springframework.aop中的接口
- Tag interface for throws advice.
- ThrowsAdviceInterceptor - org.springframework.aop.framework.adapter中的类
- Interceptor to wrap an after-throwing advice.
- ThrowsAdviceInterceptor(Object) - 类 的构造器org.springframework.aop.framework.adapter.ThrowsAdviceInterceptor
- Create a new ThrowsAdviceInterceptor for the given ThrowsAdvice.
- tiles() - 类 中的方法org.springframework.web.servlet.config.annotation.ViewResolverRegistry
- Register Tiles 3.x view resolver.
- TilesConfigurer - org.springframework.web.servlet.view.tiles3中的类
- Helper class to configure Tiles 3.x for the Spring Framework.
- TilesConfigurer() - 类 的构造器org.springframework.web.servlet.view.tiles3.TilesConfigurer
- TilesConfigurerBeanDefinitionParser - org.springframework.web.servlet.config中的类
- Parse the
<mvc:tiles-configurer>MVC namespace element and register a correspondingTilesConfigurerbean. - TilesConfigurerBeanDefinitionParser() - 类 的构造器org.springframework.web.servlet.config.TilesConfigurerBeanDefinitionParser
- TilesView - org.springframework.web.servlet.view.tiles3中的类
Viewimplementation that renders through the Tiles Request API.- TilesView() - 类 的构造器org.springframework.web.servlet.view.tiles3.TilesView
- TilesViewResolver - org.springframework.web.servlet.view.tiles3中的类
- Convenience subclass of
UrlBasedViewResolverthat supportsTilesView(i.e. - TilesViewResolver() - 类 的构造器org.springframework.web.servlet.view.tiles3.TilesViewResolver
- TIME - org.springframework.format.annotation.DateTimeFormat.ISO
- The most common ISO Time Format
HH:mm:ss.SSSXXX, e.g. "01:30:00.000-05:00". - TIME_ZONE_REQUEST_ATTRIBUTE_NAME - 类 中的静态变量org.springframework.web.servlet.i18n.CookieLocaleResolver
- The name of the request attribute that holds the
TimeZone. - TIME_ZONE_SESSION_ATTRIBUTE_NAME - 类 中的静态变量org.springframework.web.servlet.i18n.SessionLocaleResolver
- Name of the session attribute that holds the TimeZone.
- Timed - org.springframework.test.annotation中的注释类型
- Test annotation for use with JUnit 4 to indicate that a test method has to finish execution in a specified time period.
- timeout() - 注释类型 中的方法org.springframework.transaction.annotation.Transactional
- The timeout for this transaction (in seconds).
- TIMEOUT_DEFAULT - 接口 中的静态变量org.springframework.transaction.TransactionDefinition
- Use the default timeout of the underlying transaction system, or none if timeouts are not supported.
- TIMEOUT_IMMEDIATE - 接口 中的静态变量org.springframework.core.task.AsyncTaskExecutor
- Constant that indicates immediate execution.
- TIMEOUT_INDEFINITE - 接口 中的静态变量org.springframework.core.task.AsyncTaskExecutor
- Constant that indicates no time limit.
- TimeoutCallableProcessingInterceptor - org.springframework.web.context.request.async中的类
- Sends a 503 (SERVICE_UNAVAILABLE) in case of a timeout if the response is not already committed.
- TimeoutCallableProcessingInterceptor() - 类 的构造器org.springframework.web.context.request.async.TimeoutCallableProcessingInterceptor
- TimeoutDeferredResultProcessingInterceptor - org.springframework.web.context.request.async中的类
- Sends a 503 (SERVICE_UNAVAILABLE) in case of a timeout if the response is not already committed.
- TimeoutDeferredResultProcessingInterceptor() - 类 的构造器org.springframework.web.context.request.async.TimeoutDeferredResultProcessingInterceptor
- timerExpired(Timer) - 类 中的方法org.springframework.scheduling.commonj.DelegatingTimerListener
- 已过时。Delegates execution to the underlying Runnable.
- TimerManagerAccessor - org.springframework.scheduling.commonj中的类
- 已过时。as of 5.1, in favor of EE 7's
DefaultManagedTaskScheduler - TimerManagerAccessor() - 类 的构造器org.springframework.scheduling.commonj.TimerManagerAccessor
- 已过时。
- TimerManagerFactoryBean - org.springframework.scheduling.commonj中的类
- 已过时。as of 5.1, in favor of EE 7's
DefaultManagedTaskScheduler - TimerManagerFactoryBean() - 类 的构造器org.springframework.scheduling.commonj.TimerManagerFactoryBean
- 已过时。
- TimerManagerTaskScheduler - org.springframework.scheduling.commonj中的类
- 已过时。as of 5.1, in favor of EE 7's
DefaultManagedTaskScheduler - TimerManagerTaskScheduler() - 类 的构造器org.springframework.scheduling.commonj.TimerManagerTaskScheduler
- 已过时。
- times(int) - 类 中的静态方法org.springframework.test.web.client.ExpectedCount
- Exactly N times.
- TIMESTAMP - 接口 中的静态变量org.springframework.jms.support.JmsHeaders
- Date and time of the message sending operation.
- TIMESTAMP - 类 中的静态变量org.springframework.messaging.MessageHeaders
- The key for the message timestamp.
- timeZone(String) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
- Override the default
TimeZoneto use for formatting. - timeZone(TimeZone) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
- Override the default
TimeZoneto use for formatting. - TimeZoneAwareLocaleContext - org.springframework.context.i18n中的接口
- Extension of
LocaleContext, adding awareness of the current time zone. - TimeZoneEditor - org.springframework.beans.propertyeditors中的类
- Editor for
java.util.TimeZone, translating timezone IDs intoTimeZoneobjects. - TimeZoneEditor() - 类 的构造器org.springframework.beans.propertyeditors.TimeZoneEditor
- TITLE_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
- TLS_HANDSHAKE_FAILURE - 类 中的静态变量org.springframework.web.reactive.socket.CloseStatus
- "1015 is a reserved value and MUST NOT be set as a status code in a Close control frame by an endpoint.
- TLS_HANDSHAKE_FAILURE - 类 中的静态变量org.springframework.web.socket.CloseStatus
- "1015 is a reserved value and MUST NOT be set as a status code in a Close control frame by an endpoint.
- toAbsolutePath(String, HttpServletRequest) - 类 中的方法org.springframework.web.servlet.resource.ResourceTransformerSupport
- Transform the given relative request path to an absolute path, taking the path of the given request as a point of reference.
- toAbsolutePath(String, ServerWebExchange) - 类 中的方法org.springframework.web.reactive.resource.ResourceTransformerSupport
- Transform the given relative request path to an absolute path, taking the path of the given request as a point of reference.
- toAnnotationArray() - 类 中的静态方法org.springframework.core.annotation.MergedAnnotationCollectors
- Create a new
Collectorthat accumulates merged annotations to anAnnotationarray containing synthesized versions. - toAnnotationArray(IntFunction<R[]>) - 类 中的静态方法org.springframework.core.annotation.MergedAnnotationCollectors
- Create a new
Collectorthat accumulates merged annotations to anAnnotationarray containing synthesized versions. - toAnnotationSet() - 类 中的静态方法org.springframework.core.annotation.MergedAnnotationCollectors
- Create a new
Collectorthat accumulates merged annotations to aLinkedHashSetcontaining synthesized versions. - toArray() - 类 中的方法org.springframework.util.AutoPopulatingList
- toArray(Enumeration<E>, A[]) - 类 中的静态方法org.springframework.util.CollectionUtils
- Marshal the elements from the given enumeration into an array of the given type.
- toArray(T[]) - 类 中的方法org.springframework.util.AutoPopulatingList
- toBodilessEntity() - 接口 中的方法org.springframework.web.reactive.function.client.ClientResponse
- Return this response as a delayed
ResponseEntitycontaining status and headers, but no body. - toBodilessEntity() - 类 中的方法org.springframework.web.reactive.function.client.support.ClientResponseWrapper
- toBodilessEntity() - 接口 中的方法org.springframework.web.reactive.function.client.WebClient.ResponseSpec
- Return the response as a delayed
ResponseEntitycontaining status and headers, but no body. - toBoolean(TypeConverter, TypedValue) - 类 中的静态方法org.springframework.expression.common.ExpressionUtils
- Attempt to convert a typed value to a boolean using the supplied type converter.
- toBoxedDescriptor(String) - 类 中的静态方法org.springframework.expression.spel.CodeFlow
- toByte(TypeConverter, TypedValue) - 类 中的静态方法org.springframework.expression.common.ExpressionUtils
- Attempt to convert a typed value to a byte using the supplied type converter.
- toByteArray() - 类 中的方法org.springframework.asm.ClassWriter
- Returns the content of the class file that was built by this ClassWriter.
- toByteArray() - 类 中的方法org.springframework.jca.cci.core.support.CommAreaRecord
- toByteArray() - 类 中的方法org.springframework.util.FastByteArrayOutputStream
- Creates a newly allocated byte array.
- toByteArrayUnsafe() - 类 中的方法org.springframework.util.FastByteArrayOutputStream
- Convert the stream's data to a byte array and return the byte array.
- toByteBuf(DataBuffer) - 类 中的静态方法org.springframework.core.io.buffer.NettyDataBufferFactory
- Return the given Netty
DataBufferas aByteBuf. - toBytes() - 类 中的方法org.springframework.util.unit.DataSize
- Return the number of bytes in this instance.
- toChar(TypeConverter, TypedValue) - 类 中的静态方法org.springframework.expression.common.ExpressionUtils
- Attempt to convert a typed value to a char using the supplied type converter.
- toClass() - 类 中的方法org.springframework.core.ResolvableType
- Return this type as a resolved
Class, falling back toObjectif no specific class can be resolved. - toClassArray(Collection<Class<?>>) - 类 中的静态方法org.springframework.util.ClassUtils
- Copy the given
Collectioninto aClassarray. - toCode(Object, String) - 类 中的方法org.springframework.core.Constants
- Look up the given value within the given group of constants.
- toCodeForProperty(Object, String) - 类 中的方法org.springframework.core.Constants
- Look up the given value within the group of constants for the given bean property name.
- toCodeForSuffix(Object, String) - 类 中的方法org.springframework.core.Constants
- Look up the given value within the given group of constants.
- toCommaDelimitedString(List<String>) - 类 中的方法org.springframework.http.HttpHeaders
- Turn the given list of header values into a comma-delimited result.
- toDataBuffers() - 类 中的静态方法org.springframework.web.reactive.function.BodyExtractors
- Extractor that returns the raw
DataBuffers. - toDelimitedString(String...) - 枚举 中的静态方法org.springframework.validation.DefaultMessageCodesResolver.Format
- Concatenate the given elements, delimiting each with
DefaultMessageCodesResolver.CODE_SEPARATOR, skipping zero-length or null elements altogether. - toDescriptor(Class<?>) - 类 中的静态方法org.springframework.expression.spel.CodeFlow
- Deduce the descriptor for a type.
- toDescriptorFromObject(Object) - 类 中的静态方法org.springframework.expression.spel.CodeFlow
- Determine the descriptor for an object instance (or
null). - toDescriptors(Class<?>[]) - 类 中的静态方法org.springframework.expression.spel.CodeFlow
- Create an array of descriptors from an array of classes.
- toDetailedString() - 异常错误 中的方法org.springframework.expression.ExpressionException
- Return a detailed description of this exception, including the expression String and position (if available) as well as the actual exception message.
- toDetailedString() - 异常错误 中的方法org.springframework.web.util.pattern.PatternParseException
- Return a detailed message that includes the original pattern text with a pointer to the error position, as well as the error message.
- toDouble(TypeConverter, TypedValue) - 类 中的静态方法org.springframework.expression.common.ExpressionUtils
- Attempt to convert a typed value to a double using the supplied type converter.
- toEntity(Class<T>) - 接口 中的方法org.springframework.web.reactive.function.client.ClientResponse
- Return this response as a delayed
ResponseEntity. - toEntity(Class<T>) - 类 中的方法org.springframework.web.reactive.function.client.support.ClientResponseWrapper
- toEntity(Class<T>) - 接口 中的方法org.springframework.web.reactive.function.client.WebClient.ResponseSpec
- Return the response as a delayed
ResponseEntity. - toEntity(ParameterizedTypeReference<T>) - 接口 中的方法org.springframework.web.reactive.function.client.ClientResponse
- Return this response as a delayed
ResponseEntity. - toEntity(ParameterizedTypeReference<T>) - 类 中的方法org.springframework.web.reactive.function.client.support.ClientResponseWrapper
- toEntity(ParameterizedTypeReference<T>) - 接口 中的方法org.springframework.web.reactive.function.client.WebClient.ResponseSpec
- Return the response as a delayed
ResponseEntity. - toEntityList(Class<T>) - 接口 中的方法org.springframework.web.reactive.function.client.ClientResponse
- Return this response as a delayed list of
ResponseEntitys. - toEntityList(Class<T>) - 类 中的方法org.springframework.web.reactive.function.client.support.ClientResponseWrapper
- toEntityList(Class<T>) - 接口 中的方法org.springframework.web.reactive.function.client.WebClient.ResponseSpec
- Return the response as a delayed list of
ResponseEntitys. - toEntityList(ParameterizedTypeReference<T>) - 接口 中的方法org.springframework.web.reactive.function.client.ClientResponse
- Return this response as a delayed list of
ResponseEntitys. - toEntityList(ParameterizedTypeReference<T>) - 类 中的方法org.springframework.web.reactive.function.client.support.ClientResponseWrapper
- toEntityList(ParameterizedTypeReference<T>) - 接口 中的方法org.springframework.web.reactive.function.client.WebClient.ResponseSpec
- Return the response as a delayed list of
ResponseEntitys. - toFloat(TypeConverter, TypedValue) - 类 中的静态方法org.springframework.expression.common.ExpressionUtils
- Attempt to convert a typed value to a float using the supplied type converter.
- toFlux(Class<? extends T>) - 类 中的静态方法org.springframework.web.reactive.function.BodyExtractors
- Extractor to decode the input content into
Flux<T>. - toFlux(ParameterizedTypeReference<T>) - 类 中的静态方法org.springframework.web.reactive.function.BodyExtractors
- Variant of
BodyExtractors.toFlux(Class)for type information with generics. - toFormData() - 类 中的静态方法org.springframework.web.reactive.function.BodyExtractors
- Extractor to read form data into
MultiValueMap<String, String>. - toFrame(WebSocketMessage) - 类 中的方法org.springframework.web.reactive.socket.adapter.NettyWebSocketSessionSupport
- toGigabytes() - 类 中的方法org.springframework.util.unit.DataSize
- Return the number of gigabytes in this instance.
- toHeaderName(String) - 类 中的方法org.springframework.jms.support.SimpleJmsHeaderMapper
- Add the inbound prefix if necessary.
- toHeaderName(String) - 类 中的方法org.springframework.messaging.support.AbstractHeaderMapper
- Generate the name to use to set the header defined by the specified
propertyNameto theMessageHeadersinstance. - toHeaders(Message) - 类 中的方法org.springframework.jms.support.SimpleJmsHeaderMapper
- toHeaders(T) - 接口 中的方法org.springframework.messaging.support.HeaderMapper
- Map from the given target message to abstracted
MessageHeaders. - toHttpHandler(RouterFunction<?>) - 类 中的静态方法org.springframework.web.reactive.function.server.RouterFunctions
- Convert the given router function into a
HttpHandler. - toHttpHandler(RouterFunction<?>, HandlerStrategies) - 类 中的静态方法org.springframework.web.reactive.function.server.RouterFunctions
- Convert the given router function into a
HttpHandler, using the given strategies. - toInt(TypeConverter, TypedValue) - 类 中的静态方法org.springframework.expression.common.ExpressionUtils
- Attempt to convert a typed value to an int using the supplied type converter.
- toIterator(Enumeration<E>) - 类 中的静态方法org.springframework.util.CollectionUtils
- Adapt an
Enumerationto anIterator. - toJvmDescriptor(Class<?>) - 类 中的静态方法org.springframework.expression.spel.CodeFlow
- Determine the JVM descriptor for a specified class.
- tokenize(String) - 类 中的静态方法org.springframework.util.MimeTypeUtils
- Tokenize the given comma-separated string of
MimeTypeobjects into aList<String>. - tokenizePath(String) - 类 中的方法org.springframework.util.AntPathMatcher
- Tokenize the given path into parts, based on this matcher's settings.
- tokenizePattern(String) - 类 中的方法org.springframework.util.AntPathMatcher
- Tokenize the given path pattern into parts, based on this matcher's settings.
- tokenizeToStringArray(String, String) - 类 中的静态方法org.springframework.util.StringUtils
- tokenizeToStringArray(String, String, boolean, boolean) - 类 中的静态方法org.springframework.util.StringUtils
- toKilobytes() - 类 中的方法org.springframework.util.unit.DataSize
- Return the number of kilobytes in this instance.
- toLanguageTag(Locale) - 类 中的静态方法org.springframework.util.StringUtils
- 已过时。as of 5.0.4, in favor of
Locale.toLanguageTag() - toListenableFuture(Object, MethodParameter) - 接口 中的方法org.springframework.messaging.handler.invocation.AsyncHandlerMethodReturnValueHandler
- Adapt the asynchronous return value to a
ListenableFuture. - toListenableFuture(Object, MethodParameter) - 类 中的方法org.springframework.messaging.handler.invocation.CompletableFutureReturnValueHandler
- toListenableFuture(Object, MethodParameter) - 类 中的方法org.springframework.messaging.handler.invocation.HandlerMethodReturnValueHandlerComposite
- toListenableFuture(Object, MethodParameter) - 类 中的方法org.springframework.messaging.handler.invocation.ListenableFutureReturnValueHandler
- toListenableFuture(Object, MethodParameter) - 类 中的方法org.springframework.messaging.handler.invocation.ReactiveReturnValueHandler
- toLocaleValue(Locale) - 类 中的方法org.springframework.web.servlet.i18n.CookieLocaleResolver
- Render the given locale as a text value for inclusion in a cookie.
- toLong(TypeConverter, TypedValue) - 类 中的静态方法org.springframework.expression.common.ExpressionUtils
- Attempt to convert a typed value to a long using the supplied type converter.
- toLongString() - 类 中的方法org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
- toMap() - 类 中的方法org.springframework.messaging.support.MessageHeaderAccessor
- Return a copy of the underlying header values as a plain
Mapobject. - TomcatHttpHandlerAdapter - org.springframework.http.server.reactive中的类
ServletHttpHandlerAdapterextension that uses Tomcat APIs for reading from the request and writing to the response withByteBuffer.- TomcatHttpHandlerAdapter(HttpHandler) - 类 的构造器org.springframework.http.server.reactive.TomcatHttpHandlerAdapter
- TomcatLoadTimeWeaver - org.springframework.instrument.classloading.tomcat中的类
LoadTimeWeaverimplementation for Tomcat's neworg.apache.tomcat.InstrumentableClassLoader.- TomcatLoadTimeWeaver() - 类 的构造器org.springframework.instrument.classloading.tomcat.TomcatLoadTimeWeaver
- Create a new instance of the
TomcatLoadTimeWeaverclass using the defaultclass loader. - TomcatLoadTimeWeaver(ClassLoader) - 类 的构造器org.springframework.instrument.classloading.tomcat.TomcatLoadTimeWeaver
- Create a new instance of the
TomcatLoadTimeWeaverclass using the suppliedClassLoader. - TomcatRequestUpgradeStrategy - org.springframework.web.reactive.socket.server.upgrade中的类
- A
RequestUpgradeStrategyfor use with Tomcat. - TomcatRequestUpgradeStrategy - org.springframework.web.socket.server.standard中的类
- A WebSocket
RequestUpgradeStrategyfor Apache Tomcat. - TomcatRequestUpgradeStrategy() - 类 的构造器org.springframework.web.reactive.socket.server.upgrade.TomcatRequestUpgradeStrategy
- TomcatRequestUpgradeStrategy() - 类 的构造器org.springframework.web.socket.server.standard.TomcatRequestUpgradeStrategy
- TomcatWebSocketClient - org.springframework.web.reactive.socket.client中的类
WebSocketClientimplementation for use with the Java WebSocket API.- TomcatWebSocketClient() - 类 的构造器org.springframework.web.reactive.socket.client.TomcatWebSocketClient
- TomcatWebSocketClient(WebSocketContainer) - 类 的构造器org.springframework.web.reactive.socket.client.TomcatWebSocketClient
- TomcatWebSocketSession - org.springframework.web.reactive.socket.adapter中的类
- Spring
WebSocketSessionadapter for Tomcat'sSession. - TomcatWebSocketSession(Session, HandshakeInfo, DataBufferFactory) - 类 的构造器org.springframework.web.reactive.socket.adapter.TomcatWebSocketSession
- TomcatWebSocketSession(Session, HandshakeInfo, DataBufferFactory, MonoProcessor<Void>) - 类 的构造器org.springframework.web.reactive.socket.adapter.TomcatWebSocketSession
- toMegabytes() - 类 中的方法org.springframework.util.unit.DataSize
- Return the number of megabytes in this instance.
- toMessage(WebSocketFrame) - 类 中的方法org.springframework.web.reactive.socket.adapter.NettyWebSocketSessionSupport
- toMessage(Object, Session) - 类 中的方法org.springframework.jms.support.converter.MappingJackson2MessageConverter
- toMessage(Object, Session) - 类 中的方法org.springframework.jms.support.converter.MarshallingMessageConverter
- This implementation marshals the given object to a
TextMessageorBytesMessage. - toMessage(Object, Session) - 接口 中的方法org.springframework.jms.support.converter.MessageConverter
- Convert a Java object to a JMS Message using the supplied session to create the message object.
- toMessage(Object, Session) - 类 中的方法org.springframework.jms.support.converter.MessagingMessageConverter
- toMessage(Object, Session) - 类 中的方法org.springframework.jms.support.converter.SimpleMessageConverter
- This implementation creates a TextMessage for a String, a BytesMessage for a byte array, a MapMessage for a Map, and an ObjectMessage for a Serializable object.
- toMessage(Object, Session, ObjectWriter) - 类 中的方法org.springframework.jms.support.converter.MappingJackson2MessageConverter
- toMessage(Object, Session, Class<?>) - 类 中的方法org.springframework.jms.support.converter.MappingJackson2MessageConverter
- Convert a Java object to a JMS Message using the specified json view and the supplied session to create the message object.
- toMessage(Object, Session, Object) - 类 中的方法org.springframework.jms.support.converter.MappingJackson2MessageConverter
- toMessage(Object, Session, Object) - 接口 中的方法org.springframework.jms.support.converter.SmartMessageConverter
- A variant of
MessageConverter.toMessage(Object, Session)which takes an extra conversion context as an argument, allowing to take e.g. annotations on a payload parameter into account. - toMessage(Object, MessageHeaders) - 类 中的方法org.springframework.messaging.converter.AbstractMessageConverter
- toMessage(Object, MessageHeaders) - 类 中的方法org.springframework.messaging.converter.CompositeMessageConverter
- toMessage(Object, MessageHeaders) - 接口 中的方法org.springframework.messaging.converter.MessageConverter
- Create a
Messagewhose payload is the result of converting the given payload Object to serialized form. - toMessage(Object, MessageHeaders) - 类 中的方法org.springframework.messaging.converter.SimpleMessageConverter
- toMessage(Object, MessageHeaders, Object) - 类 中的方法org.springframework.messaging.converter.AbstractMessageConverter
- toMessage(Object, MessageHeaders, Object) - 类 中的方法org.springframework.messaging.converter.CompositeMessageConverter
- toMessage(Object, MessageHeaders, Object) - 接口 中的方法org.springframework.messaging.converter.SmartMessageConverter
- A variant of
MessageConverter.toMessage(Object, MessageHeaders)which takes an extra conversion context as an argument, allowing to take e.g. annotations on a return type into account. - toMessageHeaders() - 类 中的方法org.springframework.messaging.support.MessageHeaderAccessor
- Return a copy of the underlying header values as a
MessageHeadersobject. - toMessagingMessage(Message) - 类 中的方法org.springframework.jms.listener.adapter.MessagingMessageListenerAdapter
- toMono(Class<? extends T>) - 类 中的静态方法org.springframework.web.reactive.function.BodyExtractors
- Extractor to decode the input content into
Mono<T>. - toMono(ParameterizedTypeReference<T>) - 类 中的静态方法org.springframework.web.reactive.function.BodyExtractors
- Variant of
BodyExtractors.toMono(Class)for type information with generics. - toMultipartData() - 类 中的静态方法org.springframework.web.reactive.function.BodyExtractors
- Extractor to read multipart data into a
MultiValueMap<String, Part>. - toMultiValueMap(Function<MultiValueMap<String, Object>, MultiValueMap<String, Object>>, MergedAnnotation.Adapt...) - 类 中的静态方法org.springframework.core.annotation.MergedAnnotationCollectors
- Create a new
Collectorthat accumulates merged annotations to aMultiValueMapwith items added from each merged annotation as a map. - toMultiValueMap(Map<K, List<V>>) - 类 中的静态方法org.springframework.util.CollectionUtils
- Adapt a
Map<K, List<V>>to anMultiValueMap<K, V>. - toMultiValueMap(MergedAnnotation.Adapt...) - 类 中的静态方法org.springframework.core.annotation.MergedAnnotationCollectors
- Create a new
Collectorthat accumulates merged annotations to aMultiValueMapwith items added from each merged annotation as a map. - toMutableAccessor(StompHeaderAccessor, Message<?>) - 类 中的方法org.springframework.web.socket.messaging.StompSubProtocolHandler
- toNativeHeaderMap() - 类 中的方法org.springframework.messaging.support.NativeMessageHeaderAccessor
- Return a copy of the native headers sub-map, or an empty map.
- TOO_BIG_TO_PROCESS - 类 中的静态变量org.springframework.web.reactive.socket.CloseStatus
- "1009 indicates that an endpoint is terminating the connection because it has received a message that is too big for it to process."
- TOO_BIG_TO_PROCESS - 类 中的静态变量org.springframework.web.socket.CloseStatus
- "1009 indicates that an endpoint is terminating the connection because it has received a message that is too big for it to process."
- TOO_EARLY - org.springframework.http.HttpStatus
425 Too Early.- TOO_MANY_REQUESTS - org.springframework.http.HttpStatus
429 Too Many Requests.- toObjectArray(Object) - 类 中的静态方法org.springframework.util.ObjectUtils
- Convert the given array (which may be a primitive array) to an object array (if necessary of primitive wrapper objects).
- TOP - 接口 中的静态变量org.springframework.asm.Opcodes
- toParamDescriptors(Constructor<?>) - 类 中的静态方法org.springframework.expression.spel.CodeFlow
- Create an array of descriptors representing the parameter types for the supplied constructor.
- toParamDescriptors(Method) - 类 中的静态方法org.springframework.expression.spel.CodeFlow
- Create an array of descriptors representing the parameter types for the supplied method.
- toParts() - 类 中的静态方法org.springframework.web.reactive.function.BodyExtractors
- Extractor to read multipart data into
Flux<Part>. - toPrimitiveTargetDesc(String) - 类 中的静态方法org.springframework.expression.spel.CodeFlow
- Convert a type descriptor to the single character primitive descriptor.
- toProxyConfigString() - 接口 中的方法org.springframework.aop.framework.Advised
- As
toString()will normally be delegated to the target, this returns the equivalent for the AOP proxy. - toProxyConfigString() - 类 中的方法org.springframework.aop.framework.AdvisedSupport
- toPublisher(Object) - 类 中的方法org.springframework.core.ReactiveAdapter
- Adapt the given instance to a Reactive Streams
Publisher. - toResourceRegion(Resource) - 类 中的方法org.springframework.http.HttpRange
- Turn a
Resourceinto aResourceRegionusing the range information contained in the currentHttpRange. - toResourceRegions(List<HttpRange>, Resource) - 类 中的静态方法org.springframework.http.HttpRange
- Convert each
HttpRangeinto aResourceRegion, selecting the appropriate segment of the givenResourceusing HTTP Range information. - toShort(TypeConverter, TypedValue) - 类 中的静态方法org.springframework.expression.common.ExpressionUtils
- Attempt to convert a typed value to a short using the supplied type converter.
- toShortString() - 类 中的方法org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
- toSingleValueMap() - 类 中的方法org.springframework.http.HttpHeaders
- toSingleValueMap() - 类 中的方法org.springframework.messaging.simp.stomp.StompHeaders
- toSingleValueMap() - 类 中的方法org.springframework.util.LinkedMultiValueMap
- toSingleValueMap() - 接口 中的方法org.springframework.util.MultiValueMap
- Return a
Mapwith the first values contained in thisMultiValueMap. - toSingleValueMap() - 类 中的方法org.springframework.web.socket.WebSocketHttpHeaders
- toStoreValue(Object) - 类 中的方法org.springframework.cache.concurrent.ConcurrentMapCache
- toStoreValue(Object) - 类 中的方法org.springframework.cache.support.AbstractValueAdaptingCache
- Convert the given user value, as passed into the put method, to a value in the internal store (adapting
null). - toString() - 类 中的方法org.springframework.aop.aspectj.AbstractAspectJAdvice
- toString() - 类 中的方法org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotation
- toString() - 类 中的方法org.springframework.aop.aspectj.annotation.BeanFactoryAspectInstanceFactory
- toString() - 类 中的方法org.springframework.aop.aspectj.annotation.LazySingletonAspectInstanceFactoryDecorator
- toString() - 类 中的方法org.springframework.aop.aspectj.AspectJExpressionPointcut
- toString() - 类 中的方法org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
- toString() - 类 中的方法org.springframework.aop.aspectj.TypePatternClassFilter
- toString() - 类 中的方法org.springframework.aop.config.AdviceEntry
- toString() - 类 中的方法org.springframework.aop.config.AdvisorEntry
- toString() - 类 中的方法org.springframework.aop.config.AspectEntry
- toString() - 类 中的方法org.springframework.aop.config.PointcutEntry
- toString() - 类 中的方法org.springframework.aop.framework.AdvisedSupport
- For debugging/diagnostic use.
- toString() - 类 中的方法org.springframework.aop.framework.ProxyConfig
- toString() - 类 中的方法org.springframework.aop.framework.ReflectiveMethodInvocation
- toString() - 类 中的方法org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
- toString() - 类 中的方法org.springframework.aop.support.AbstractGenericPointcutAdvisor
- toString() - 类 中的方法org.springframework.aop.support.AbstractRegexpMethodPointcut
- toString() - 类 中的方法org.springframework.aop.support.annotation.AnnotationClassFilter
- toString() - 类 中的方法org.springframework.aop.support.annotation.AnnotationMatchingPointcut
- toString() - 类 中的方法org.springframework.aop.support.annotation.AnnotationMethodMatcher
- toString() - 类 中的方法org.springframework.aop.support.ComposablePointcut
- toString() - 类 中的方法org.springframework.aop.support.ControlFlowPointcut
- toString() - 类 中的方法org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor
- toString() - 类 中的方法org.springframework.aop.support.DefaultIntroductionAdvisor
- toString() - 类 中的方法org.springframework.aop.support.DefaultPointcutAdvisor
- toString() - 类 中的方法org.springframework.aop.support.NameMatchMethodPointcut
- toString() - 类 中的方法org.springframework.aop.support.RegexpMethodPointcutAdvisor
- toString() - 类 中的方法org.springframework.aop.support.RootClassFilter
- toString() - 类 中的方法org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
- toString() - 类 中的方法org.springframework.aop.target.EmptyTargetSource
- toString() - 类 中的方法org.springframework.aop.target.HotSwappableTargetSource
- toString() - 类 中的方法org.springframework.aop.target.PrototypeTargetSource
- toString() - 类 中的方法org.springframework.aop.target.SingletonTargetSource
- toString() - 类 中的方法org.springframework.asm.ConstantDynamic
- toString() - 类 中的方法org.springframework.asm.Handle
- Returns the textual representation of this handle.
- toString() - 类 中的方法org.springframework.asm.Label
- Returns a string representation of this label.
- toString() - 类 中的方法org.springframework.asm.Type
- Returns a string representation of this type.
- toString() - 类 中的方法org.springframework.asm.TypePath
- Returns a string representation of this type path.
- toString() - 类 中的方法org.springframework.beans.AbstractNestablePropertyAccessor
- toString() - 类 中的方法org.springframework.beans.BeanMetadataAttribute
- toString() - 类 中的方法org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
- toString() - 异常错误 中的方法org.springframework.beans.factory.BeanCreationException
- toString() - 类 中的方法org.springframework.beans.factory.config.AutowiredPropertyMarker
- toString() - 类 中的方法org.springframework.beans.factory.config.BeanDefinitionHolder
- This implementation returns the long description.
- toString() - 类 中的方法org.springframework.beans.factory.config.RuntimeBeanNameReference
- toString() - 类 中的方法org.springframework.beans.factory.config.RuntimeBeanReference
- toString() - 类 中的方法org.springframework.beans.factory.config.TypedStringValue
- toString() - 类 中的方法org.springframework.beans.factory.InjectionPoint
- toString() - 类 中的方法org.springframework.beans.factory.parsing.AbstractComponentDefinition
- Delegates to
AbstractComponentDefinition.getDescription(). - toString() - 类 中的方法org.springframework.beans.factory.parsing.BeanComponentDefinition
- This implementation returns this ComponentDefinition's description.
- toString() - 类 中的方法org.springframework.beans.factory.parsing.BeanEntry
- toString() - 类 中的方法org.springframework.beans.factory.parsing.ConstructorArgumentEntry
- toString() - 类 中的方法org.springframework.beans.factory.parsing.ParseState
- Returns a tree-style representation of the current
ParseState. - toString() - 类 中的方法org.springframework.beans.factory.parsing.Problem
- toString() - 类 中的方法org.springframework.beans.factory.parsing.PropertyEntry
- toString() - 类 中的方法org.springframework.beans.factory.parsing.QualifierEntry
- toString() - 类 中的方法org.springframework.beans.factory.support.AbstractBeanDefinition
- toString() - 类 中的方法org.springframework.beans.factory.support.ChildBeanDefinition
- toString() - 类 中的方法org.springframework.beans.factory.support.DefaultListableBeanFactory
- toString() - 类 中的方法org.springframework.beans.factory.support.GenericBeanDefinition
- toString() - 类 中的方法org.springframework.beans.factory.support.LookupOverride
- toString() - 类 中的方法org.springframework.beans.factory.support.ReplaceOverride
- toString() - 类 中的方法org.springframework.beans.factory.support.RootBeanDefinition
- toString() - 类 中的方法org.springframework.beans.factory.xml.BeansDtdResolver
- toString() - 类 中的方法org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver
- toString() - 类 中的方法org.springframework.beans.factory.xml.DelegatingEntityResolver
- toString() - 类 中的方法org.springframework.beans.factory.xml.PluggableSchemaResolver
- toString() - 类 中的方法org.springframework.beans.MutablePropertyValues
- toString() - 异常错误 中的方法org.springframework.beans.PropertyBatchUpdateException
- toString() - 类 中的方法org.springframework.beans.PropertyValue
- toString() - 类 中的方法org.springframework.cache.interceptor.CacheOperation
- Return an identifying description for this cache operation.
- toString() - 类 中的方法org.springframework.cache.interceptor.NameMatchCacheOperationSource
- toString() - 类 中的方法org.springframework.cache.interceptor.SimpleKey
- toString() - 类 中的方法org.springframework.cache.jcache.interceptor.JCacheOperationSourcePointcut
- toString() - 类 中的方法org.springframework.cache.support.NullValue
- toString() - 类 中的方法org.springframework.context.annotation.DeferredImportSelector.Group.Entry
- toString() - 类 中的方法org.springframework.context.event.ApplicationListenerMethodAdapter
- toString() - 类 中的方法org.springframework.context.expression.AnnotatedElementKey
- toString() - 类 中的方法org.springframework.context.expression.CachedExpressionEvaluator.ExpressionKey
- toString() - 类 中的方法org.springframework.context.i18n.SimpleLocaleContext
- toString() - 类 中的方法org.springframework.context.i18n.SimpleTimeZoneAwareLocaleContext
- toString() - 类 中的方法org.springframework.context.support.AbstractApplicationContext
- Return information about this context.
- toString() - 类 中的方法org.springframework.context.support.DefaultMessageSourceResolvable
- The default implementation exposes the attributes of this MessageSourceResolvable.
- toString() - 类 中的方法org.springframework.context.support.DelegatingMessageSource
- toString() - 类 中的方法org.springframework.context.support.ReloadableResourceBundleMessageSource
- toString() - 类 中的方法org.springframework.context.support.ResourceBundleMessageSource
- Show the configuration of this MessageSource.
- toString() - 类 中的方法org.springframework.context.support.StaticMessageSource
- toString() - 类 中的方法org.springframework.core.annotation.AnnotationAttributes
- toString() - 类 中的方法org.springframework.core.convert.converter.GenericConverter.ConvertiblePair
- toString() - 类 中的方法org.springframework.core.convert.support.GenericConversionService
- toString() - 类 中的方法org.springframework.core.convert.TypeDescriptor
- toString() - 类 中的方法org.springframework.core.env.AbstractEnvironment
- toString() - 类 中的方法org.springframework.core.env.CompositePropertySource
- toString() - 类 中的方法org.springframework.core.env.MutablePropertySources
- toString() - 类 中的方法org.springframework.core.env.PropertySource
- Produce concise output (type and name) if the current log level does not include debug.
- toString() - 类 中的方法org.springframework.core.io.AbstractResource
- This implementation returns the description of this resource.
- toString() - 类 中的方法org.springframework.core.io.buffer.DefaultDataBuffer
- toString() - 类 中的方法org.springframework.core.io.buffer.DefaultDataBufferFactory
- toString() - 类 中的方法org.springframework.core.io.buffer.NettyDataBuffer
- toString() - 类 中的方法org.springframework.core.io.buffer.NettyDataBufferFactory
- toString() - 类 中的方法org.springframework.core.io.support.EncodedResource
- toString() - 类 中的方法org.springframework.core.log.LogMessage
- This will be called by the logging provider, potentially once per log target (therefore locally caching the result here).
- toString() - 类 中的方法org.springframework.core.MethodClassKey
- toString() - 类 中的方法org.springframework.core.MethodParameter
- toString() - 类 中的方法org.springframework.core.NamedInheritableThreadLocal
- toString() - 类 中的方法org.springframework.core.NamedThreadLocal
- toString() - 类 中的方法org.springframework.core.ParameterizedTypeReference
- toString() - 类 中的方法org.springframework.core.ResolvableType
- Return a String representation of this type in its fully resolved form (including any generic parameters).
- toString() - 类 中的方法org.springframework.core.style.ToStringCreator
- Return the String representation that this ToStringCreator built.
- toString() - 类 中的方法org.springframework.expression.spel.ast.Literal
- toString() - 类 中的方法org.springframework.expression.spel.ast.NullLiteral
- toString() - 类 中的方法org.springframework.expression.spel.ast.StringLiteral
- toString() - 类 中的方法org.springframework.expression.TypedValue
- toString() - 类 中的方法org.springframework.http.CacheControl
- toString() - 类 中的方法org.springframework.http.client.reactive.ClientHttpRequestDecorator
- toString() - 类 中的方法org.springframework.http.client.reactive.ClientHttpResponseDecorator
- toString() - 类 中的方法org.springframework.http.codec.ServerSentEvent
- toString() - 类 中的方法org.springframework.http.ContentDisposition
- Return the header value for this content disposition as defined in RFC 6266.
- toString() - 类 中的方法org.springframework.http.HttpCookie
- toString() - 类 中的方法org.springframework.http.HttpEntity
- toString() - 类 中的方法org.springframework.http.HttpHeaders
- toString() - 枚举 中的方法org.springframework.http.HttpStatus
- Return a string representation of this status code.
- toString() - 类 中的方法org.springframework.http.RequestEntity
- toString() - 类 中的方法org.springframework.http.ResponseCookie
- toString() - 类 中的方法org.springframework.http.ResponseEntity
- toString() - 类 中的方法org.springframework.http.server.reactive.ServerHttpRequestDecorator
- toString() - 类 中的方法org.springframework.http.server.reactive.ServerHttpResponseDecorator
- toString() - 类 中的方法org.springframework.jdbc.core.namedparam.AbstractSqlParameterSource
- Enumerate the parameter names and values with their corresponding SQL type if available, or just return the simple
SqlParameterSourceimplementation class name otherwise. - toString() - 类 中的方法org.springframework.jdbc.core.namedparam.ParsedSql
- Exposes the original SQL String.
- toString() - 类 中的方法org.springframework.jdbc.datasource.SimpleConnectionHandle
- toString() - 类 中的方法org.springframework.jms.config.AbstractJmsListenerEndpoint
- toString() - 类 中的方法org.springframework.jms.listener.adapter.JmsResponse
- toString() - 类 中的方法org.springframework.jms.support.QosSettings
- toString() - 异常错误 中的方法org.springframework.mail.MailSendException
- toString() - 类 中的方法org.springframework.mail.SimpleMailMessage
- toString() - 类 中的方法org.springframework.messaging.converter.CompositeMessageConverter
- toString() - 类 中的方法org.springframework.messaging.converter.DefaultContentTypeResolver
- toString() - 类 中的方法org.springframework.messaging.handler.AbstractMessageCondition
- toString() - 类 中的方法org.springframework.messaging.handler.CompositeMessageCondition
- toString() - 类 中的方法org.springframework.messaging.handler.HandlerMethod
- toString() - 类 中的方法org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
- toString() - 类 中的方法org.springframework.messaging.MessageHeaders
- toString() - 异常错误 中的方法org.springframework.messaging.MessagingException
- toString() - 类 中的方法org.springframework.messaging.simp.annotation.support.SendToMethodReturnValueHandler
- toString() - 类 中的方法org.springframework.messaging.simp.broker.BrokerAvailabilityEvent
- toString() - 类 中的方法org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry
- toString() - 类 中的方法org.springframework.messaging.simp.broker.SimpleBrokerMessageHandler
- toString() - 类 中的方法org.springframework.messaging.simp.SimpMessageMappingInfo
- toString() - 类 中的方法org.springframework.messaging.simp.stomp.ReactorNettyTcpStompClient
- toString() - 类 中的方法org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
- toString() - 类 中的方法org.springframework.messaging.simp.stomp.StompHeaders
- toString() - 类 中的方法org.springframework.messaging.simp.user.DefaultUserDestinationResolver
- toString() - 类 中的方法org.springframework.messaging.simp.user.MultiServerUserRegistry
- toString() - 类 中的方法org.springframework.messaging.simp.user.UserDestinationMessageHandler
- toString() - 类 中的方法org.springframework.messaging.simp.user.UserDestinationResult
- toString() - 类 中的方法org.springframework.messaging.support.AbstractMessageChannel
- toString() - 类 中的方法org.springframework.messaging.support.ErrorMessage
- toString() - 类 中的方法org.springframework.messaging.support.GenericMessage
- toString() - 类 中的方法org.springframework.messaging.support.MessageHeaderAccessor
- toString() - 类 中的方法org.springframework.messaging.tcp.reactor.ReactorNettyTcpClient
- toString() - 类 中的方法org.springframework.mock.http.client.MockClientHttpRequest
- toString() - 类 中的方法org.springframework.mock.http.client.reactive.MockClientHttpResponse
- toString() - 类 中的方法org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
- toString() - 类 中的方法org.springframework.remoting.support.RemoteInvocation
- toString() - 类 中的方法org.springframework.scheduling.config.ScheduledTask
- toString() - 类 中的方法org.springframework.scheduling.config.Task
- toString() - 类 中的方法org.springframework.scheduling.support.CronSequenceGenerator
- toString() - 类 中的方法org.springframework.scheduling.support.CronTrigger
- toString() - 类 中的方法org.springframework.scheduling.support.DelegatingErrorHandlingRunnable
- toString() - 类 中的方法org.springframework.scheduling.support.ScheduledMethodRunnable
- toString() - 类 中的方法org.springframework.scripting.bsh.BshScriptFactory
- toString() - 类 中的方法org.springframework.scripting.groovy.GroovyScriptFactory
- toString() - 类 中的方法org.springframework.scripting.support.ResourceScriptSource
- toString() - 类 中的方法org.springframework.scripting.support.StandardScriptFactory
- toString() - 类 中的方法org.springframework.scripting.support.StaticScriptSource
- toString() - 类 中的方法org.springframework.test.context.cache.DefaultContextCache
- Generate a text string containing the implementation type of this cache and its statistics.
- toString() - 类 中的方法org.springframework.test.context.ContextConfigurationAttributes
- Provide a String representation of the context configuration attributes and declaring class.
- toString() - 类 中的方法org.springframework.test.context.MergedContextConfiguration
- Provide a String representation of the test class, locations, annotated classes, context initializer classes, active profiles, property source locations, property source properties, context customizers, the name of the
ContextLoader, and the parent configuration. - toString() - 类 中的方法org.springframework.test.context.support.DefaultBootstrapContext
- Provide a String representation of this bootstrap context's state.
- toString() - 类 中的方法org.springframework.test.context.support.DefaultTestContext
- Provide a String representation of this test context's state.
- toString() - 类 中的方法org.springframework.test.context.web.WebMergedContextConfiguration
- Provide a String representation of the test class, locations, annotated classes, context initializer classes, active profiles, property source locations, property source properties, context customizers, resource base path, the name of the
ContextLoader, and the parent configuration. - toString() - 类 中的方法org.springframework.test.util.MetaAnnotationUtils.AnnotationDescriptor
- Provide a textual representation of this
AnnotationDescriptor. - toString() - 类 中的方法org.springframework.test.web.reactive.server.ExchangeResult
- toString() - 类 中的方法org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource
- toString() - 类 中的方法org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
- toString() - 类 中的方法org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
- toString() - 类 中的方法org.springframework.transaction.interceptor.NoRollbackRuleAttribute
- toString() - 类 中的方法org.springframework.transaction.interceptor.RollbackRuleAttribute
- toString() - 类 中的方法org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
- toString() - 类 中的方法org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
- toString() - 类 中的方法org.springframework.transaction.support.DefaultTransactionDefinition
- Return an identifying description for this transaction definition.
- toString() - 类 中的方法org.springframework.transaction.support.DelegatingTransactionDefinition
- toString() - 类 中的方法org.springframework.util.comparator.BooleanComparator
- toString() - 类 中的方法org.springframework.util.comparator.CompoundComparator
- 已过时。
- toString() - 类 中的方法org.springframework.util.comparator.InvertibleComparator
- 已过时。
- toString() - 类 中的方法org.springframework.util.comparator.NullSafeComparator
- toString() - 类 中的方法org.springframework.util.ConcurrentReferenceHashMap.Entry
- toString() - 类 中的方法org.springframework.util.FastByteArrayOutputStream
- Convert the buffer's contents into a string decoding bytes using the platform's default character set.
- toString() - 类 中的方法org.springframework.util.InstanceFilter
- toString() - 类 中的方法org.springframework.util.LinkedCaseInsensitiveMap
- toString() - 类 中的方法org.springframework.util.LinkedMultiValueMap
- toString() - 类 中的方法org.springframework.util.MimeType
- toString() - 类 中的方法org.springframework.util.StopWatch
- Generate an informative string describing all tasks performed
- toString() - 类 中的方法org.springframework.util.unit.DataSize
- toString() - 类 中的方法org.springframework.validation.AbstractErrors
- toString() - 类 中的方法org.springframework.validation.FieldError
- toString() - 类 中的方法org.springframework.validation.ObjectError
- toString() - 类 中的方法org.springframework.web.context.request.FacesWebRequest
- toString() - 类 中的方法org.springframework.web.context.request.ServletRequestAttributes
- toString() - 类 中的方法org.springframework.web.context.request.ServletWebRequest
- toString() - 类 中的方法org.springframework.web.context.support.RequestHandledEvent
- toString() - 类 中的方法org.springframework.web.context.support.ServletRequestHandledEvent
- toString() - 类 中的方法org.springframework.web.method.ControllerAdviceBean
- toString() - 类 中的方法org.springframework.web.method.HandlerMethod
- toString() - 类 中的方法org.springframework.web.method.support.ModelAndViewContainer
- Return diagnostic information.
- toString() - 类 中的方法org.springframework.web.reactive.resource.ResourceWebHandler
- toString() - 类 中的方法org.springframework.web.reactive.result.condition.AbstractRequestCondition
- toString() - 类 中的方法org.springframework.web.reactive.result.method.RequestMappingInfo
- toString() - 类 中的方法org.springframework.web.reactive.result.view.AbstractUrlBasedView
- toString() - 类 中的方法org.springframework.web.reactive.result.view.AbstractView
- toString() - 类 中的方法org.springframework.web.reactive.result.view.BindStatus
- toString() - 类 中的方法org.springframework.web.reactive.socket.adapter.AbstractWebSocketSession
- toString() - 类 中的方法org.springframework.web.reactive.socket.CloseStatus
- toString() - 类 中的方法org.springframework.web.reactive.socket.HandshakeInfo
- toString() - 类 中的方法org.springframework.web.reactive.socket.WebSocketMessage
- toString() - 类 中的方法org.springframework.web.server.handler.WebHandlerDecorator
- toString() - 类 中的方法org.springframework.web.server.ServerWebExchangeDecorator
- toString() - 类 中的方法org.springframework.web.servlet.FlashMap
- toString() - 类 中的方法org.springframework.web.servlet.HandlerExecutionChain
- Delegates to the handler's
toString()implementation. - toString() - 类 中的方法org.springframework.web.servlet.ModelAndView
- Return diagnostic information about this model and view.
- toString() - 类 中的方法org.springframework.web.servlet.mvc.condition.AbstractRequestCondition
- toString() - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitter
- toString() - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.SseEmitter
- toString() - 类 中的方法org.springframework.web.servlet.mvc.method.RequestMappingInfo
- toString() - 类 中的方法org.springframework.web.servlet.mvc.ParameterizableViewController
- toString() - 类 中的方法org.springframework.web.servlet.resource.ResourceHttpRequestHandler
- toString() - 类 中的方法org.springframework.web.servlet.support.BindStatus
- toString() - 类 中的方法org.springframework.web.servlet.tags.Param
- toString() - 类 中的方法org.springframework.web.servlet.view.AbstractUrlBasedView
- toString() - 类 中的方法org.springframework.web.servlet.view.AbstractView
- toString() - 类 中的方法org.springframework.web.socket.AbstractWebSocketMessage
- toString() - 类 中的方法org.springframework.web.socket.adapter.AbstractWebSocketSession
- toString() - 类 中的方法org.springframework.web.socket.CloseStatus
- toString() - 类 中的方法org.springframework.web.socket.config.WebSocketMessageBrokerStats
- toString() - 类 中的方法org.springframework.web.socket.handler.BeanCreatingHandlerProvider
- toString() - 类 中的方法org.springframework.web.socket.handler.ConcurrentWebSocketSessionDecorator
- toString() - 类 中的方法org.springframework.web.socket.handler.PerConnectionWebSocketHandler
- toString() - 类 中的方法org.springframework.web.socket.handler.WebSocketHandlerDecorator
- toString() - 类 中的方法org.springframework.web.socket.handler.WebSocketSessionDecorator
- toString() - 类 中的方法org.springframework.web.socket.messaging.AbstractSubProtocolEvent
- toString() - 类 中的方法org.springframework.web.socket.messaging.DefaultSimpUserRegistry
- toString() - 类 中的方法org.springframework.web.socket.messaging.SessionDisconnectEvent
- toString() - 类 中的方法org.springframework.web.socket.messaging.StompSubProtocolHandler
- toString() - 类 中的方法org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
- toString() - 类 中的方法org.springframework.web.socket.server.standard.ServerEndpointRegistration
- toString() - 类 中的方法org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession
- toString() - 类 中的方法org.springframework.web.socket.sockjs.client.SockJsUrlInfo
- toString() - 类 中的方法org.springframework.web.socket.sockjs.client.WebSocketTransport
- toString() - 类 中的方法org.springframework.web.socket.sockjs.frame.SockJsFrame
- toString() - 类 中的方法org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
- toString() - 枚举 中的方法org.springframework.web.socket.sockjs.transport.TransportType
- toString() - 类 中的方法org.springframework.web.socket.WebSocketExtension
- toString() - 类 中的方法org.springframework.web.socket.WebSocketHttpHeaders
- toString() - 类 中的方法org.springframework.web.util.pattern.PathPattern.PathMatchInfo
- toString() - 类 中的方法org.springframework.web.util.pattern.PathPattern
- toString() - 类 中的方法org.springframework.web.util.UriComponents
- A simple pass-through to
UriComponents.toUriString(). - toString() - 类 中的方法org.springframework.web.util.UriTemplate
- toString(int, int, Charset) - 接口 中的方法org.springframework.core.io.buffer.DataBuffer
- Return a part of this buffer's data as a String using the specified charset.
- toString(int, int, Charset) - 类 中的方法org.springframework.core.io.buffer.DataBufferWrapper
- toString(int, int, Charset) - 类 中的方法org.springframework.core.io.buffer.DefaultDataBuffer
- toString(int, int, Charset) - 类 中的方法org.springframework.core.io.buffer.NettyDataBuffer
- toString(Charset) - 接口 中的方法org.springframework.core.io.buffer.DataBuffer
- Return this buffer's data a String using the specified charset.
- toString(Charset) - 类 中的方法org.springframework.core.io.buffer.DataBufferWrapper
- toString(Charset) - 类 中的方法org.springframework.core.io.buffer.NettyDataBuffer
- toString(Collection<? extends MimeType>) - 类 中的静态方法org.springframework.util.MimeTypeUtils
- Return a string representation of the given list of
MimeTypeobjects. - toString(Collection<HttpRange>) - 类 中的静态方法org.springframework.http.HttpRange
- Return a string representation of the given list of
HttpRangeobjects. - toString(Collection<MediaType>) - 类 中的静态方法org.springframework.http.MediaType
- Return a string representation of the given list of
MediaTypeobjects. - toStringArray(Collection<String>) - 类 中的静态方法org.springframework.util.StringUtils
- Copy the given
Collectioninto aStringarray. - toStringArray(Enumeration<String>) - 类 中的静态方法org.springframework.util.StringUtils
- Copy the given
Enumerationinto aStringarray. - toStringAST() - 类 中的方法org.springframework.expression.spel.ast.Assign
- toStringAST() - 类 中的方法org.springframework.expression.spel.ast.BeanReference
- toStringAST() - 类 中的方法org.springframework.expression.spel.ast.CompoundExpression
- toStringAST() - 类 中的方法org.springframework.expression.spel.ast.ConstructorReference
- toStringAST() - 类 中的方法org.springframework.expression.spel.ast.Elvis
- toStringAST() - 类 中的方法org.springframework.expression.spel.ast.FunctionReference
- toStringAST() - 类 中的方法org.springframework.expression.spel.ast.Identifier
- toStringAST() - 类 中的方法org.springframework.expression.spel.ast.Indexer
- toStringAST() - 类 中的方法org.springframework.expression.spel.ast.InlineList
- toStringAST() - 类 中的方法org.springframework.expression.spel.ast.InlineMap
- toStringAST() - 类 中的方法org.springframework.expression.spel.ast.Literal
- toStringAST() - 类 中的方法org.springframework.expression.spel.ast.MethodReference
- toStringAST() - 类 中的方法org.springframework.expression.spel.ast.OpDec
- toStringAST() - 类 中的方法org.springframework.expression.spel.ast.Operator
- String format for all operators is the same
'(' [operand] [operator] [operand] ')'. - toStringAST() - 类 中的方法org.springframework.expression.spel.ast.OperatorNot
- toStringAST() - 类 中的方法org.springframework.expression.spel.ast.OpInc
- toStringAST() - 类 中的方法org.springframework.expression.spel.ast.OpMinus
- toStringAST() - 类 中的方法org.springframework.expression.spel.ast.OpPlus
- toStringAST() - 类 中的方法org.springframework.expression.spel.ast.Projection
- toStringAST() - 类 中的方法org.springframework.expression.spel.ast.PropertyOrFieldReference
- toStringAST() - 类 中的方法org.springframework.expression.spel.ast.QualifiedIdentifier
- toStringAST() - 类 中的方法org.springframework.expression.spel.ast.Selection
- toStringAST() - 类 中的方法org.springframework.expression.spel.ast.Ternary
- toStringAST() - 类 中的方法org.springframework.expression.spel.ast.TypeReference
- toStringAST() - 类 中的方法org.springframework.expression.spel.ast.VariableReference
- toStringAST() - 接口 中的方法org.springframework.expression.spel.SpelNode
- Return the string form the this AST node.
- toStringAST() - 类 中的方法org.springframework.expression.spel.standard.SpelExpression
- Produce a string representation of the Abstract Syntax Tree for the expression.
- ToStringCreator - org.springframework.core.style中的类
- Utility class that builds pretty-printing
toString()methods with pluggable styling conventions. - ToStringCreator(Object) - 类 的构造器org.springframework.core.style.ToStringCreator
- Create a ToStringCreator for the given object.
- ToStringCreator(Object, ToStringStyler) - 类 的构造器org.springframework.core.style.ToStringCreator
- Create a ToStringCreator for the given object, using the provided style.
- ToStringCreator(Object, ValueStyler) - 类 的构造器org.springframework.core.style.ToStringCreator
- Create a ToStringCreator for the given object, using the provided style.
- toStringPayload() - 类 中的方法org.springframework.web.socket.AbstractWebSocketMessage
- toStringPayload() - 类 中的方法org.springframework.web.socket.BinaryMessage
- toStringPayload() - 类 中的方法org.springframework.web.socket.PingMessage
- toStringPayload() - 类 中的方法org.springframework.web.socket.PongMessage
- toStringPayload() - 类 中的方法org.springframework.web.socket.TextMessage
- ToStringStyler - org.springframework.core.style中的接口
- A strategy interface for pretty-printing
toString()methods. - toTerabytes() - 类 中的方法org.springframework.util.unit.DataSize
- Return the number of terabytes in this instance.
- toTypeDescriptor() - 类 中的方法org.springframework.beans.AbstractNestablePropertyAccessor.PropertyHandler
- toUri() - 类 中的方法org.springframework.web.util.UriComponents
- Create a
URIfrom this instance as follows: - toURI(String) - 类 中的静态方法org.springframework.util.ResourceUtils
- Create a URI instance for the given location String, replacing spaces with "%20" URI encoding first.
- toURI(URL) - 类 中的静态方法org.springframework.util.ResourceUtils
- Create a URI instance for the given URL, replacing spaces with "%20" URI encoding first.
- toUriString() - 类 中的方法org.springframework.web.util.UriComponents
- Concatenate all URI components to return the fully formed URI String.
- toUriString() - 类 中的方法org.springframework.web.util.UriComponentsBuilder
- Build a URI String.
- toValueWrapper(Object) - 类 中的方法org.springframework.cache.support.AbstractValueAdaptingCache
- Wrap the given store value with a
SimpleValueWrapper, also going throughAbstractValueAdaptingCache.fromStoreValue(java.lang.Object)conversion. - toWebHandler(RouterFunction<?>) - 类 中的静态方法org.springframework.web.reactive.function.server.RouterFunctions
- Convert the given router function into a
WebHandler. - toWebHandler(RouterFunction<?>, HandlerStrategies) - 类 中的静态方法org.springframework.web.reactive.function.server.RouterFunctions
- Convert the given router function into a
WebHandler, using the given strategies. - trace(CharSequence) - 类 中的方法org.springframework.core.log.LogAccessor
- Log a message with trace log level.
- trace(Object) - 类 中的方法org.apache.commons.logging.impl.NoOpLog
- trace(Object) - 接口 中的方法org.apache.commons.logging.Log
- Logs a message with trace log level.
- trace(Object, Throwable) - 类 中的方法org.apache.commons.logging.impl.NoOpLog
- trace(Object, Throwable) - 接口 中的方法org.apache.commons.logging.Log
- Logs an error with trace log level.
- trace(Throwable, CharSequence) - 类 中的方法org.springframework.core.log.LogAccessor
- Log an error with trace log level.
- trace(Throwable, Supplier<? extends CharSequence>) - 类 中的方法org.springframework.core.log.LogAccessor
- Log an error with trace log level.
- trace(Supplier<? extends CharSequence>) - 类 中的方法org.springframework.core.log.LogAccessor
- Log a message with trace log level.
- TRACE - org.springframework.http.HttpMethod
- TRACE - org.springframework.web.bind.annotation.RequestMethod
- traceDebug(Log, Function<Boolean, String>) - 类 中的静态方法org.springframework.core.log.LogFormatUtils
- Use this to log a message with different levels of detail (or different messages) at TRACE vs DEBUG log levels.
- trackException(MonKey, Throwable) - 类 中的方法org.springframework.aop.interceptor.JamonPerformanceMonitorInterceptor
- Count the thrown exception and put the stack trace in the details portion of the key.
- TRAILER - 类 中的静态变量org.springframework.http.HttpHeaders
- The HTTP
Trailerheader field name. - TRANSACTION_ADVISOR_BEAN_NAME - 类 中的静态变量org.springframework.transaction.config.TransactionManagementConfigUtils
- The bean name of the internally managed transaction advisor (used when mode == PROXY).
- TRANSACTION_ASPECT_BEAN_NAME - 类 中的静态变量org.springframework.transaction.config.TransactionManagementConfigUtils
- The bean name of the internally managed transaction aspect (used when mode == ASPECTJ).
- TRANSACTION_ASPECT_CLASS_NAME - 类 中的静态变量org.springframework.transaction.config.TransactionManagementConfigUtils
- The class name of the AspectJ transaction management aspect.
- TRANSACTION_ASPECT_CONFIGURATION_CLASS_NAME - 类 中的静态变量org.springframework.transaction.config.TransactionManagementConfigUtils
- The name of the AspectJ transaction management @
Configurationclass. - transactionAdvisor(TransactionAttributeSource, TransactionInterceptor) - 类 中的方法org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration
- transactional(Flux<T>) - 接口 中的方法org.springframework.transaction.reactive.TransactionalOperator
- Wrap the functional sequence specified by the given Flux within a transaction.
- transactional(Mono<T>) - 接口 中的方法org.springframework.transaction.reactive.TransactionalOperator
- Wrap the functional sequence specified by the given Mono within a transaction.
- Transactional - org.springframework.transaction.annotation中的注释类型
- Describes a transaction attribute on an individual method or on a class.
- TRANSACTIONAL_EVENT_LISTENER_FACTORY_BEAN_NAME - 类 中的静态变量org.springframework.transaction.config.TransactionManagementConfigUtils
- The bean name of the internally managed TransactionalEventListenerFactory.
- TransactionalEventListener - org.springframework.transaction.event中的注释类型
- An
EventListenerthat is invoked according to aTransactionPhase. - transactionalEventListenerFactory() - 类 中的静态方法org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration
- TransactionalEventListenerFactory - org.springframework.transaction.event中的类
EventListenerFactoryimplementation that handlesTransactionalEventListenerannotated methods.- TransactionalEventListenerFactory() - 类 的构造器org.springframework.transaction.event.TransactionalEventListenerFactory
- TransactionalOperator - org.springframework.transaction.reactive中的接口
- Operator class that simplifies programmatic transaction demarcation and transaction exception handling.
- TransactionalProxy - org.springframework.transaction.interceptor中的接口
- A marker interface for manually created transactional proxies.
- TransactionalTestExecutionListener - org.springframework.test.context.transaction中的类
TestExecutionListenerthat provides support for executing tests within test-managed transactions by honoring Spring's@Transactionalannotation.- TransactionalTestExecutionListener() - 类 的构造器org.springframework.test.context.transaction.TransactionalTestExecutionListener
- TransactionAnnotationParser - org.springframework.transaction.annotation中的接口
- Strategy interface for parsing known transaction annotation types.
- transactionAspect() - 类 中的方法org.springframework.transaction.aspectj.AspectJTransactionManagementConfiguration
- TransactionAspectSupport - org.springframework.transaction.interceptor中的类
- Base class for transactional aspects, such as the
TransactionInterceptoror an AspectJ aspect. - TransactionAspectSupport() - 类 的构造器org.springframework.transaction.interceptor.TransactionAspectSupport
- TransactionAspectSupport.InvocationCallback - org.springframework.transaction.interceptor中的接口
- Simple callback interface for proceeding with the target invocation.
- TransactionAspectSupport.TransactionInfo - org.springframework.transaction.interceptor中的类
- Opaque object used to hold transaction information.
- TransactionAttribute - org.springframework.transaction.interceptor中的接口
- This interface adds a
rollbackOnspecification toTransactionDefinition. - TransactionAttributeEditor - org.springframework.transaction.interceptor中的类
- PropertyEditor for
TransactionAttributeobjects. - TransactionAttributeEditor() - 类 的构造器org.springframework.transaction.interceptor.TransactionAttributeEditor
- transactionAttributeSource() - 类 中的方法org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration
- TransactionAttributeSource - org.springframework.transaction.interceptor中的接口
- Strategy interface used by
TransactionInterceptorfor metadata retrieval. - TransactionAttributeSourceAdvisor - org.springframework.transaction.interceptor中的类
- Advisor driven by a
TransactionAttributeSource, used to include aTransactionInterceptoronly for methods that are transactional. - TransactionAttributeSourceAdvisor() - 类 的构造器org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor
- Create a new TransactionAttributeSourceAdvisor.
- TransactionAttributeSourceAdvisor(TransactionInterceptor) - 类 的构造器org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor
- Create a new TransactionAttributeSourceAdvisor.
- TransactionAttributeSourceEditor - org.springframework.transaction.interceptor中的类
- Property editor that converts a String into a
TransactionAttributeSource. - TransactionAttributeSourceEditor() - 类 的构造器org.springframework.transaction.interceptor.TransactionAttributeSourceEditor
- TransactionAwareCacheDecorator - org.springframework.cache.transaction中的类
- Cache decorator which synchronizes its
TransactionAwareCacheDecorator.put(java.lang.Object, java.lang.Object),TransactionAwareCacheDecorator.evict(java.lang.Object)andTransactionAwareCacheDecorator.clear()operations with Spring-managed transactions (through Spring'sTransactionSynchronizationManager, performing the actual cache put/evict/clear operation only in the after-commit phase of a successful transaction. - TransactionAwareCacheDecorator(Cache) - 类 的构造器org.springframework.cache.transaction.TransactionAwareCacheDecorator
- Create a new TransactionAwareCache for the given target Cache.
- TransactionAwareCacheManagerProxy - org.springframework.cache.transaction中的类
- Proxy for a target
CacheManager, exposing transaction-awareCacheobjects which synchronize theirCache.put(java.lang.Object, java.lang.Object)operations with Spring-managed transactions (through Spring'sTransactionSynchronizationManager, performing the actual cache put operation only in the after-commit phase of a successful transaction. - TransactionAwareCacheManagerProxy() - 类 的构造器org.springframework.cache.transaction.TransactionAwareCacheManagerProxy
- Create a new TransactionAwareCacheManagerProxy, setting the target CacheManager through the
TransactionAwareCacheManagerProxy.setTargetCacheManager(org.springframework.cache.CacheManager)bean property. - TransactionAwareCacheManagerProxy(CacheManager) - 类 的构造器org.springframework.cache.transaction.TransactionAwareCacheManagerProxy
- Create a new TransactionAwareCacheManagerProxy for the given target CacheManager.
- TransactionAwareConnectionFactoryProxy - org.springframework.jca.cci.connection中的类
- Proxy for a target CCI
ConnectionFactory, adding awareness of Spring-managed transactions. - TransactionAwareConnectionFactoryProxy - org.springframework.jms.connection中的类
- Proxy for a target JMS
ConnectionFactory, adding awareness of Spring-managed transactions. - TransactionAwareConnectionFactoryProxy() - 类 的构造器org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy
- Create a new TransactionAwareConnectionFactoryProxy.
- TransactionAwareConnectionFactoryProxy() - 类 的构造器org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
- Create a new TransactionAwareConnectionFactoryProxy.
- TransactionAwareConnectionFactoryProxy(ConnectionFactory) - 类 的构造器org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
- Create a new TransactionAwareConnectionFactoryProxy.
- TransactionAwareConnectionFactoryProxy(ConnectionFactory) - 类 的构造器org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy
- Create a new TransactionAwareConnectionFactoryProxy.
- TransactionAwareDataSourceProxy - org.springframework.jdbc.datasource中的类
- Proxy for a target JDBC
DataSource, adding awareness of Spring-managed transactions. - TransactionAwareDataSourceProxy() - 类 的构造器org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy
- Create a new TransactionAwareDataSourceProxy.
- TransactionAwareDataSourceProxy(DataSource) - 类 的构造器org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy
- Create a new TransactionAwareDataSourceProxy.
- TransactionCallback<T> - org.springframework.transaction.reactive中的接口
- Callback interface for reactive transactional code.
- TransactionCallback<T> - org.springframework.transaction.support中的接口
- Callback interface for transactional code.
- TransactionCallbackWithoutResult - org.springframework.transaction.support中的类
- Simple convenience class for TransactionCallback implementation.
- TransactionCallbackWithoutResult() - 类 的构造器org.springframework.transaction.support.TransactionCallbackWithoutResult
- TransactionContext - org.springframework.transaction.reactive中的类
- Mutable transaction context that encapsulates transactional synchronizations and resources in the scope of a single transaction.
- TransactionContextManager - org.springframework.transaction.reactive中的类
- Delegate to register and obtain transactional contexts.
- TransactionDefinition - org.springframework.transaction中的接口
- Interface that defines Spring-compliant transaction properties.
- TransactionException - org.springframework.transaction中的异常错误
- Superclass for all transaction exceptions.
- TransactionException(String) - 异常错误 的构造器org.springframework.transaction.TransactionException
- Constructor for TransactionException.
- TransactionException(String, Throwable) - 异常错误 的构造器org.springframework.transaction.TransactionException
- Constructor for TransactionException.
- TransactionExecution - org.springframework.transaction中的接口
- Common representation of the current state of a transaction.
- TransactionFactory - org.springframework.transaction.jta中的接口
- Strategy interface for creating JTA
Transactionobjects based on specified transactional characteristics. - TransactionInfo(PlatformTransactionManager, TransactionAttribute, String) - 类 的构造器org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
- TransactionInProgressException - org.springframework.jms中的异常错误
- Runtime exception mirroring the JMS TransactionInProgressException.
- TransactionInProgressException(TransactionInProgressException) - 异常错误 的构造器org.springframework.jms.TransactionInProgressException
- transactionInterceptor(TransactionAttributeSource) - 类 中的方法org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration
- TransactionInterceptor - org.springframework.transaction.interceptor中的类
- AOP Alliance MethodInterceptor for declarative transaction management using the common Spring transaction infrastructure (
PlatformTransactionManager/ReactiveTransactionManager). - TransactionInterceptor() - 类 的构造器org.springframework.transaction.interceptor.TransactionInterceptor
- Create a new TransactionInterceptor.
- TransactionInterceptor(PlatformTransactionManager, Properties) - 类 的构造器org.springframework.transaction.interceptor.TransactionInterceptor
- 已过时。as of 5.2.5, in favor of
TransactionAspectSupport.setTransactionAttributes(Properties) - TransactionInterceptor(PlatformTransactionManager, TransactionAttributeSource) - 类 的构造器org.springframework.transaction.interceptor.TransactionInterceptor
- 已过时。as of 5.2.5, in favor of
TransactionInterceptor(TransactionManager, TransactionAttributeSource) - TransactionInterceptor(TransactionManager, TransactionAttributeSource) - 类 的构造器org.springframework.transaction.interceptor.TransactionInterceptor
- Create a new TransactionInterceptor.
- TransactionManagementConfigurationSelector - org.springframework.transaction.annotation中的类
- Selects which implementation of
AbstractTransactionManagementConfigurationshould be used based on the value ofEnableTransactionManagement.mode()on the importing@Configurationclass. - TransactionManagementConfigurationSelector() - 类 的构造器org.springframework.transaction.annotation.TransactionManagementConfigurationSelector
- TransactionManagementConfigurer - org.springframework.transaction.annotation中的接口
- Interface to be implemented by @
Configurationclasses annotated with @EnableTransactionManagementthat wish to (or need to) explicitly specify the defaultPlatformTransactionManagerbean (orReactiveTransactionManagerbean) to be used for annotation-driven transaction management, as opposed to the default approach of a by-type lookup. - TransactionManagementConfigUtils - org.springframework.transaction.config中的类
- Configuration constants for internal sharing across subpackages.
- TransactionManagementConfigUtils() - 类 的构造器org.springframework.transaction.config.TransactionManagementConfigUtils
- transactionManager() - 注释类型 中的方法org.springframework.test.context.jdbc.SqlConfig
- The bean name of the
PlatformTransactionManagerthat should be used to drive transactions. - transactionManager() - 注释类型 中的方法org.springframework.transaction.annotation.Transactional
- A qualifier value for the specified transaction.
- TransactionManager - org.springframework.transaction中的接口
- Marker interface for Spring transaction manager implementations, either traditional or reactive.
- transactionMode() - 注释类型 中的方法org.springframework.test.context.jdbc.SqlConfig
- The mode to use when determining whether SQL scripts should be executed within a transaction.
- TransactionOperations - org.springframework.transaction.support中的接口
- Interface specifying basic transaction execution operations.
- TransactionPhase - org.springframework.transaction.event中的枚举
- The phase at which a transactional event listener applies.
- TransactionProxyFactoryBean - org.springframework.transaction.interceptor中的类
- Proxy factory bean for simplified declarative transaction handling.
- TransactionProxyFactoryBean() - 类 的构造器org.springframework.transaction.interceptor.TransactionProxyFactoryBean
- TransactionRolledBackException - org.springframework.jms中的异常错误
- Runtime exception mirroring the JMS TransactionRolledBackException.
- TransactionRolledBackException(TransactionRolledBackException) - 异常错误 的构造器org.springframework.jms.TransactionRolledBackException
- TransactionStatus - org.springframework.transaction中的接口
- Representation of the status of a transaction.
- TransactionSuspensionNotSupportedException - org.springframework.transaction中的异常错误
- Exception thrown when attempting to suspend an existing transaction but transaction suspension is not supported by the underlying backend.
- TransactionSuspensionNotSupportedException(String) - 异常错误 的构造器org.springframework.transaction.TransactionSuspensionNotSupportedException
- Constructor for TransactionSuspensionNotSupportedException.
- TransactionSuspensionNotSupportedException(String, Throwable) - 异常错误 的构造器org.springframework.transaction.TransactionSuspensionNotSupportedException
- Constructor for TransactionSuspensionNotSupportedException.
- TransactionSynchronization - org.springframework.transaction.reactive中的接口
- Interface for reactive transaction synchronization callbacks.
- TransactionSynchronization - org.springframework.transaction.support中的接口
- Interface for transaction synchronization callbacks.
- TransactionSynchronizationAdapter - org.springframework.transaction.support中的类
- Simple
TransactionSynchronizationadapter containing empty method implementations, for easier overriding of single methods. - TransactionSynchronizationAdapter() - 类 的构造器org.springframework.transaction.support.TransactionSynchronizationAdapter
- TransactionSynchronizationManager - org.springframework.transaction.reactive中的类
- Central delegate that manages resources and transaction synchronizations per subscriber context.
- TransactionSynchronizationManager - org.springframework.transaction.support中的类
- Central delegate that manages resources and transaction synchronizations per thread.
- TransactionSynchronizationManager() - 类 的构造器org.springframework.transaction.support.TransactionSynchronizationManager
- TransactionSynchronizationManager(TransactionContext) - 类 的构造器org.springframework.transaction.reactive.TransactionSynchronizationManager
- TransactionSynchronizationUtils - org.springframework.transaction.support中的类
- Utility methods for triggering specific
TransactionSynchronizationcallback methods on all currently registered synchronizations. - TransactionSynchronizationUtils() - 类 的构造器org.springframework.transaction.support.TransactionSynchronizationUtils
- TransactionSystemException - org.springframework.transaction中的异常错误
- Exception thrown when a general transaction system error is encountered, like on commit or rollback.
- TransactionSystemException(String) - 异常错误 的构造器org.springframework.transaction.TransactionSystemException
- Constructor for TransactionSystemException.
- TransactionSystemException(String, Throwable) - 异常错误 的构造器org.springframework.transaction.TransactionSystemException
- Constructor for TransactionSystemException.
- TransactionTemplate - org.springframework.transaction.support中的类
- Template class that simplifies programmatic transaction demarcation and transaction exception handling.
- TransactionTemplate() - 类 的构造器org.springframework.transaction.support.TransactionTemplate
- Construct a new TransactionTemplate for bean usage.
- TransactionTemplate(PlatformTransactionManager) - 类 的构造器org.springframework.transaction.support.TransactionTemplate
- Construct a new TransactionTemplate using the given transaction manager.
- TransactionTemplate(PlatformTransactionManager, TransactionDefinition) - 类 的构造器org.springframework.transaction.support.TransactionTemplate
- Construct a new TransactionTemplate using the given transaction manager, taking its default settings from the given transaction definition.
- TransactionTimedOutException - org.springframework.transaction中的异常错误
- Exception to be thrown when a transaction has timed out.
- TransactionTimedOutException(String) - 异常错误 的构造器org.springframework.transaction.TransactionTimedOutException
- Constructor for TransactionTimedOutException.
- TransactionTimedOutException(String, Throwable) - 异常错误 的构造器org.springframework.transaction.TransactionTimedOutException
- Constructor for TransactionTimedOutException.
- TransactionUsageException - org.springframework.transaction中的异常错误
- Superclass for exceptions caused by inappropriate usage of a Spring transaction API.
- TransactionUsageException(String) - 异常错误 的构造器org.springframework.transaction.TransactionUsageException
- Constructor for TransactionUsageException.
- TransactionUsageException(String, Throwable) - 异常错误 的构造器org.springframework.transaction.TransactionUsageException
- Constructor for TransactionUsageException.
- TRANSFER_ENCODING - 类 中的静态变量org.springframework.http.HttpHeaders
- The HTTP
Transfer-Encodingheader field name. - transferTo(File) - 接口 中的方法org.springframework.http.codec.multipart.FilePart
- Convenience method to copy the content of the file in this part to the given destination file.
- transferTo(File) - 类 中的方法org.springframework.mock.web.MockMultipartFile
- transferTo(File) - 类 中的方法org.springframework.web.multipart.commons.CommonsMultipartFile
- transferTo(File) - 接口 中的方法org.springframework.web.multipart.MultipartFile
- Transfer the received file to the given destination file.
- transferTo(Path) - 接口 中的方法org.springframework.http.codec.multipart.FilePart
- Convenience method to copy the content of the file in this part to the given destination file.
- transferTo(Path) - 类 中的方法org.springframework.web.multipart.commons.CommonsMultipartFile
- transferTo(Path) - 接口 中的方法org.springframework.web.multipart.MultipartFile
- Transfer the received file to the given destination file.
- transform(HttpServletRequest, Resource) - 接口 中的方法org.springframework.web.servlet.resource.ResourceTransformerChain
- Transform the given resource.
- transform(HttpServletRequest, Resource, ResourceTransformerChain) - 类 中的方法org.springframework.web.servlet.resource.AppCacheManifestTransformer
- transform(HttpServletRequest, Resource, ResourceTransformerChain) - 类 中的方法org.springframework.web.servlet.resource.CachingResourceTransformer
- transform(HttpServletRequest, Resource, ResourceTransformerChain) - 类 中的方法org.springframework.web.servlet.resource.CssLinkResourceTransformer
- transform(HttpServletRequest, Resource, ResourceTransformerChain) - 接口 中的方法org.springframework.web.servlet.resource.ResourceTransformer
- Transform the given resource.
- transform(Source, Result) - 类 中的方法org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter
- Transforms the given
Sourceto theResult. - transform(ServerWebExchange, Resource) - 接口 中的方法org.springframework.web.reactive.resource.ResourceTransformerChain
- Transform the given resource.
- transform(ServerWebExchange, Resource, ResourceTransformerChain) - 类 中的方法org.springframework.web.reactive.resource.AppCacheManifestTransformer
- transform(ServerWebExchange, Resource, ResourceTransformerChain) - 类 中的方法org.springframework.web.reactive.resource.CachingResourceTransformer
- transform(ServerWebExchange, Resource, ResourceTransformerChain) - 类 中的方法org.springframework.web.reactive.resource.CssLinkResourceTransformer
- transform(ServerWebExchange, Resource, ResourceTransformerChain) - 接口 中的方法org.springframework.web.reactive.resource.ResourceTransformer
- Transform the given resource.
- transformedBeanName(String) - 类 中的静态方法org.springframework.beans.factory.BeanFactoryUtils
- Return the actual bean name, stripping out the factory dereference prefix (if any, also stripping repeated factory prefixes if found).
- transformedBeanName(String) - 类 中的方法org.springframework.beans.factory.support.AbstractBeanFactory
- Return the bean name, stripping out the factory dereference prefix if necessary, and resolving aliases to canonical names.
- TransformedResource - org.springframework.web.reactive.resource中的类
- An extension of
ByteArrayResourcethat aResourceTransformercan use to represent an original resource preserving all other information except the content. - TransformedResource - org.springframework.web.servlet.resource中的类
- An extension of
ByteArrayResourcethat aResourceTransformercan use to represent an original resource preserving all other information except the content. - TransformedResource(Resource, byte[]) - 类 的构造器org.springframework.web.reactive.resource.TransformedResource
- TransformedResource(Resource, byte[]) - 类 的构造器org.springframework.web.servlet.resource.TransformedResource
- TransformerUtils - org.springframework.util.xml中的类
- Contains common behavior relating to
Transformersand thejavax.xml.transformpackage in general. - TransformerUtils() - 类 的构造器org.springframework.util.xml.TransformerUtils
- transformIfNecessary(String, byte[]) - 类 中的方法org.springframework.core.OverridingClassLoader
- Transformation hook to be implemented by subclasses.
- transformIfNecessary(String, byte[]) - 类 中的方法org.springframework.instrument.classloading.SimpleInstrumentableClassLoader
- transformIfNecessary(String, byte[]) - 类 中的方法org.springframework.instrument.classloading.WeavingTransformer
- Apply transformation on a given class byte definition.
- transformIfNecessary(String, String, byte[], ProtectionDomain) - 类 中的方法org.springframework.instrument.classloading.WeavingTransformer
- Apply transformation on a given class byte definition.
- transformPath(String) - 类 中的方法org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
- Transform the request URI (in the context of the webapp) stripping slashes and extensions, and replacing the separator as required.
- TransformTag - org.springframework.web.servlet.tags中的类
- The
<transform>tag provides transformation for reference data values from controllers and other objects inside aspring:bindtag (or a data-bound form element tag from Spring's form tag library). - TransformTag() - 类 的构造器org.springframework.web.servlet.tags.TransformTag
- transformUrl(String) - 类 中的方法org.springframework.web.server.adapter.DefaultServerWebExchange
- transformUrl(String) - 接口 中的方法org.springframework.web.server.ServerWebExchange
- Transform the given url according to the registered transformation function(s).
- transformUrl(String) - 类 中的方法org.springframework.web.server.ServerWebExchangeDecorator
- TransientDataAccessException - org.springframework.dao中的异常错误
- Root of the hierarchy of data access exceptions that are considered transient - where a previously failed operation might be able to succeed when the operation is retried without any intervention by application-level functionality.
- TransientDataAccessException(String) - 异常错误 的构造器org.springframework.dao.TransientDataAccessException
- Constructor for TransientDataAccessException.
- TransientDataAccessException(String, Throwable) - 异常错误 的构造器org.springframework.dao.TransientDataAccessException
- Constructor for TransientDataAccessException.
- TransientDataAccessResourceException - org.springframework.dao中的异常错误
- Data access exception thrown when a resource fails temporarily and the operation can be retried.
- TransientDataAccessResourceException(String) - 异常错误 的构造器org.springframework.dao.TransientDataAccessResourceException
- Constructor for TransientDataAccessResourceException.
- TransientDataAccessResourceException(String, Throwable) - 异常错误 的构造器org.springframework.dao.TransientDataAccessResourceException
- Constructor for TransientDataAccessResourceException.
- translate(String, String, SQLException) - 类 中的方法org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator
- Pre-checks the arguments, calls
AbstractFallbackSQLExceptionTranslator.doTranslate(java.lang.String, java.lang.String, java.sql.SQLException), and invokes thefallback translatorif necessary. - translate(String, String, SQLException) - 接口 中的方法org.springframework.jdbc.support.SQLExceptionTranslator
- Translate the given
SQLExceptioninto a genericDataAccessException. - translateException(String, String, SQLException) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
- Translate the given
SQLExceptioninto a genericDataAccessException. - translateExceptionIfPossible(RuntimeException) - 类 中的方法org.springframework.dao.support.ChainedPersistenceExceptionTranslator
- translateExceptionIfPossible(RuntimeException) - 接口 中的方法org.springframework.dao.support.PersistenceExceptionTranslator
- Translate the given runtime exception thrown by a persistence framework to a corresponding exception from Spring's generic
DataAccessExceptionhierarchy, if possible. - translateExceptionIfPossible(RuntimeException) - 类 中的方法org.springframework.orm.hibernate5.HibernateExceptionTranslator
- translateExceptionIfPossible(RuntimeException) - 类 中的方法org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
- Implementation of the PersistenceExceptionTranslator interface, as autodetected by Spring's PersistenceExceptionTranslationPostProcessor.
- translateExceptionIfPossible(RuntimeException) - 类 中的方法org.springframework.orm.jpa.DefaultJpaDialect
- This implementation delegates to EntityManagerFactoryUtils.
- translateExceptionIfPossible(RuntimeException) - 类 中的方法org.springframework.orm.jpa.vendor.HibernateJpaDialect
- translateIfNecessary(RuntimeException, PersistenceExceptionTranslator) - 类 中的静态方法org.springframework.dao.support.DataAccessUtils
- Return a translated exception if this is appropriate, otherwise return the given exception as-is.
- Transport - org.springframework.web.socket.sockjs.client中的接口
- A client-side implementation for a SockJS transport.
- TransportHandler - org.springframework.web.socket.sockjs.transport中的接口
- Handle a SockJS session URL, i.e. transport-specific request.
- TransportHandlingSockJsService - org.springframework.web.socket.sockjs.transport中的类
- A basic implementation of
SockJsServicewith support for SPI-based transport handling and session management. - TransportHandlingSockJsService(TaskScheduler, Collection<TransportHandler>) - 类 的构造器org.springframework.web.socket.sockjs.transport.TransportHandlingSockJsService
- Create a TransportHandlingSockJsService with given
handlertypes. - TransportHandlingSockJsService(TaskScheduler, TransportHandler...) - 类 的构造器org.springframework.web.socket.sockjs.transport.TransportHandlingSockJsService
- Create a TransportHandlingSockJsService with given
handlertypes. - TransportRequest - org.springframework.web.socket.sockjs.client中的接口
- TransportType - org.springframework.web.socket.sockjs.transport中的枚举
- SockJS transport types.
- Trigger - org.springframework.scheduling中的接口
- Common interface for trigger objects that determine the next execution time of a task that they get associated with.
- triggerAfterCommit() - 类 中的静态方法org.springframework.transaction.support.TransactionSynchronizationUtils
- Trigger
afterCommitcallbacks on all currently registered synchronizations. - triggerAfterCompletion(int) - 类 中的静态方法org.springframework.transaction.support.TransactionSynchronizationUtils
- Trigger
afterCompletioncallbacks on all currently registered synchronizations. - triggerAfterReceiveCompletion(Message<?>, MessageChannel, Exception) - 类 中的方法org.springframework.messaging.support.AbstractMessageChannel.ChannelInterceptorChain
- triggerAfterSendCompletion(Message<?>, MessageChannel, boolean, Exception) - 类 中的方法org.springframework.messaging.support.AbstractMessageChannel.ChannelInterceptorChain
- triggerBeforeCommit(boolean) - 类 中的静态方法org.springframework.transaction.support.TransactionSynchronizationUtils
- Trigger
beforeCommitcallbacks on all currently registered synchronizations. - triggerBeforeCommit(DefaultTransactionStatus) - 类 中的方法org.springframework.transaction.support.AbstractPlatformTransactionManager
- Trigger
beforeCommitcallbacks. - triggerBeforeCompletion() - 类 中的静态方法org.springframework.transaction.support.TransactionSynchronizationUtils
- Trigger
beforeCompletioncallbacks on all currently registered synchronizations. - triggerBeforeCompletion(DefaultTransactionStatus) - 类 中的方法org.springframework.transaction.support.AbstractPlatformTransactionManager
- Trigger
beforeCompletioncallbacks. - TriggerContext - org.springframework.scheduling中的接口
- Context object encapsulating last execution times and last completion time of a given task.
- triggerFlush() - 类 中的静态方法org.springframework.transaction.support.TransactionSynchronizationUtils
- Trigger
flushcallbacks on all currently registered synchronizations. - TriggerTask - org.springframework.scheduling.config中的类
- TriggerTask(Runnable, Trigger) - 类 的构造器org.springframework.scheduling.config.TriggerTask
- Create a new
TriggerTask. - trimAllWhitespace(String) - 类 中的静态方法org.springframework.util.StringUtils
- Trim all whitespace from the given
String: leading, trailing, and in between characters. - trimArrayElements(String[]) - 类 中的静态方法org.springframework.util.StringUtils
- Trim the elements of the given
Stringarray, callingString.trim()on each non-null element. - trimLeadingCharacter(String, char) - 类 中的静态方法org.springframework.util.StringUtils
- Trim all occurrences of the supplied leading character from the given
String. - trimLeadingWhitespace(String) - 类 中的静态方法org.springframework.util.StringUtils
- Trim leading whitespace from the given
String. - trimTrailingCharacter(String, char) - 类 中的静态方法org.springframework.util.StringUtils
- Trim all occurrences of the supplied trailing character from the given
String. - trimTrailingWhitespace(String) - 类 中的静态方法org.springframework.util.StringUtils
- Trim trailing whitespace from the given
String. - trimValues - 类 中的变量org.springframework.beans.factory.config.PlaceholderConfigurerSupport
- trimWhitespace(String) - 类 中的静态方法org.springframework.util.StringUtils
- Trim leading and trailing whitespace from the given
String. - TRUE - 接口 中的静态变量org.springframework.aop.ClassFilter
- Canonical instance of a ClassFilter that matches all classes.
- TRUE - 接口 中的静态变量org.springframework.aop.MethodMatcher
- Canonical instance that matches all methods.
- TRUE - 接口 中的静态变量org.springframework.aop.Pointcut
- Canonical Pointcut instance that always matches.
- TRUE - 类 中的静态变量org.springframework.expression.spel.support.BooleanTypedValue
- True.
- TRUE_HIGH - 类 中的静态变量org.springframework.util.comparator.BooleanComparator
- A shared default instance of this comparator, treating
truehigher thanfalse. - TRUE_LOW - 类 中的静态变量org.springframework.util.comparator.BooleanComparator
- A shared default instance of this comparator, treating
truelower thanfalse. - TRUE_VALUE - 类 中的静态变量org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
- Value of a T/F attribute that represents true.
- TRUE_VALUE - 类 中的静态变量org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
- Value of a T/F attribute that represents true.
- tryCloseWithError(WebSocketSession, Throwable, Log) - 类 中的静态方法org.springframework.web.socket.handler.ExceptionWebSocketHandlerDecorator
- tryCloseWithSockJsTransportError(Throwable, CloseStatus) - 类 中的方法org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
- Close due to error arising from SockJS transport handling.
- twice() - 类 中的静态方法org.springframework.test.web.client.ExpectedCount
- Exactly twice.
- TX_DATA_SOURCE_PREFIX - 类 中的静态变量org.springframework.scheduling.quartz.LocalDataSourceJobStore
- Name used for the transactional ConnectionProvider for Quartz.
- txManager - 类 中的变量org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration
- Default transaction manager, as configured through a
TransactionManagementConfigurer. - TxNamespaceHandler - org.springframework.transaction.config中的类
NamespaceHandlerallowing for the configuration of declarative transaction management using either XML or using annotations.- TxNamespaceHandler() - 类 的构造器org.springframework.transaction.config.TxNamespaceHandler
- type - 类 中的变量org.springframework.asm.Attribute
- The type of this attribute, also called its name in the JVMS.
- type() - 注释类型 中的方法org.springframework.context.annotation.ComponentScan.Filter
- The type of filter to use.
- Type - org.springframework.asm中的类
- A Java field or method type.
- TYPE - 接口 中的静态变量org.springframework.jms.support.JmsHeaders
- Message type label.
- TYPE_ARGUMENT - 类 中的静态变量org.springframework.asm.TypePath
- A type path step that steps into a type argument of a generic type.
- TYPE_ATTRIBUTE - 类 中的静态变量org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
- TYPE_CONVERSION_ERROR - org.springframework.expression.spel.SpelMessage
- TYPE_HIERARCHY - org.springframework.core.annotation.MergedAnnotations.SearchStrategy
- Perform a full search of the entire type hierarchy, including superclasses and implemented interfaces.
- TYPE_HIERARCHY_AND_ENCLOSING_CLASSES - org.springframework.core.annotation.MergedAnnotations.SearchStrategy
- Perform a full search of the entire type hierarchy on the source and any enclosing classes.
- TYPE_KEY - 类 中的静态变量org.springframework.jmx.export.naming.IdentityNamingStrategy
- The type key.
- TYPE_NAME_EXPECTED_FOR_ARRAY_CONSTRUCTION - org.springframework.expression.spel.SpelMessage
- TYPE_NOT_FOUND - org.springframework.expression.spel.SpelMessage
- TYPE_UNKNOWN - 接口 中的静态变量org.springframework.jdbc.core.namedparam.SqlParameterSource
- Constant that indicates an unknown (or unspecified) SQL type.
- TYPE_UNKNOWN - 接口 中的静态变量org.springframework.jdbc.core.SqlReturnType
- Constant that indicates an unknown (or unspecified) SQL type.
- TYPE_UNKNOWN - 接口 中的静态变量org.springframework.jdbc.core.SqlTypeValue
- Constant that indicates an unknown (or unspecified) SQL type.
- TYPE_UNKNOWN - 类 中的静态变量org.springframework.jdbc.support.JdbcUtils
- Constant that indicates an unknown (or unspecified) SQL type.
- TypeCode - org.springframework.expression.spel.ast中的枚举
- Captures primitive types and their corresponding class objects, plus one special entry that represents all reference (non-primitive) types.
- TypeComparator - org.springframework.expression中的接口
- Instances of a type comparator should be able to compare pairs of objects for equality.
- TypeConverter - org.springframework.beans中的接口
- Interface that defines type conversion methods.
- TypeConverter - org.springframework.expression中的接口
- A type converter can convert values between different types encountered during expression evaluation.
- TypeConverterSupport - org.springframework.beans中的类
- Base implementation of the
TypeConverterinterface, using a package-private delegate. - TypeConverterSupport() - 类 的构造器org.springframework.beans.TypeConverterSupport
- TypeDescriptor - org.springframework.core.convert中的类
- Contextual descriptor about a type to convert from or to.
- TypeDescriptor(Field) - 类 的构造器org.springframework.core.convert.TypeDescriptor
- Create a new type descriptor from a
Field. - TypeDescriptor(Property) - 类 的构造器org.springframework.core.convert.TypeDescriptor
- Create a new type descriptor from a
Property. - TypeDescriptor(MethodParameter) - 类 的构造器org.springframework.core.convert.TypeDescriptor
- Create a new type descriptor from a
MethodParameter. - TypeDescriptor(ResolvableType, Class<?>, Annotation[]) - 类 的构造器org.springframework.core.convert.TypeDescriptor
- Create a new type descriptor from a
ResolvableType. - TypedStringValue - org.springframework.beans.factory.config中的类
- Holder for a typed String value.
- TypedStringValue(String) - 类 的构造器org.springframework.beans.factory.config.TypedStringValue
- Create a new
TypedStringValuefor the given String value. - TypedStringValue(String, Class<?>) - 类 的构造器org.springframework.beans.factory.config.TypedStringValue
- Create a new
TypedStringValuefor the given String value and target type. - TypedStringValue(String, String) - 类 的构造器org.springframework.beans.factory.config.TypedStringValue
- Create a new
TypedStringValuefor the given String value and target type. - TypedValue - org.springframework.expression中的类
- Encapsulates an object and a
TypeDescriptorthat describes it. - TypedValue(Object) - 类 的构造器org.springframework.expression.TypedValue
- Create a
TypedValuefor a simple object. - TypedValue(Object, TypeDescriptor) - 类 的构造器org.springframework.expression.TypedValue
- Create a
TypedValuefor a particular value with a particularTypeDescriptorwhich may contain additional generic declarations. - TypedValueHolderValueRef(TypedValue, SpelNodeImpl) - 类 的构造器org.springframework.expression.spel.ast.ValueRef.TypedValueHolderValueRef
- TypeFilter - org.springframework.core.type.filter中的接口
- Base interface for type filters using a
MetadataReader. - typeIdResolverInstance(MapperConfig<?>, Annotated, Class<?>) - 类 中的方法org.springframework.http.converter.json.SpringHandlerInstantiator
- typeIn(Class<?>...) - 类 中的静态方法org.springframework.core.annotation.MergedAnnotationPredicates
- Create a new
Predicatethat evaluates totrueif the merged annotation type is contained in the specified array. - typeIn(String...) - 类 中的静态方法org.springframework.core.annotation.MergedAnnotationPredicates
- Create a new
Predicatethat evaluates totrueif the name of the merged annotation type is contained in the specified array. - typeIn(Collection<?>) - 类 中的静态方法org.springframework.core.annotation.MergedAnnotationPredicates
- Create a new
Predicatethat evaluates totrueif the merged annotation type is contained in the specified collection. - TypeLocator - org.springframework.expression中的接口
- Implementers of this interface are expected to be able to locate types.
- TypeMismatchDataAccessException - org.springframework.dao中的异常错误
- Exception thrown on mismatch between Java type and database type: for example on an attempt to set an object of the wrong type in an RDBMS column.
- TypeMismatchDataAccessException(String) - 异常错误 的构造器org.springframework.dao.TypeMismatchDataAccessException
- Constructor for TypeMismatchDataAccessException.
- TypeMismatchDataAccessException(String, Throwable) - 异常错误 的构造器org.springframework.dao.TypeMismatchDataAccessException
- Constructor for TypeMismatchDataAccessException.
- TypeMismatchException - org.springframework.beans中的异常错误
- Exception thrown on a type mismatch when trying to set a bean property.
- TypeMismatchException(PropertyChangeEvent, Class<?>) - 异常错误 的构造器org.springframework.beans.TypeMismatchException
- Create a new
TypeMismatchException. - TypeMismatchException(PropertyChangeEvent, Class<?>, Throwable) - 异常错误 的构造器org.springframework.beans.TypeMismatchException
- Create a new
TypeMismatchException. - TypeMismatchException(Object, Class<?>) - 异常错误 的构造器org.springframework.beans.TypeMismatchException
- Create a new
TypeMismatchExceptionwithout aPropertyChangeEvent. - TypeMismatchException(Object, Class<?>, Throwable) - 异常错误 的构造器org.springframework.beans.TypeMismatchException
- Create a new
TypeMismatchExceptionwithout aPropertyChangeEvent. - TypeMismatchNamingException - org.springframework.jndi中的异常错误
- Exception thrown if a type mismatch is encountered for an object located in a JNDI environment.
- TypeMismatchNamingException(String, Class<?>, Class<?>) - 异常错误 的构造器org.springframework.jndi.TypeMismatchNamingException
- Construct a new TypeMismatchNamingException, building an explanation text from the given arguments.
- TypePath - org.springframework.asm中的类
- The path to a type argument, wildcard bound, array element type, or static inner type within an enclosing type.
- TypePatternClassFilter - org.springframework.aop.aspectj中的类
- Spring AOP
ClassFilterimplementation using AspectJ type matching. - TypePatternClassFilter() - 类 的构造器org.springframework.aop.aspectj.TypePatternClassFilter
- Creates a new instance of the
TypePatternClassFilterclass. - TypePatternClassFilter(String) - 类 的构造器org.springframework.aop.aspectj.TypePatternClassFilter
- Create a fully configured
TypePatternClassFilterusing the given type pattern. - TypeReference - org.springframework.asm中的类
- A reference to a type appearing in a class, field or method declaration, or on an instruction.
- TypeReference - org.springframework.expression.spel.ast中的类
- Represents a reference to a type, for example
"T(String)" or "T(com.somewhere.Foo)". - TypeReference(int) - 类 的构造器org.springframework.asm.TypeReference
- Constructs a new TypeReference.
- TypeReference(int, int, SpelNodeImpl) - 类 的构造器org.springframework.expression.spel.ast.TypeReference
- TypeReference(int, int, SpelNodeImpl, int) - 类 的构造器org.springframework.expression.spel.ast.TypeReference
- typeResolverBuilderInstance(MapperConfig<?>, Annotated, Class<?>) - 类 中的方法org.springframework.http.converter.json.SpringHandlerInstantiator
- types() - 注释类型 中的方法org.springframework.web.bind.annotation.SessionAttributes
- The types of session attributes in the model that should be stored in the session or some conversational storage.
- TypeUtils - org.springframework.util中的类
- Utility to work with Java 5 generic type parameters.
- TypeUtils() - 类 的构造器org.springframework.util.TypeUtils
所有类 所有程序包