- 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 のクラス
データベーステーブルでの操作の構成と実行に使用されるコンテキストメタデータを管理するクラス。
- TableMetaDataContext() - クラス org.springframework.jdbc.core.metadata.TableMetaDataContext のコンストラクター
- TableMetaDataProvider - org.springframework.jdbc.core.metadata のインターフェース
テーブルのメタデータを提供するクラスによって実装される API を指定するインターフェース。
- TableMetaDataProviderFactory - org.springframework.jdbc.core.metadata のクラス
- tableNameToUse(String) - クラス org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider のメソッド
- tableNameToUse(String) - インターフェース org.springframework.jdbc.core.metadata.TableMetaDataProvider のメソッド
メタデータ情報に基づいてフォーマットされたテーブル名を取得します。
- TableParameterMetaData - org.springframework.jdbc.core.metadata のクラス
テーブル処理に使用される特定のパラメーターのメタデータのホルダー。
- TableParameterMetaData(String, int, boolean) - クラス org.springframework.jdbc.core.metadata.TableParameterMetaData のコンストラクター
すべてのプロパティを取得するコンストラクター。
- TABLESWITCH - インターフェース org.springframework.asm.Opcodes の静的変数
- tag(String, String) - インターフェース org.springframework.core.metrics.StartupStep のメソッド
- tag(String, Supplier<String>) - インターフェース org.springframework.core.metrics.StartupStep のメソッド
- TagUtils - org.springframework.web.util のクラス
タグライブラリ関連コードのユーティリティクラス。
StringsSE を Web スコープに変換するなどの機能を公開します。
- TagUtils() - クラス org.springframework.web.util.TagUtils のコンストラクター
- TagWriter - org.springframework.web.servlet.tags.form のクラス
HTML コンテンツを
WriterSE インスタンスに書き込むためのユーティリティクラス。
- TagWriter(PageContext) - クラス org.springframework.web.servlet.tags.form.TagWriter のコンストラクター
- TagWriter(Writer) - クラス org.springframework.web.servlet.tags.form.TagWriter のコンストラクター
- takeUntilByteCount(Publisher<? extends DataBuffer>, long) - クラス org.springframework.core.io.buffer.DataBufferUtils の静的メソッド
合計
バイト数が指定された最大バイト数に達するまで、またはパブリッシャーが完了するまで、指定された
Publisher からバッファを中継します。
- target - クラス org.springframework.aop.framework.ReflectiveMethodInvocation の変数
- targetClass - クラス org.springframework.util.MethodInvoker の変数
- TargetClassAware - org.springframework.aop のインターフェース
ターゲットクラスをプロキシの背後に公開するための最小限のインターフェース。
- targetObject - クラス org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource の変数
- TargetSource - org.springframework.aop のインターフェース
TargetSource は、AOP 呼び出しの現在の「ターゲット」を取得するために使用されます。アラウンドアドバイスがインターセプターチェーン自体を終了することを選択しない場合、リフレクションを介して呼び出されます。
- TargetSourceCreator - org.springframework.aop.framework.autoproxy のインターフェース
実装では、特定の Bean のプールターゲットソースなど、特別なターゲットソースを作成できます。
- Task - org.springframework.scheduling.config のクラス
タスクとして、通常はスケジュールされた時間または間隔で実行される Runnable を定義するホルダークラス。
- Task(Runnable) - クラス org.springframework.scheduling.config.Task のコンストラクター
新しい Task を作成します。
- TaskDecorator - org.springframework.core.task のインターフェース
- TaskExecutor - org.springframework.core.task のインターフェース
- taskExecutor() - クラス org.springframework.messaging.simp.config.ChannelRegistration のメソッド
このメッセージチャネルをバッキングするスレッドプールを構成します。
- taskExecutor(ThreadPoolTaskExecutor) - クラス org.springframework.messaging.simp.config.ChannelRegistration のメソッド
カスタム ThreadPoolTaskExecutor を使用して、このメッセージチャネルをバッキングするスレッドプールを構成します。
- TaskExecutorAdapter - org.springframework.core.task.support のクラス
JDK
java.util.concurrent.Executor を取得し、Spring
TaskExecutor を公開するアダプター。
- TaskExecutorAdapter(Executor) - クラス org.springframework.core.task.support.TaskExecutorAdapter のコンストラクター
指定された JDK コンカレントエグゼキューターを使用して、新しい TaskExecutorAdapter を作成します。
- TaskExecutorFactoryBean - org.springframework.scheduling.config のクラス
- TaskExecutorFactoryBean() - クラス org.springframework.scheduling.config.TaskExecutorFactoryBean のコンストラクター
- TaskExecutorRegistration - org.springframework.messaging.simp.config のクラス
- TaskExecutorRegistration() - クラス org.springframework.messaging.simp.config.TaskExecutorRegistration のコンストラクター
- TaskExecutorRegistration(ThreadPoolTaskExecutor) - クラス org.springframework.messaging.simp.config.TaskExecutorRegistration のコンストラクター
- TaskManagementConfigUtils - org.springframework.scheduling.config のクラス
サブパッケージ間で内部共有するための構成定数。
- TaskManagementConfigUtils() - クラス org.springframework.scheduling.config.TaskManagementConfigUtils のコンストラクター
- TaskNamespaceHandler - org.springframework.scheduling.config のクラス
「タスク」名前空間の NamespaceHandler。
- TaskNamespaceHandler() - クラス org.springframework.scheduling.config.TaskNamespaceHandler のコンストラクター
- TaskRejectedException - org.springframework.core.task の例外
- TaskRejectedException(String) - クラス org.springframework.core.task.TaskRejectedException の例外
指定された詳細メッセージで根本原因のない新しい TaskRejectedException を作成します。
- TaskRejectedException(String, Throwable) - クラス org.springframework.core.task.TaskRejectedException の例外
指定された詳細メッセージと指定された根本原因を持つ新しい TaskRejectedException を作成します。
- TaskScheduler - org.springframework.scheduling のインターフェース
さまざまな種類のトリガーに基づいて
RunnablesSE のスケジューリングを抽象化するタスクスケジューラインターフェース。
- TaskTimeoutException - org.springframework.core.task の例外
- TaskTimeoutException(String) - クラス org.springframework.core.task.TaskTimeoutException の例外
指定された詳細メッセージで根本原因のない新しい TaskTimeoutException を作成します。
- TaskTimeoutException(String, Throwable) - クラス org.springframework.core.task.TaskTimeoutException の例外
指定された詳細メッセージと指定された根本原因を持つ新しい TaskTimeoutException を作成します。
- TaskUtils - org.springframework.scheduling.support のクラス
エラー処理でタスクを装飾するためのユーティリティメソッド。
- TaskUtils() - クラス org.springframework.scheduling.support.TaskUtils のコンストラクター
- tcp(String, int) - インターフェース org.springframework.messaging.rsocket.RSocketRequester.Builder のメソッド
- TcpConnection <P> - org.springframework.messaging.tcp のインターフェース
メッセージの送信と TCP 接続の管理に関する契約。
- TcpConnectionHandler <P> - org.springframework.messaging.tcp のインターフェース
受信メッセージの処理を含む、TCP 接続のライフサイクルイベントを管理するための契約。
- TcpOperations <P> - org.springframework.messaging.tcp のインターフェース
TCP 接続を確立するための契約。
- TE - クラス org.springframework.http.HttpHeaders の静的変数
HTTP TE ヘッダーフィールド名。
- TEMP_DIR_CONTEXT_ATTRIBUTE - クラス org.springframework.web.util.WebUtils の静的変数
型 java.io.File の、現在の Web アプリケーションの一時ディレクトリを指定する標準サーブレット仕様コンテキスト属性。
- TEMPLATE_EXPRESSION - インターフェース org.springframework.expression.ParserContext の静的変数
テンプレート式解析モードを有効にするデフォルトの ParserContext 実装。
- TemplateAwareExpressionParser - org.springframework.expression.common のクラス
テンプレートを理解する式パーサー。
- TemplateAwareExpressionParser() - クラス org.springframework.expression.common.TemplateAwareExpressionParser のコンストラクター
- TemplateParserContext - org.springframework.expression.common のクラス
- TemplateParserContext() - クラス org.springframework.expression.common.TemplateParserContext のコンストラクター
デフォルトの "#{" 接頭辞と "}" 接尾辞を使用して、新しい TemplateParserContext を作成します。
- TemplateParserContext(String, String) - クラス org.springframework.expression.common.TemplateParserContext のコンストラクター
指定されたプレフィックスとサフィックスの新しい TemplateParserContext を作成します。
- TemporalAccessorParser - org.springframework.format.datetime.standard のクラス
- TemporalAccessorParser(Class<? extends TemporalAccessor>, DateTimeFormatter) - クラス org.springframework.format.datetime.standard.TemporalAccessorParser のコンストラクター
指定された TemporalAccessor 型の新しい TemporalAccessorParser を作成します。
- TemporalAccessorPrinter - org.springframework.format.datetime.standard のクラス
- TemporalAccessorPrinter(DateTimeFormatter) - クラス org.springframework.format.datetime.standard.TemporalAccessorPrinter のコンストラクター
新しい TemporalAccessorPrinter を作成します。
- TemporaryLobCreator - org.springframework.jdbc.support.lob のクラス
- TemporaryLobCreator() - クラス org.springframework.jdbc.support.lob.TemporaryLobCreator のコンストラクター
- temporaryRedirect(URI) - インターフェース org.springframework.web.reactive.function.server.ServerResponse の静的メソッド
- temporaryRedirect(URI) - インターフェース org.springframework.web.servlet.function.ServerResponse の静的メソッド
- Ternary - org.springframework.expression.spel.ast のクラス
三項演算子を表します(例: "someCheck() ? true:false")。
- 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 のメソッド
指定されたリクエストでこの述語を評価します。
- test(Object, ServerWebExchange) - クラス org.springframework.web.reactive.socket.server.support.WebSocketUpgradeHandlerPredicate のメソッド
- test(ServerRequest) - インターフェース org.springframework.web.servlet.function.RequestPredicate のメソッド
指定されたリクエストでこの述語を評価します。
- TEST_CONSTRUCTOR_AUTOWIRE_MODE_PROPERTY_NAME - アノテーション型 org.springframework.test.context.TestConstructor の静的変数
デフォルトのテストコンストラクターのオートワイヤーモードを変更するために使用される JVM システムプロパティ: "spring.test.constructor.autowire.mode"。
- TestAnnotationUtils - org.springframework.test.annotation のクラス
Spring のコアテストアノテーションを操作するためのユーティリティメソッドのコレクション。
- TestAnnotationUtils() - クラス org.springframework.test.annotation.TestAnnotationUtils のコンストラクター
- testConnection() - クラス org.springframework.mail.javamail.JavaMailSenderImpl のメソッド
このインスタンスが、構成されているサーバーに接続できることを確認します。
- TestConstructor - org.springframework.test.context のアノテーション型
@TestConstructor は型レベルのアノテーションであり、テストのクラスコンストラクターのパラメーターがテストの
ApplicationContext のコンポーネントからオートワイヤーされる方法を構成するために使用されます。
- TestConstructor.AutowireMode - org.springframework.test.context の列挙
テストコンストラクターのパラメーターのオートワイヤーモードを定義します。
- TestConstructorUtils - org.springframework.test.context.support のクラス
- TestContext - org.springframework.test.context のインターフェース
TestContext は、テストが実行されるコンテキストをカプセル化します。使用中の実際のテストフレームワークには依存しません。
- TestContextAnnotationUtils - org.springframework.test.context のクラス
- TestContextAnnotationUtils() - クラス org.springframework.test.context.TestContextAnnotationUtils のコンストラクター
- TestContextAnnotationUtils.AnnotationDescriptor< T extends AnnotationSE> - org.springframework.test.context のクラス
- TestContextAnnotationUtils.UntypedAnnotationDescriptor - org.springframework.test.context のクラス
- TestContextBootstrapper - org.springframework.test.context のインターフェース
TestContextBootstrapper は、Spring TestContext フレームワークをブートストラップするための SPI を定義します。
- TestContextEvent - org.springframework.test.context.event のクラス
- TestContextEvent(TestContext) - クラス org.springframework.test.context.event.TestContextEvent のコンストラクター
新しい TestContextEvent を作成します。
- TestContextManager - org.springframework.test.context のクラス
TestContextManager は、Spring TestContext フレームワークへのメインエントリポイントです。
- TestContextManager(Class<?>) - クラス org.springframework.test.context.TestContextManager のコンストラクター
- TestContextManager(TestContextBootstrapper) - クラス org.springframework.test.context.TestContextManager のコンストラクター
- TestContextResourceUtils - org.springframework.test.context.util のクラス
Spring TestContext フレームワーク内のリソースを操作するためのユーティリティメソッド。
- TestContextResourceUtils() - クラス org.springframework.test.context.util.TestContextResourceUtils のコンストラクター
- TestContextTransactionUtils - org.springframework.test.context.transaction のクラス
Spring TestContext フレームワーク内のトランザクションおよびデータアクセス関連の Bean を操作するためのユーティリティメソッド。
- TestContextTransactionUtils() - クラス org.springframework.test.context.transaction.TestContextTransactionUtils のコンストラクター
- TestExecutionListener - org.springframework.test.context のインターフェース
TestExecutionListener は、リスナーが登録されている
TestContextManager によって発行されたテスト実行イベントに反応するための
リスナー API を定義します。
- TestExecutionListeners - org.springframework.test.context のアノテーション型
- TestExecutionListeners.MergeMode - org.springframework.test.context の列挙
スーパークラスからリスナーを継承しないクラスで @TestExecutionListeners が宣言されている場合、明示的に宣言されたリスナーがデフォルトのリスナーとマージされるかどうかを決定するモードの列挙。
- TestPropertySource - org.springframework.test.context のアノテーション型
- TestPropertySources - org.springframework.test.context のアノテーション型
- TestPropertySourceUtils - org.springframework.test.context.support のクラス
- TestPropertySourceUtils() - クラス org.springframework.test.context.support.TestPropertySourceUtils のコンストラクター
- testRegistry(Registry) - クラス org.springframework.remoting.rmi.RmiRegistryFactoryBean のメソッド
使用すべきではありません。
指定された RMI レジストリをテストし、その上で何らかの操作を呼び出して、まだアクティブかどうかを確認します。
- testRegistry(Registry) - クラス org.springframework.remoting.rmi.RmiServiceExporter のメソッド
使用すべきではありません。
指定された RMI レジストリをテストし、その上で何らかの操作を呼び出して、まだアクティブかどうかを確認します。
- TestTransaction - org.springframework.test.context.transaction のクラス
TestTransaction は、テストメソッド内、メソッド前、メソッド後の テスト 管理トランザクションとのプログラムによる相互作用のための静的ユーティリティメソッドのコレクションを提供します。
- TEXT_EVENT_STREAM - クラス org.springframework.http.MediaType の静的変数
text/event-stream のパブリック定数メディア型。
- TEXT_EVENT_STREAM_VALUE - クラス org.springframework.http.MediaType の静的変数
- TEXT_HTML - クラス org.springframework.http.MediaType の静的変数
text/html のパブリック定数メディア型。
- TEXT_HTML - クラス org.springframework.util.MimeTypeUtils の静的変数
text/html のパブリック定数 MIME 型。
- TEXT_HTML_VALUE - クラス org.springframework.http.MediaType の静的変数
- TEXT_HTML_VALUE - クラス org.springframework.util.MimeTypeUtils の静的変数
- TEXT_MARKDOWN - クラス org.springframework.http.MediaType の静的変数
text/markdown のパブリック定数メディア型。
- TEXT_MARKDOWN_VALUE - クラス org.springframework.http.MediaType の静的変数
- TEXT_PLAIN - クラス org.springframework.http.MediaType の静的変数
text/plain のパブリック定数メディア型。
- TEXT_PLAIN - クラス org.springframework.util.MimeTypeUtils の静的変数
text/plain のパブリック定数 MIME 型。
- TEXT_PLAIN_VALUE - クラス org.springframework.http.MediaType の静的変数
- TEXT_PLAIN_VALUE - クラス org.springframework.util.MimeTypeUtils の静的変数
- TEXT_XML - クラス org.springframework.http.MediaType の静的変数
text/xml のパブリック定数メディア型。
- TEXT_XML - クラス org.springframework.util.MimeTypeUtils の静的変数
text/xml のパブリック定数 MIME 型。
- TEXT_XML_VALUE - クラス org.springframework.http.MediaType の静的変数
- TEXT_XML_VALUE - クラス org.springframework.util.MimeTypeUtils の静的変数
- TextareaTag - org.springframework.web.servlet.tags.form のクラス
<textarea> タグは、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 のメソッド
- TextMessage - org.springframework.web.socket のクラス
テキスト WebSocket メッセージ。
- TextMessage(CharSequence) - クラス org.springframework.web.socket.TextMessage のコンストラクター
指定された CharSequence ペイロードから新しいテキスト WebSocket メッセージを作成します。
- TextMessage(byte[]) - クラス org.springframework.web.socket.TextMessage のコンストラクター
指定された byte[] から新しいテキスト WebSocket メッセージを作成します。
- TextMessage(CharSequence, boolean) - クラス org.springframework.web.socket.TextMessage のコンストラクター
メッセージの内容全体または一部を表す指定されたペイロードを使用して、新しいテキスト WebSocket メッセージを作成します。
- textPlainOnly() - クラス org.springframework.core.codec.CharSequenceEncoder の静的メソッド
"text/plain" のみをサポートする CharSequenceEncoder を作成します。
- textPlainOnly(boolean) - クラス org.springframework.core.codec.StringDecoder の静的メソッド
- textPlainOnly() - クラス org.springframework.core.codec.StringDecoder の静的メソッド
"text/plain" の StringDecoder を作成します。
- textPlainOnly(List<String>, boolean) - クラス org.springframework.core.codec.StringDecoder の静的メソッド
"text/plain" の StringDecoder を作成します。
- TextWebSocketHandler - org.springframework.web.socket.handler のクラス
- TextWebSocketHandler() - クラス org.springframework.web.socket.handler.TextWebSocketHandler のコンストラクター
- Theme - org.springframework.ui.context のインターフェース
テーマは、テーマ固有のメッセージ、コード、ファイルパスなど(Web 環境の e. g. CSS およびイメージファイル)を解決できます。
- THEME_REQUEST_ATTRIBUTE_NAME - クラス org.springframework.web.servlet.theme.CookieThemeResolver の静的変数
テーマ名を保持するリクエスト属性の名前。
- THEME_RESOLVER_ATTRIBUTE - クラス org.springframework.web.servlet.DispatcherServlet の静的変数
ビューによって取得可能な現在の ThemeResolver を保持するリクエスト属性。
- THEME_RESOLVER_BEAN_NAME - クラス org.springframework.web.servlet.DispatcherServlet の静的変数
この名前空間の Bean ファクトリ内の ThemeResolver オブジェクトの既知の名前。
- THEME_SESSION_ATTRIBUTE_NAME - クラス org.springframework.web.servlet.theme.SessionThemeResolver の静的変数
テーマ名を保持するセッション属性の名前。
- THEME_SOURCE_ATTRIBUTE - クラス org.springframework.web.servlet.DispatcherServlet の静的変数
ビューによって取得可能な現在の ThemeSource を保持するリクエスト属性。
- THEME_SOURCE_BEAN_NAME - クラス org.springframework.ui.context.support.UiApplicationContextUtils の静的変数
ファクトリ内の ThemeSource Bean の名前。
- ThemeChangeInterceptor - org.springframework.web.servlet.theme のクラス
構成可能なリクエストパラメーター(デフォルトのパラメーター名: "theme" )を介して、すべてのリクエストで現在のテーマを変更できるインターセプター。
- ThemeChangeInterceptor() - クラス org.springframework.web.servlet.theme.ThemeChangeInterceptor のコンストラクター
- themeResolver() - クラス org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport のメソッド
- ThemeResolver - org.springframework.web.servlet のインターフェース
リクエストを介したテーマの解決とリクエストとレスポンスを介したテーマの変更の両方を可能にする Web ベースのテーマ解決戦略のインターフェース。
- ThemeSource - org.springframework.ui.context のインターフェース
Themes を解決できるオブジェクトによって実装されるインターフェース。
- ThemeTag - org.springframework.web.servlet.tags のクラス
<theme> タグは、このページのスコープでテーマメッセージを検索します。
- ThemeTag() - クラス org.springframework.web.servlet.tags.ThemeTag のコンストラクター
- then() - インターフェース org.springframework.r2dbc.core.DatabaseClient.GenericExecuteSpec のメソッド
SQL 呼び出しを実行し、ステートメントの補完時に結果なしで完了する Mono を返します。
- ThreadLocalTargetSource - org.springframework.aop.target のクラス
オブジェクトプールの代替。
- ThreadLocalTargetSource() - クラス org.springframework.aop.target.ThreadLocalTargetSource のコンストラクター
- ThreadLocalTargetSourceStats - org.springframework.aop.target のインターフェース
ThreadLocal TargetSource の統計。
- ThreadPoolExecutorFactoryBean - org.springframework.scheduling.concurrent のクラス
- ThreadPoolExecutorFactoryBean() - クラス org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean のコンストラクター
- ThreadPoolTaskExecutor - org.springframework.scheduling.concurrent のクラス
JavaBean は、
ThreadPoolExecutorSE を Bean スタイルで ( "corePoolSize"、"maxPoolSize"、"keepAliveSeconds"、"queueCapacity" プロパティを通じて) 構成し、それを Spring
TaskExecutor として公開できるようにします。
- ThreadPoolTaskExecutor() - クラス org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor のコンストラクター
- ThreadPoolTaskScheduler - org.springframework.scheduling.concurrent のクラス
- ThreadPoolTaskScheduler() - クラス org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler のコンストラクター
- ThrowableWrapper(Throwable) - クラス org.springframework.cache.interceptor.CacheOperationInvoker.ThrowableWrapper の例外
- THROWS - クラス org.springframework.asm.TypeReference の静的変数
メソッドの throws 句で宣言された例外の型を対象とする一種の型参照。
- ThrowsAdvice - org.springframework.aop のインターフェース
スローアドバイスのタグインターフェース。
- ThrowsAdviceInterceptor - org.springframework.aop.framework.adapter のクラス
投球後のアドバイスをまとめるインターセプター。
- ThrowsAdviceInterceptor(Object) - クラス org.springframework.aop.framework.adapter.ThrowsAdviceInterceptor のコンストラクター
指定された ThrowsAdvice の新しい ThrowsAdviceInterceptor を作成します。
- tiles() - クラス org.springframework.web.servlet.config.annotation.ViewResolverRegistry のメソッド
Tiles 3.x ビューリゾルバーを登録します。
- TilesConfigurer - org.springframework.web.servlet.view.tiles3 のクラス
Spring Framework の Tiles 3.x を構成するヘルパークラス。
- TilesConfigurer() - クラス org.springframework.web.servlet.view.tiles3.TilesConfigurer のコンストラクター
- TilesConfigurerBeanDefinitionParser - org.springframework.web.servlet.config のクラス
<mvc:tiles-configurer> MVC 名前空間要素を解析し、対応する TilesConfigurer Bean を登録します。
- TilesConfigurerBeanDefinitionParser() - クラス org.springframework.web.servlet.config.TilesConfigurerBeanDefinitionParser のコンストラクター
- TilesView - org.springframework.web.servlet.view.tiles3 のクラス
Tiles リクエスト API を通じてレンダリングする
View 実装。
- TilesView() - クラス org.springframework.web.servlet.view.tiles3.TilesView のコンストラクター
- TilesViewResolver - org.springframework.web.servlet.view.tiles3 のクラス
- TilesViewResolver() - クラス org.springframework.web.servlet.view.tiles3.TilesViewResolver のコンストラクター
- TIME_ZONE_REQUEST_ATTRIBUTE_NAME - クラス org.springframework.web.servlet.i18n.CookieLocaleResolver の静的変数
TimeZone を保持するリクエスト属性の名前。
- TIME_ZONE_SESSION_ATTRIBUTE_NAME - クラス org.springframework.web.servlet.i18n.SessionLocaleResolver の静的変数
TimeZone を保持するセッション属性の名前。
- Timed - org.springframework.test.annotation のアノテーション型
JUnit 4 で使用するテストアノテーションは、テストメソッドが
指定された時間内に実行を終了する必要があることを示します。
- TIMEOUT_DEFAULT - インターフェース org.springframework.transaction.TransactionDefinition の静的変数
基になるトランザクションシステムの既定のタイムアウトを使用するか、タイムアウトがサポートされていない場合はなしを使用します。
- TIMEOUT_IMMEDIATE - インターフェース org.springframework.core.task.AsyncTaskExecutor の静的変数
即時実行を示す定数。
- TIMEOUT_INDEFINITE - インターフェース org.springframework.core.task.AsyncTaskExecutor の静的変数
時間制限がないことを示す定数。
- TimeoutCallableProcessingInterceptor - org.springframework.web.context.request.async のクラス
レスポンスがまだコミットされていない場合、タイムアウトの場合に 503(SERVICE_UNAVAILABLE)を送信します。
- TimeoutCallableProcessingInterceptor() - クラス org.springframework.web.context.request.async.TimeoutCallableProcessingInterceptor のコンストラクター
- TimeoutDeferredResultProcessingInterceptor - org.springframework.web.context.request.async のクラス
レスポンスがまだコミットされていない場合、タイムアウトの場合に 503(SERVICE_UNAVAILABLE)を送信します。
- TimeoutDeferredResultProcessingInterceptor() - クラス org.springframework.web.context.request.async.TimeoutDeferredResultProcessingInterceptor のコンストラクター
- timerExpired(Timer) - クラス org.springframework.scheduling.commonj.DelegatingTimerListener のメソッド
使用すべきではありません。
基になる Runnable に実行を委譲します。
- TimerManagerAccessor - org.springframework.scheduling.commonj のクラス
- TimerManagerAccessor() - クラス org.springframework.scheduling.commonj.TimerManagerAccessor のコンストラクター
使用すべきではありません。
- TimerManagerFactoryBean - org.springframework.scheduling.commonj のクラス
- TimerManagerFactoryBean() - クラス org.springframework.scheduling.commonj.TimerManagerFactoryBean のコンストラクター
使用すべきではありません。
- TimerManagerTaskScheduler - org.springframework.scheduling.commonj のクラス
- TimerManagerTaskScheduler() - クラス org.springframework.scheduling.commonj.TimerManagerTaskScheduler のコンストラクター
使用すべきではありません。
- times(int) - クラス org.springframework.test.web.client.ExpectedCount の静的メソッド
ちょうど N 回。
- TIMESTAMP - インターフェース org.springframework.jms.support.JmsHeaders の静的変数
メッセージ送信操作の日付と時刻。
- TIMESTAMP - クラス org.springframework.messaging.MessageHeaders の静的変数
メッセージのタイムスタンプのキー。
- timeZone(TimeZone) - クラス org.springframework.http.converter.json.Jackson2ObjectMapperBuilder のメソッド
- timeZone(String) - クラス org.springframework.http.converter.json.Jackson2ObjectMapperBuilder のメソッド
- TimeZoneAwareLocaleContext - org.springframework.context.i18n のインターフェース
- TimeZoneEditor - org.springframework.beans.propertyeditors のクラス
java.util.TimeZone のエディター。タイムゾーン ID を TimeZone オブジェクトに変換します。
- 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 は予約済みの値であり、エンドポイントによって Close コントロールフレームのステータスコードとして設定してはなりません(MUST NOT)。
- TLS_HANDSHAKE_FAILURE - クラス org.springframework.web.socket.CloseStatus の静的変数
「1015 は予約済みの値であり、エンドポイントによって Close コントロールフレームのステータスコードとして設定してはなりません(MUST NOT)。
- toAbsolutePath(String, ServerWebExchange) - クラス org.springframework.web.reactive.resource.ResourceTransformerSupport のメソッド
指定されたリクエストのパスを参照ポイントとして、指定された相対リクエストパスを絶対パスに変換します。
- toAbsolutePath(String, HttpServletRequest) - クラス org.springframework.web.servlet.resource.ResourceTransformerSupport のメソッド
指定されたリクエストのパスを参照ポイントとして、指定された相対リクエストパスを絶対パスに変換します。
- toAnnotationArray() - クラス org.springframework.core.annotation.MergedAnnotationCollectors の静的メソッド
- toAnnotationArray(IntFunction<R[]>) - クラス org.springframework.core.annotation.MergedAnnotationCollectors の静的メソッド
- toAnnotationSet() - クラス org.springframework.core.annotation.MergedAnnotationCollectors の静的メソッド
- toArray() - クラス org.springframework.util.AutoPopulatingList のメソッド
- toArray(T[]) - クラス org.springframework.util.AutoPopulatingList のメソッド
- toArray(Enumeration<E>, A[]) - クラス org.springframework.util.CollectionUtils の静的メソッド
指定された列挙の要素を指定された型の配列にマーシャリングします。
- toBodilessEntity() - インターフェース org.springframework.web.reactive.function.client.ClientResponse のメソッド
このレスポンスを、ステータスとヘッダーは含むが本体は含まない遅延 ResponseEntity として返します。
- toBodilessEntity() - クラス org.springframework.web.reactive.function.client.support.ClientResponseWrapper のメソッド
- toBodilessEntity() - インターフェース org.springframework.web.reactive.function.client.WebClient.ResponseSpec のメソッド
本体なしで ResponseEntity を返します。
- toBoolean(TypeConverter, TypedValue) - クラス org.springframework.expression.common.ExpressionUtils の静的メソッド
提供された型コンバーターを使用して、型付き値をブール値に変換しようとします。
- toBoxedDescriptor(String) - クラス org.springframework.expression.spel.CodeFlow の静的メソッド
- toByte(TypeConverter, TypedValue) - クラス org.springframework.expression.common.ExpressionUtils の静的メソッド
提供された型コンバーターを使用して、型付き値をバイトに変換してみてください。
- toByteArray() - クラス org.springframework.asm.ClassWriter のメソッド
この ClassWriter によって構築されたクラスファイルの内容を返します。
- toByteArray() - クラス org.springframework.jca.cci.core.support.CommAreaRecord のメソッド
使用すべきではありません。
- toByteArray() - クラス org.springframework.util.FastByteArrayOutputStream のメソッド
新しく割り当てられたバイト配列を作成します。
- toByteArrayUnsafe() - クラス org.springframework.util.FastByteArrayOutputStream のメソッド
ストリームのデータをバイト配列に変換し、バイト配列を返します。
- toByteBuf(DataBuffer) - クラス org.springframework.core.io.buffer.NettyDataBufferFactory の静的メソッド
- toBytes() - クラス org.springframework.util.unit.DataSize のメソッド
このインスタンスのバイト数を返します。
- toChar(TypeConverter, TypedValue) - クラス org.springframework.expression.common.ExpressionUtils の静的メソッド
提供された型コンバーターを使用して、型付きの値を char に変換しようとします。
- toClass() - クラス org.springframework.core.ResolvableType のメソッド
この型を解決された
Class として返し、特定のクラスを解決できない場合は
ObjectSE にフォールバックします。
- toClassArray(Collection<Class<?>>) - クラス org.springframework.util.ClassUtils の静的メソッド
指定された Collection を Class 配列にコピーします。
- toCode(Object, String) - クラス org.springframework.core.Constants のメソッド
指定された定数グループ内で指定された値を検索します。
- toCodeForProperty(Object, String) - クラス org.springframework.core.Constants のメソッド
指定された Bean プロパティ名の定数グループ内で指定された値を検索します。
- toCodeForSuffix(Object, String) - クラス org.springframework.core.Constants のメソッド
指定された定数グループ内で指定された値を検索します。
- toCommaDelimitedString(List<String>) - クラス org.springframework.http.HttpHeaders のメソッド
与えられたヘッダー値のリストをコンマ区切りの結果に変換します。
- toDataBuffers() - クラス org.springframework.web.reactive.function.BodyExtractors の静的メソッド
- toDelimitedString(String...) - Static method in enum org.springframework.validation.DefaultMessageCodesResolver.Format
- toDescriptor(Class<?>) - クラス org.springframework.expression.spel.CodeFlow の静的メソッド
型の記述子を推定します。
- toDescriptorFromObject(Object) - クラス org.springframework.expression.spel.CodeFlow の静的メソッド
オブジェクトインスタンス(または null)の記述子を決定します。
- toDescriptors(Class<?>[]) - クラス org.springframework.expression.spel.CodeFlow の静的メソッド
クラスの配列から記述子の配列を作成します。
- toDetailedString() - 例外 org.springframework.expression.ExpressionException のメソッド
式の文字列と位置(利用可能な場合)、および実際の例外メッセージを含む、この例外の詳細な説明を返します。
- toDetailedString() - 例外 org.springframework.web.util.pattern.PatternParseException のメソッド
エラーメッセージだけでなく、エラー位置へのポインタを含む元のパターンテキストを含む詳細メッセージを返します。
- toDouble(TypeConverter, TypedValue) - クラス org.springframework.expression.common.ExpressionUtils の静的メソッド
提供された型コンバーターを使用して、型付き値を double に変換してみてください。
- toEntity(Class<T>) - インターフェース org.springframework.web.reactive.function.client.ClientResponse のメソッド
このレスポンスを遅延 ResponseEntity として返します。
- toEntity(ParameterizedTypeReference<T>) - インターフェース org.springframework.web.reactive.function.client.ClientResponse のメソッド
このレスポンスを遅延 ResponseEntity として返します。
- toEntity(Class<T>) - クラス org.springframework.web.reactive.function.client.support.ClientResponseWrapper のメソッド
- toEntity(ParameterizedTypeReference<T>) - クラス org.springframework.web.reactive.function.client.support.ClientResponseWrapper のメソッド
- toEntity(Class<T>) - インターフェース org.springframework.web.reactive.function.client.WebClient.ResponseSpec のメソッド
指定された型のオブジェクトにデコードされた本体を持つ ResponseEntity を返します。
- toEntity(ParameterizedTypeReference<T>) - インターフェース org.springframework.web.reactive.function.client.WebClient.ResponseSpec のメソッド
- toEntityFlux(Class<T>) - インターフェース org.springframework.web.reactive.function.client.WebClient.ResponseSpec のメソッド
指定された型の要素の Flux に本体がデコードされた ResponseEntity を返します。
- toEntityFlux(ParameterizedTypeReference<T>) - インターフェース org.springframework.web.reactive.function.client.WebClient.ResponseSpec のメソッド
- toEntityFlux(BodyExtractor<Flux<T>, ? super ClientHttpResponse>) - インターフェース org.springframework.web.reactive.function.client.WebClient.ResponseSpec のメソッド
- toEntityList(Class<T>) - インターフェース org.springframework.web.reactive.function.client.ClientResponse のメソッド
このレスポンスを ResponseEntity の遅延リストとして返します。
- toEntityList(ParameterizedTypeReference<T>) - インターフェース org.springframework.web.reactive.function.client.ClientResponse のメソッド
このレスポンスを ResponseEntity の遅延リストとして返します。
- toEntityList(Class<T>) - クラス org.springframework.web.reactive.function.client.support.ClientResponseWrapper のメソッド
- toEntityList(ParameterizedTypeReference<T>) - クラス org.springframework.web.reactive.function.client.support.ClientResponseWrapper のメソッド
- toEntityList(Class<T>) - インターフェース org.springframework.web.reactive.function.client.WebClient.ResponseSpec のメソッド
指定された型の要素の List に本体がデコードされた ResponseEntity を返します。
- toEntityList(ParameterizedTypeReference<T>) - インターフェース org.springframework.web.reactive.function.client.WebClient.ResponseSpec のメソッド
- toFloat(TypeConverter, TypedValue) - クラス org.springframework.expression.common.ExpressionUtils の静的メソッド
提供された型コンバーターを使用して、型付き値を浮動小数点数に変換してみてください。
- toFlux(Class<? extends T>) - クラス org.springframework.web.reactive.function.BodyExtractors の静的メソッド
入力コンテンツを Flux<T> にデコードするエクストラクター。
- toFlux(ParameterizedTypeReference<T>) - クラス org.springframework.web.reactive.function.BodyExtractors の静的メソッド
- toFormData() - クラス org.springframework.web.reactive.function.BodyExtractors の静的メソッド
フォームデータを MultiValueMap<String, String> に読み込むエクストラクター。
- toFrame(WebSocketMessage) - クラス org.springframework.web.reactive.socket.adapter.NettyWebSocketSessionSupport のメソッド
- toGigabytes() - クラス org.springframework.util.unit.DataSize のメソッド
このインスタンスのギガバイト数を返します。
- toHeaderName(String) - クラス org.springframework.jms.support.SimpleJmsHeaderMapper のメソッド
必要に応じて、受信プレフィックスを追加します。
- toHeaderName(String) - クラス org.springframework.messaging.support.AbstractHeaderMapper のメソッド
指定された
propertyName によって定義されたヘッダーを
MessageHeaders インスタンスに設定するために使用する名前を生成します。
- toHeaders(Message) - クラス org.springframework.jms.support.SimpleJmsHeaderMapper のメソッド
- toHeaders(T) - インターフェース org.springframework.messaging.support.HeaderMapper のメソッド
- toHttpHandler(RouterFunction<?>) - クラス org.springframework.web.reactive.function.server.RouterFunctions の静的メソッド
- toHttpHandler(RouterFunction<?>, HandlerStrategies) - クラス org.springframework.web.reactive.function.server.RouterFunctions の静的メソッド
- toInt(TypeConverter, TypedValue) - クラス org.springframework.expression.common.ExpressionUtils の静的メソッド
提供された型コンバーターを使用して、型付き値を int に変換しようとします。
- toIterator(Enumeration<E>) - クラス org.springframework.util.CollectionUtils の静的メソッド
- toJson(Object, Type, Writer) - クラス org.springframework.messaging.converter.AbstractJsonMessageConverter のメソッド
- toJson(Object, Type) - クラス org.springframework.messaging.converter.AbstractJsonMessageConverter のメソッド
- toJson(Object, Type, Writer) - クラス org.springframework.messaging.converter.GsonMessageConverter のメソッド
- toJson(Object, Type) - クラス org.springframework.messaging.converter.GsonMessageConverter のメソッド
- toJson(Object, Type, Writer) - クラス org.springframework.messaging.converter.JsonbMessageConverter のメソッド
- toJson(Object, Type) - クラス org.springframework.messaging.converter.JsonbMessageConverter のメソッド
- toJson(Object, Type, Writer) - クラス org.springframework.messaging.converter.KotlinSerializationJsonMessageConverter のメソッド
- toJson(Object, Type) - クラス org.springframework.messaging.converter.KotlinSerializationJsonMessageConverter のメソッド
- toJvmDescriptor(Class<?>) - クラス org.springframework.expression.spel.CodeFlow の静的メソッド
指定されたクラスの JVM 記述子を決定します。
- tokenize(String) - クラス org.springframework.util.MimeTypeUtils の静的メソッド
MimeType オブジェクトのコンマ区切りの文字列を List<String> にトークン化します。
- tokenizePath(String) - クラス org.springframework.util.AntPathMatcher のメソッド
このマッチャーの設定に基づいて、指定されたパスをパーツにトークン化します。
- tokenizePattern(String) - クラス org.springframework.util.AntPathMatcher のメソッド
このマッチャーの設定に基づいて、指定されたパスパターンをトークン化してパーツにします。
- tokenizeToStringArray(String, String) - クラス org.springframework.util.StringUtils の静的メソッド
- tokenizeToStringArray(String, String, boolean, boolean) - クラス org.springframework.util.StringUtils の静的メソッド
- toKilobytes() - クラス org.springframework.util.unit.DataSize のメソッド
このインスタンスのキロバイト数を返します。
- toLanguageTag(Locale) - クラス org.springframework.util.StringUtils の静的メソッド
- toListenableFuture(Object, MethodParameter) - インターフェース org.springframework.messaging.handler.invocation.AsyncHandlerMethodReturnValueHandler のメソッド
- 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 のメソッド
指定されたロケールを、Cookie に含めるためのテキスト値としてレンダリングします。
- toLong(TypeConverter, TypedValue) - クラス org.springframework.expression.common.ExpressionUtils の静的メソッド
提供された型コンバーターを使用して、型付き値を long に変換しようとします。
- toLongString() - クラス org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint のメソッド
- toMap() - クラス org.springframework.messaging.support.MessageHeaderAccessor のメソッド
基本となるヘッダー値のコピーをプレーンな
MapSE オブジェクトとして返します。
- TomcatHttpHandlerAdapter - org.springframework.http.server.reactive のクラス
- TomcatHttpHandlerAdapter(HttpHandler) - クラス org.springframework.http.server.reactive.TomcatHttpHandlerAdapter のコンストラクター
- TomcatLoadTimeWeaver - org.springframework.instrument.classloading.tomcat のクラス
Tomcat の新しい
org.apache.tomcat.InstrumentableClassLoader の
LoadTimeWeaver 実装。
- TomcatLoadTimeWeaver() - クラス org.springframework.instrument.classloading.tomcat.TomcatLoadTimeWeaver のコンストラクター
- TomcatLoadTimeWeaver(ClassLoader) - クラス org.springframework.instrument.classloading.tomcat.TomcatLoadTimeWeaver のコンストラクター
- TomcatRequestUpgradeStrategy - org.springframework.web.reactive.socket.server.upgrade のクラス
- TomcatRequestUpgradeStrategy() - クラス org.springframework.web.reactive.socket.server.upgrade.TomcatRequestUpgradeStrategy のコンストラクター
- TomcatRequestUpgradeStrategy - org.springframework.web.socket.server.standard のクラス
Apache Tomcat 用の WebSocket RequestUpgradeStrategy。
- TomcatRequestUpgradeStrategy() - クラス org.springframework.web.socket.server.standard.TomcatRequestUpgradeStrategy のコンストラクター
- TomcatWebSocketClient - org.springframework.web.reactive.socket.client のクラス
- TomcatWebSocketClient() - クラス org.springframework.web.reactive.socket.client.TomcatWebSocketClient のコンストラクター
- TomcatWebSocketClient(WebSocketContainer) - クラス org.springframework.web.reactive.socket.client.TomcatWebSocketClient のコンストラクター
- TomcatWebSocketSession - org.springframework.web.reactive.socket.adapter のクラス
- TomcatWebSocketSession(Session, HandshakeInfo, DataBufferFactory) - クラス org.springframework.web.reactive.socket.adapter.TomcatWebSocketSession のコンストラクター
- TomcatWebSocketSession(Session, HandshakeInfo, DataBufferFactory, Sinks.Empty<Void>) - クラス 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 のメソッド
このインスタンスのメガバイト数を返します。
- toMessage(Object, Session) - クラス org.springframework.jms.support.converter.MappingJackson2MessageConverter のメソッド
- toMessage(Object, Session, Object) - クラス org.springframework.jms.support.converter.MappingJackson2MessageConverter のメソッド
- toMessage(Object, Session, Class<?>) - クラス org.springframework.jms.support.converter.MappingJackson2MessageConverter のメソッド
指定された json ビューと提供されたセッションを使用して Java オブジェクトを JMS メッセージに変換し、メッセージオブジェクトを作成します。
- toMessage(Object, Session, ObjectWriter) - クラス org.springframework.jms.support.converter.MappingJackson2MessageConverter のメソッド
- toMessage(Object, Session) - クラス org.springframework.jms.support.converter.MarshallingMessageConverter のメソッド
- toMessage(Object, Session) - インターフェース org.springframework.jms.support.converter.MessageConverter のメソッド
提供されたセッションを使用して Java オブジェクトを JMS メッセージに変換し、メッセージオブジェクトを作成します。
- toMessage(Object, Session) - クラス org.springframework.jms.support.converter.MessagingMessageConverter のメソッド
- toMessage(Object, Session) - クラス org.springframework.jms.support.converter.SimpleMessageConverter のメソッド
この実装は、文字列の TextMessage、バイト配列の BytesMessage、マップの MapMessage、シリアライズ可能オブジェクトの ObjectMessage を作成します。
- toMessage(Object, Session, Object) - インターフェース org.springframework.jms.support.converter.SmartMessageConverter のメソッド
- toMessage(Object, MessageHeaders) - クラス org.springframework.messaging.converter.AbstractMessageConverter のメソッド
- toMessage(Object, MessageHeaders, Object) - クラス org.springframework.messaging.converter.AbstractMessageConverter のメソッド
- toMessage(Object, MessageHeaders) - クラス org.springframework.messaging.converter.CompositeMessageConverter のメソッド
- toMessage(Object, MessageHeaders, Object) - クラス org.springframework.messaging.converter.CompositeMessageConverter のメソッド
- toMessage(Object, MessageHeaders) - インターフェース org.springframework.messaging.converter.MessageConverter のメソッド
ペイロードが特定のペイロードオブジェクトを直列化された形式に変換した結果である
Message を作成します。
- toMessage(Object, MessageHeaders) - クラス org.springframework.messaging.converter.SimpleMessageConverter のメソッド
- toMessage(Object, MessageHeaders, Object) - インターフェース org.springframework.messaging.converter.SmartMessageConverter のメソッド
- toMessage(WebSocketFrame) - クラス org.springframework.web.reactive.socket.adapter.NettyWebSocketSessionSupport のメソッド
- toMessageHeaders() - クラス org.springframework.messaging.support.MessageHeaderAccessor のメソッド
- toMessagingMessage(Message) - クラス org.springframework.jms.listener.adapter.MessagingMessageListenerAdapter のメソッド
- toMono(Class<? extends T>) - クラス org.springframework.web.reactive.function.BodyExtractors の静的メソッド
入力コンテンツを Mono<T> にデコードするエクストラクター。
- toMono(ParameterizedTypeReference<T>) - クラス org.springframework.web.reactive.function.BodyExtractors の静的メソッド
- toMultipartData() - クラス org.springframework.web.reactive.function.BodyExtractors の静的メソッド
マルチパートデータを MultiValueMap<String, Part> に読み込むエクストラクター。
- toMultiValueMap(MergedAnnotation.Adapt...) - クラス org.springframework.core.annotation.MergedAnnotationCollectors の静的メソッド
- toMultiValueMap(Function<MultiValueMap<String, Object>, MultiValueMap<String, Object>>, MergedAnnotation.Adapt...) - クラス org.springframework.core.annotation.MergedAnnotationCollectors の静的メソッド
- toMultiValueMap(Map<K, List<V>>) - クラス org.springframework.util.CollectionUtils の静的メソッド
Map<K, List<V>> を MultiValueMap<K, V> に適合させます。
- toMutableAccessor(StompHeaderAccessor, Message<?>) - クラス org.springframework.web.socket.messaging.StompSubProtocolHandler のメソッド
- toNativeHeaderMap() - クラス org.springframework.messaging.support.NativeMessageHeaderAccessor のメソッド
ネイティブヘッダーサブマップのコピー、または空のマップを返します。
- TOO_BIG_TO_PROCESS - クラス org.springframework.web.reactive.socket.CloseStatus の静的変数
「1009 は、処理するには大きすぎるメッセージを受信したため、エンドポイントが接続を終了していることを示します。」
- TOO_BIG_TO_PROCESS - クラス org.springframework.web.socket.CloseStatus の静的変数
「1009 は、処理するには大きすぎるメッセージを受信したため、エンドポイントが接続を終了していることを示します。」
- toObjectArray(Object) - クラス org.springframework.util.ObjectUtils の静的メソッド
指定された配列(プリミティブ配列の場合があります)をオブジェクト配列に変換します(プリミティブラッパーオブジェクトの場合)。
- TOP - インターフェース org.springframework.asm.Opcodes の静的変数
- toParamDescriptors(Method) - クラス org.springframework.expression.spel.CodeFlow の静的メソッド
指定されたメソッドのパラメーター型を表す記述子の配列を作成します。
- toParamDescriptors(Constructor<?>) - クラス org.springframework.expression.spel.CodeFlow の静的メソッド
指定されたコンストラクターのパラメーター型を表す記述子の配列を作成します。
- toParts() - クラス org.springframework.web.reactive.function.BodyExtractors の静的メソッド
マルチパートデータを Flux<Part> に読み込むエクストラクター。
- toPrimitiveTargetDesc(String) - クラス org.springframework.expression.spel.CodeFlow の静的メソッド
型記述子を 1 文字のプリミティブ記述子に変換します。
- toProxyConfigString() - インターフェース org.springframework.aop.framework.Advised のメソッド
toString() は通常ターゲットに委譲されるため、これは AOP プロキシと同等のものを返します。
- toProxyConfigString() - クラス org.springframework.aop.framework.AdvisedSupport のメソッド
- toPublisher(Object) - クラス org.springframework.core.ReactiveAdapter のメソッド
指定されたインスタンスを Reactive Streams Publisher に適合させます。
- toQuery() - インターフェース org.springframework.r2dbc.core.QueryOperation のメソッド
Statement の作成で使用されるこの操作の文字列表現を返します。
- toResourceRegion(Resource) - クラス org.springframework.http.HttpRange のメソッド
- toResourceRegions(List<HttpRange>, Resource) - クラス org.springframework.http.HttpRange の静的メソッド
HTTP 範囲情報を使用して、各 HttpRange を ResourceRegion に変換し、指定された Resource の適切なセグメントを選択します。
- toShort(TypeConverter, TypedValue) - クラス org.springframework.expression.common.ExpressionUtils の静的メソッド
提供された型コンバーターを使用して、型付き値を short に変換してみてください。
- toShortString() - クラス org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint のメソッド
- toSingleValueMap() - クラス org.springframework.http.HttpHeaders のメソッド
- toSingleValueMap() - クラス org.springframework.messaging.simp.stomp.StompHeaders のメソッド
- toSingleValueMap() - インターフェース org.springframework.util.MultiValueMap のメソッド
この MultiValueMap に含まれる最初の値を持つ Map を返します。
- toSingleValueMap() - クラス org.springframework.util.MultiValueMapAdapter のメソッド
- toSingleValueMap() - クラス org.springframework.web.socket.WebSocketHttpHeaders のメソッド
- toStoreValue(Object) - クラス org.springframework.cache.concurrent.ConcurrentMapCache のメソッド
- toStoreValue(Object) - クラス org.springframework.cache.support.AbstractValueAdaptingCache のメソッド
put メソッドに渡された指定のユーザー値を内部ストアの値に変換します(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 のメソッド
デバッグ / 診断用。
- 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 のメソッド
このハンドルのテキスト表現を返します。
- toString() - クラス org.springframework.asm.Label のメソッド
このラベルの文字列表現を返します。
- toString() - クラス org.springframework.asm.Type のメソッド
この型の文字列表現を返します。
- toString() - クラス org.springframework.asm.TypePath のメソッド
この型パスの文字列表現を返します。
- 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 のメソッド
この実装は長い説明を返します。
- 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 のメソッド
- toString() - クラス org.springframework.beans.factory.parsing.BeanComponentDefinition のメソッド
この実装は、この ComponentDefinition の説明を返します。
- toString() - クラス org.springframework.beans.factory.parsing.BeanEntry のメソッド
- toString() - クラス org.springframework.beans.factory.parsing.ConstructorArgumentEntry のメソッド
- toString() - クラス org.springframework.beans.factory.parsing.ParseState のメソッド
現在の 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 のメソッド
このキャッシュ操作の識別説明を返します。
- 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 のメソッド
このコンテキストに関する情報を返します。
- toString() - クラス org.springframework.context.support.DefaultMessageSourceResolvable のメソッド
デフォルトの実装は、この MessageSourceResolvable の属性を公開します。
- toString() - クラス org.springframework.context.support.DelegatingMessageSource のメソッド
- toString() - クラス org.springframework.context.support.ReloadableResourceBundleMessageSource のメソッド
- toString() - クラス org.springframework.context.support.ResourceBundleMessageSource のメソッド
この 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 のメソッド
現在のログレベルにデバッグが含まれていない場合は、簡潔な出力(型と名前)を生成します。
- toString() - クラス org.springframework.core.io.AbstractResource のメソッド
この実装は、このリソースの説明を返します。
- toString(Charset) - インターフェース org.springframework.core.io.buffer.DataBuffer のメソッド
指定された文字セットを使用して、このバッファのデータを文字列で返します。
- toString(int, int, Charset) - インターフェース org.springframework.core.io.buffer.DataBuffer のメソッド
指定された文字セットを使用して、このバッファのデータの一部を文字列として返します。
- toString(Charset) - クラス org.springframework.core.io.buffer.DataBufferWrapper のメソッド
- toString(int, int, Charset) - クラス org.springframework.core.io.buffer.DataBufferWrapper のメソッド
- toString(int, int, Charset) - クラス org.springframework.core.io.buffer.DefaultDataBuffer のメソッド
- toString() - クラス org.springframework.core.io.buffer.DefaultDataBuffer のメソッド
- toString() - クラス org.springframework.core.io.buffer.DefaultDataBufferFactory のメソッド
- toString(Charset) - クラス org.springframework.core.io.buffer.NettyDataBuffer のメソッド
- toString(int, int, Charset) - クラス org.springframework.core.io.buffer.NettyDataBuffer のメソッド
- 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 のメソッド
これは、ロギングプロバイダーによって呼び出され、ログターゲットごとに 1 回呼び出される可能性があります(したがって、結果をローカルにキャッシュします)。
- 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 のメソッド
この型の文字列表現を完全に解決された形式で返します(すべてのジェネリクスパラメーターを含む)。
- toString() - クラス org.springframework.core.style.ToStringCreator のメソッド
この ToStringCreator が構築した文字列表現を返します。
- 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 のメソッド
RFC 6266 で定義されているこのコンテンツの後処理のヘッダー値を返します。
- toString() - クラス org.springframework.http.HttpCookie のメソッド
- toString() - クラス org.springframework.http.HttpEntity のメソッド
- toString() - クラス org.springframework.http.HttpHeaders のメソッド
- toString(Collection<HttpRange>) - クラス org.springframework.http.HttpRange の静的メソッド
指定された HttpRange オブジェクトのリストの文字列表現を返します。
- toString() - 列挙型 org.springframework.http.HttpStatus のメソッド
このステータスコードの文字列表現を返します。
- toString(Collection<MediaType>) - クラス org.springframework.http.MediaType の静的メソッド
指定された MediaType オブジェクトのリストの文字列表現を返します。
- toString() - クラス org.springframework.http.RequestEntity のメソッド
- toString() - クラス org.springframework.http.RequestEntity.UriTemplateRequestEntity のメソッド
- 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 のメソッド
可能な場合は、対応する SQL 型を使用してパラメーター名と値を列挙するか、そうでない場合は単純な SqlParameterSource 実装クラス名を返します。
- toString() - クラス org.springframework.jdbc.core.namedparam.ParsedSql のメソッド
元の SQL 文字列を公開します。
- 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.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.mock.web.MockCookie のメソッド
- toString() - クラス org.springframework.mock.web.MockHttpServletMapping のメソッド
- toString() - クラス org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo のメソッド
- toString() - クラス org.springframework.r2dbc.core.Parameter のメソッド
- toString() - クラス org.springframework.remoting.support.RemoteInvocation のメソッド
- toString() - クラス org.springframework.scheduling.config.ScheduledTask のメソッド
- toString() - クラス org.springframework.scheduling.config.Task のメソッド
- toString() - クラス org.springframework.scheduling.support.CronExpression のメソッド
この CronExpression の作成に使用された式文字列を返します。
- 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 のメソッド
このキャッシュの実装型とその統計を含むテキスト文字列を生成します。
- toString() - クラス org.springframework.test.context.ContextConfigurationAttributes のメソッド
コンテキスト構成属性と宣言クラスの String 表現を提供します。
- toString() - クラス org.springframework.test.context.MergedContextConfiguration のメソッド
- toString() - クラス org.springframework.test.context.support.DefaultBootstrapContext のメソッド
このブートストラップコンテキストの状態の文字列表現を提供します。
- toString() - クラス org.springframework.test.context.support.DefaultTestContext のメソッド
このテストコンテキストの状態の文字列表現を提供します。
- toString() - クラス org.springframework.test.context.TestContextAnnotationUtils.AnnotationDescriptor のメソッド
この AnnotationDescriptor のテキスト表現を提供します。
- toString() - クラス org.springframework.test.context.web.WebMergedContextConfiguration のメソッド
- toString() - クラス org.springframework.test.util.MetaAnnotationUtils.AnnotationDescriptor のメソッド
使用すべきではありません。
この 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 のメソッド
このトランザクション定義の識別記述を返します。
- 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 のメソッド
プラットフォームのデフォルトの文字セットを使用して、バッファーの内容を文字列デコードバイトに変換します。
- toString() - クラス org.springframework.util.InstanceFilter のメソッド
- toString() - クラス org.springframework.util.LinkedCaseInsensitiveMap のメソッド
- toString() - クラス org.springframework.util.MimeType のメソッド
- toString(Collection<? extends MimeType>) - クラス org.springframework.util.MimeTypeUtils の静的メソッド
指定された MimeType オブジェクトのリストの文字列表現を返します。
- toString() - クラス org.springframework.util.MultiValueMapAdapter のメソッド
- toString() - クラス org.springframework.util.StopWatch のメソッド
実行されたすべてのタスクを説明する有益な文字列を生成します
- 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 のメソッド
診断情報を返します。
- toString() - クラス org.springframework.web.multipart.commons.CommonsMultipartFile のメソッド
- 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 のメソッド
ハンドラーの toString() 実装にデリゲートします。
- toString() - クラス org.springframework.web.servlet.ModelAndView のメソッド
このモデルとビューに関する診断情報を返します。
- 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 のメソッド
- toString() - クラス org.springframework.web.util.UriTemplate のメソッド
- toStringArray(Collection<String>) - クラス org.springframework.util.StringUtils の静的メソッド
- toStringArray(Enumeration<String>) - クラス org.springframework.util.StringUtils の静的メソッド
- 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 のメソッド
すべての演算子の文字列形式は同じ '(' [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 のメソッド
this AST ノードから文字列を返します。
- toStringAST() - クラス org.springframework.expression.spel.standard.SpelExpression のメソッド
式の抽象構文ツリーの文字列表現を生成します。
- ToStringCreator - org.springframework.core.style のクラス
プラグイン可能なスタイリング規則を使用して、見栄えの良い toString() メソッドを構築するユーティリティクラス。
- ToStringCreator(Object) - クラス org.springframework.core.style.ToStringCreator のコンストラクター
指定されたオブジェクトの ToStringCreator を作成します。
- ToStringCreator(Object, ValueStyler) - クラス org.springframework.core.style.ToStringCreator のコンストラクター
指定されたスタイルを使用して、指定されたオブジェクトの ToStringCreator を作成します。
- ToStringCreator(Object, ToStringStyler) - クラス org.springframework.core.style.ToStringCreator のコンストラクター
指定されたスタイルを使用して、指定されたオブジェクトの ToStringCreator を作成します。
- 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 のインターフェース
pretty-printing toString() メソッドの戦略インターフェース。
- toTerabytes() - クラス org.springframework.util.unit.DataSize のメソッド
このインスタンスのテラバイト数を返します。
- toTypeDescriptor() - クラス org.springframework.beans.AbstractNestablePropertyAccessor.PropertyHandler のメソッド
- touch(T, Object) - クラス org.springframework.core.io.buffer.DataBufferUtils の静的メソッド
指定されたヒントがプールされたバッファであり、リークトラッキングをサポートしている場合は、データバッファに関連付けます。
- touch(Object) - クラス org.springframework.core.io.buffer.NettyDataBuffer のメソッド
- touch(Object) - インターフェース org.springframework.core.io.buffer.PooledDataBuffer のメソッド
デバッグの目的で、指定されたヒントをデータバッファに関連付けます。
- touchDataBuffer(DataBuffer, Map<String, Object>, Log) - クラス org.springframework.core.codec.Hints の静的メソッド
- touchDataBuffer(DataBuffer) - クラス org.springframework.http.server.reactive.AbstractServerHttpResponse のメソッド
ヒントがプールされたバッファであり、リークトラッキングをサポートしている場合、サブクラスがヒントをデータバッファに関連付けることを許可します。
- toURI(URL) - クラス org.springframework.util.ResourceUtils の静的メソッド
最初にスペースを "%20" URI エンコーディングに置き換えて、指定された URL の URI インスタンスを作成します。
- toURI(String) - クラス org.springframework.util.ResourceUtils の静的メソッド
最初にスペースを "%20" URI エンコーディングに置き換えて、指定されたロケーション文字列の URI インスタンスを作成します。
- toUri() - クラス org.springframework.web.util.UriComponents のメソッド
次のようにして、このインスタンスから
URISE を作成します。
- toUriString() - クラス org.springframework.web.util.UriComponents のメソッド
すべての URI コンポーネントを連結して、完全に形成された URI 文字列を返します。
- toUriString() - クラス org.springframework.web.util.UriComponentsBuilder のメソッド
URI 文字列を作成します。
- toValueWrapper(Object) - クラス org.springframework.cache.support.AbstractValueAdaptingCache のメソッド
- toWebHandler(RouterFunction<?>) - クラス org.springframework.web.reactive.function.server.RouterFunctions の静的メソッド
- toWebHandler(RouterFunction<?>, HandlerStrategies) - クラス org.springframework.web.reactive.function.server.RouterFunctions の静的メソッド
- trace(Object) - クラス org.apache.commons.logging.impl.NoOpLog のメソッド
- trace(Object, Throwable) - クラス org.apache.commons.logging.impl.NoOpLog のメソッド
- trace(Object) - インターフェース org.apache.commons.logging.Log のメソッド
トレースログレベルでメッセージを記録します。
- trace(Object, Throwable) - インターフェース org.apache.commons.logging.Log のメソッド
エラーをトレースログレベルで記録します。
- trace(CharSequence) - クラス org.springframework.core.log.LogAccessor のメソッド
トレースログレベルでメッセージを記録します。
- trace(Throwable, CharSequence) - クラス org.springframework.core.log.LogAccessor のメソッド
トレースログレベルでエラーを記録します。
- trace(Supplier<? extends CharSequence>) - クラス org.springframework.core.log.LogAccessor のメソッド
トレースログレベルでメッセージを記録します。
- trace(Throwable, Supplier<? extends CharSequence>) - クラス org.springframework.core.log.LogAccessor のメソッド
トレースログレベルでエラーを記録します。
- traceDebug(Log, Function<Boolean, String>) - クラス org.springframework.core.log.LogFormatUtils の静的メソッド
これを使用して、TRACE と DEBUG のログレベルで異なる詳細レベル(または異なるメッセージ)でメッセージをログに記録します。
- trackException(MonKey, Throwable) - クラス org.springframework.aop.interceptor.JamonPerformanceMonitorInterceptor のメソッド
スローされた例外をカウントし、スタックトレースをキーの詳細部分に配置します。
- TRAILER - クラス org.springframework.http.HttpHeaders の静的変数
HTTP Trailer ヘッダーフィールド名。
- TRANSACTION_ADVISOR_BEAN_NAME - クラス org.springframework.transaction.config.TransactionManagementConfigUtils の静的変数
内部で管理されるトランザクションアドバイザーの Bean 名(mode == PROXY の場合に使用)。
- TRANSACTION_ASPECT_BEAN_NAME - クラス org.springframework.transaction.config.TransactionManagementConfigUtils の静的変数
内部で管理されるトランザクションアスペクトの Bean 名(mode == ASPECTJ の場合に使用)。
- TRANSACTION_ASPECT_CLASS_NAME - クラス org.springframework.transaction.config.TransactionManagementConfigUtils の静的変数
AspectJ トランザクション管理アスペクトのクラス名。
- TRANSACTION_ASPECT_CONFIGURATION_CLASS_NAME - クラス org.springframework.transaction.config.TransactionManagementConfigUtils の静的変数
AspectJ トランザクション管理 @Configuration クラスの名前。
- transactionAdvisor(TransactionAttributeSource, TransactionInterceptor) - クラス org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration のメソッド
- Transactional - org.springframework.transaction.annotation のアノテーション型
個々のメソッドまたはクラスのトランザクション属性を記述します。
- transactional(Flux<T>) - インターフェース org.springframework.transaction.reactive.TransactionalOperator のメソッド
指定された Flux によって指定された機能シーケンスをトランザクション内でラップします。
- transactional(Mono<T>) - インターフェース org.springframework.transaction.reactive.TransactionalOperator のメソッド
指定された Mono によって指定された機能シーケンスをトランザクション内でラップします。
- TRANSACTIONAL_EVENT_LISTENER_FACTORY_BEAN_NAME - クラス org.springframework.transaction.config.TransactionManagementConfigUtils の静的変数
内部で管理されている TransactionalEventListenerFactory の Bean 名。
- TransactionalApplicationListener< E extends ApplicationEvent> - org.springframework.transaction.event のインターフェース
- TransactionalApplicationListener.SynchronizationCallback - org.springframework.transaction.event のインターフェース
- TransactionalApplicationListenerAdapter< E extends ApplicationEvent> - org.springframework.transaction.event のクラス
- TransactionalApplicationListenerAdapter(ApplicationListener<E>) - クラス org.springframework.transaction.event.TransactionalApplicationListenerAdapter のコンストラクター
新しい TransactionalApplicationListenerAdapter を作成します。
- TransactionalApplicationListenerMethodAdapter - org.springframework.transaction.event のクラス
- TransactionalApplicationListenerMethodAdapter(String, Class<?>, Method) - クラス org.springframework.transaction.event.TransactionalApplicationListenerMethodAdapter のコンストラクター
新しい TransactionalApplicationListenerMethodAdapter を作成します。
- TransactionalEventListener - org.springframework.transaction.event のアノテーション型
- transactionalEventListenerFactory() - クラス org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration の静的メソッド
- TransactionalEventListenerFactory - org.springframework.transaction.event のクラス
- TransactionalEventListenerFactory() - クラス org.springframework.transaction.event.TransactionalEventListenerFactory のコンストラクター
- TransactionalOperator - org.springframework.transaction.reactive のインターフェース
プログラムによるトランザクションの境界設定とトランザクションの例外処理を簡素化する演算子クラス。
- TransactionalProxy - org.springframework.transaction.interceptor のインターフェース
手動で作成されたトランザクションプロキシのマーカーインターフェース。
- TransactionalTestExecutionListener - org.springframework.test.context.transaction のクラス
Spring の
@Transactional アノテーションを尊重
することにより、
テスト管理トランザクション内での
テストの実行をサポートする
TestExecutionListener。
- TransactionalTestExecutionListener() - クラス org.springframework.test.context.transaction.TransactionalTestExecutionListener のコンストラクター
- TransactionAnnotationParser - org.springframework.transaction.annotation のインターフェース
既知のトランザクションアノテーション型を解析するための戦略インターフェース。
- transactionAspect() - クラス org.springframework.transaction.aspectj.AspectJTransactionManagementConfiguration のメソッド
- TransactionAspectSupport - org.springframework.transaction.interceptor のクラス
- TransactionAspectSupport() - クラス org.springframework.transaction.interceptor.TransactionAspectSupport のコンストラクター
- TransactionAspectSupport.CoroutinesInvocationCallback - org.springframework.transaction.interceptor のインターフェース
コルーチン - コールバックインターフェースの拡張をサポートします。
- TransactionAspectSupport.InvocationCallback - org.springframework.transaction.interceptor のインターフェース
ターゲット呼び出しを続行するためのシンプルなコールバックインターフェース。
- TransactionAspectSupport.TransactionInfo - org.springframework.transaction.interceptor のクラス
トランザクション情報を保持するために使用される不透明なオブジェクト。
- TransactionAttribute - org.springframework.transaction.interceptor のインターフェース
- TransactionAttributeEditor - org.springframework.transaction.interceptor のクラス
- TransactionAttributeEditor() - クラス org.springframework.transaction.interceptor.TransactionAttributeEditor のコンストラクター
- transactionAttributeSource() - クラス org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration のメソッド
- TransactionAttributeSource - org.springframework.transaction.interceptor のインターフェース
- TransactionAttributeSourceAdvisor - org.springframework.transaction.interceptor のクラス
- TransactionAttributeSourceAdvisor() - クラス org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor のコンストラクター
新しい TransactionAttributeSourceAdvisor を作成します。
- TransactionAttributeSourceAdvisor(TransactionInterceptor) - クラス org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor のコンストラクター
新しい TransactionAttributeSourceAdvisor を作成します。
- TransactionAttributeSourceEditor - org.springframework.transaction.interceptor のクラス
- TransactionAttributeSourceEditor() - クラス org.springframework.transaction.interceptor.TransactionAttributeSourceEditor のコンストラクター
- TransactionAwareCacheDecorator - org.springframework.cache.transaction のクラス
- TransactionAwareCacheDecorator(Cache) - クラス org.springframework.cache.transaction.TransactionAwareCacheDecorator のコンストラクター
指定されたターゲットキャッシュの新しい TransactionAwareCache を作成します。
- TransactionAwareCacheManagerProxy - org.springframework.cache.transaction のクラス
- TransactionAwareCacheManagerProxy() - クラス org.springframework.cache.transaction.TransactionAwareCacheManagerProxy のコンストラクター
- TransactionAwareCacheManagerProxy(CacheManager) - クラス org.springframework.cache.transaction.TransactionAwareCacheManagerProxy のコンストラクター
指定されたターゲット CacheManager の新しい TransactionAwareCacheManagerProxy を作成します。
- TransactionAwareConnectionFactoryProxy - org.springframework.jca.cci.connection のクラス
- TransactionAwareConnectionFactoryProxy() - クラス org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy のコンストラクター
使用すべきではありません。
新しい TransactionAwareConnectionFactoryProxy を作成します。
- TransactionAwareConnectionFactoryProxy(ConnectionFactory) - クラス org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy のコンストラクター
使用すべきではありません。
新しい TransactionAwareConnectionFactoryProxy を作成します。
- TransactionAwareConnectionFactoryProxy - org.springframework.jms.connection のクラス
- TransactionAwareConnectionFactoryProxy() - クラス org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy のコンストラクター
新しい TransactionAwareConnectionFactoryProxy を作成します。
- TransactionAwareConnectionFactoryProxy(ConnectionFactory) - クラス org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy のコンストラクター
新しい TransactionAwareConnectionFactoryProxy を作成します。
- TransactionAwareConnectionFactoryProxy - org.springframework.r2dbc.connection のクラス
ターゲット R2DBC ConnectionFactory のプロキシ。Spring 管理のトランザクションの認識を追加します。
- TransactionAwareConnectionFactoryProxy(ConnectionFactory) - クラス org.springframework.r2dbc.connection.TransactionAwareConnectionFactoryProxy のコンストラクター
- TransactionAwareDataSourceProxy - org.springframework.jdbc.datasource のクラス
- TransactionAwareDataSourceProxy() - クラス org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy のコンストラクター
新しい TransactionAwareDataSourceProxy を作成します。
- TransactionAwareDataSourceProxy(DataSource) - クラス org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy のコンストラクター
新しい TransactionAwareDataSourceProxy を作成します。
- TransactionCallback <T> - org.springframework.transaction.reactive のインターフェース
リアクティブトランザクションコードのコールバックインターフェース。
- TransactionCallback <T> - org.springframework.transaction.support のインターフェース
トランザクションコードのコールバックインターフェース。
- TransactionCallbackWithoutResult - org.springframework.transaction.support のクラス
TransactionCallback 実装の単純な便利なクラス。
- TransactionCallbackWithoutResult() - クラス org.springframework.transaction.support.TransactionCallbackWithoutResult のコンストラクター
- TransactionContext - org.springframework.transaction.reactive のクラス
単一のトランザクションのスコープでトランザクションの同期とリソースをカプセル化する可変トランザクションコンテキスト。
- TransactionContextManager - org.springframework.transaction.reactive のクラス
トランザクションコンテキストを登録および取得するためのデリゲート。
- TransactionDefinition - org.springframework.transaction のインターフェース
Spring 準拠のトランザクションプロパティを定義するインターフェース。
- TransactionException - org.springframework.transaction の例外
すべてのトランザクション例外のスーパークラス。
- TransactionException(String) - クラス org.springframework.transaction.TransactionException の例外
TransactionException のコンストラクター。
- TransactionException(String, Throwable) - クラス org.springframework.transaction.TransactionException の例外
TransactionException のコンストラクター。
- TransactionExecution - org.springframework.transaction のインターフェース
トランザクションの現在の状態の一般的な表現。
- TransactionFactory - org.springframework.transaction.jta のインターフェース
- TransactionInfo(PlatformTransactionManager, TransactionAttribute, String) - クラス org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo のコンストラクター
- TransactionInProgressException - org.springframework.jms の例外
JMS TransactionInProgressException をミラーリングするランタイム例外。
- TransactionInProgressException(TransactionInProgressException) - クラス org.springframework.jms.TransactionInProgressException の例外
- transactionInterceptor(TransactionAttributeSource) - クラス org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration のメソッド
- TransactionInterceptor - org.springframework.transaction.interceptor のクラス
- TransactionInterceptor() - クラス org.springframework.transaction.interceptor.TransactionInterceptor のコンストラクター
新しい TransactionInterceptor を作成します。
- TransactionInterceptor(TransactionManager, TransactionAttributeSource) - クラス org.springframework.transaction.interceptor.TransactionInterceptor のコンストラクター
新しい TransactionInterceptor を作成します。
- TransactionInterceptor(PlatformTransactionManager, TransactionAttributeSource) - クラス org.springframework.transaction.interceptor.TransactionInterceptor のコンストラクター
- TransactionInterceptor(PlatformTransactionManager, Properties) - クラス org.springframework.transaction.interceptor.TransactionInterceptor のコンストラクター
- TransactionManagementConfigurationSelector - org.springframework.transaction.annotation のクラス
- TransactionManagementConfigurationSelector() - クラス org.springframework.transaction.annotation.TransactionManagementConfigurationSelector のコンストラクター
- TransactionManagementConfigurer - org.springframework.transaction.annotation のインターフェース
@
EnableTransactionManagement でアノテーションされた @
Configuration クラスによって実装されるインターフェース型の検索に対して、デフォルトのアプローチとは異なり、明示的に使用されるデフォルトの
PlatformTransactionManager Bean(または
ReactiveTransactionManager Bean)を指定したい(または必要がある)場合、このインターフェースを実装する必要があります。
- TransactionManagementConfigUtils - org.springframework.transaction.config のクラス
サブパッケージ間で内部共有するための構成定数。
- TransactionManagementConfigUtils() - クラス org.springframework.transaction.config.TransactionManagementConfigUtils のコンストラクター
- TransactionManager - org.springframework.transaction のインターフェース
Spring トランザクションマネージャー実装用のマーカーインターフェース(従来型またはリアクティブ型)。
- TransactionOperations - org.springframework.transaction.support のインターフェース
基本的なトランザクション実行操作を指定するインターフェース。
- TransactionPhase - org.springframework.transaction.event の列挙
トランザクションイベントリスナーが適用されるフェーズ。
- TransactionProxyFactoryBean - org.springframework.transaction.interceptor のクラス
プロキシファクトリ Bean により、宣言型トランザクションの処理が簡素化されます。
- TransactionProxyFactoryBean() - クラス org.springframework.transaction.interceptor.TransactionProxyFactoryBean のコンストラクター
- TransactionRolledBackException - org.springframework.jms の例外
JMS TransactionRolledBackException をミラーリングするランタイム例外。
- TransactionRolledBackException(TransactionRolledBackException) - クラス org.springframework.jms.TransactionRolledBackException の例外
- TransactionStatus - org.springframework.transaction のインターフェース
トランザクションのステータスの表現。
- TransactionSuspensionNotSupportedException - org.springframework.transaction の例外
既存のトランザクションを中断しようとしたときに例外がスローされましたが、トランザクションの中断は基礎となるバックエンドでサポートされていません。
- TransactionSuspensionNotSupportedException(String) - クラス org.springframework.transaction.TransactionSuspensionNotSupportedException の例外
TransactionSuspensionNotSupportedException のコンストラクター。
- TransactionSuspensionNotSupportedException(String, Throwable) - クラス org.springframework.transaction.TransactionSuspensionNotSupportedException の例外
TransactionSuspensionNotSupportedException のコンストラクター。
- TransactionSynchronization - org.springframework.transaction.reactive のインターフェース
リアクティブトランザクション同期コールバックのインターフェース。
- TransactionSynchronization - org.springframework.transaction.support のインターフェース
トランザクション同期コールバックのインターフェース。
- TransactionSynchronizationAdapter - org.springframework.transaction.support のクラス
- TransactionSynchronizationAdapter() - クラス org.springframework.transaction.support.TransactionSynchronizationAdapter のコンストラクター
使用すべきではありません。
- TransactionSynchronizationManager - org.springframework.transaction.reactive のクラス
サブスクライバーコンテキストごとにリソースとトランザクションの同期を管理する主要デリゲート。
- TransactionSynchronizationManager(TransactionContext) - クラス org.springframework.transaction.reactive.TransactionSynchronizationManager のコンストラクター
- TransactionSynchronizationManager - org.springframework.transaction.support のクラス
スレッドごとにリソースとトランザクションの同期を管理する主要デリゲート。
- TransactionSynchronizationManager() - クラス org.springframework.transaction.support.TransactionSynchronizationManager のコンストラクター
- TransactionSynchronizationUtils - org.springframework.transaction.support のクラス
- TransactionSynchronizationUtils() - クラス org.springframework.transaction.support.TransactionSynchronizationUtils のコンストラクター
- TransactionSystemException - org.springframework.transaction の例外
コミットやロールバック時など、一般的なトランザクションシステムエラーが発生した場合にスローされる例外。
- TransactionSystemException(String) - クラス org.springframework.transaction.TransactionSystemException の例外
TransactionSystemException のコンストラクター。
- TransactionSystemException(String, Throwable) - クラス org.springframework.transaction.TransactionSystemException の例外
TransactionSystemException のコンストラクター。
- TransactionTemplate - org.springframework.transaction.support のクラス
プログラムによるトランザクション境界設定とトランザクション例外処理を簡略化するテンプレートクラス。
- TransactionTemplate() - クラス org.springframework.transaction.support.TransactionTemplate のコンストラクター
Bean 用の新しい TransactionTemplate を作成します。
- TransactionTemplate(PlatformTransactionManager) - クラス org.springframework.transaction.support.TransactionTemplate のコンストラクター
指定されたトランザクションマネージャーを使用して、新しい TransactionTemplate を構築します。
- TransactionTemplate(PlatformTransactionManager, TransactionDefinition) - クラス org.springframework.transaction.support.TransactionTemplate のコンストラクター
指定されたトランザクション定義からデフォルト設定を取得し、指定されたトランザクションマネージャーを使用して新しい TransactionTemplate を構築します。
- TransactionTimedOutException - org.springframework.transaction の例外
トランザクションがタイムアウトしたときにスローされる例外。
- TransactionTimedOutException(String) - クラス org.springframework.transaction.TransactionTimedOutException の例外
TransactionTimedOutException のコンストラクター。
- TransactionTimedOutException(String, Throwable) - クラス org.springframework.transaction.TransactionTimedOutException の例外
TransactionTimedOutException のコンストラクター。
- TransactionUsageException - org.springframework.transaction の例外
Spring トランザクション API の不適切な使用によって引き起こされる例外のスーパークラス。
- TransactionUsageException(String) - クラス org.springframework.transaction.TransactionUsageException の例外
TransactionUsageException のコンストラクター。
- TransactionUsageException(String, Throwable) - クラス org.springframework.transaction.TransactionUsageException の例外
TransactionUsageException のコンストラクター。
- TRANSFER_ENCODING - クラス org.springframework.http.HttpHeaders の静的変数
HTTP Transfer-Encoding ヘッダーフィールド名。
- transferTo(File) - インターフェース org.springframework.http.codec.multipart.FilePart のメソッド
このパートのファイルのコンテンツを指定された宛先ファイルにコピーする簡易メソッド。
- transferTo(Path) - インターフェース org.springframework.http.codec.multipart.FilePart のメソッド
このパートのファイルのコンテンツを指定された宛先ファイルにコピーする簡易メソッド。
- transferTo(File) - クラス org.springframework.mock.web.MockMultipartFile のメソッド
- transferTo(File) - クラス org.springframework.web.multipart.commons.CommonsMultipartFile のメソッド
- transferTo(Path) - クラス org.springframework.web.multipart.commons.CommonsMultipartFile のメソッド
- transferTo(File) - インターフェース org.springframework.web.multipart.MultipartFile のメソッド
受信したファイルを指定された宛先ファイルに転送します。
- transferTo(Path) - インターフェース org.springframework.web.multipart.MultipartFile のメソッド
受信したファイルを指定された宛先ファイルに転送します。
- transform(Source, Result) - クラス org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter のメソッド
指定された Source を Result に変換します。
- 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(ServerWebExchange, Resource) - インターフェース org.springframework.web.reactive.resource.ResourceTransformerChain のメソッド
指定されたリソースを変換します。
- 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(HttpServletRequest, Resource) - インターフェース org.springframework.web.servlet.resource.ResourceTransformerChain のメソッド
指定されたリソースを変換します。
- transformedBeanName(String) - クラス org.springframework.beans.factory.BeanFactoryUtils の静的メソッド
実際の Bean 名を返し、ファクトリ参照解除接頭辞を除去します(存在する場合は、繰り返されたファクトリ接頭辞が見つかった場合も除去します)。
- transformedBeanName(String) - クラス org.springframework.beans.factory.support.AbstractBeanFactory のメソッド
Bean 名を返し、必要に応じてファクトリ逆参照プレフィックスを取り除き、エイリアスを正規名に解決します。
- TransformedResource - org.springframework.web.reactive.resource のクラス
- TransformedResource(Resource, byte[]) - クラス org.springframework.web.reactive.resource.TransformedResource のコンストラクター
- TransformedResource - org.springframework.web.servlet.resource のクラス
- TransformedResource(Resource, byte[]) - クラス org.springframework.web.servlet.resource.TransformedResource のコンストラクター
- TransformerUtils - org.springframework.util.xml のクラス
- TransformerUtils() - クラス org.springframework.util.xml.TransformerUtils のコンストラクター
- transformIfNecessary(String, byte[]) - クラス org.springframework.core.OverridingClassLoader のメソッド
サブクラスによって実装される変換フック。
- transformIfNecessary(String, byte[]) - クラス org.springframework.instrument.classloading.SimpleInstrumentableClassLoader のメソッド
- transformIfNecessary(String, byte[]) - クラス org.springframework.instrument.classloading.WeavingTransformer のメソッド
指定されたクラスバイト定義に変換を適用します。
- transformIfNecessary(String, String, byte[], ProtectionDomain) - クラス org.springframework.instrument.classloading.WeavingTransformer のメソッド
指定されたクラスバイト定義に変換を適用します。
- transformPath(String) - クラス org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator のメソッド
リクエスト URI を変換し(webapp のコンテキストで)、スラッシュと拡張子を取り除き、必要に応じてセパレーターを置き換えます。
- TransformTag - org.springframework.web.servlet.tags のクラス
<transform> タグは、spring:bind タグ(または Spring のフォームタグライブラリのデータバインドフォーム要素タグ)内のコントローラーおよび他のオブジェクトからの参照データ値の変換を提供します。
- TransformTag() - クラス org.springframework.web.servlet.tags.TransformTag のコンストラクター
- transformUrl(String) - クラス org.springframework.web.server.adapter.DefaultServerWebExchange のメソッド
- transformUrl(String) - インターフェース org.springframework.web.server.ServerWebExchange のメソッド
登録された変換関数に従って、指定された URL を変換します。
- transformUrl(String) - クラス org.springframework.web.server.ServerWebExchangeDecorator のメソッド
- TransientDataAccessException - org.springframework.dao の例外
一時的と見なされるデータアクセス例外の階層のルート - アプリケーションレベルの機能による介入なしで操作が再試行されると、以前に失敗した操作が成功する可能性があります。
- TransientDataAccessException(String) - クラス org.springframework.dao.TransientDataAccessException の例外
TransientDataAccessException のコンストラクター。
- TransientDataAccessException(String, Throwable) - クラス org.springframework.dao.TransientDataAccessException の例外
TransientDataAccessException のコンストラクター。
- TransientDataAccessResourceException - org.springframework.dao の例外
リソースが一時的に失敗し、操作を再試行できる場合にスローされるデータアクセス例外。
- TransientDataAccessResourceException(String) - クラス org.springframework.dao.TransientDataAccessResourceException の例外
TransientDataAccessResourceException のコンストラクター。
- TransientDataAccessResourceException(String, Throwable) - クラス org.springframework.dao.TransientDataAccessResourceException の例外
TransientDataAccessResourceException のコンストラクター。
- translate(String, String, SQLException) - クラス org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator のメソッド
- translate(String, String, SQLException) - インターフェース org.springframework.jdbc.support.SQLExceptionTranslator のメソッド
- translateException(String, String, SQLException) - クラス org.springframework.jdbc.core.JdbcTemplate のメソッド
- translateException(String, SQLException) - クラス org.springframework.jdbc.datasource.DataSourceTransactionManager のメソッド
- translateException(String, SQLException) - クラス org.springframework.jdbc.support.JdbcTransactionManager のメソッド
- translateException(String, R2dbcException) - クラス org.springframework.r2dbc.connection.R2dbcTransactionManager のメソッド
- translateExceptionIfPossible(RuntimeException) - クラス org.springframework.dao.support.ChainedPersistenceExceptionTranslator のメソッド
- translateExceptionIfPossible(RuntimeException) - インターフェース org.springframework.dao.support.PersistenceExceptionTranslator のメソッド
- translateExceptionIfPossible(RuntimeException) - クラス org.springframework.orm.hibernate5.HibernateExceptionTranslator のメソッド
- translateExceptionIfPossible(RuntimeException) - クラス org.springframework.orm.jpa.AbstractEntityManagerFactoryBean のメソッド
Spring の PersistenceExceptionTranslationPostProcessor によって自動検出される PersistenceExceptionTranslator インターフェースの実装。
- translateExceptionIfPossible(RuntimeException) - クラス org.springframework.orm.jpa.DefaultJpaDialect のメソッド
この実装は、EntityManagerFactoryUtils に委譲します。
- translateExceptionIfPossible(RuntimeException) - クラス org.springframework.orm.jpa.vendor.HibernateJpaDialect のメソッド
- translateIfNecessary(RuntimeException, PersistenceExceptionTranslator) - クラス org.springframework.dao.support.DataAccessUtils の静的メソッド
適切な場合は変換された例外を返し、そうでない場合は指定された例外をそのまま返します。
- transport(ClientTransport) - インターフェース org.springframework.messaging.rsocket.RSocketRequester.Builder のメソッド
- Transport - org.springframework.web.socket.sockjs.client のインターフェース
SockJS トランスポートのクライアント側の実装。
- TransportHandler - org.springframework.web.socket.sockjs.transport のインターフェース
SockJS セッション URL を処理します。
- TransportHandlingSockJsService - org.springframework.web.socket.sockjs.transport のクラス
- TransportHandlingSockJsService(TaskScheduler, TransportHandler...) - クラス org.springframework.web.socket.sockjs.transport.TransportHandlingSockJsService のコンストラクター
指定された
handler 型で TransportHandlingSockJsService を作成します。
- TransportHandlingSockJsService(TaskScheduler, Collection<TransportHandler>) - クラス org.springframework.web.socket.sockjs.transport.TransportHandlingSockJsService のコンストラクター
指定された
handler 型で TransportHandlingSockJsService を作成します。
- TransportRequest - org.springframework.web.socket.sockjs.client のインターフェース
特定のトランスポートを介して SockJS サーバーエンドポイントに接続するリクエストに関する情報を、通常は
Transport および
session 実装に公開します。
- transports(Publisher<List<LoadbalanceTarget>>, LoadbalanceStrategy) - インターフェース org.springframework.messaging.rsocket.RSocketRequester.Builder のメソッド
指定された
LoadbalanceRSocketClient を介して選択された指定されたターゲットの 1 つに接続する
LoadbalanceRSocketClient を使用して
RSocketRequester を構築します。
- TransportType - org.springframework.web.socket.sockjs.transport の列挙
SockJS トランスポート型。
- Trigger - org.springframework.scheduling のインターフェース
トリガーオブジェクトが関連付けられるタスクの次の実行時間を決定するトリガーオブジェクトの共通インターフェース。
- triggerAfterCommit() - クラス org.springframework.transaction.support.TransactionSynchronizationUtils の静的メソッド
現在登録されているすべての同期で afterCommit コールバックをトリガーします。
- triggerAfterCompletion(int) - クラス org.springframework.transaction.support.TransactionSynchronizationUtils の静的メソッド
現在登録されているすべての同期で afterCompletion コールバックをトリガーします。
- triggerAfterReceiveCompletion(Message<?>, MessageChannel, Exception) - クラス org.springframework.messaging.support.AbstractMessageChannel.ChannelInterceptorChain のメソッド
- triggerAfterSendCompletion(Message<?>, MessageChannel, boolean, Exception) - クラス org.springframework.messaging.support.AbstractMessageChannel.ChannelInterceptorChain のメソッド
- triggerBeforeCommit(DefaultTransactionStatus) - クラス org.springframework.transaction.support.AbstractPlatformTransactionManager のメソッド
beforeCommit コールバックをトリガーします。
- triggerBeforeCommit(boolean) - クラス org.springframework.transaction.support.TransactionSynchronizationUtils の静的メソッド
現在登録されているすべての同期で beforeCommit コールバックをトリガーします。
- triggerBeforeCompletion(DefaultTransactionStatus) - クラス org.springframework.transaction.support.AbstractPlatformTransactionManager のメソッド
beforeCompletion コールバックをトリガーします。
- triggerBeforeCompletion() - クラス org.springframework.transaction.support.TransactionSynchronizationUtils の静的メソッド
現在登録されているすべての同期で beforeCompletion コールバックをトリガーします。
- TriggerContext - org.springframework.scheduling のインターフェース
特定のタスクの最終実行時間と最終完了時間をカプセル化するコンテキストオブジェクト。
- triggerFlush() - クラス org.springframework.transaction.support.TransactionSynchronizationUtils の静的メソッド
現在登録されているすべての同期で flush コールバックをトリガーします。
- TriggerTask - org.springframework.scheduling.config のクラス
- TriggerTask(Runnable, Trigger) - クラス org.springframework.scheduling.config.TriggerTask のコンストラクター
- trimAllWhitespace(String) - クラス org.springframework.util.StringUtils の静的メソッド
指定された String のすべての空白を削除します。先頭、末尾、文字間。
- trimArrayElements(String[]) - クラス org.springframework.util.StringUtils の静的メソッド
指定された String 配列の要素をトリミングし、null 以外の各要素で String.trim() を呼び出します。
- trimLeadingCharacter(String, char) - クラス org.springframework.util.StringUtils の静的メソッド
指定された String から指定された先頭文字のすべての出現を切り取ります。
- trimLeadingWhitespace(String) - クラス org.springframework.util.StringUtils の静的メソッド
指定された String から先頭の空白を削除します。
- trimTrailingCharacter(String, char) - クラス org.springframework.util.StringUtils の静的メソッド
指定された String から指定された末尾文字のすべての出現を切り取ります。
- trimTrailingWhitespace(String) - クラス org.springframework.util.StringUtils の静的メソッド
指定された String から末尾の空白を削除します。
- trimValues - クラス org.springframework.beans.factory.config.PlaceholderConfigurerSupport の変数
- trimWhitespace(String) - クラス org.springframework.util.StringUtils の静的メソッド
指定された String から先頭および末尾の空白を削除します。
- TRUE - インターフェース org.springframework.aop.ClassFilter の静的変数
すべてのクラスに一致する ClassFilter の正規インスタンス。
- TRUE - インターフェース org.springframework.aop.MethodMatcher の静的変数
すべてのメソッドに一致する正規インスタンス。
- TRUE - インターフェース org.springframework.aop.Pointcut の静的変数
常に一致する Canonical Pointcut インスタンス。
- TRUE - クラス org.springframework.expression.spel.support.BooleanTypedValue の静的変数
本当です。
- TRUE_HIGH - クラス org.springframework.util.comparator.BooleanComparator の静的変数
このコンパレーターの共有デフォルトインスタンス。true を false よりも高く扱います。
- TRUE_LOW - クラス org.springframework.util.comparator.BooleanComparator の静的変数
このコンパレーターの共有デフォルトインスタンス。false よりも低い true を扱います。
- TRUE_VALUE - クラス org.springframework.beans.factory.support.PropertiesBeanDefinitionReader の静的変数
使用すべきではありません。
true を表す T/F 属性の値。
- TRUE_VALUE - クラス org.springframework.beans.factory.xml.BeanDefinitionParserDelegate の静的変数
true を表す T/F 属性の値。
- tryCloseWithError(WebSocketSession, Throwable, Log) - クラス org.springframework.web.socket.handler.ExceptionWebSocketHandlerDecorator の静的メソッド
- tryCloseWithSockJsTransportError(Throwable, CloseStatus) - クラス org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession のメソッド
SockJS トランスポートの処理に起因するエラーのため、終了します。
- twice() - クラス org.springframework.test.web.client.ExpectedCount の静的メソッド
ちょうど 2 回。
- TX_DATA_SOURCE_PREFIX - クラス org.springframework.scheduling.quartz.LocalDataSourceJobStore の静的変数
Quartz のトランザクション ConnectionProvider に使用される名前。
- txManager - クラス org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration の変数
- TxNamespaceHandler - org.springframework.transaction.config のクラス
NamespaceHandler を使用すると、XML またはアノテーションを使用して宣言型トランザクション管理を構成できます。
- TxNamespaceHandler() - クラス org.springframework.transaction.config.TxNamespaceHandler のコンストラクター
- type - クラス org.springframework.asm.Attribute の変数
この属性の型。JVMS では名前とも呼ばれます。
- Type - org.springframework.asm のクラス
Java フィールドまたはメソッド型。
- TYPE - インターフェース org.springframework.jms.support.JmsHeaders の静的変数
メッセージ型ラベル。
- TYPE_ARGUMENT - クラス org.springframework.asm.TypePath の静的変数
ジェネリクス型の型引数にステップインする型パスステップ。
- TYPE_ATTRIBUTE - クラス org.springframework.beans.factory.xml.BeanDefinitionParserDelegate の静的変数
- TYPE_KEY - クラス org.springframework.jmx.export.naming.IdentityNamingStrategy の静的変数
型キー。
- TYPE_UNKNOWN - インターフェース org.springframework.jdbc.core.namedparam.SqlParameterSource の静的変数
不明な(または未指定の)SQL 型を示す定数。
- TYPE_UNKNOWN - インターフェース org.springframework.jdbc.core.SqlReturnType の静的変数
不明な(または未指定の)SQL 型を示す定数。
- TYPE_UNKNOWN - インターフェース org.springframework.jdbc.core.SqlTypeValue の静的変数
不明な(または未指定の)SQL 型を示す定数。
- TYPE_UNKNOWN - クラス org.springframework.jdbc.support.JdbcUtils の静的変数
不明な(または未指定の)SQL 型を示す定数。
- TypeCode - org.springframework.expression.spel.ast の列挙
プリミティブ型とそれに対応するクラスオブジェクト、およびすべての参照(非プリミティブ)型を表す 1 つの特別なエントリをキャプチャーします。
- TypeComparator - org.springframework.expression のインターフェース
型コンパレーターのインスタンスは、オブジェクトのペアが等しいかどうかを比較できる必要があります。
- TypeConverter - org.springframework.beans のインターフェース
型変換メソッドを定義するインターフェース。
- TypeConverter - org.springframework.expression のインターフェース
型コンバーターは、式の評価中に発生した異なる型の間で値を変換できます。
- TypeConverterSupport - org.springframework.beans のクラス
- TypeConverterSupport() - クラス org.springframework.beans.TypeConverterSupport のコンストラクター
- TypeDescriptor - org.springframework.core.convert のクラス
変換元または変換先の型に関するコンテキスト記述子。
- TypeDescriptor(MethodParameter) - クラス org.springframework.core.convert.TypeDescriptor のコンストラクター
- TypeDescriptor(Field) - クラス org.springframework.core.convert.TypeDescriptor のコンストラクター
- TypeDescriptor(Property) - クラス org.springframework.core.convert.TypeDescriptor のコンストラクター
- TypeDescriptor(ResolvableType, Class<?>, Annotation[]) - クラス org.springframework.core.convert.TypeDescriptor のコンストラクター
- TypedStringValue - org.springframework.beans.factory.config のクラス
型指定された文字列値のホルダー。
- TypedStringValue(String) - クラス org.springframework.beans.factory.config.TypedStringValue のコンストラクター
- TypedStringValue(String, Class<?>) - クラス org.springframework.beans.factory.config.TypedStringValue のコンストラクター
- TypedStringValue(String, String) - クラス org.springframework.beans.factory.config.TypedStringValue のコンストラクター
- TypedValue - org.springframework.expression のクラス
- TypedValue(Object) - クラス org.springframework.expression.TypedValue のコンストラクター
- TypedValue(Object, TypeDescriptor) - クラス org.springframework.expression.TypedValue のコンストラクター
- TypedValueHolderValueRef(TypedValue, SpelNodeImpl) - クラス org.springframework.expression.spel.ast.ValueRef.TypedValueHolderValueRef のコンストラクター
- TypeFilter - org.springframework.core.type.filter のインターフェース
- typeIdResolverInstance(MapperConfig<?>, Annotated, Class<?>) - クラス org.springframework.http.converter.json.SpringHandlerInstantiator のメソッド
- typeIn(String...) - クラス org.springframework.core.annotation.MergedAnnotationPredicates の静的メソッド
- typeIn(Class<?>...) - クラス org.springframework.core.annotation.MergedAnnotationPredicates の静的メソッド
- typeIn(Collection<?>) - クラス org.springframework.core.annotation.MergedAnnotationPredicates の静的メソッド
- TypeLocator - org.springframework.expression のインターフェース
このインターフェースの実装者は、型を見つけることができると期待されています。
- TypeMismatchDataAccessException - org.springframework.dao の例外
Java 型とデータベース型の不一致でスローされる例外: たとえば、RDBMS 列に間違った型のオブジェクトを設定しようとした場合。
- TypeMismatchDataAccessException(String) - クラス org.springframework.dao.TypeMismatchDataAccessException の例外
TypeMismatchDataAccessException のコンストラクター。
- TypeMismatchDataAccessException(String, Throwable) - クラス org.springframework.dao.TypeMismatchDataAccessException の例外
TypeMismatchDataAccessException のコンストラクター。
- TypeMismatchException - org.springframework.beans の例外
Bean プロパティを設定しようとしたときに、型の不一致でスローされた例外。
- TypeMismatchException(PropertyChangeEvent, Class<?>) - クラス org.springframework.beans.TypeMismatchException の例外
新しい TypeMismatchException を作成します。
- TypeMismatchException(PropertyChangeEvent, Class<?>, Throwable) - クラス org.springframework.beans.TypeMismatchException の例外
新しい TypeMismatchException を作成します。
- TypeMismatchException(Object, Class<?>) - クラス org.springframework.beans.TypeMismatchException の例外
PropertyChangeEvent なしで新しい TypeMismatchException を作成します。
- TypeMismatchException(Object, Class<?>, Throwable) - クラス org.springframework.beans.TypeMismatchException の例外
PropertyChangeEvent なしで新しい TypeMismatchException を作成します。
- TypeMismatchNamingException - org.springframework.jndi の例外
JNDI 環境にあるオブジェクトの型が一致しない場合にスローされる例外。
- TypeMismatchNamingException(String, Class<?>, Class<?>) - クラス org.springframework.jndi.TypeMismatchNamingException の例外
指定された引数から説明テキストを作成して、新しい TypeMismatchNamingException を構築します。
- TypePath - org.springframework.asm のクラス
型引数、ワイルドカードバインド、配列要素型、包含型内の静的内部型へのパス。
- TypePatternClassFilter - org.springframework.aop.aspectj のクラス
- TypePatternClassFilter() - クラス org.springframework.aop.aspectj.TypePatternClassFilter のコンストラクター
- TypePatternClassFilter(String) - クラス org.springframework.aop.aspectj.TypePatternClassFilter のコンストラクター
- TypeReference - org.springframework.asm のクラス
クラス、フィールド、メソッドの宣言、命令に現れる型への参照。
- TypeReference(int) - クラス org.springframework.asm.TypeReference のコンストラクター
新しい TypeReference を構築します。
- TypeReference - org.springframework.expression.spel.ast のクラス
型への参照を表します(例: "T(String)" or "T(com.somewhere.Foo)")。
- 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 のメソッド
- TypeUtils - org.springframework.util のクラス
Java 5 ジェネリクス型パラメーターを操作するユーティリティ。
- TypeUtils() - クラス org.springframework.util.TypeUtils のコンストラクター