インデックス

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
すべてのクラスとインターフェース | すべてのパッケージ | 定数フィールド値 | 直列化された形式

U

UiApplicationContextUtils - org.springframework.ui.context.support のクラス
使用すべきではありません。
6.0 の時点で CSS の使用を推奨し、直接の代替なし
UiApplicationContextUtils() - クラス org.springframework.ui.context.support. UiApplicationContextUtils のコンストラクター
使用すべきではありません。
ultimateTargetClass(Object) - Static method in class org.springframework.aop.framework.AopProxyUtils
指定された Bean インスタンスの最終的なターゲットクラスを決定し、トップレベルのプロキシだけでなく、ネストされた任意の数のプロキシもトラバースします。副作用のない限り、つまりシングルトンターゲットの場合のみ。
UNABLE_TO_CREATE_LIST_FOR_INDEXING - Enum constant in enum class org.springframework.expression.spel.SpelMessage
UNABLE_TO_CREATE_MAP_FOR_INDEXING - Enum constant in enum class org.springframework.expression.spel.SpelMessage
UNABLE_TO_DYNAMICALLY_CREATE_OBJECT - Enum constant in enum class org.springframework.expression.spel.SpelMessage
UNABLE_TO_GROW_COLLECTION - Enum constant in enum class org.springframework.expression.spel.SpelMessage
UNABLE_TO_GROW_COLLECTION_UNKNOWN_ELEMENT_TYPE - Enum constant in enum class org.springframework.expression.spel.SpelMessage
UnableToRegisterMBeanException - Exception in org.springframework.jmx.export
たとえば名前の競合が原因で MBean を登録できない場合にスローされる例外。
UnableToRegisterMBeanException(String) - Constructor for exception org.springframework.jmx.export.UnableToRegisterMBeanException
指定されたエラーメッセージで新しい UnableToRegisterMBeanException を作成します。
UnableToRegisterMBeanException(String, Throwable) - Constructor for exception org.springframework.jmx.export.UnableToRegisterMBeanException
指定されたエラーメッセージと根本原因で新しい UnableToRegisterMBeanException を作成します。
UnableToSendNotificationException - Exception in org.springframework.jmx.export.notification
JMX NotificationSE を送信できない場合にスローされます。
UnableToSendNotificationException(String) - Constructor for exception org.springframework.jmx.export.notification.UnableToSendNotificationException
指定されたエラーメッセージを使用して、UnableToSendNotificationException クラスの新しいインスタンスを作成します。
UnableToSendNotificationException(String, Throwable) - Constructor for exception org.springframework.jmx.export.notification.UnableToSendNotificationException
指定されたエラーメッセージと根本原因を使用して、UnableToSendNotificationException の新しいインスタンスを作成します。
UNAUTHORIZED - Enum constant in enum class org.springframework.http.HttpStatus
401 Unauthorized.
UNAVAILABLE_FOR_LEGAL_REASONS - Enum constant in enum class org.springframework.http.HttpStatus
451 Unavailable For Legal Reasons.
unbind(String) - Method in class org.springframework.jndi.JndiTemplate
現在の JNDI コンテキストから指定された名前のバインディングを削除します。
unbindResource(Object) - クラス org.springframework.transaction.reactive のメソッド。TransactionSynchronizationManager
現在のコンテキストから特定のキーのリソースをバインド解除します。
unbindResource(Object) - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
現在のスレッドから指定されたキーのリソースをアンバインドします。
unbindResourceIfPossible(Object) - クラス org.springframework.transaction.reactive のメソッド。TransactionSynchronizationManager
現在のコンテキストから特定のキーのリソースをバインド解除します。
unbindResourceIfPossible(Object) - Static method in class org.springframework.transaction.support.TransactionSynchronizationManager
現在のスレッドから指定されたキーのリソースをアンバインドします。
unbound() - インターフェース org.springframework.transaction.support のメソッド。ResourceHolder
この所有者に、トランザクションの同期が解除されたことを通知します。
unbound() - クラス org.springframework.transaction.support のメソッド。ResourceHolderSupport
UNBOUNDED_CONCURRENCY - Static variable in class org.springframework.core.task.SimpleAsyncTaskExecutor
任意の数の同時呼び出しを許可します。つまり、同時実行を抑制しません。
UNBOUNDED_CONCURRENCY - Static variable in class org.springframework.util.ConcurrencyThrottleSupport
任意の数の同時呼び出しを許可します。つまり、同時実行を抑制しません。
unbox(Type) - クラス org.springframework.cglib.core のメソッド。CodeEmitter
引数がプリミティブクラスの場合、スタックの一番上にあるオブジェクトをラップされていない (プリミティブな) 同等のものに置き換えます。
unbox_or_zero(Type) - クラス org.springframework.cglib.core のメソッド。CodeEmitter
スタックの一番上にあるオブジェクトをアンボックスします。
unboxBooleanIfNecessary(MethodVisitor) - クラス org.springframework.expression.spel のメソッド。CodeFlow
コードフローが java.lang.Boolean に評価された最後の式を示している場合は、必要な命令を挿入して、ブールプリミティブにボックス化します。
uncapitalize(String) - Static method in class org.springframework.util.StringUtils
String の大文字を解除し、Character.toLowerCase(char)SE に従って最初の文字を小文字に変更します。
uncapitalizeAsProperty(String) - Static method in class org.springframework.util.StringUtils
JavaBeans プロパティ形式の String を大文字にせず、最初の 2 文字が連続して大文字でない限り、Character.toLowerCase(char)SE に従って最初の文字を小文字に変更します。
UncategorizedDataAccessException - Exception in org.springframework.dao
通常のスーパークラスでは、「基礎となるリソースに問題が発生しました」以外の具体的なものを区別できません。たとえば、JDBC からの SQLException など、より正確に特定することはできません。
UncategorizedDataAccessException(String, Throwable) - Constructor for exception org.springframework.dao.UncategorizedDataAccessException
UncategorizedDataAccessException のコンストラクター。
UncategorizedJmsException - Exception in org.springframework.jms
他の一致するサブクラスが見つからない場合にスローされる JmsException。
UncategorizedJmsException(String) - Constructor for exception org.springframework.jms.UncategorizedJmsException
メッセージを受け取るコンストラクター。
UncategorizedJmsException(String, Throwable) - Constructor for exception org.springframework.jms.UncategorizedJmsException
メッセージと根本原因をとるコンストラクター。
UncategorizedJmsException(Throwable) - Constructor for exception org.springframework.jms.UncategorizedJmsException
根本的な原因のみを取るコンストラクター。
UncategorizedMappingException - Exception in org.springframework.oxm
原因をこれ以上区別できないことを示す例外。
UncategorizedMappingException(String, Throwable) - Constructor for exception org.springframework.oxm.UncategorizedMappingException
指定された詳細メッセージとネストされた例外を使用して UncategorizedMappingException を構築します。
UncategorizedR2dbcException - org.springframework.r2dbc の例外
R2dbcException を一般的なデータアクセス例外の 1 つに分類できない場合にスローされる例外。
UncategorizedR2dbcException(String, String, R2dbcException) - Constructor for exception org.springframework.r2dbc.UncategorizedR2dbcException
UncategorizedSQLException のコンストラクター。
UncategorizedScriptException - Exception in org.springframework.jdbc.datasource.init
「SQL スクリプトの処理中に問題が発生した」よりも具体的なものを判断できない場合にスローされます。たとえば、より正確に特定できない JDBC からの SQLExceptionSE です。
UncategorizedScriptException - Exception in org.springframework.r2dbc.connection.init
「SQL スクリプトの処理中に問題が発生した」以外の具体的なことを特定できない場合にスローされます。たとえば、R2DBC の R2dbcException で、より正確に特定することはできません。
UncategorizedScriptException(String) - Constructor for exception org.springframework.jdbc.datasource.init.UncategorizedScriptException
新しい UncategorizedScriptException を作成します。
UncategorizedScriptException(String) - Constructor for exception org.springframework.r2dbc.connection.init.UncategorizedScriptException
新しい UncategorizedScriptException を作成します。
UncategorizedScriptException(String, Throwable) - Constructor for exception org.springframework.jdbc.datasource.init.UncategorizedScriptException
新しい UncategorizedScriptException を作成します。
UncategorizedScriptException(String, Throwable) - Constructor for exception org.springframework.r2dbc.connection.init.UncategorizedScriptException
新しい UncategorizedScriptException を作成します。
UncategorizedSQLException - Exception in org.springframework.jdbc
SQLException を汎用データアクセス例外の 1 つに分類できない場合にスローされる例外。
UncategorizedSQLException(String, String, SQLException) - Constructor for exception org.springframework.jdbc.UncategorizedSQLException
UncategorizedSQLException のコンストラクター。
UndeclaredThrowableException - Exception in org.springframework.cglib.proxy
java.lang.reflect.UndeclaredThrowableException の代替として Proxy によって使用されます。
UndeclaredThrowableException(Throwable) - Constructor for exception org.springframework.cglib.proxy.UndeclaredThrowableException
詳細メッセージなしで UndeclaredThrowableException の新しいインスタンスを作成します。
UndeclaredThrowableStrategy - org.springframework.cglib.transform.impl のクラス
org.springframework.cglib.Enhancer での使用に適した GeneratorStrategy は、プロキシされたメソッド内からスローされた宣言されていないすべての例外を、選択した代替例外でラップします。
UndeclaredThrowableStrategy(Class) - クラス org.springframework.cglib.transform.impl. UndeclaredThrowableStrategy のコンストラクター
この戦略の新しいインスタンスを作成します。
UndeclaredThrowableTransformer - org.springframework.cglib.transform.impl のクラス
UndeclaredThrowableTransformer(Class) - クラス org.springframework.cglib.transform.impl. UndeclaredThrowableTransformer のコンストラクター
underscoreName(String) - クラス org.springframework.jdbc.core のメソッド。BeanPropertyRowMapper
camelCase の名前を小文字のアンダースコア付きの名前に変換します。
UndertowHttpHandlerAdapter - org.springframework.http.server.reactive のクラス
HttpHandler を Undertow HttpHandler に適合させます。
UndertowHttpHandlerAdapter(HttpHandler) - クラス org.springframework.http.server.reactive. UndertowHttpHandlerAdapter のコンストラクター
UndertowRequestUpgradeStrategy - org.springframework.web.reactive.socket.server.upgrade のクラス
Undertow 用の WebSocket RequestUpgradeStrategy
UndertowRequestUpgradeStrategy - org.springframework.web.socket.server.standard のクラス
WildFly およびその基盤となる Undertow Web サーバー用の WebSocket RequestUpgradeStrategy
UndertowRequestUpgradeStrategy() - クラス org.springframework.web.reactive.socket.server.upgrade. UndertowRequestUpgradeStrategy のコンストラクター
UndertowRequestUpgradeStrategy() - クラス org.springframework.web.socket.server.standard. UndertowRequestUpgradeStrategy のコンストラクター
UndertowWebSocketClient - org.springframework.web.reactive.socket.client のクラス
WebSocketClient の Undertow ベースの実装。
UndertowWebSocketClient(XnioWorker) - クラス org.springframework.web.reactive.socket.client. UndertowWebSocketClient のコンストラクター
WebSocketClient.connectionBuilder(org.xnio.XnioWorker, io.undertow.connector.ByteBufferPool, java.net.URI) に渡す XnioWorker を持つコンストラクター。
UndertowWebSocketClient(XnioWorker, ByteBufferPool, Consumer<WebSocketClient.ConnectionBuilder>) - クラス org.springframework.web.reactive.socket.client. UndertowWebSocketClient のコンストラクター
各 WebSocket 接続の WebSocketClient.ConnectionBuilder に対する追加の制御を提供する代替コンストラクター。
UndertowWebSocketClient(XnioWorker, Consumer<WebSocketClient.ConnectionBuilder>) - クラス org.springframework.web.reactive.socket.client. UndertowWebSocketClient のコンストラクター
各 WebSocket 接続の WebSocketClient.ConnectionBuilder に対する追加の制御を提供する代替コンストラクター。
UndertowWebSocketHandlerAdapter - org.springframework.web.reactive.socket.adapter のクラス
Spring WebSocketHandler に適応し、委譲する Undertow WebSocketConnectionCallback 実装。
UndertowWebSocketHandlerAdapter(UndertowWebSocketSession) - クラス org.springframework.web.reactive.socket.adapter. UndertowWebSocketHandlerAdapter のコンストラクター
UndertowWebSocketSession - org.springframework.web.reactive.socket.adapter のクラス
Undertow WebSocketChannel に適応する Spring WebSocketSession 実装。
UndertowWebSocketSession(WebSocketChannel, HandshakeInfo, DataBufferFactory) - クラス org.springframework.web.reactive.socket.adapter. UndertowWebSocketSession のコンストラクター
UndertowWebSocketSession(WebSocketChannel, HandshakeInfo, DataBufferFactory, Sinks.Empty<Void>) - クラス org.springframework.web.reactive.socket.adapter. UndertowWebSocketSession のコンストラクター
UndertowXhrTransport - org.springframework.web.socket.sockjs.client のクラス
Undertow の UndertowClient に基づく XHR トランスポート。
UndertowXhrTransport() - クラス org.springframework.web.socket.sockjs.client. UndertowXhrTransport のコンストラクター
UndertowXhrTransport(OptionMap) - クラス org.springframework.web.socket.sockjs.client. UndertowXhrTransport のコンストラクター
UNEXPECTED_DATA_AFTER_DOT - Enum constant in enum class org.springframework.expression.spel.SpelMessage
UNEXPECTED_ESCAPE_CHAR - Enum constant in enum class org.springframework.expression.spel.SpelMessage
UnexpectedRollbackException - Exception in org.springframework.transaction
トランザクションをコミットしようとした結果、予期しないロールバックが発生した場合にスローされます。
UnexpectedRollbackException(String) - Constructor for exception org.springframework.transaction.UnexpectedRollbackException
UnexpectedRollbackException のコンストラクター。
UnexpectedRollbackException(String, Throwable) - Constructor for exception org.springframework.transaction.UnexpectedRollbackException
UnexpectedRollbackException のコンストラクター。
UNINITIALIZED_THIS - Static variable in interface org.springframework.asm.Opcodes
union(ClassFilter) - クラス org.springframework.aop.support のメソッド。ComposablePointcut
与えられた ClassFilter でユニオンを適用します。
union(ClassFilter[]) - Static method in class org.springframework.aop.support.ClassFilters
指定された ClassFilters のいずれか(またはすべて)が一致するすべてのクラスに一致します。
union(ClassFilter, ClassFilter) - Static method in class org.springframework.aop.support.ClassFilters
指定された ClassFilters のいずれか(または両方)が一致するすべてのクラスに一致します。
union(MethodMatcher) - クラス org.springframework.aop.support のメソッド。ComposablePointcut
与えられた MethodMatcher でユニオンを適用します。
union(MethodMatcher, MethodMatcher) - Static method in class org.springframework.aop.support.MethodMatchers
指定された MethodMatchers のいずれか(または両方)が一致するすべてのメソッドに一致します。
union(Pointcut) - クラス org.springframework.aop.support のメソッド。ComposablePointcut
与えられたポイントカットでユニオンを適用します。
union(Pointcut, Pointcut) - Static method in class org.springframework.aop.support.Pointcuts
指定されたポイントカットのいずれか (または両方)が一致するすべてのメソッドに一致します。
unique(Function<? super MergedAnnotation<A>, K>) - Static method in class org.springframework.core.annotation.MergedAnnotationPredicates
抽出されたキーに基づいて一意であるアノテーションに一致する、ステートフルで使い捨ての新しい PredicateSE を作成します。
uniqueBeanName(String, BeanDefinitionRegistry) - Static method in class org.springframework.beans.factory.support.BeanDefinitionReaderUtils
指定された Bean 名を指定された Bean ファクトリの一意の Bean 名に変換し、必要に応じてサフィックスとして一意のカウンターを追加します。
uniqueResult(Collection<T>) - Static method in class org.springframework.dao.support.DataAccessUtils
指定されたコレクションから一意の結果オブジェクトを返します。
unit() - Element in annotation interface org.springframework.jmx.export.annotation.ManagedMetric
unknown(RequestPredicate) - インターフェース org.springframework.web.reactive.function.server のメソッド。RequestPredicates.Visitor
不明な述語の最初の通知を受け取ります。
unknown(RouterFunction<?>) - インターフェース org.springframework.web.reactive.function.server のメソッド。RouterFunctions.Visitor
不明なルーター関数の通知を受け取ります。
unknown(RequestPredicate) - インターフェース org.springframework.web.servlet.function のメソッド。RequestPredicates.Visitor
不明な述語の最初の通知を受け取ります。
unknown(RouterFunction<?>) - インターフェース org.springframework.web.servlet.function のメソッド。RouterFunctions.Visitor
不明なルーター関数の通知を受け取ります。
UnknownAdviceTypeException - Exception in org.springframework.aop.framework.adapter
サポートされていないアドバイザまたはアドバイス型を使用しようとした場合にスローされる例外。
UnknownAdviceTypeException(Object) - Constructor for exception org.springframework.aop.framework.adapter.UnknownAdviceTypeException
指定されたアドバイスオブジェクトの新しい UnknownAdviceTypeException を作成します。
UnknownAdviceTypeException(String) - Constructor for exception org.springframework.aop.framework.adapter.UnknownAdviceTypeException
指定されたメッセージで新しい UnknownAdviceTypeException を作成します。
UnknownContentTypeException - Exception in org.springframework.web.client
レスポンスを抽出するための適切な HttpMessageConverter が見つからなかった場合に発生します。
UnknownContentTypeException(Type, MediaType, int, String, HttpHeaders, byte[]) - Constructor for exception org.springframework.web.client.UnknownContentTypeException
指定されたレスポンスデータでの新しいインスタンスを構築します。
UnknownContentTypeException(Type, MediaType, HttpStatusCode, String, HttpHeaders, byte[]) - Constructor for exception org.springframework.web.client.UnknownContentTypeException
指定されたレスポンスデータでの新しいインスタンスを構築します。
UnknownHttpStatusCodeException - Exception in org.springframework.web.client
未知の(またはカスタムの)HTTP ステータスコードを受信したときにスローされる例外。
UnknownHttpStatusCodeException - Exception in org.springframework.web.reactive.function.client
未知の(またはカスタムの)HTTP ステータスコードを受信したときにスローされる例外。
UnknownHttpStatusCodeException(int, String, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.client.UnknownHttpStatusCodeException
ステータスコード、ステータステキスト、レスポンス本文の内容に基づいて、HttpStatusCodeException の新しいインスタンスを構築します。
UnknownHttpStatusCodeException(int, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.reactive.function.client.UnknownHttpStatusCodeException
指定されたパラメーターで UnknownHttpStatusCodeException の新しいインスタンスを作成します。
UnknownHttpStatusCodeException(int, HttpHeaders, byte[], Charset, HttpRequest) - Constructor for exception org.springframework.web.reactive.function.client.UnknownHttpStatusCodeException
指定されたパラメーターで UnknownHttpStatusCodeException の新しいインスタンスを作成します。
UnknownHttpStatusCodeException(String, int, String, HttpHeaders, byte[], Charset) - Constructor for exception org.springframework.web.client.UnknownHttpStatusCodeException
ステータスコード、ステータステキスト、レスポンス本文の内容に基づいて、HttpStatusCodeException の新しいインスタンスを構築します。
UnknownHttpStatusCodeException(HttpStatusCode, HttpHeaders, byte[], Charset, HttpRequest) - Constructor for exception org.springframework.web.reactive.function.client.UnknownHttpStatusCodeException
指定されたパラメーターで UnknownHttpStatusCodeException の新しいインスタンスを作成します。
unless() - Element in annotation interface org.springframework.cache.annotation.Cacheable
メソッドのキャッシュを拒否するために使用される Spring 式言語(SpEL)式。
unless() - Element in annotation interface org.springframework.cache.annotation.CachePut
キャッシュの書き込み操作を拒否するために使用される Spring 式言語(SpEL)式。
UNLIMITED_ATTEMPTS - Static variable in class org.springframework.util.backoff.FixedBackOff
無制限の試行回数を示す定数値。
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - クラス org.springframework.oxm.xstream のメソッド。CatchAllConverter
unmarshal(Source) - クラス org.springframework.oxm.jaxb のメソッド。Jaxb2Marshaller
unmarshal(Source) - クラス org.springframework.oxm.support のメソッド。AbstractMarshaller
指定された提供された javax.xml.transform.Source をオブジェクトグラフに非整列化します。
unmarshal(Source) - Method in interface org.springframework.oxm.Unmarshaller
指定された SourceSE をオブジェクトグラフに非整列化します。
unmarshal(Source, MimeContainer) - クラス org.springframework.oxm.jaxb のメソッド。Jaxb2Marshaller
unmarshal(Source, MimeContainer) - インターフェース org.springframework.oxm.mime のメソッド。MimeUnmarshaller
指定された SourceSE をオブジェクトグラフに非整列化し、MimeContainer からバイナリ添付ファイルを読み取ります。
unmarshalDomNode(Node) - クラス org.springframework.oxm.support のメソッド。AbstractMarshaller
指定された DOM Node から非整列化するための抽象テンプレートメソッド。
unmarshalDomNode(Node) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
unmarshalDomSource(DOMSource) - クラス org.springframework.oxm.support のメソッド。AbstractMarshaller
DOMSource を処理するためのテンプレートメソッド。
unmarshalFromBytesMessage(BytesMessage, Unmarshaller) - クラス org.springframework.jms.support.converter のメソッド。MarshallingMessageConverter
指定された BytesMessageEE をオブジェクトに非整列化します。
unmarshalFromMessage(Message, Unmarshaller) - クラス org.springframework.jms.support.converter のメソッド。MarshallingMessageConverter
カスタムメッセージの非整列化を可能にするテンプレートメソッド。
unmarshalFromTextMessage(TextMessage, Unmarshaller) - クラス org.springframework.jms.support.converter のメソッド。MarshallingMessageConverter
指定された TextMessageEE をオブジェクトに非整列化します。
unmarshalInputStream(InputStream) - クラス org.springframework.oxm.support のメソッド。AbstractMarshaller
指定された InputStream から非整列化するための抽象テンプレートメソッド。
unmarshalInputStream(InputStream) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
unmarshalInputStream(InputStream, DataHolder) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
Unmarshaller - Interface in org.springframework.oxm
オブジェクト XML マッピングアンマーシャラーの契約を定義します。
UnmarshallingFailureException - Exception in org.springframework.oxm
非整列化の失敗でスローされる例外。
UnmarshallingFailureException(String) - Constructor for exception org.springframework.oxm.UnmarshallingFailureException
指定された詳細メッセージを使用して MarshallingFailureException を作成します。
UnmarshallingFailureException(String, Throwable) - Constructor for exception org.springframework.oxm.UnmarshallingFailureException
指定された詳細メッセージとネストされた例外を使用して MarshallingFailureException を構築します。
unmarshalReader(Reader) - クラス org.springframework.oxm.support のメソッド。AbstractMarshaller
指定された Reader から非整列化するための抽象テンプレートメソッド。
unmarshalReader(Reader) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
unmarshalReader(Reader, DataHolder) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
unmarshalSaxReader(XMLReader, InputSource) - クラス org.springframework.oxm.support のメソッド。AbstractMarshaller
特定の SAX XMLReader および InputSource を使用して非整列化するための抽象テンプレートメソッド。
unmarshalSaxReader(XMLReader, InputSource) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
unmarshalSaxSource(SAXSource) - クラス org.springframework.oxm.support のメソッド。AbstractMarshaller
SAXSource を処理するためのテンプレートメソッド。
unmarshalStaxSource(Unmarshaller, Source) - クラス org.springframework.oxm.jaxb のメソッド。Jaxb2Marshaller
unmarshalStaxSource(Source) - クラス org.springframework.oxm.support のメソッド。AbstractMarshaller
StaxSource を処理するためのテンプレートメソッド。
unmarshalStreamSource(StreamSource) - クラス org.springframework.oxm.support のメソッド。AbstractMarshaller
StreamSource を処理するためのテンプレートメソッド。
unmarshalStreamSource(StreamSource) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
unmarshalXmlEventReader(XMLEventReader) - クラス org.springframework.oxm.support のメソッド。AbstractMarshaller
指定された Stax XMLEventReader から非整列化するための抽象テンプレートメソッド。
unmarshalXmlEventReader(XMLEventReader) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
unmarshalXmlStreamReader(XMLStreamReader) - クラス org.springframework.oxm.support のメソッド。AbstractMarshaller
指定された Stax XMLStreamReader から非整列化するための抽象テンプレートメソッド。
unmarshalXmlStreamReader(XMLStreamReader) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
unmodifiableMultiValueMap(MultiValueMap<? extends K, ? extends V>) - Static method in class org.springframework.util.CollectionUtils
指定された複数値マップの変更不可能なビューを返します。
UnorderedRequestExpectationManager - org.springframework.test.web.client のクラス
期待されるリクエストの宣言の順序に関係なく、リクエストを期待に一致させる RequestExpectationManager
UnorderedRequestExpectationManager() - クラス org.springframework.test.web.client. UnorderedRequestExpectationManager のコンストラクター
UNPROCESSABLE_ENTITY - Enum constant in enum class org.springframework.http.HttpStatus
422 Unprocessable Entity.
unprocessableEntity() - Static method in class org.springframework.http.ResponseEntity
UNPROCESSABLE_ENTITY ステータスのビルダーを作成します。
unprocessableEntity() - Static method in interface org.springframework.web.reactive.function.server.ServerResponse
422 処理できないエンティティステータスのビルダーを作成します。
unprocessableEntity() - Static method in interface org.springframework.web.servlet.function.ServerResponse
422 処理できないエンティティステータスのビルダーを作成します。
unqualify(String) - Static method in class org.springframework.util.StringUtils
"." で修飾された文字列を修飾解除します。ドット文字。
unqualify(String, char) - Static method in class org.springframework.util.StringUtils
区切り文字で修飾された文字列を修飾解除します。
unquote(String) - Method in class org.springframework.util.MimeType
unregisterAllSubscriptions(String) - クラス org.springframework.messaging.simp.broker のメソッド。DefaultSubscriptionRegistry
unregisterAllSubscriptions(String) - インターフェース org.springframework.messaging.simp.broker のメソッド。SubscriptionRegistry
指定された sessionId に関連付けられているすべてのサブスクリプションを削除します。
unregisterBeans() - Method in class org.springframework.jmx.support.MBeanRegistrationSupport
このクラスのインスタンスによって登録されたすべての Bean を登録解除します。
unregisterDatabase(DataSource) - Method in class org.springframework.jdbc.support.SQLErrorCodesFactory
登録されている場合、指定された DataSourceSE のキャッシュをクリアします。
unregisterManagedResource(ObjectName) - Method in class org.springframework.jmx.export.MBeanExporter
unregisterManagedResource(ObjectName) - Method in interface org.springframework.jmx.export.MBeanExportOperations
基になる MBeanServer レジストリから指定された MBean を削除します。
unregisterMapping(T) - クラス org.springframework.web.reactive.result.method のメソッド。AbstractHandlerMethodMapping
指定されたマッピングを登録解除します。
unregisterMapping(T) - クラス org.springframework.web.servlet.handler のメソッド。AbstractHandlerMethodMapping
指定されたマッピングを登録解除します。
unregisterNamedDispatcher(String) - クラス org.springframework.mock.web のメソッド。MockServletContext
指定された名前で RequestDispatcherEE の登録を解除します。
unregisterSubscription(Message<?>) - クラス org.springframework.messaging.simp.broker のメソッド。AbstractSubscriptionRegistry
unregisterSubscription(Message<?>) - インターフェース org.springframework.messaging.simp.broker のメソッド。SubscriptionRegistry
サブスクリプションの登録を解除します。
UNRESOLVABLE - Static variable in class org.springframework.web.multipart.support.MultipartResolutionDelegate
解決できない値を示します。
UNRESOLVED - Static variable in interface org.springframework.web.bind.support.WebArgumentResolver
リゾルバーが特定のメソッドパラメーターの処理方法を知らないときに返されるマーカー。
UNRESOLVED - Static variable in interface org.springframework.web.servlet.mvc.annotation.ModelAndViewResolver
リゾルバーが特定のメソッドパラメーターの処理方法を知らないときに返されるマーカー。
UnsatisfiedDependencyException - Exception in org.springframework.beans.factory
Bean が、Bean ファクトリ定義で指定されていない他の Bean または単純なプロパティに依存している場合にスローされる例外。ただし、依存関係検査は有効になっています。
UnsatisfiedDependencyException(String, String, String, String) - Constructor for exception org.springframework.beans.factory.UnsatisfiedDependencyException
新しい UnsatisfiedDependencyException を作成します。
UnsatisfiedDependencyException(String, String, String, BeansException) - Constructor for exception org.springframework.beans.factory.UnsatisfiedDependencyException
新しい UnsatisfiedDependencyException を作成します。
UnsatisfiedDependencyException(String, String, InjectionPoint, String) - Constructor for exception org.springframework.beans.factory.UnsatisfiedDependencyException
新しい UnsatisfiedDependencyException を作成します。
UnsatisfiedDependencyException(String, String, InjectionPoint, BeansException) - Constructor for exception org.springframework.beans.factory.UnsatisfiedDependencyException
新しい UnsatisfiedDependencyException を作成します。
unsatisfiedNonSimpleProperties(AbstractBeanDefinition, BeanWrapper) - クラス org.springframework.beans.factory.support のメソッド。AbstractAutowireCapableBeanFactory
満たされていない非シンプルな Bean プロパティの配列を返します。
UnsatisfiedRequestParameterException - Exception in org.springframework.web.server
通常、@Controller 型レベルで @RequestMapping アノテーションを使用して表現される、満たされていないパラメーター条件を示す ServerWebInputException サブクラス。
UnsatisfiedRequestParameterException(List<String>, MultiValueMap<String, String>) - Constructor for exception org.springframework.web.server.UnsatisfiedRequestParameterException
UnsatisfiedServletRequestParameterException - Exception in org.springframework.web.bind
通常、@Controller 型レベルで @RequestMapping アノテーションを使用して表現される、満たされていないパラメーター条件を示す ServletRequestBindingException サブクラス。
UnsatisfiedServletRequestParameterException(String[], Map<String, String[]>) - Constructor for exception org.springframework.web.bind.UnsatisfiedServletRequestParameterException
新しい UnsatisfiedServletRequestParameterException を作成します。
UnsatisfiedServletRequestParameterException(List<String[]>, Map<String, String[]>) - Constructor for exception org.springframework.web.bind.UnsatisfiedServletRequestParameterException
新しい UnsatisfiedServletRequestParameterException を作成します。
unsubscribe() - インターフェース org.springframework.messaging.simp.stomp のメソッド。StompSession.Subscription
UNSUBSCRIBE フレームを送信してサブスクリプションを削除します。
unsubscribe(MessageHandler) - Method in interface org.springframework.messaging.SubscribableChannel
メッセージハンドラーの登録を解除します。
unsubscribe(MessageHandler) - クラス org.springframework.messaging.support のメソッド。AbstractSubscribableChannel
unsubscribe(StompHeaders) - インターフェース org.springframework.messaging.simp.stomp のメソッド。StompSession.Subscription
サーバーに送信する追加のカスタムヘッダーを持つ StompSession.Subscription.unsubscribe() の代替。
UNSUBSCRIBE - Enum constant in enum class org.springframework.messaging.simp.SimpMessageType
UNSUBSCRIBE - Enum constant in enum class org.springframework.messaging.simp.stomp.StompCommand
UNSUPPORTED_MEDIA_TYPE - Enum constant in enum class org.springframework.http.HttpStatus
415 Unsupported Media Type.
UnsupportedMediaTypeException - Exception in org.springframework.web.reactive.function
Content-Type がサポートされていないことを示すためにスローされる例外。
UnsupportedMediaTypeException(String) - Constructor for exception org.springframework.web.reactive.function.UnsupportedMediaTypeException
指定された Content-Type が無効な場合のコンストラクター。
UnsupportedMediaTypeException(MediaType, List<MediaType>) - Constructor for exception org.springframework.web.reactive.function.UnsupportedMediaTypeException
Content-Type を解析できるが、サポートされていない場合のコンストラクター。
UnsupportedMediaTypeException(MediaType, List<MediaType>, ResolvableType) - Constructor for exception org.springframework.web.reactive.function.UnsupportedMediaTypeException
特定の Java 型からエンコードまたはデコードしようとする場合のコンストラクター。
UnsupportedMediaTypeStatusException - Exception in org.springframework.web.server
レスポンスステータス 415 に適合するエラーの例外(サポートされていないメディア型)。
UnsupportedMediaTypeStatusException(String) - Constructor for exception org.springframework.web.server.UnsupportedMediaTypeStatusException
指定された Content-Type が無効な場合のコンストラクター。
UnsupportedMediaTypeStatusException(String, List<MediaType>) - Constructor for exception org.springframework.web.server.UnsupportedMediaTypeStatusException
指定された Content-Type が無効な場合のコンストラクター。
UnsupportedMediaTypeStatusException(MediaType, List<MediaType>) - Constructor for exception org.springframework.web.server.UnsupportedMediaTypeStatusException
Content-Type を解析できるが、サポートされていない場合のコンストラクター。
UnsupportedMediaTypeStatusException(MediaType, List<MediaType>, ResolvableType) - Constructor for exception org.springframework.web.server.UnsupportedMediaTypeStatusException
特定の Java 型からエンコードまたはデコードしようとする場合のコンストラクター。
UnsupportedMediaTypeStatusException(MediaType, List<MediaType>, ResolvableType, HttpMethod) - Constructor for exception org.springframework.web.server.UnsupportedMediaTypeStatusException
特定の Java 型からエンコードまたはデコードしようとする場合のコンストラクター。
UnsupportedMediaTypeStatusException(MediaType, List<MediaType>, HttpMethod) - Constructor for exception org.springframework.web.server.UnsupportedMediaTypeStatusException
HTTP メソッドを提供するコンストラクター。
unwrap() - クラス org.springframework.r2dbc.connection のメソッド。DelegatingConnectionFactory
unwrap(Class<T>) - クラス org.springframework.jdbc.datasource のメソッド。AbstractDataSource
unwrap(Class<T>) - クラス org.springframework.jdbc.datasource のメソッド。DelegatingDataSource
unwrap(Class<T>) - クラス org.springframework.jdbc.datasource.lookup のメソッド。AbstractRoutingDataSource
unwrap(Class<T>) - クラス org.springframework.validation.beanvalidation のメソッド。LocalValidatorFactoryBean
unwrap(Class<T>) - クラス org.springframework.validation.beanvalidation のメソッド。SpringValidatorAdapter
unwrap(Class<T>) - Method in class org.springframework.validation.ObjectError
このエラーの背後にあるソースをアンラップします。おそらく ExceptionSE(通常は PropertyAccessException)または Bean 検証 ConstraintViolationEE です。
unwrap(WebSocketHandler) - Static method in class org.springframework.web.socket.handler.WebSocketHandlerDecorator
unwrap(WebSocketSession) - Static method in class org.springframework.web.socket.handler.WebSocketSessionDecorator
unwrapCachedValue(Object) - Method in class org.springframework.cglib.proxy.Enhancer
unwrapCachedValue(T) - クラス org.springframework.cglib.core のメソッド。AbstractClassGenerator
unwrapOptional(Object) - Static method in class org.springframework.util.ObjectUtils
潜在的に OptionalSE である指定されたオブジェクトのラップを解除します。
unwrapResourceIfNecessary(Object) - Static method in class org.springframework.transaction.support.TransactionSynchronizationUtils
必要に応じて、指定されたリソースハンドルをアンラップします。それ以外の場合は、指定されたハンドルをそのまま返します。
upcast(Class<?>) - クラス org.springframework.core.convert のメソッド。TypeDescriptor
この TypeDescriptor を、アノテーションとネストされた型コンテキストを保持するスーパークラスまたは実装されたインターフェースにキャストします。
UpdatableSqlQuery< T > - Class in org.springframework.jdbc.object
具象サブクラスが抽象 updateRow(ResultSet、int、context)メソッドを実装して JDBC ResultSet の各行を更新し、オプションでコンテンツをオブジェクトにマップする必要がある再利用可能な RDBMS クエリ。
UpdatableSqlQuery() - クラス org.springframework.jdbc.object. UpdatableSqlQuery のコンストラクター
JavaBean として使用できるようにするコンストラクター。
UpdatableSqlQuery(DataSource, String) - クラス org.springframework.jdbc.object. UpdatableSqlQuery のコンストラクター
DataSource と SQL 文字列を持つ便利なコンストラクター。
UpdatableSqlQuery.RowMapperImpl - org.springframework.jdbc.object のクラス
各行に対して包含クラスの updateRow() メソッドを呼び出す RowMapper の実装。
update() - クラス org.springframework.jdbc.object のメソッド。SqlUpdate
パラメーターなしで更新を実行するための便利なメソッド。
update(int) - クラス org.springframework.jdbc.object のメソッド。SqlUpdate
1 つの int 引数を指定して更新を実行する便利なメソッド。
update(int, int) - クラス org.springframework.jdbc.object のメソッド。SqlUpdate
2 つの int 引数を指定して更新を実行する便利なメソッド。
update(long) - クラス org.springframework.jdbc.object のメソッド。SqlUpdate
1 つの長い引数を指定して更新を実行する便利なメソッド。
update(long, long) - クラス org.springframework.jdbc.object のメソッド。SqlUpdate
2 つの長い引数を指定して更新を実行する便利なメソッド。
update(Object) - インターフェース org.springframework.orm.hibernate5 のメソッド。HibernateOperations
指定された永続インスタンスを更新して、現在の Hibernate Session に関連付けます。
update(Object) - クラス org.springframework.orm.hibernate5 のメソッド。HibernateTemplate
update(Object...) - クラス org.springframework.jdbc.object のメソッド。BatchSqlUpdate
指定されたステートメントパラメーターをすぐに実行するのではなく、キューに追加する update のオーバーライドバージョン。
update(Object...) - クラス org.springframework.jdbc.object のメソッド。SqlUpdate
パラメーターを指定して更新を実行する汎用メソッド。
update(Object[], KeyHolder) - クラス org.springframework.jdbc.object のメソッド。SqlUpdate
引数を指定して更新を実行し、KeyHolder を使用して生成されたキーを取得するメソッド。
update(Object, LockMode) - インターフェース org.springframework.orm.hibernate5 のメソッド。HibernateOperations
指定された永続インスタンスを更新して、現在の Hibernate Session に関連付けます。
update(Object, LockMode) - クラス org.springframework.orm.hibernate5 のメソッド。HibernateTemplate
update(String) - インターフェース org.springframework.jdbc.core のメソッド。JdbcOperations
単一の SQL 更新操作(挿入、更新、削除ステートメントなど)を発行します。
update(String) - クラス org.springframework.jdbc.core のメソッド。JdbcTemplate
update(String) - クラス org.springframework.jdbc.object のメソッド。SqlUpdate
1 つの文字列引数を指定して更新を実行する便利なメソッド。
update(String, boolean, String) - クラス org.springframework.web.service.invoker のメソッド。AbstractNamedValueArgumentResolver.NamedValueInfo
update(String, Object) - インターフェース org.springframework.orm.hibernate5 のメソッド。HibernateOperations
指定された永続インスタンスを更新して、現在の Hibernate Session に関連付けます。
update(String, Object) - クラス org.springframework.orm.hibernate5 のメソッド。HibernateTemplate
update(String, Object...) - インターフェース org.springframework.jdbc.core のメソッド。JdbcOperations
準備されたステートメントを介して、単一の SQL 更新操作(挿入、更新、削除ステートメントなど)を発行し、指定された引数をバインドします。
update(String, Object...) - クラス org.springframework.jdbc.core のメソッド。JdbcTemplate
update(String, Object[], int[]) - インターフェース org.springframework.jdbc.core のメソッド。JdbcOperations
準備されたステートメントを介して、単一の SQL 更新操作(挿入、更新、削除ステートメントなど)を発行し、指定された引数をバインドします。
update(String, Object[], int[]) - クラス org.springframework.jdbc.core のメソッド。JdbcTemplate
update(String, Object, LockMode) - インターフェース org.springframework.orm.hibernate5 のメソッド。HibernateOperations
指定された永続インスタンスを更新して、現在の Hibernate Session に関連付けます。
update(String, Object, LockMode) - クラス org.springframework.orm.hibernate5 のメソッド。HibernateTemplate
update(String, String) - クラス org.springframework.jdbc.object のメソッド。SqlUpdate
2 つの文字列引数を指定して更新を実行する便利なメソッド。
update(String, Map<String, ?>) - インターフェース org.springframework.jdbc.core.namedparam のメソッド。NamedParameterJdbcOperations
準備されたステートメントを介して更新を発行し、指定された引数をバインドします。
update(String, Map<String, ?>) - クラス org.springframework.jdbc.core.namedparam のメソッド。NamedParameterJdbcTemplate
update(String, SqlParameterSource) - インターフェース org.springframework.jdbc.core.namedparam のメソッド。NamedParameterJdbcOperations
準備されたステートメントを介して更新を発行し、指定された引数をバインドします。
update(String, SqlParameterSource) - クラス org.springframework.jdbc.core.namedparam のメソッド。NamedParameterJdbcTemplate
update(String, SqlParameterSource, KeyHolder) - インターフェース org.springframework.jdbc.core.namedparam のメソッド。NamedParameterJdbcOperations
準備されたステートメントを介して更新を発行し、指定された引数をバインドし、生成されたキーを返します。
update(String, SqlParameterSource, KeyHolder) - クラス org.springframework.jdbc.core.namedparam のメソッド。NamedParameterJdbcTemplate
update(String, SqlParameterSource, KeyHolder, String[]) - インターフェース org.springframework.jdbc.core.namedparam のメソッド。NamedParameterJdbcOperations
準備されたステートメントを介して更新を発行し、指定された引数をバインドし、生成されたキーを返します。
update(String, SqlParameterSource, KeyHolder, String[]) - クラス org.springframework.jdbc.core.namedparam のメソッド。NamedParameterJdbcTemplate
update(String, PreparedStatementSetter) - インターフェース org.springframework.jdbc.core のメソッド。JdbcOperations
PreparedStatementSetter を使用して更新ステートメントを発行し、指定された SQL でバインドパラメーターを設定します。
update(String, PreparedStatementSetter) - クラス org.springframework.jdbc.core のメソッド。JdbcTemplate
update(Instant, Instant, Instant) - クラス org.springframework.scheduling.support のメソッド。SimpleTriggerContext
このホルダーの状態を最新の時刻値で更新します。
update(Date, Date, Date) - クラス org.springframework.scheduling.support のメソッド。SimpleTriggerContext
使用すべきではありません。
update(PreparedStatementCreator) - インターフェース org.springframework.jdbc.core のメソッド。JdbcOperations
PreparedStatementCreator を使用して単一の SQL 更新操作(挿入、更新、削除ステートメントなど)を発行し、SQL および必要なパラメーターを提供します。
update(PreparedStatementCreator) - クラス org.springframework.jdbc.core のメソッド。JdbcTemplate
update(PreparedStatementCreator, PreparedStatementSetter) - クラス org.springframework.jdbc.core のメソッド。JdbcTemplate
update(PreparedStatementCreator, KeyHolder) - インターフェース org.springframework.jdbc.core のメソッド。JdbcOperations
PreparedStatementCreator を使用して更新ステートメントを発行し、SQL および必要なパラメーターを提供します。
update(PreparedStatementCreator, KeyHolder) - クラス org.springframework.jdbc.core のメソッド。JdbcTemplate
update(RequestExpectation) - クラス org.springframework.test.web.client のメソッド。AbstractRequestExpectationManager.RequestExpectationGroup
一致した期待値に対してこれを呼び出します。
updateAccessedSessionAttributes() - クラス org.springframework.web.context.request のメソッド。AbstractRequestAttributes
リクエストの処理中にアクセスされたすべてのセッション属性を更新して、潜在的に更新された状態を基礎となるセッションマネージャーに公開します。
updateAccessedSessionAttributes() - クラス org.springframework.web.context.request のメソッド。ServletRequestAttributes
アクセスされたすべてのセッション属性を session.setAttribute 呼び出しで更新し、変更された可能性があることをコンテナーに明示的に示します。
updateAndGetBody(MessageSource, Locale) - Method in interface org.springframework.web.ErrorResponse
指定された MessageSource を介して detailMessageCode および titleMessageCode を解決し、見つかった場合は、それぞれ「詳細」フィールドと「タイトル」フィールドを更新します。
updateByNamedParam(Map<String, ?>) - クラス org.springframework.jdbc.object のメソッド。SqlUpdate
指定された名前付きパラメーターで更新を実行する汎用メソッド。
updateByNamedParam(Map<String, ?>, KeyHolder) - クラス org.springframework.jdbc.object のメソッド。SqlUpdate
引数を指定して更新を実行し、KeyHolder を使用して生成されたキーを取得するメソッド。
updateContentLength - Variable in class org.springframework.web.servlet.view.json.AbstractJackson2View
UpdatedRowsFetchSpec - Interface in org.springframework.r2dbc.core
影響を受ける行数をフェッチするための契約。
updateFlashMaps(List<FlashMap>, HttpServletRequest, HttpServletResponse) - クラス org.springframework.web.servlet.support のメソッド。AbstractFlashMapManager
基になるストレージの FlashMap インスタンスを更新します。
updateFlashMaps(List<FlashMap>, HttpServletRequest, HttpServletResponse) - クラス org.springframework.web.servlet.support のメソッド。SessionFlashMapManager
指定された FlashMap インスタンスを HTTP セッションに保存します。
updateLastAccessTime(WebSession) - クラス org.springframework.web.server.session のメソッド。InMemoryWebSessionStore
updateLastAccessTime(WebSession) - インターフェース org.springframework.web.server.session のメソッド。WebSessionStore
最後にアクセスしたタイムスタンプを「今」に更新します。
updateLastActiveTime() - クラス org.springframework.web.socket.sockjs.transport.session のメソッド。AbstractSockJsSession
セッションが非アクティブになるたびに呼び出されます。
updateModel(NativeWebRequest, ModelAndViewContainer) - クラス org.springframework.web.method.annotation のメソッド。ModelFactory
@SessionAttributes としてリストされているモデル属性をセッションにプロモートします。
updateRow(ResultSet, int, Map<?, ?>) - クラス org.springframework.jdbc.object のメソッド。UpdatableSqlQuery
サブクラスはこのメソッドを実装して、ResultSet の各行を更新し、オプションで結果型のオブジェクトを作成する必要があります。
updateState(Object, Method, Throwable) - クラス org.springframework.test.context.support のメソッド。DefaultTestContext
updateState(Object, Method, Throwable) - インターフェース org.springframework.test.context のメソッド。TestContext
このテストコンテキストを更新して、現在実行中のテストの状態を反映させます。
updateStompCommandAsClientMessage() - クラス org.springframework.messaging.simp.stomp のメソッド。StompHeaderAccessor
updateStompCommandAsServerMessage() - クラス org.springframework.messaging.simp.stomp のメソッド。StompHeaderAccessor
updateTargetUrl(String, Map<String, Object>, HttpServletRequest, HttpServletResponse) - クラス org.springframework.web.servlet.view のメソッド。RedirectView
登録されている RequestDataValueProcessor がある場合は検索して、リダイレクトターゲット URL を更新できるようにします。
upgrade(Class<T>) - クラス org.springframework.mock.web のメソッド。MockHttpServletRequest
upgrade(ServerHttpRequest, ServerHttpResponse, String, List<WebSocketExtension>, Principal, WebSocketHandler, Map<String, Object>) - クラス org.springframework.web.socket.server.jetty のメソッド。JettyRequestUpgradeStrategy
upgrade(ServerHttpRequest, ServerHttpResponse, String, List<WebSocketExtension>, Principal, WebSocketHandler, Map<String, Object>) - インターフェース org.springframework.web.socket.server のメソッド。RequestUpgradeStrategy
ランタイム固有の手順を実行して、アップグレードを完了します。
upgrade(ServerHttpRequest, ServerHttpResponse, String, List<WebSocketExtension>, Principal, WebSocketHandler, Map<String, Object>) - クラス org.springframework.web.socket.server.standard のメソッド。AbstractStandardUpgradeStrategy
upgrade(ServerWebExchange, WebSocketHandler, String, Supplier<HandshakeInfo>) - インターフェース org.springframework.web.reactive.socket.server のメソッド。RequestUpgradeStrategy
WebSocket セッションにアップグレードし、指定されたハンドラーで処理します。
upgrade(ServerWebExchange, WebSocketHandler, String, Supplier<HandshakeInfo>) - クラス org.springframework.web.reactive.socket.server.upgrade のメソッド。JettyRequestUpgradeStrategy
upgrade(ServerWebExchange, WebSocketHandler, String, Supplier<HandshakeInfo>) - クラス org.springframework.web.reactive.socket.server.upgrade のメソッド。ReactorNetty2RequestUpgradeStrategy
upgrade(ServerWebExchange, WebSocketHandler, String, Supplier<HandshakeInfo>) - クラス org.springframework.web.reactive.socket.server.upgrade のメソッド。ReactorNettyRequestUpgradeStrategy
upgrade(ServerWebExchange, WebSocketHandler, String, Supplier<HandshakeInfo>) - クラス org.springframework.web.reactive.socket.server.upgrade のメソッド。StandardWebSocketUpgradeStrategy
upgrade(ServerWebExchange, WebSocketHandler, String, Supplier<HandshakeInfo>) - クラス org.springframework.web.reactive.socket.server.upgrade のメソッド。UndertowRequestUpgradeStrategy
UPGRADE - Static variable in class org.springframework.http.HttpHeaders
HTTP Upgrade ヘッダーフィールド名。
UPGRADE_REQUIRED - Enum constant in enum class org.springframework.http.HttpStatus
426 Upgrade Required.
upgradeHttpToWebSocket(HttpServletRequest, HttpServletResponse, ServerEndpointConfig, Map<String, String>) - クラス org.springframework.web.reactive.socket.server.upgrade のメソッド。StandardWebSocketUpgradeStrategy
upgradeHttpToWebSocket(HttpServletRequest, HttpServletResponse, ServerEndpointConfig, Map<String, String>) - クラス org.springframework.web.reactive.socket.server.upgrade のメソッド。TomcatRequestUpgradeStrategy
upgradeHttpToWebSocket(HttpServletRequest, HttpServletResponse, ServerEndpointConfig, Map<String, String>) - クラス org.springframework.web.socket.server.standard のメソッド。StandardWebSocketUpgradeStrategy
upgradeHttpToWebSocket(HttpServletRequest, HttpServletResponse, ServerEndpointConfig, Map<String, String>) - クラス org.springframework.web.socket.server.standard のメソッド。TomcatRequestUpgradeStrategy
upgradeHttpToWebSocket(HttpServletRequest, HttpServletResponse, ServerEndpointConfig, Map<String, String>) - クラス org.springframework.web.socket.server.standard のメソッド。UndertowRequestUpgradeStrategy
upgradeHttpToWebSocket(HttpServletRequest, HttpServletResponse, ServerEndpointConfig, Map<String, String>) - クラス org.springframework.web.socket.server.standard のメソッド。WebSphereRequestUpgradeStrategy
upgradeInternal(ServerHttpRequest, ServerHttpResponse, String, List<Extension>, Endpoint) - クラス org.springframework.web.socket.server.standard のメソッド。AbstractStandardUpgradeStrategy
upgradeInternal(ServerHttpRequest, ServerHttpResponse, String, List<Extension>, Endpoint) - クラス org.springframework.web.socket.server.standard のメソッド。AbstractTyrusRequestUpgradeStrategy
upgradeInternal(ServerHttpRequest, ServerHttpResponse, String, List<Extension>, Endpoint) - クラス org.springframework.web.socket.server.standard のメソッド。StandardWebSocketUpgradeStrategy
upperFirst(String) - Static method in class org.springframework.cglib.core.TypeUtils
uri() - クラス org.springframework.mock.web.reactive.function.server のメソッド。MockServerRequest
uri() - インターフェース org.springframework.web.reactive.function.server のメソッド。ServerRequest
リクエスト URI を取得します。
uri() - クラス org.springframework.web.reactive.function.server.support のメソッド。ServerRequestWrapper
uri() - インターフェース org.springframework.web.servlet.function のメソッド。ServerRequest
リクエスト URI を取得します。
uri(String, Object...) - インターフェース org.springframework.test.web.reactive.server のメソッド。WebTestClient.UriSpec
URI テンプレートと URI 変数を使用して、リクエストの URI を指定します。
uri(String, Object...) - インターフェース org.springframework.web.reactive.function.client のメソッド。WebClient.UriSpec
URI テンプレートと URI 変数を使用して、リクエストの URI を指定します。
uri(String, Function<UriBuilder, URI>) - インターフェース org.springframework.web.reactive.function.client のメソッド。WebClient.UriSpec
URI テンプレートで始まり、テンプレートから作成された UriBuilder で終わる URI を指定します。
uri(String, Map<String, ?>) - インターフェース org.springframework.test.web.reactive.server のメソッド。WebTestClient.UriSpec
URI テンプレートと URI 変数を使用して、リクエストの URI を指定します。
uri(String, Map<String, ?>) - インターフェース org.springframework.web.reactive.function.client のメソッド。WebClient.UriSpec
URI テンプレートと URI 変数を使用して、リクエストの URI を指定します。
uri(URI) - インターフェース org.springframework.http.server.reactive のメソッド。ServerHttpRequest.Builder
次の条件で使用する URI を設定します。path も設定されている場合、ここで指定された URI のパスが上書きされます。
uri(URI) - インターフェース org.springframework.mock.web.reactive.function.server のメソッド。MockServerRequest.Builder
uri(URI) - インターフェース org.springframework.test.web.reactive.server のメソッド。WebTestClient.UriSpec
完全に構築された絶対 URISE を使用して URI を指定します。
uri(URI) - インターフェース org.springframework.web.reactive.function.client のメソッド。WebClient.UriSpec
完全に構築された絶対 URISE を使用して URI を指定します。
uri(URI) - インターフェース org.springframework.web.reactive.function.server のメソッド。ServerRequest.Builder
リクエストの URI を設定します。
uri(URI) - インターフェース org.springframework.web.servlet.function のメソッド。ServerRequest.Builder
リクエストの URI を設定します。
uri(URI) - クラス org.springframework.web.util のメソッド。UriComponentsBuilder
指定された URI のコンポーネントからこのビルダーのコンポーネントを初期化します。
uri(Function<UriBuilder, URI>) - インターフェース org.springframework.test.web.reactive.server のメソッド。WebTestClient.UriSpec
このクライアント用に構成された UriBuilderFactory を通じて取得した UriBuilder を使用して、リクエストの URI を作成します。
uri(Function<UriBuilder, URI>) - インターフェース org.springframework.web.reactive.function.client のメソッド。WebClient.UriSpec
UriBuilder を使用して URI を指定します。
uri(ClientRequestObservationContext) - クラス org.springframework.http.client.observation のメソッド。DefaultClientRequestObservationConvention
uri(ServerRequestObservationContext) - クラス org.springframework.http.server.observation のメソッド。DefaultServerRequestObservationConvention
uri(ServerRequestObservationContext) - クラス org.springframework.http.server.reactive.observation のメソッド。DefaultServerRequestObservationConvention
uri(ClientRequestObservationContext) - クラス org.springframework.web.reactive.function.client のメソッド。DefaultClientRequestObservationConvention
URI - Enum constant in enum class org.springframework.http.client.observation.ClientHttpObservationDocumentation.LowCardinalityKeyNames
HTTP リクエストに使用される URI テンプレート、または指定されていない場合は "none"。
URI - Enum constant in enum class org.springframework.http.server.observation.ServerHttpObservationDocumentation.LowCardinalityKeyNames
一致するハンドラーの URI パターン (使用可能な場合)。3xx レスポンスの場合は REDIRECTION、404 レスポンスの場合は NOT_FOUND、パス情報のないリクエストの場合は root、その他すべてのリクエストの場合は UNKNOWN にフォールバックします。
URI - Enum constant in enum class org.springframework.http.server.reactive.observation.ServerHttpObservationDocumentation.LowCardinalityKeyNames
一致するハンドラーの URI パターン (使用可能な場合)。3xx レスポンスの場合は REDIRECTION、404 レスポンスの場合は NOT_FOUND、パス情報のないリクエストの場合は root、その他すべてのリクエストの場合は UNKNOWN にフォールバックします。
URI - Enum constant in enum class org.springframework.web.reactive.function.client.ClientHttpObservationDocumentation.LowCardinalityKeyNames
HTTP リクエストに使用される URI テンプレート、または指定されていない場合は "none"。
URI_COMPONENT - Enum constant in enum class org.springframework.web.util.DefaultUriBuilderFactory.EncodingMode
最初に URI 変数を展開してから、結果の URI コンポーネント値をエンコードし、非 ASCII 文字および無効な(指定された URI コンポーネント型内の)文字のみを置き換えますが、予約された意味を持つ文字は置き換えません。
URI_TEMPLATE_VARIABLES_ATTRIBUTE - Static variable in class org.springframework.web.reactive.function.server.RouterFunctions
URI テンプレートマップを含む ServerWebExchange 属性の名前。変数名を値にマッピングします。
URI_TEMPLATE_VARIABLES_ATTRIBUTE - Static variable in interface org.springframework.web.reactive.HandlerMapping
URI テンプレートを含む attribute の名前は、マッピング変数名を値にマップします。
URI_TEMPLATE_VARIABLES_ATTRIBUTE - Static variable in class org.springframework.web.servlet.function.RouterFunctions
変数名を値にマッピングする、URI テンプレートマップを含むリクエスト属性の名前。
URI_TEMPLATE_VARIABLES_ATTRIBUTE - Static variable in interface org.springframework.web.servlet.HandlerMapping
URI テンプレートマップを含む HttpServletRequestEE 属性の名前。変数名を値にマッピングします。
URI_TOO_LONG - Enum constant in enum class org.springframework.http.HttpStatus
414 URI Too Long.
uriBuilder() - クラス org.springframework.mock.web.reactive.function.server のメソッド。MockServerRequest
uriBuilder() - インターフェース org.springframework.web.reactive.function.server のメソッド。ServerRequest
この ServerRequest に関連付けられた URI から UriBuilderComponents を取得します。
uriBuilder() - クラス org.springframework.web.reactive.function.server.support のメソッド。ServerRequestWrapper
uriBuilder() - インターフェース org.springframework.web.servlet.function のメソッド。ServerRequest
この ServerRequest に関連付けられた URI から UriBuilderComponents を取得します。
UriBuilder - Interface in org.springframework.web.util
変数を使用して URI テンプレートを準備および展開するビルダースタイルのメソッド。
uriBuilderFactory(UriBuilderFactory) - インターフェース org.springframework.test.web.reactive.server のメソッド。WebTestClient.Builder
WebTestClient.Builder.baseUrl(String) の代替として、また事実上オーバーライドするために、事前に構成された UriBuilderFactory インスタンスを提供します。
uriBuilderFactory(UriBuilderFactory) - インターフェース org.springframework.web.reactive.function.client のメソッド。WebClient.Builder
事前構成済みの UriBuilderFactory インスタンスを提供します。
UriBuilderFactory - Interface in org.springframework.web.util
ファクトリを介して作成されたすべての URI ビルダーインスタンスにわたって、ベース URI、エンコードモード戦略などの共有構成で UriBuilder インスタンスを作成するファクトリ。
uriComponents(UriComponents) - クラス org.springframework.web.util のメソッド。UriComponentsBuilder
指定された UriComponents インスタンスの値から、このビルダーの個々の URI コンポーネントを設定または追加します。
UriComponents - org.springframework.web.util のクラス
コンポーネント型を文字列値にマッピングする、URI コンポーネントの不変のコレクションを表します。
UriComponents(String, String) - クラス org.springframework.web.util. UriComponents のコンストラクター
UriComponents.UriTemplateVariables - org.springframework.web.util のインターフェース
URI テンプレート変数の契約を定義します。
UriComponentsBuilder - org.springframework.web.util のクラス
UriComponents のビルダー。
UriComponentsBuilder() - クラス org.springframework.web.util. UriComponentsBuilder のコンストラクター
デフォルトコンストラクター。
UriComponentsBuilder(UriComponentsBuilder) - クラス org.springframework.web.util. UriComponentsBuilder のコンストラクター
指定された UriComponentsBuilder のディープコピーを作成します。
UriComponentsBuilderMethodArgumentResolver - org.springframework.web.servlet.mvc.method.annotation のクラス
UriComponentsBuilder のリゾルバー引数値。
UriComponentsBuilderMethodArgumentResolver() - クラス org.springframework.web.servlet.mvc.method.annotation. UriComponentsBuilderMethodArgumentResolver のコンストラクター
UriComponentsContributor - Interface in org.springframework.web.method.support
メソッドパラメーターと引数値を調べ、ターゲット URL のどの部分を更新するかを決定することにより、UriComponents の構築に貢献するための戦略。
uriDecode(String, Charset) - Static method in class org.springframework.util.StringUtils
指定されたエンコードされた URI コンポーネント値をデコードします。
URIEditor - Class in org.springframework.beans.propertyeditors
java.net.URI のエディター。ブリッジとして String プロパティを使用する代わりに、URI プロパティを直接入力します。
URIEditor() - Constructor for class org.springframework.beans.propertyeditors.URIEditor
新しいエンコーディング URIEditor を作成し、"classpath:" の場所を標準 URI に変換します(物理リソースに解決しようとはしません)。
URIEditor(boolean) - Constructor for class org.springframework.beans.propertyeditors.URIEditor
新しい URIEditor を作成し、"classpath:" の場所を標準の URI に変換します(物理リソースに解決しようとはしません)。
URIEditor(ClassLoader) - Constructor for class org.springframework.beans.propertyeditors.URIEditor
指定された ClassLoader を使用して "classpath:" の場所を物理リソース URL に解決する新しい URIEditor を作成します。
URIEditor(ClassLoader, boolean) - Constructor for class org.springframework.beans.propertyeditors.URIEditor
指定された ClassLoader を使用して "classpath:" の場所を物理リソース URL に解決する新しい URIEditor を作成します。
uriString(String) - クラス org.springframework.web.util のメソッド。DefaultUriBuilderFactory
uriString(String) - インターフェース org.springframework.web.util のメソッド。UriBuilderFactory
指定された URI テンプレートでビルダーを初期化します。
UriTemplate - org.springframework.web.util のクラス
UriTemplate.expand(Map)UriTemplate.expand(Object[]) を介して URI 変数で展開したり、UriTemplate.match(String) を介して URL と照合したりできる URI テンプレートの表現。
UriTemplate(String) - クラス org.springframework.web.util. UriTemplate のコンストラクター
指定された URI 文字列で新しい UriTemplate を構築します。
UriTemplateHandler - Interface in org.springframework.web.util
変数を使用して URI テンプレートを拡張するためのメソッドを定義します。
UriUtils - org.springframework.web.util のクラス
RFC 3986 に基づく URI エンコードおよびデコードのユーティリティメソッド。
UriUtils() - クラス org.springframework.web.util. UriUtils のコンストラクター
uriVariables(Map<String, Object>) - クラス org.springframework.web.util のメソッド。UriComponentsBuilder
ビルド時に展開される URI 変数を構成します。
url() - インターフェース org.springframework.web.reactive.function.client のメソッド。ClientRequest
リクエスト URI を返します。
url() - Element in annotation interface org.springframework.web.service.annotation.DeleteExchange
HttpExchange.url() のエイリアス。
url() - Element in annotation interface org.springframework.web.service.annotation.GetExchange
HttpExchange.url() のエイリアス。
url() - Element in annotation interface org.springframework.web.service.annotation.HttpExchange
リクエストの URL。型レベルの @HttpExchange で宣言された URL に相対する完全な URL またはパスのみ、および / またはグローバルに構成されたベース URL。
url() - Element in annotation interface org.springframework.web.service.annotation.PatchExchange
HttpExchange.url() のエイリアス。
url() - Element in annotation interface org.springframework.web.service.annotation.PostExchange
HttpExchange.url() のエイリアス。
url() - Element in annotation interface org.springframework.web.service.annotation.PutExchange
HttpExchange.url() のエイリアス。
url(URI) - インターフェース org.springframework.web.reactive.function.client のメソッド。ClientRequest.Builder
リクエストの URL を設定します。
URL_PROTOCOL_FILE - Static variable in class org.springframework.util.ResourceUtils
ファイルシステム内のファイルの URL プロトコル: "file"。
URL_PROTOCOL_JAR - Static variable in class org.springframework.util.ResourceUtils
jar ファイルからのエントリの URL プロトコル: "jar"。
URL_PROTOCOL_VFS - Static variable in class org.springframework.util.ResourceUtils
一般的な JBoss VFS リソースの URL プロトコル: "vfs"。
URL_PROTOCOL_VFSFILE - Static variable in class org.springframework.util.ResourceUtils
JBoss ファイルシステムリソースの URL プロトコル: "vfsfile"。
URL_PROTOCOL_VFSZIP - Static variable in class org.springframework.util.ResourceUtils
JBoss jar ファイルからのエントリの URL プロトコル: "vfszip"。
URL_PROTOCOL_WAR - Static variable in class org.springframework.util.ResourceUtils
war ファイルからのエントリの URL プロトコル: "war"。
URL_PROTOCOL_WSJAR - Static variable in class org.springframework.util.ResourceUtils
WebSphere jar ファイルからのエントリの URL プロトコル: "wsjar"。
URL_PROTOCOL_ZIP - Static variable in class org.springframework.util.ResourceUtils
zip ファイルからのエントリの URL プロトコル: "zip"。
UrlArgumentResolver - org.springframework.web.service.invoker のクラス
URISE 引数からのリクエストの URL を解決する HttpServiceArgumentResolver
UrlArgumentResolver() - クラス org.springframework.web.service.invoker. UrlArgumentResolver のコンストラクター
UrlBasedCorsConfigurationSource - org.springframework.web.cors.reactive のクラス
URL パターンを使用してリクエストの CorsConfiguration を選択する CorsConfigurationSource
UrlBasedCorsConfigurationSource - org.springframework.web.cors のクラス
URL パスパターンを使用してリクエストの CorsConfiguration を選択する CorsConfigurationSource
UrlBasedCorsConfigurationSource() - クラス org.springframework.web.cors.reactive. UrlBasedCorsConfigurationSource のコンストラクター
デフォルトの PathPatternParser で新しい UrlBasedCorsConfigurationSource インスタンスを構築します。
UrlBasedCorsConfigurationSource() - クラス org.springframework.web.cors. UrlBasedCorsConfigurationSource のコンストラクター
PathPatternParser.defaultInstance を使用したデフォルトのコンストラクター。
UrlBasedCorsConfigurationSource(PathPatternParser) - クラス org.springframework.web.cors.reactive. UrlBasedCorsConfigurationSource のコンストラクター
指定された PathPatternParser から新しい UrlBasedCorsConfigurationSource インスタンスを構築します。
UrlBasedCorsConfigurationSource(PathPatternParser) - クラス org.springframework.web.cors. UrlBasedCorsConfigurationSource のコンストラクター
パターンを解析する PathPatternParser を持つコンストラクター。
UrlBasedViewResolver - org.springframework.web.reactive.result.view のクラス
明示的なマッピング定義なしでシンボリックビュー名を URL に直接解決できる ViewResolver
UrlBasedViewResolver - org.springframework.web.servlet.view のクラス
ViewResolver インターフェースのシンプルな実装により、明示的なマッピング定義なしで、シンボリックビュー名を URL に直接解決できます。
UrlBasedViewResolver() - クラス org.springframework.web.reactive.result.view. UrlBasedViewResolver のコンストラクター
UrlBasedViewResolver() - クラス org.springframework.web.servlet.view. UrlBasedViewResolver のコンストラクター
UrlBasedViewResolverRegistration - org.springframework.web.reactive.config のクラス
UrlBasedViewResolver のプロパティの構成を支援します。
UrlBasedViewResolverRegistration - org.springframework.web.servlet.config.annotation のクラス
UrlBasedViewResolver の構成を支援します。
UrlBasedViewResolverRegistration(UrlBasedViewResolver) - クラス org.springframework.web.reactive.config. UrlBasedViewResolverRegistration のコンストラクター
UrlBasedViewResolverRegistration(UrlBasedViewResolver) - クラス org.springframework.web.servlet.config.annotation. UrlBasedViewResolverRegistration のコンストラクター
URLEditor - Class in org.springframework.beans.propertyeditors
java.net.URL のエディター。String プロパティをブリッジとして使用する代わりに、URL プロパティを直接入力します。
URLEditor() - Constructor for class org.springframework.beans.propertyeditors.URLEditor
下にあるデフォルトの ResourceEditor を使用して、新しい URLEditor を作成します。
URLEditor(ResourceEditor) - Constructor for class org.springframework.beans.propertyeditors.URLEditor
下にある ResourceEditor を使用して、新しい URLEditor を作成します。
urlEncode(String, String) - クラス org.springframework.web.servlet.view のメソッド。RedirectView
指定されたエンコードスキームを使用して、指定された入力文字列を URL エンコードします。
UrlFilenameViewController - org.springframework.web.servlet.mvc のクラス
URL の仮想パスをビュー名に変換してそのビューを返す単純な Controller 実装。
UrlFilenameViewController() - クラス org.springframework.web.servlet.mvc. UrlFilenameViewController のコンストラクター
UrlPathHelper - org.springframework.web.util のクラス
URL パスマッチングのヘルパークラス。
UrlPathHelper() - クラス org.springframework.web.util. UrlPathHelper のコンストラクター
UrlRegexRequestMatcher - org.springframework.test.web.servlet.htmlunit のクラス
正規表現を使用して WebRequest#getUrl().toExternalForm() でのマッチングを可能にする WebRequestMatcher
UrlRegexRequestMatcher(String) - クラス org.springframework.test.web.servlet.htmlunit. UrlRegexRequestMatcher のコンストラクター
UrlRegexRequestMatcher(Pattern) - クラス org.springframework.test.web.servlet.htmlunit. UrlRegexRequestMatcher のコンストラクター
UrlResource - org.springframework.core.io のクラス
java.net.URL ロケーター用の Resource 実装。
UrlResource(String) - クラス org.springframework.core.io. UrlResource のコンストラクター
URL パスに基づいて新しい UrlResource を作成します。
UrlResource(String, String) - クラス org.springframework.core.io. UrlResource のコンストラクター
URI 仕様に基づいて新しい UrlResource を作成します。
UrlResource(String, String, String) - クラス org.springframework.core.io. UrlResource のコンストラクター
URI 仕様に基づいて新しい UrlResource を作成します。
UrlResource(URI) - クラス org.springframework.core.io. UrlResource のコンストラクター
指定された URI オブジェクトに基づいて新しい UrlResource を作成します。
UrlResource(URL) - クラス org.springframework.core.io. UrlResource のコンストラクター
指定された URL オブジェクトに基づいて新しい UrlResource を作成します。
UrlTag - org.springframework.web.servlet.tags のクラス
<url> タグは URL を作成します。
UrlTag() - クラス org.springframework.web.servlet.tags. UrlTag のコンストラクター
USE_PROXY - Enum constant in enum class org.springframework.http.HttpStatus
使用すべきではありません。
プロキシの帯域内設定に関するセキュリティ上の関心事のため
useCachesIfNecessary(URLConnection) - Static method in class org.springframework.util.ResourceUtils
指定された接続に "useCaches"SE フラグを設定します。false を優先しますが、JNLP ベースのリソースの場合はフラグを true のままにします。
useCachingConfigurer(AbstractCachingConfiguration.CachingConfigurerSupplier) - クラス org.springframework.cache.annotation のメソッド。AbstractCachingConfiguration
指定された CachingConfigurer から構成を抽出します。
useCachingConfigurer(AbstractCachingConfiguration.CachingConfigurerSupplier) - Method in class org.springframework.cache.jcache.config.AbstractJCacheConfiguration
useConfigValueEditors() - Method in class org.springframework.beans.PropertyEditorRegistrySupport
StringArrayPropertyEditor など、構成のみを目的とした構成値エディターをアクティブにします。
useDefaultFilters() - Element in annotation interface org.springframework.context.annotation.ComponentScan
@Component@Repository@Service または @Controller アノテーションが付けられたクラスの自動検出を有効にする必要があるかどうかを示します。
useGeneratedArtifacts() - Static method in class org.springframework.aot.AotDetector
実行時に AOT の最適化を考慮する必要があるかどうかを判断します。
useInclude(HttpServletRequest, HttpServletResponse) - クラス org.springframework.web.servlet.mvc のメソッド。ServletForwardingController
RequestDispatcher の include または forward メソッドのどちらを使用するかを決定します。
useInclude(HttpServletRequest, HttpServletResponse) - クラス org.springframework.web.servlet.view のメソッド。InternalResourceView
RequestDispatcher の include または forward メソッドのどちらを使用するかを決定します。
useInParameterNames(String...) - クラス org.springframework.jdbc.core.simple のメソッド。SimpleJdbcCall
useInParameterNames(String...) - インターフェース org.springframework.jdbc.core.simple のメソッド。SimpleJdbcCallOperations
まだ使用されていません。
useJaf(boolean) - クラス org.springframework.web.servlet.config.annotation のメソッド。ContentNegotiationConfigurer
使用すべきではありません。
5.0 以降、逆の動作をする ContentNegotiationConfigurer.useRegisteredExtensionsOnly(boolean) を推奨
useMockMvc(WebRequestMatcher...) - クラス org.springframework.test.web.servlet.htmlunit のメソッド。MockMvcWebConnectionBuilderSupport
追加の WebRequestMatcher インスタンスを追加して、そのようなマッチャーが Web リクエストと一致する場合に MockMvc を使用してリクエストを処理するようにします。
useMockMvcForHosts(String...) - クラス org.springframework.test.web.servlet.htmlunit のメソッド。MockMvcWebConnectionBuilderSupport
指定されたホストが一致する場合に true を返す WebRequestMatcher インスタンスを追加します。— たとえば、"example.com" または "example.com:8080" です。
USER_AGENT - Static variable in class org.springframework.http.HttpHeaders
HTTP User-Agent ヘッダーフィールド名。
USER_DECLARED_METHODS - Static variable in class org.springframework.util.ReflectionUtils
java.lang.Object で宣言されていないすべての非ブリッジ非合成メソッドに一致するビルド済みの ReflectionUtils.MethodFilter
USER_HEADER - Static variable in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
UserCredentialsConnectionFactoryAdapter - org.springframework.jms.connection のクラス
ターゲット JMS ConnectionFactoryEE のアダプター。指定されたユーザー資格情報をすべての標準 createConnection() 呼び出しに適用します。つまり、ターゲットで暗黙的に createConnection(username, password) を呼び出します。
UserCredentialsConnectionFactoryAdapter() - クラス org.springframework.jms.connection. UserCredentialsConnectionFactoryAdapter のコンストラクター
UserCredentialsDataSourceAdapter - org.springframework.jdbc.datasource のクラス
ターゲット JDBC DataSourceSE のアダプター。指定されたユーザー資格情報をすべての標準 getConnection() 呼び出しに適用し、ターゲット上で暗黙的に getConnection(username, password) を呼び出します。
UserCredentialsDataSourceAdapter() - クラス org.springframework.jdbc.datasource. UserCredentialsDataSourceAdapter のコンストラクター
userDestinationMessageHandler(AbstractSubscribableChannel, AbstractSubscribableChannel, AbstractSubscribableChannel, UserDestinationResolver) - クラス org.springframework.messaging.simp.config のメソッド。AbstractMessageBrokerConfiguration
UserDestinationMessageHandler - org.springframework.messaging.simp.user のクラス
「ユーザー」宛先をサポートする MessageHandler
UserDestinationMessageHandler(SubscribableChannel, SubscribableChannel, UserDestinationResolver) - クラス org.springframework.messaging.simp.user. UserDestinationMessageHandler のコンストラクター
指定されたクライアントとブローカーチャネルをサブスクライブしてインスタンスを作成し、それぞれからのメッセージを処理して、解決されたメッセージをブローカーチャネルに送信します。
userDestinationResolver(SimpUserRegistry, AbstractSubscribableChannel, AbstractSubscribableChannel) - クラス org.springframework.messaging.simp.config のメソッド。AbstractMessageBrokerConfiguration
UserDestinationResolver - Interface in org.springframework.messaging.simp.user
アクティブなユーザーセッションごとに 1 つ以上の実際の宛先に変換することにより、「ユーザー」宛先を解決するための戦略。
UserDestinationResult - org.springframework.messaging.simp.user のクラス
ソースメッセージから「ユーザー」宛先を解析し、それをターゲット宛先に変換した結果が含まれます(アクティブなユーザーセッションごとに 1 つ)。
UserDestinationResult(String, Set<String>, String, String) - クラス org.springframework.messaging.simp.user. UserDestinationResult のコンストラクター
useRegisteredExtensionsOnly(boolean) - クラス org.springframework.web.servlet.config.annotation のメソッド。ContentNegotiationConfigurer
favorPathExtension が設定されている場合、このプロパティは、登録された MediaType マッピングのみを使用して特定の MediaType へのパス拡張を解決するかどうかを決定します。
useRegisteredSuffixPatternMatch() - クラス org.springframework.web.servlet.mvc.method.annotation のメソッド。RequestMappingHandlerMapping
使用すべきではありません。
5.2.4 以降。RequestMappingHandlerMapping.setUseRegisteredSuffixPatternMatch(boolean) の非推奨通知を参照してください。
useRegisteredSuffixPatternMatch() - クラス org.springframework.web.servlet.mvc.method のメソッド。RequestMappingInfo.BuilderConfiguration
使用すべきではありません。
5.2.4 現在。パス拡張設定オプションの非推奨については、RequestMappingHandlerMapping のクラスレベルの注意を参照してください。
userInfo(String) - インターフェース org.springframework.web.util のメソッド。UriBuilder
URI テンプレート変数を含む URI ユーザー情報を設定します。このビルダーのユーザー情報をクリアするには、null にすることもできます。
userInfo(String) - クラス org.springframework.web.util のメソッド。UriComponentsBuilder
userRegistry(AbstractSubscribableChannel, AbstractSubscribableChannel) - クラス org.springframework.messaging.simp.config のメソッド。AbstractMessageBrokerConfiguration
userRegistryMessageHandler(AbstractSubscribableChannel, AbstractSubscribableChannel, SimpUserRegistry, SimpMessagingTemplate, TaskScheduler) - クラス org.springframework.messaging.simp.config のメソッド。AbstractMessageBrokerConfiguration
UserRegistryMessageHandler - org.springframework.messaging.simp.user のクラス
他のアプリケーションサーバーからのユーザーレジストリブロードキャストを処理し、ローカルユーザーレジストリのコンテンツを定期的にブロードキャストする MessageHandler
UserRegistryMessageHandler(MultiServerUserRegistry, SimpMessagingTemplate, String, TaskScheduler) - クラス org.springframework.messaging.simp.user. UserRegistryMessageHandler のコンストラクター
コンストラクター。
UserRoleAuthorizationInterceptor - org.springframework.web.servlet.handler のクラス
HttpServletRequest の isUserInRole メソッドによって評価される、ユーザーのロールを介して現在のユーザーの認可をチェックするインターセプター。
UserRoleAuthorizationInterceptor() - クラス org.springframework.web.servlet.handler. UserRoleAuthorizationInterceptor のコンストラクター
UserTransactionAdapter - org.springframework.transaction.jta のクラス
JTA UserTransaction ハンドル用のアダプター。JTA TransactionManagerEE 参照を取得し、JTA UserTransactionEE ハンドルを作成します。
UserTransactionAdapter(TransactionManager) - クラス org.springframework.transaction.jta. UserTransactionAdapter のコンストラクター
指定された TransactionManager の新しい UserTransactionAdapter を作成します。
useSavepointForNestedTransaction() - クラス org.springframework.transaction.jta のメソッド。JtaTransactionManager
この実装は false を返し、既存のトランザクションにもかかわらず、doBegin をさらに呼び出します。
useSavepointForNestedTransaction() - クラス org.springframework.transaction.support のメソッド。AbstractPlatformTransactionManager
ネストされたトランザクションにセーブポイントを使用するかどうかを返します。
usesPathPatterns() - クラス org.springframework.web.servlet.handler のメソッド。AbstractHandlerMapping
この HandlerMapping が解析された PathPattern を使用するために enabled であった場合、"true" を返します。
usesPathPatterns() - インターフェース org.springframework.web.servlet のメソッド。HandlerMapping
この HandlerMapping インスタンスが解析済み PathPattern の使用を有効にしているかどうか。この場合、DispatcherServlet は自動的に RequestPath を parses して、HandlerMappingHandlerInterceptor、その他のコンポーネントの access で使用できるようにします。
useSuffixPatternMatch() - クラス org.springframework.web.servlet.mvc.method.annotation のメソッド。RequestMappingHandlerMapping
使用すべきではありません。
5.2.4 以降。RequestMappingHandlerMapping.setUseSuffixPatternMatch(boolean) の非推奨通知を参照してください。
useSuffixPatternMatch() - クラス org.springframework.web.servlet.mvc.method のメソッド。RequestMappingInfo.BuilderConfiguration
使用すべきではありません。
5.2.4 以降。RequestMappingHandlerMapping.setUseSuffixPatternMatch(boolean) の非推奨の注記を参照してください。
useTrailingSlashMatch() - クラス org.springframework.web.servlet.handler のメソッド。AbstractUrlHandlerMapping
末尾のスラッシュの有無に関係なく、URL に一致するかどうか。
useTrailingSlashMatch() - クラス org.springframework.web.servlet.mvc.method.annotation のメソッド。RequestMappingHandlerMapping
末尾のスラッシュの有無に関係なく、URL に一致するかどうか。
useTrailingSlashMatch() - クラス org.springframework.web.servlet.mvc.method のメソッド。RequestMappingInfo.BuilderConfiguration
使用すべきではありません。
useTrailingSlashPatternMatch(boolean) - インターフェース org.springframework.test.web.servlet.client のメソッド。MockMvcWebTestClient.ControllerSpec
使用すべきではありません。
USHR - Static variable in class org.springframework.cglib.core.CodeEmitter
using(Method, ThrowingSupplier<T>) - Static method in interface org.springframework.beans.factory.support.InstanceSupplier
ThrowingSupplier から InstanceSupplier を作成するファクトリメソッド。
using(ThrowingSupplier<T>) - Static method in interface org.springframework.beans.factory.support.InstanceSupplier
ThrowingSupplier から InstanceSupplier を作成するファクトリメソッド。
usingColumns(String...) - クラス org.springframework.jdbc.core.simple のメソッド。SimpleJdbcInsert
usingColumns(String...) - インターフェース org.springframework.jdbc.core.simple のメソッド。SimpleJdbcInsertOperations
insert ステートメントの使用を制限する列名を指定します。
usingContext() - クラス org.springframework.validation.beanvalidation のメソッド。LocalValidatorFactoryBean
usingGeneratedKeyColumns(String...) - クラス org.springframework.jdbc.core.simple のメソッド。SimpleJdbcInsert
usingGeneratedKeyColumns(String...) - インターフェース org.springframework.jdbc.core.simple のメソッド。SimpleJdbcInsertOperations
自動生成キーを持つ列の名前を指定します。
UtilNamespaceHandler - org.springframework.beans.factory.xml のクラス
util 名前空間の NamespaceHandler
UtilNamespaceHandler() - クラス org.springframework.beans.factory.xml. UtilNamespaceHandler のコンストラクター
UUIDEditor - Class in org.springframework.beans.propertyeditors
java.util.UUID のエディター。UUID 文字列表現を UUID オブジェクトに変換したり戻したりします。
UUIDEditor() - Constructor for class org.springframework.beans.propertyeditors.UUIDEditor
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
すべてのクラスとインターフェース | すべてのパッケージ | 定数フィールド値 | 直列化された形式