インデックス
すべてのクラスとインターフェース | すべてのパッケージ | 定数フィールド値 | 連載形式
E
- EARLY_HINTS - Enum constant in enum class org.springframework.http.HttpStatus
103 Early Hints.- EclipseLinkJpaDialect - org.springframework.orm.jpa.vendor のクラス
- Eclipse Persistence Services(EclipseLink)の
JpaDialect実装。 - EclipseLinkJpaDialect() - クラス org.springframework.orm.jpa.vendor. EclipseLinkJpaDialect のコンストラクター
- EclipseLinkJpaVendorAdapter - org.springframework.orm.jpa.vendor のクラス
- Eclipse Persistence Services(EclipseLink)の
JpaVendorAdapter実装。 - EclipseLinkJpaVendorAdapter() - クラス org.springframework.orm.jpa.vendor. EclipseLinkJpaVendorAdapter のコンストラクター
- Eclipse ユーザー - Section in class org.springframework.test.web.client.match.MockRestRequestMatchers
- Eclipse ユーザー - Section in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
- Eclipse ユーザー - Section in class org.springframework.test.web.servlet.result.MockMvcResultHandlers
- Eclipse ユーザー - Section in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
- Eclipse ユーザー - Section in class org.springframework.test.web.servlet.setup.MockMvcBuilders
- EditorAwareTag - Interface in org.springframework.web.servlet.tags
- 現在バインドされているプロパティの PropertyEditor を公開する JSP タグによって実装されるインターフェース。
- Ejb3TransactionAnnotationParser - org.springframework.transaction.annotation のクラス
- EJB3 の
TransactionAttributeアノテーションを解析するための戦略実装。 - Ejb3TransactionAnnotationParser() - クラス org.springframework.transaction.annotation のコンストラクター。Ejb3TransactionAnnotationParser
- ElementInstantiationException(String) - Constructor for exception class org.springframework.util.AutoPopulatingList.ElementInstantiationException
- ElementInstantiationException(String, Throwable) - Constructor for exception class org.springframework.util.AutoPopulatingList.ElementInstantiationException
- elements() - インターフェース org.springframework.http.server のメソッド。PathContainer
- 含まれているパス要素、
PathContainer.SeparatorまたはPathContainer.PathSegmentのいずれか。 - elementTypeDescriptor(Object) - クラス org.springframework.core.convert のメソッド。TypeDescriptor
- この型が
CollectionSE または配列の場合、提供されたコレクションまたは配列要素から要素 TypeDescriptor を作成します。 - Elvis - Class in org.springframework.expression.spel.ast
- エルヴィス演算子
?を表します。 - Elvis(int, int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.Elvis
- EmbeddedDatabase - Interface in org.springframework.jdbc.datasource.embedded
EmbeddedDatabaseは、組み込みデータベースインスタンスへのハンドルとして機能します。- EmbeddedDatabaseBuilder - Class in org.springframework.jdbc.datasource.embedded
- 組み込みデータベースを構築するための便利な API を提供するビルダー。
- EmbeddedDatabaseBuilder() - クラス org.springframework.jdbc.datasource.embedded. EmbeddedDatabaseBuilder のコンストラクター
DefaultResourceLoaderを使用して新しい組み込みデータベースビルダーを作成します。- EmbeddedDatabaseBuilder(ResourceLoader) - クラス org.springframework.jdbc.datasource.embedded. EmbeddedDatabaseBuilder のコンストラクター
- 指定された
ResourceLoaderで新しい組み込みデータベースビルダーを作成します。 - EmbeddedDatabaseConfigurer - Interface in org.springframework.jdbc.datasource.embedded
EmbeddedDatabaseConfigurerは、HSQL、H2、Derby などの特定の型の組み込みデータベースを作成、接続、シャットダウンするために必要な構成をカプセル化します。- EmbeddedDatabaseConfigurerDelegate - Class in org.springframework.jdbc.datasource.embedded
- 埋め込みデータベースをカスタマイズするために使用できる
EmbeddedDatabaseConfigurerデリゲート。 - EmbeddedDatabaseConfigurerDelegate(EmbeddedDatabaseConfigurer) - クラス org.springframework.jdbc.datasource.embedded. EmbeddedDatabaseConfigurerDelegate のコンストラクター
- EmbeddedDatabaseConfigurers - Class in org.springframework.jdbc.datasource.embedded
- よく知られている組み込みデータベースの種類を
EmbeddedDatabaseConfigurer戦略にマップします。 - EmbeddedDatabaseConfigurers() - クラス org.springframework.jdbc.datasource.embedded. EmbeddedDatabaseConfigurers のコンストラクター
- EmbeddedDatabaseFactory - Class in org.springframework.jdbc.datasource.embedded
EmbeddedDatabaseインスタンスを作成するためのファクトリ。- EmbeddedDatabaseFactory() - クラス org.springframework.jdbc.datasource.embedded. EmbeddedDatabaseFactory のコンストラクター
- EmbeddedDatabaseFactoryBean - Class in org.springframework.jdbc.datasource.embedded
- Spring Bean として登録するための
FactoryBeanを実装するEmbeddedDatabaseFactoryのサブクラス。 - EmbeddedDatabaseFactoryBean() - クラス org.springframework.jdbc.datasource.embedded. EmbeddedDatabaseFactoryBean のコンストラクター
- EmbeddedDatabaseType - Enum Class in org.springframework.jdbc.datasource.embedded
- サポートされている組み込みデータベース型。
- EmbeddedValueResolutionSupport - org.springframework.context.support のクラス
- 組み込みの値解決が必要なコンポーネントの便利な基本クラス(つまり
- EmbeddedValueResolutionSupport() - クラス org.springframework.context.support. EmbeddedValueResolutionSupport のコンストラクター
- embeddedValueResolver(StringValueResolver) - クラス org.springframework.messaging.rsocket.service のメソッド。RSocketServiceProxyFactory.Builder
RSocketExchange.value()に埋め込まれたプレースホルダーと式を解決するために使用するStringValueResolverを設定します。- embeddedValueResolver(StringValueResolver) - クラス org.springframework.web.service.invoker のメソッド。HttpServiceProxyFactory.Builder
HttpExchange.url()に埋め込まれたプレースホルダーと式を解決するために使用するStringValueResolverを設定します。- EmbeddedValueResolver - org.springframework.beans.factory.config のクラス
ConfigurableBeanFactoryに対するプレースホルダーと式を解決するためのStringValueResolverアダプター。- EmbeddedValueResolver(ConfigurableBeanFactory) - クラス org.springframework.beans.factory.config. EmbeddedValueResolver のコンストラクター
- EmbeddedValueResolverAware - org.springframework.context のインターフェース
- 組み込み定義値の解決のための
StringValueResolverの通知を希望するオブジェクトによって実装されるインターフェース。 - EmitUtils - org.springframework.cglib.core のクラス
- EmitUtils.ArrayDelimiters - org.springframework.cglib.core のクラス
- empty() - Static method in class org.springframework.http.CacheControl
- 空のディレクティブを返します。
- empty() - Static method in class org.springframework.http.ContentDisposition
- 空のコンテンツ処理を返します。
- empty() - Static method in class org.springframework.r2dbc.core.binding.Bindings
- 空の
Bindingsオブジェクトを返します。 - empty() - Static method in class org.springframework.web.reactive.function.BodyInserters
- 書かないインサーター。
- empty() - Static method in interface org.springframework.web.reactive.function.client.ExchangeStrategies
- 開始するには、構成が空のビルダーを返します。
- empty() - Static method in interface org.springframework.web.reactive.function.server.HandlerStrategies
HandlerStrategiesの変更可能な空のビルダーを返します。- empty(Class) - Static method in class org.springframework.r2dbc.core.Parameter
- 使用すべきではありません。
type用の新しい空のParameterを作成します。 - EMPTY - Static variable in class org.springframework.beans.factory.annotation.InjectionMetadata
- 何もしないコールバックを持つ空の
InjectionMetadataインスタンス。 - EMPTY - Static variable in class org.springframework.cache.interceptor.SimpleKey
- 空のキー。
- EMPTY - Static variable in class org.springframework.http.HttpEntity
- EMPTY - Static variable in class org.springframework.http.HttpHeaders
- 空の
HttpHeadersインスタンス(不変)。 - EMPTY - Static variable in class org.springframework.jmx.export.metadata.ManagedAttribute
- 空の属性。
- EMPTY - Static variable in class org.springframework.web.accept.ApiVersionHolder
- API バージョンのないリクエストの静的インスタンス。
- EMPTY_ADVICE - Static variable in interface org.springframework.aop.Advisor
- 適切なアドバイスがまだ構成されていない場合に、
Advisor.getAdvice()から返される空のAdviceの共通プレースホルダー。 - EMPTY_BYTES - Static variable in class org.springframework.http.codec.KotlinSerializationStringEncoder
- EMPTY_CLASS_ARRAY - Static variable in interface org.springframework.cglib.core.Constants
- EMPTY_CONDITION - Static variable in class org.springframework.messaging.rsocket.annotation.support.RSocketFrameTypeMessageCondition
- どの RSocket フレームにも一致しない空の条件 (たとえば、型レベルのマッピングの場合)。
- EMPTY_FILTER - Static variable in interface org.springframework.r2dbc.core.StatementFilterFunction
ExecuteFunctionに委譲する空のStatementFilterFunction。- EMPTY_PAYLOAD - Static variable in class org.springframework.messaging.simp.stomp.DefaultStompSession
- 空のペイロード。
- EMPTY_TARGET_SOURCE - Static variable in class org.springframework.aop.framework.AdvisedSupport
- ターゲットが存在せず、動作がアドバイザによって提供される場合の正規の TargetSource。
- emptyInput() - Static method in class org.springframework.util.StreamUtils
- 使用すべきではありません。
- EmptyReaderEventListener - org.springframework.beans.factory.parsing のクラス
ReaderEventListenerインターフェースの空の実装。すべてのコールバックメソッドのノーオペレーション実装を提供します。- EmptyReaderEventListener() - クラス org.springframework.beans.factory.parsing. EmptyReaderEventListener のコンストラクター
- emptyResult() - Static method in interface org.springframework.validation.method.MethodValidationResult
- エラーが 0 の
MethodValidationResultインスタンスを作成するためのファクトリメソッド。定数として使用するのに適しています。 - EmptyResultDataAccessException - org.springframework.dao の例外クラス
- 結果に少なくとも 1 つの行(または要素)があると予想されたが、実際にはゼロ行(または要素)が返された場合にスローされるデータアクセス例外。
- EmptyResultDataAccessException(int) - Constructor for exception class org.springframework.dao.EmptyResultDataAccessException
- EmptyResultDataAccessException のコンストラクター。
- EmptyResultDataAccessException(String, int) - Constructor for exception class org.springframework.dao.EmptyResultDataAccessException
- EmptyResultDataAccessException のコンストラクター。
- EmptyResultDataAccessException(String, int, Throwable) - Constructor for exception class org.springframework.dao.EmptyResultDataAccessException
- EmptyResultDataAccessException のコンストラクター。
- EmptySqlParameterSource - org.springframework.jdbc.core.namedparam のクラス
SqlParameterSourceインターフェースの単純な空の実装。- EmptySqlParameterSource() - クラス org.springframework.jdbc.core.namedparam. EmptySqlParameterSource のコンストラクター
- EmptyTargetSource - org.springframework.aop.target のクラス
- ターゲットが存在しない(またはターゲットクラスのみが既知である)場合の正規の
TargetSource。動作は、インターフェースとアドバイザのみによって提供されます。 - emulateClassGetName(Type) - Static method in class org.springframework.cglib.core.TypeUtils
- enable() - クラス org.springframework.web.servlet.config.annotation のメソッド。DefaultServletHandlerConfigurer
- "default" サーブレットへの転送を有効にします。
- enable(String) - クラス org.springframework.web.servlet.config.annotation のメソッド。DefaultServletHandlerConfigurer
- 指定された名前で識別される "default" サーブレットへの転送を有効にします。
- EnableAspectJAutoProxy - Annotation Interface in org.springframework.context.annotation
- Spring の
<aop:aspectj-autoproxy>XML 要素にある機能と同様に、AspectJ の@Aspectアノテーションでマークされたコンポーネントの処理のサポートを有効にします。 - enableAspectJWeaving(LoadTimeWeaver, ClassLoader) - Static method in class org.springframework.context.weaving.AspectJWeavingEnabler
- 指定された
LoadTimeWeaverで AspectJ ウィービングを有効にします。 - enableAsync - Variable in class org.springframework.scheduling.annotation.AbstractAsyncConfiguration
- EnableAsync - Annotation Interface in org.springframework.scheduling.annotation
- Spring の
<task:*>XML 名前空間にある機能と同様に、Spring の非同期メソッド実行機能を有効にします。 - enableCaching - Variable in class org.springframework.cache.annotation.AbstractCachingConfiguration
- EnableCaching - Annotation Interface in org.springframework.cache.annotation
- Spring の
<cache:*>XML 名前空間にあるサポートと同様に、Spring のアノテーション駆動型キャッシュ管理機能を有効にします。 - enableCompression(boolean) - クラス org.springframework.http.client のメソッド。JdkClientHttpRequestFactory
- "gzip" および "deflate" HTTP レスポンスの解凍のサポートを有効にするかどうかを設定します。
- enableContentNegotiation(boolean, View...) - クラス org.springframework.web.servlet.config.annotation のメソッド。ViewResolverRegistry
ContentNegotiatingViewResolverの使用を有効にして、他のすべての構成済みビューリゾルバーの前面に配置し、クライアントによってリクエストされたメディア型 (たとえば、Accept ヘッダー内) に基づいて、選択されたすべてのビューの中から選択します。- enableContentNegotiation(View...) - クラス org.springframework.web.servlet.config.annotation のメソッド。ViewResolverRegistry
ContentNegotiatingViewResolverの使用を有効にして、他のすべての構成済みビューリゾルバーの前面に配置し、クライアントによってリクエストされたメディア型 (たとえば、Accept ヘッダー内) に基づいて、選択されたすべてのビューの中から選択します。- ENABLED - Enum constant in enum class org.springframework.context.annotation.EnableLoadTimeWeaving.AspectJWeaving
- Spring ベースの AspectJ ロード時ウィービングをオンにします。
- EnabledIf - Annotation Interface in org.springframework.test.context.junit.jupiter
@EnabledIfは、アノテーション付きテストクラスまたはテストメソッドが有効であることを通知するために使用され、指定されたEnabledIf.expression()がtrueと評価された場合に実行する必要があります。- EnabledIfCondition - org.springframework.test.context.junit.jupiter のクラス
EnabledIfConditionは、JUnit Jupiter テストフレームワークと組み合わせて Spring TestContext フレームワークを使用するときに@EnabledIfアノテーションをサポートするExecutionConditionです。- EnabledIfCondition() - クラス org.springframework.test.context.junit.jupiter. EnabledIfCondition のコンストラクター
- EnabledIfRuntimeHintsAgent - Annotation Interface in org.springframework.aot.test.agent
@EnabledIfRuntimeHintsAgentは、現在の JVM にRuntimeHintsAgentがロードされている場合にのみ、アノテーション付きのテストクラスまたはテストメソッドが有効になることを通知します。- enableIndenting(Transformer) - Static method in class org.springframework.util.xml.TransformerUtils
- 提供された
TransformerSE のインデントを有効にします。 - enableIndenting(Transformer, int) - Static method in class org.springframework.util.xml.TransformerUtils
- 提供された
TransformerSE のインデントを有効にします。 - EnableJms - Annotation Interface in org.springframework.jms.annotation
JmsListenerContainerFactoryによって隠れて作成された JMS リスナーのアノテーション付きエンドポイントを有効にします。- EnableLoadTimeWeaving - Annotation Interface in org.springframework.context.annotation
- このアプリケーションコンテキストの Spring
LoadTimeWeaverをアクティブ化します。これは、Spring XML の<context:load-time-weaver>要素と同様に、"loadTimeWeaver" という名前の Bean として使用できます。 - EnableLoadTimeWeaving.AspectJWeaving - org.springframework.context.annotation の Enum クラス
- AspectJ ウィービング有効化オプション。
- enableLoggingRequestDetails(boolean) - インターフェース org.springframework.http.codec のメソッド。CodecConfigurer.DefaultCodecs
- フォームデータを DEBUG レベルで記録し、ヘッダーを TRACE レベルで記録するかどうか。
- EnableMBeanExport - Annotation Interface in org.springframework.context.annotation
- Spring コンテキストからのすべての標準
MBean、およびすべての@ManagedResourceアノテーション付き Bean のデフォルトのエクスポートを有効にします。 - EnableResilientMethods - Annotation Interface in org.springframework.resilience.annotation
- メソッド呼び出しに対して Spring のコア復元機能 (
@Retryableおよび@ConcurrencyLimit) を有効にします。 - EnableScheduling - Annotation Interface in org.springframework.scheduling.annotation
- Spring の
<task:*>XML 名前空間にある機能と同様に、Spring のスケジュールされたタスク実行機能を有効にします。 - enableSimpleBroker(String...) - クラス org.springframework.messaging.simp.config のメソッド。MessageBrokerRegistry
- シンプルなメッセージブローカーを有効にし、ブローカーを対象とする宛先をフィルター処理するための 1 つ以上のプレフィックスを構成します (たとえば、プレフィックスが "/topic" である宛先)。
- EnableSpringConfigured - Annotation Interface in org.springframework.context.annotation.aspectj
- 現在のアプリケーションコンテキストに、Spring Bean ファクトリの外部でインスタンス化された非管理クラス(通常は
@Configurableアノテーションが付けられたクラス)に依存性注入を適用するように通知します。 - enableStompBrokerRelay(String...) - クラス org.springframework.messaging.simp.config のメソッド。MessageBrokerRegistry
- STOMP ブローカーリレーを有効にし、メッセージブローカーでサポートされる宛先プレフィックスを設定します。
- EnableTransactionManagement - Annotation Interface in org.springframework.transaction.annotation
- Spring の
<tx:*>XML 名前空間にあるサポートと同様に、Spring のアノテーション駆動型トランザクション管理機能を有効にします。 - enableTx - Variable in class org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration
- EnableWebFlux - Annotation Interface in org.springframework.web.reactive.config
- このアノテーションを
@Configurationクラスに追加すると、WebFluxConfigurationSupportから Spring WebFlux 構成がインポートされ、アノテーション付きコントローラーと関数エンドポイントの使用が可能になります。 - EnableWebMvc - Annotation Interface in org.springframework.web.servlet.config.annotation
- このアノテーションを
@Configurationクラスに追加すると、WebMvcConfigurationSupportから Spring MVC 構成がインポートされます。例: - EnableWebSocket - Annotation Interface in org.springframework.web.socket.config.annotation
- このアノテーションを
@Configurationクラスに追加して、WebSocket リクエストの処理を構成します。 - EnableWebSocketMessageBroker - Annotation Interface in org.springframework.web.socket.config.annotation
- このアノテーションを
@Configurationクラスに追加して、より高レベルのメッセージングサブプロトコルを使用して、WebSocket を介したブローカによるメッセージングを有効にします。 - @TestPropertySource を有効にする - Section in annotation interface org.springframework.test.context.TestPropertySource
- トランザクションの有効化と無効化 - Section in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
- AspectJ ベースのウィービングの有効化 - Section in annotation interface org.springframework.context.annotation.EnableLoadTimeWeaving
- @Enable アノテーションを使用して組み込みの Spring 機能を有効にする - Section in annotation interface org.springframework.context.annotation.Configuration
- ENCLOSING_CONFIGURATION_PROPERTY_NAME - Static variable in annotation interface org.springframework.test.context.NestedTestConfiguration
- デフォルトの包含構成継承モードを変更するために使用される JVM システムプロパティ: "spring.test.enclosing.configuration"。
- encode() - クラス org.springframework.web.servlet.mvc.method.annotation のメソッド。MvcUriComponentsBuilder.MethodArgumentBuilder
- このメソッドは、予約された意味を持つすべての文字を引用して拡張 URI 変数に強力なエンコーディングを適用する必要がある場合にのみ使用してください。
- encode() - クラス org.springframework.web.util のメソッド。UriComponents
- URI 変数を展開した後、これを呼び出して、結果の URI コンポーネント値をエンコードします。
- encode() - クラス org.springframework.web.util のメソッド。UriComponentsBuilder
- ビルド時に URI テンプレートを事前にエンコードし、展開時に URI 変数を個別にエンコードするようリクエストします。
- encode(Object, DataBufferFactory, ResolvableType, MimeType, Map) - クラス org.springframework.http.codec.xml のメソッド。Jaxb2XmlEncoder
- encode(String...) - クラス org.springframework.web.socket.sockjs.frame のメソッド。AbstractSockJsMessageCodec
- encode(String...) - インターフェース org.springframework.web.socket.sockjs.frame のメソッド。SockJsMessageCodec
- 指定されたメッセージを SockJS メッセージフレームとしてエンコードします。
- encode(String, String) - Static method in class org.springframework.web.util.UriUtils
- 文字列文字セットを持つ
UriUtils.encode(String, Charset)のバリアント。 - encode(String, Charset) - Static method in class org.springframework.web.util.UriUtils
- RFC 3986 で定義されているように、URI 内のどこでも、不正であるか、意味が予約されているすべての文字をエンコードします。
- encode(Charset) - クラス org.springframework.web.util のメソッド。UriComponents
- "UTF-8" 以外の文字セットを持つ
UriComponents.encode()のバリアント。 - encode(Charset) - クラス org.springframework.web.util のメソッド。UriComponentsBuilder
- "UTF-8" 以外の文字セットを持つ
UriComponentsBuilder.encode()のバリアント。 - encode(Map, byte[]) - クラス org.springframework.messaging.simp.stomp のメソッド。SplittingStompEncoder
- 指定されたペイロードとヘッダーを STOMP フレームにエンコードし、設定されたバッファサイズ制限に基づいてそれをパーツのリストに分割します。
- encode(Map, byte[]) - クラス org.springframework.messaging.simp.stomp のメソッド。StompEncoder
- 指定されたペイロードとヘッダーを
byte[]にエンコードします。 - encode(Publisher, DataBufferFactory, ResolvableType, MimeType, Map) - クラス org.springframework.http.codec のメソッド。AbstractJacksonEncoder
- encode(Publisher, DataBufferFactory, ResolvableType, MimeType, Map) - クラス org.springframework.http.codec.cbor のメソッド。Jackson2CborEncoder
- 使用すべきではありません。
- encode(Publisher, DataBufferFactory, ResolvableType, MimeType, Map) - クラス org.springframework.http.codec.cbor のメソッド。JacksonCborEncoder
- encode(Publisher, DataBufferFactory, ResolvableType, MimeType, Map) - クラス org.springframework.http.codec.json のメソッド。AbstractJackson2Encoder
- 使用すべきではありません。
- encode(Publisher, DataBufferFactory, ResolvableType, MimeType, Map) - クラス org.springframework.http.codec.json のメソッド。GsonEncoder
- encode(Publisher, DataBufferFactory, ResolvableType, MimeType, Map) - クラス org.springframework.http.codec のメソッド。KotlinSerializationBinaryEncoder
- encode(Publisher, DataBufferFactory, ResolvableType, MimeType, Map) - クラス org.springframework.http.codec のメソッド。KotlinSerializationStringEncoder
- encode(Publisher, DataBufferFactory, ResolvableType, MimeType, Map) - クラス org.springframework.http.codec.xml のメソッド。JacksonXmlEncoder
- encode(Publisher, DataBufferFactory, ResolvableType, MimeType, Map) - クラス org.springframework.core.codec のメソッド。ByteArrayEncoder
- encode(Publisher, DataBufferFactory, ResolvableType, MimeType, Map) - クラス org.springframework.http.codec.protobuf のメソッド。ProtobufEncoder
- encode(Publisher, DataBufferFactory, ResolvableType, MimeType, Map) - クラス org.springframework.http.codec.protobuf のメソッド。ProtobufJsonEncoder
- encode(Publisher, DataBufferFactory, ResolvableType, MimeType, Map) - クラス org.springframework.core.codec のメソッド。NettyByteBufEncoder
- encode(Publisher, DataBufferFactory, ResolvableType, MimeType, Map) - クラス org.springframework.core.codec のメソッド。CharSequenceEncoder
- encode(Publisher, DataBufferFactory, ResolvableType, MimeType, Map) - クラス org.springframework.core.codec のメソッド。ByteBufferEncoder
- encode(Publisher, DataBufferFactory, ResolvableType, MimeType, Map) - クラス org.springframework.core.codec のメソッド。DataBufferEncoder
- encode(Publisher, DataBufferFactory, ResolvableType, MimeType, Map) - クラス org.springframework.core.codec のメソッド。ResourceRegionEncoder
- encode(Publisher, DataBufferFactory, ResolvableType, MimeType, Map) - クラス org.springframework.core.codec のメソッド。AbstractSingleValueEncoder
- encode(Publisher, DataBufferFactory, ResolvableType, MimeType, Map) - Method in interface org.springframework.core.codec.Encoder
- 型
TのオブジェクトのストリームをDataBuffer出力ストリームにエンコードします。 - encode(Resource, DataBufferFactory, ResolvableType, MimeType, Map) - クラス org.springframework.core.codec のメソッド。ResourceEncoder
- encode(Message) - クラス org.springframework.messaging.simp.stomp のメソッド。StompEncoder
- 指定された STOMP
messageをbyte[]にエンコードします。 - encode(Message) - クラス org.springframework.messaging.simp.stomp のメソッド。StompTcpMessageCodec
- encode(Message) - インターフェース org.springframework.messaging.tcp.reactor のメソッド。TcpMessageCodec
- 指定された
Messageを出力ByteBufferSE にエンコードします。 - encode(Message, ByteBuf) - クラス org.springframework.messaging.tcp.reactor のメソッド。AbstractNioBufferReactorNettyCodec
- encode(Message, ByteBuf) - インターフェース org.springframework.messaging.tcp.reactor のメソッド。ReactorNettyCodec
- 指定された
Messageを出力ByteBufにエンコードします。 - encode(T) - クラス org.springframework.web.socket.adapter.standard のメソッド。ConvertingEncoderDecoderSupport
- オブジェクトをメッセージにエンコードします。
- encode(T, DataBufferFactory, ResolvableType, MimeType, Map) - クラス org.springframework.core.codec のメソッド。AbstractSingleValueEncoder
Tを出力DataBufferストリームにエンコードします。- encodeAuthority(String, String) - Static method in class org.springframework.web.util.UriUtils
- 指定された URI オーソリティを指定されたエンコードでエンコードします。
- encodeAuthority(String, Charset) - Static method in class org.springframework.web.util.UriUtils
- 指定された URI オーソリティを指定されたエンコードでエンコードします。
- encodeBasicAuth(String, String, Charset) - Static method in class org.springframework.http.HttpHeaders
- 指定されたユーザー名とパスワードを基本認証資格情報にエンコードします。
- EncodedResource - org.springframework.core.io.support のクラス
Resource記述子を、リソースからの読み取りに使用される特定のエンコードまたはCharsetと組み合わせるホルダー。- EncodedResource(Resource) - クラス org.springframework.core.io.support. EncodedResource のコンストラクター
- 明示的なエンコーディングまたは
Charsetを指定せずに、指定されたResourceの新しいEncodedResourceを作成します。 - EncodedResource(Resource, String) - クラス org.springframework.core.io.support. EncodedResource のコンストラクター
- 指定された
encodingを使用して、指定されたResourceの新しいEncodedResourceを作成します。 - EncodedResource(Resource, Charset) - クラス org.springframework.core.io.support. EncodedResource のコンストラクター
- 指定された
Charsetを使用して、指定されたResourceの新しいEncodedResourceを作成します。 - EncodedResourceResolver - org.springframework.web.reactive.resource のクラス
- チェーンに委譲するリゾルバー。リソースが見つかった場合は、"Accept-Encoding" リクエストヘッダーに基づいて受け入れ可能なエンコードされたバリアント (gzip、brotli など) を見つけようとします。
- EncodedResourceResolver - org.springframework.web.servlet.resource のクラス
- チェーンに委譲するリゾルバー。リソースが見つかった場合は、"Accept-Encoding" リクエストヘッダーに基づいて受け入れ可能なエンコードされたバリアント (gzip、brotli など) を見つけようとします。
- EncodedResourceResolver() - クラス org.springframework.web.reactive.resource. EncodedResourceResolver のコンストラクター
- EncodedResourceResolver() - クラス org.springframework.web.servlet.resource. EncodedResourceResolver のコンストラクター
- encodeFragment(String, String) - Static method in class org.springframework.web.util.UriUtils
- 指定された URI フラグメントを指定されたエンコードでエンコードします。
- encodeFragment(String, Charset) - Static method in class org.springframework.web.util.UriUtils
- 指定された URI フラグメントを指定されたエンコードでエンコードします。
- encodeHost(String, String) - Static method in class org.springframework.web.util.UriUtils
- 指定されたエンコーディングで、指定された URI ホストをエンコードします。
- encodeHost(String, Charset) - Static method in class org.springframework.web.util.UriUtils
- 指定されたエンコーディングで、指定された URI ホストをエンコードします。
- encodeInternal(Message) - クラス org.springframework.messaging.simp.stomp のメソッド。StompReactorNettyCodec
- encodeInternal(Message) - クラス org.springframework.messaging.tcp.reactor のメソッド。AbstractNioBufferReactorNettyCodec
- encodeNonStream(Publisher, DataBufferFactory, ResolvableType, MimeType, Map) - クラス org.springframework.http.codec.json のメソッド。KotlinSerializationJsonEncoder
- encodeNonStream(Publisher, DataBufferFactory, ResolvableType, MimeType, Map) - クラス org.springframework.http.codec のメソッド。KotlinSerializationStringEncoder
- encodePath(String, String) - Static method in class org.springframework.web.util.UriUtils
- 指定された URI パスを指定されたエンコードでエンコードします。
- encodePath(String, Charset) - Static method in class org.springframework.web.util.UriUtils
- 指定された URI パスを指定されたエンコードでエンコードします。
- encodePathSegment(String, String) - Static method in class org.springframework.web.util.UriUtils
- 指定されたエンコーディングで、指定された URI パスセグメントをエンコードします。
- encodePathSegment(String, Charset) - Static method in class org.springframework.web.util.UriUtils
- 指定されたエンコーディングで、指定された URI パスセグメントをエンコードします。
- encodePort(String, String) - Static method in class org.springframework.web.util.UriUtils
- 指定された URI ポートを指定されたエンコードでエンコードします。
- encodePort(String, Charset) - Static method in class org.springframework.web.util.UriUtils
- 指定された URI ポートを指定されたエンコードでエンコードします。
- encodeQuery(String, String) - Static method in class org.springframework.web.util.UriUtils
- 指定された URI クエリを指定されたエンコーディングでエンコードします。
- encodeQuery(String, Charset) - Static method in class org.springframework.web.util.UriUtils
- 指定された URI クエリを指定されたエンコーディングでエンコードします。
- encodeQueryParam(String, String) - Static method in class org.springframework.web.util.UriUtils
- 指定された URI クエリパラメーターを指定されたエンコーディングでエンコードします。
- encodeQueryParam(String, Charset) - Static method in class org.springframework.web.util.UriUtils
- 指定された URI クエリパラメーターを指定されたエンコーディングでエンコードします。
- encodeQueryParams(MultiValueMap) - Static method in class org.springframework.web.util.UriUtils
- 指定された
MultiValueMapのクエリパラメーターを UTF-8 でエンコードします。 - encoder(Encoder) - インターフェース org.springframework.http.codec のメソッド。CodecConfigurer.MultipartCodecs
EncoderHttpMessageWriterで内部的にラップされたパーツEncoderを追加します。- encoder(Encoder...) - インターフェース org.springframework.messaging.rsocket のメソッド。RSocketStrategies.Builder
- オブジェクトを
Payloadのデータまたはメタデータに直列化するために使用するエンコーダーのリストに追加します。 - encoder(ResolvableType, MimeType) - Method in interface org.springframework.messaging.rsocket.RSocketStrategies
- 指定された要素型に対応するエンコーダーを見つけます。
- Encoder<T> - org.springframework.core.codec のインターフェース
- 型
<T>のオブジェクトのストリームをバイトの出力ストリームにエンコードする方法。 - encodeRedirectURL(String) - クラス org.springframework.mock.web のメソッド。MockHttpServletResponse
- デフォルトの実装は
MockHttpServletResponse.encodeURL(String)に委譲し、指定された URL 文字列をそのまま返します。 - EncoderHttpMessageWriter<T> - org.springframework.http.codec のクラス
Encoderにラップして委譲するHttpMessageWriter。- EncoderHttpMessageWriter(Encoder) - クラス org.springframework.http.codec. EncoderHttpMessageWriter のコンストラクター
- 指定された
Encoderをラップするインスタンスを作成します。 - encoders() - Method in interface org.springframework.messaging.rsocket.RSocketStrategies
- 設定された
encodersを返します。 - encoders(Consumer) - インターフェース org.springframework.messaging.rsocket のメソッド。RSocketStrategies.Builder
- 構成済みエンコーダーのリストにコンシューマーをすぐに適用します。
- encodeScheme(String, String) - Static method in class org.springframework.web.util.UriUtils
- 指定されたエンコーディングで指定された URI スキームをエンコードします。
- encodeScheme(String, Charset) - Static method in class org.springframework.web.util.UriUtils
- 指定されたエンコーディングで指定された URI スキームをエンコードします。
- encodeStreamingValue(Object, DataBufferFactory, ResolvableType, MimeType, Map, byte[], byte[]) - クラス org.springframework.http.codec のメソッド。KotlinSerializationStringEncoder
- encodeUriVariables(Object...) - Static method in class org.springframework.web.util.UriUtils
- 指定されたすべての URI 変数値に
UriUtils.encode(String, Charset)を適用する便利なメソッド。 - encodeUriVariables(Map) - Static method in class org.springframework.web.util.UriUtils
- 指定されたすべての URI 変数値に
UriUtils.encode(String, Charset)を適用する便利なメソッド。 - encodeURL(String) - クラス org.springframework.mock.web のメソッド。MockHttpServletResponse
- デフォルトの実装は、指定された URL 文字列をそのまま返します。
- encodeUserInfo(String, String) - Static method in class org.springframework.web.util.UriUtils
- 指定された URI ユーザー情報を指定されたエンコードでエンコードします。
- encodeUserInfo(String, Charset) - Static method in class org.springframework.web.util.UriUtils
- 指定された URI ユーザー情報を指定されたエンコードでエンコードします。
- encodeValue(byte[], DataBufferFactory, ResolvableType, MimeType, Map) - クラス org.springframework.core.codec のメソッド。ByteArrayEncoder
- encodeValue(Message, DataBufferFactory, ResolvableType, MimeType, Map) - クラス org.springframework.http.codec.protobuf のメソッド。ProtobufEncoder
- encodeValue(Message, DataBufferFactory, ResolvableType, MimeType, Map) - クラス org.springframework.http.codec.protobuf のメソッド。ProtobufJsonEncoder
- encodeValue(ByteBuf, DataBufferFactory, ResolvableType, MimeType, Map) - クラス org.springframework.core.codec のメソッド。NettyByteBufEncoder
- encodeValue(CharSequence, DataBufferFactory, ResolvableType, MimeType, Map) - クラス org.springframework.core.codec のメソッド。CharSequenceEncoder
- encodeValue(Object, DataBufferFactory, ResolvableType, MimeType, Map) - クラス org.springframework.http.codec のメソッド。AbstractJacksonEncoder
- encodeValue(Object, DataBufferFactory, ResolvableType, MimeType, Map) - クラス org.springframework.http.codec.json のメソッド。AbstractJackson2Encoder
- 使用すべきではありません。
- encodeValue(Object, DataBufferFactory, ResolvableType, MimeType, Map) - クラス org.springframework.http.codec.json のメソッド。GsonEncoder
- encodeValue(Object, DataBufferFactory, ResolvableType, MimeType, Map) - クラス org.springframework.http.codec のメソッド。KotlinSerializationBinaryEncoder
- encodeValue(Object, DataBufferFactory, ResolvableType, MimeType, Map) - クラス org.springframework.http.codec のメソッド。KotlinSerializationStringEncoder
- encodeValue(Object, DataBufferFactory, ResolvableType, MimeType, Map) - クラス org.springframework.http.codec.xml のメソッド。Jaxb2XmlEncoder
- encodeValue(ByteBuffer, DataBufferFactory, ResolvableType, MimeType, Map) - クラス org.springframework.core.codec のメソッド。ByteBufferEncoder
- encodeValue(DataBuffer, DataBufferFactory, ResolvableType, MimeType, Map) - クラス org.springframework.core.codec のメソッド。DataBufferEncoder
- encodeValue(T, DataBufferFactory, ResolvableType, MimeType, Map) - Method in interface org.springframework.core.codec.Encoder
- 型 T のオブジェクトをデータバッファにエンコードします。
- encoding() - Element in annotation interface org.springframework.context.annotation.PropertySource
- 指定されたリソースの特定の文字エンコーディング (例: "UTF-8" )。
- encoding() - Method in record class org.springframework.core.io.support.PropertySourceDescriptor
encodingレコードコンポーネントの値を返します。- encoding() - Element in annotation interface org.springframework.test.context.jdbc.SqlConfig
- プラットフォームエンコーディングと異なる場合、提供された SQL スクリプトのエンコーディング。
- encoding() - Element in annotation interface org.springframework.test.context.TestPropertySource
- 特定のリソースの文字エンコーディングを指定します (たとえば、"UTF-8" )。
- encoding(String) - クラス org.springframework.test.web.servlet.result のメソッド。ContentResultMatchers
- ServletResponse で文字エンコードをアサートします。
- encoding(Charset) - クラス org.springframework.test.web.servlet.result のメソッド。ContentResultMatchers
- ServletResponse で文字エンコードをアサートします。
- EncodingException - Exception Class in org.springframework.core.codec
- オブジェクトをエンコードできないことに重点を置いた入力オブジェクトストリームのエンコードに関する課題を示します。
- EncodingException(String) - Constructor for exception class org.springframework.core.codec.EncodingException
- 新しい EncodingException を作成します。
- EncodingException(String, Throwable) - Constructor for exception class org.springframework.core.codec.EncodingException
- 新しい EncodingException を作成します。
- end() - Method in class org.springframework.cglib.core.Block
- end() - インターフェース org.springframework.core.metrics のメソッド。StartupStep
- ステップの状態と、実行時間などのその他のメトリクスを記録します。
- end() - Static method in class org.springframework.test.context.transaction.TestTransaction
- ロールバックフラグに従って、現在のテスト管理トランザクションのコミットまたはロールバックをすぐに強制します。
- end_class() - クラス org.springframework.cglib.core のメソッド。ClassEmitter
- end_class() - クラス org.springframework.cglib.transform.impl のメソッド。AddPropertyTransformer
- end_class() - クラス org.springframework.cglib.transform.impl のメソッド。FieldProviderTransformer
- end_method() - クラス org.springframework.cglib.core のメソッド。CodeEmitter
- endAnd() - インターフェース org.springframework.web.reactive.function.server のメソッド。RequestPredicates.Visitor
- 論理 AND 述語の最後の通知を受け取ります。
- endAnd() - インターフェース org.springframework.web.servlet.function のメソッド。RequestPredicates.Visitor
- 論理 AND 述語の最後の通知を受け取ります。
- endNegate() - インターフェース org.springframework.web.reactive.function.server のメソッド。RequestPredicates.Visitor
- 否定された述語の最後の通知を受け取ります。
- endNegate() - インターフェース org.springframework.web.servlet.function のメソッド。RequestPredicates.Visitor
- 否定された述語の最後の通知を受け取ります。
- endNested(RequestPredicate) - インターフェース org.springframework.web.reactive.function.server のメソッド。RouterFunctions.Visitor
- ネストされたルーター関数の終了通知を受け取ります。
- endNested(RequestPredicate) - インターフェース org.springframework.web.servlet.function のメソッド。RouterFunctions.Visitor
- ネストされたルーター関数の終了通知を受け取ります。
- オプション引数の終了 - Section in class org.springframework.core.env.SimpleCommandLinePropertySource
- endOr() - インターフェース org.springframework.web.reactive.function.server のメソッド。RequestPredicates.Visitor
- 論理 OR 述語の最後の通知を受け取ります。
- endOr() - インターフェース org.springframework.web.servlet.function のメソッド。RequestPredicates.Visitor
- 論理 OR 述語の最後の通知を受け取ります。
- EndpointConnectionManager - org.springframework.web.socket.client.standard のクラス
- EndpointConnectionManager(Endpoint, String, Object...) - クラス org.springframework.web.socket.client.standard. EndpointConnectionManager のコンストラクター
- EndpointConnectionManager(Class, String, Object...) - クラス org.springframework.web.socket.client.standard. EndpointConnectionManager のコンストラクター
- endsWithIgnoreCase(String, String) - Static method in class org.springframework.util.StringUtils
- 大文字 / 小文字を無視して、指定された
Stringが指定されたサフィックスで終わるかどうかをテストします。 - endTag() - クラス org.springframework.web.servlet.tags.form のメソッド。TagWriter
- 現在のタグを閉じます。
- endTag(boolean) - クラス org.springframework.web.servlet.tags.form のメソッド。TagWriter
- 現在のタグを閉じて、完全な終了タグを適用できるようにします。
- enforceOverride() - Element in annotation interface org.springframework.test.context.bean.override.convention.TestBean
- オーバーライドされる Bean の存在を要求するかどうか。
- enforceOverride() - Element in annotation interface org.springframework.test.context.bean.override.mockito.MockitoBean
- モックされる Bean の存在を要求するかどうか。
- enforceUniqueMethods() - Element in annotation interface org.springframework.context.annotation.Configuration
- 使用すべきではありません。7.0 では、常に
@Bean固有の方法に依存し、Optional/ObjectProviderの引数も使用できる可能性があります。 - enhanceConfigurationClasses(ConfigurableListableBeanFactory) - クラス org.springframework.context.annotation のメソッド。ConfigurationClassPostProcessor
- 構成クラス BeanDefinitions を検索して BeanFactory を後処理します。その後、
ConfigurationClassEnhancerによって候補が強化されます。 - Enhancer - Class in org.springframework.cglib.proxy
- メソッドのインターセプトを可能にする動的サブクラスを生成します。
- Enhancer() - Constructor for class org.springframework.cglib.proxy.Enhancer
- 新しい
Enhancerを作成します。 - enlistResource(XAResource) - クラス org.springframework.transaction.jta のメソッド。ManagedTransactionAdapter
- ensureCapacity(int) - インターフェース org.springframework.core.io.buffer のメソッド。DataBuffer
- 使用すべきではありません。6.0 以降、
DataBuffer.ensureWritable(int)を推奨 - ensureCapacity(int) - クラス org.springframework.core.io.buffer のメソッド。DataBufferWrapper
- 使用すべきではありません。
- ensureWritable(int) - インターフェース org.springframework.core.io.buffer のメソッド。DataBuffer
- 現在のバッファーに、引数として指定されたデータ量を書き込むのに十分な
DataBuffer.writableByteCount()があることを確認してください。 - ensureWritable(int) - クラス org.springframework.core.io.buffer のメソッド。DataBufferWrapper
- ensureWritable(int) - クラス org.springframework.core.io.buffer のメソッド。DefaultDataBuffer
- ensureWritable(int) - クラス org.springframework.core.io.buffer のメソッド。JettyDataBuffer
- ensureWritable(int) - クラス org.springframework.core.io.buffer のメソッド。NettyDataBuffer
- enterCompilationScope() - クラス org.springframework.expression.spel のメソッド。CodeFlow
- 通常、ネストされた式の評価により、新しいコンパイルスコープを入力します。
- enterScope() - クラス org.springframework.expression.spel のメソッド。ExpressionState
- 新しいルートコンテキストオブジェクトと新しいローカル変数スコープを使用して新しいスコープを入力します。
- entity() - インターフェース org.springframework.web.reactive.function.server のメソッド。EntityResponse
- このレスポンスを構成するエンティティを返します。
- entity() - インターフェース org.springframework.web.servlet.function のメソッド。EntityResponse
- このレスポンスを構成するエンティティを返します。
- ENTITY_MANAGER_SYNCHRONIZATION_ORDER - Static variable in class org.springframework.orm.jpa.EntityManagerFactoryUtils
- JPA EntityManagers をクリーンアップする TransactionSynchronization オブジェクトのオーダー値。
- entityAgent - Variable in class org.springframework.orm.jpa.EntityManagerHolder
- EntityExchangeResult<T> - org.springframework.test.web.reactive.server のクラス
- 型
<T>の表現に完全に抽出されたレスポンス本文を公開するExchangeResultサブクラス。 - EntityExchangeResult<T> - org.springframework.test.web.servlet.client のクラス
- 型
<T>の表現に完全に抽出されたレスポンス本文を公開するExchangeResultサブクラス。 - entityExchangeResultConsumer(Consumer) - インターフェース org.springframework.test.web.reactive.server のメソッド。WebTestClient.Builder
- レスポンスが単一のエンティティ、エンティティのリスト、byte[] に完全にデコードされた後に毎回呼び出される
EntityExchangeResultコールバックを構成します。 - entityExchangeResultConsumer(Consumer) - インターフェース org.springframework.test.web.servlet.client のメソッド。RestTestClient.Builder
- レスポンスが単一のエンティティ、エンティティのリスト、byte[] に完全にデコードされるたびに呼び出される
EntityExchangeResultコールバックを構成します。 - entityManager - Variable in class org.springframework.orm.jpa.EntityManagerHolder
- EntityManagerFactoryAccessor - org.springframework.orm.jpa のクラス
- 通常は JPA
EntityManagerを取得するために JPAEntityManagerFactoryにアクセスする必要があるクラスの基本クラスです。 - EntityManagerFactoryAccessor() - クラス org.springframework.orm.jpa. EntityManagerFactoryAccessor のコンストラクター
- EntityManagerFactoryInfo - Interface in org.springframework.orm.jpa
- Spring 管理の JPA
EntityManagerFactoryのメタデータインターフェース。 - EntityManagerFactoryUtils - org.springframework.orm.jpa のクラス
- JPA EntityManager 処理のメソッドを特徴とするヘルパークラス。トランザクション内で EntityManager インスタンスを再利用できます。
- EntityManagerFactoryUtils() - クラス org.springframework.orm.jpa. EntityManagerFactoryUtils のコンストラクター
- EntityManagerHolder - org.springframework.orm.jpa のクラス
- JPA
EntityManagerをラップするリソースホルダー。 - EntityManagerHolder(EntityManager) - クラス org.springframework.orm.jpa. EntityManagerHolder のコンストラクター
- EntityManagerProxy - Interface in org.springframework.orm.jpa
- EntityManager プロキシによって実装される
EntityManagerのサブインターフェース。 - EntityResponse<T> - org.springframework.web.reactive.function.server のインターフェース
- エンティティデータを公開する
ServerResponseのエンティティ固有のサブ型。 - EntityResponse<T> - org.springframework.web.servlet.function のインターフェース
- エンティティデータを公開する
ServerResponseのエンティティ固有のサブ型。 - EntityResponse.Builder<T> - org.springframework.web.reactive.function.server のインターフェース
EntityResponseのビルダーを定義します。- EntityResponse.Builder<T> - org.springframework.web.servlet.function のインターフェース
EntityResponseのビルダーを定義します。- Entry(K, V) - Constructor for class org.springframework.util.ConcurrentReferenceHashMap.Entry
- Entry(AnnotationMetadata, String) - クラス org.springframework.context.annotation のコンストラクター。DeferredImportSelector.Group.Entry
- ENTRY_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
- entrySet() - クラス org.springframework.cglib.beans のメソッド。BeanMap
- entrySet() - クラス org.springframework.http.support のメソッド。HttpComponentsHeadersAdapter
- entrySet() - クラス org.springframework.http.support のメソッド。JettyHeadersAdapter
- entrySet() - クラス org.springframework.http.support のメソッド。Netty4HeadersAdapter
- entrySet() - Method in class org.springframework.messaging.MessageHeaders
- entrySet() - クラス org.springframework.messaging.simp.stomp のメソッド。StompHeaders
- entrySet() - Method in class org.springframework.util.ConcurrentReferenceHashMap
- entrySet() - Method in class org.springframework.util.LinkedCaseInsensitiveMap
- entrySet() - Method in class org.springframework.util.MultiValueMapAdapter
- EnumerablePropertySource<T> - org.springframework.core.env のクラス
- 基になるソースオブジェクトに問い合わせて、可能なすべてのプロパティの名前と値のペアを列挙できる
PropertySource実装。 - EnumerablePropertySource(String) - クラス org.springframework.core.env. EnumerablePropertySource のコンストラクター
- 指定された名前と、基になるソースとして新しい
Objectインスタンスを使用して、新しいEnumerablePropertySourceを作成します。 - EnumerablePropertySource(String, T) - クラス org.springframework.core.env. EnumerablePropertySource のコンストラクター
- 指定された名前とソースオブジェクトで新しい
EnumerablePropertySourceを作成します。 - Environment - Interface in org.springframework.core.env
- 現在のアプリケーションが実行されている環境を表すインターフェース。
- ENVIRONMENT_BEAN_NAME - Static variable in interface org.springframework.context.ConfigurableApplicationContext
- ファクトリ内の
EnvironmentBean の名前: 「環境」。 - ENVIRONMENT_PROPERTIES_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.context.support.PropertySourcesPlaceholderConfigurer
- "environmentProperties" は、このコンフィギュレータに提供される環境をラップする
PropertySourceに付けられた名前です。 - EnvironmentAccessor - org.springframework.context.expression のクラス
- Spring
Environmentインスタンスのプロパティを取得する方法を認識する読み取り専用 SpELPropertyAccessor。 - EnvironmentAccessor() - クラス org.springframework.context.expression. EnvironmentAccessor のコンストラクター
- EnvironmentAware - org.springframework.context のインターフェース
Environmentが実行されることを通知されることを望む Bean によって実装されるインターフェース。- EnvironmentCapable - Interface in org.springframework.core.env
Environment参照を含み、公開するコンポーネントを示すインターフェース。- EOF_STATEMENT_SEPARATOR - Static variable in class org.springframework.jdbc.datasource.init.ScriptUtils
- ファイルの終わり(EOF)SQL ステートメントの区切り文字:
"^^^ END OF SCRIPT ^^^"。 - EOF_STATEMENT_SEPARATOR - Static variable in class org.springframework.r2dbc.connection.init.ScriptUtils
- ファイルの終わり(EOF)SQL ステートメントの区切り文字:
"^^^ END OF SCRIPT ^^^"。 - EQ - Static variable in class org.springframework.cglib.core.CodeEmitter
- eqMethod - Variable in class org.springframework.cglib.reflect.MethodDelegate
- Equality - Section in class org.springframework.cglib.reflect.MethodDelegate
- equalityCheck(EvaluationContext, Object, Object) - Static method in class org.springframework.expression.spel.ast.Operator
- 指定されたオペランド値の等価性チェックを実行します。
- equals(Object) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
- equals(Object) - Method in class org.springframework.aop.aspectj.AspectJPointcutAdvisor
- equals(Object) - クラス org.springframework.aop.aspectj のメソッド。TypePatternClassFilter
- equals(Object) - クラス org.springframework.aop.support のメソッド。AbstractPointcutAdvisor
- equals(Object) - クラス org.springframework.aop.support のメソッド。AbstractRegexpMethodPointcut
- equals(Object) - クラス org.springframework.aop.support.annotation のメソッド。AnnotationClassFilter
- equals(Object) - クラス org.springframework.aop.support.annotation のメソッド。AnnotationMatchingPointcut
- equals(Object) - クラス org.springframework.aop.support.annotation のメソッド。AnnotationMethodMatcher
- equals(Object) - クラス org.springframework.aop.support のメソッド。ComposablePointcut
- equals(Object) - クラス org.springframework.aop.support のメソッド。ControlFlowPointcut
- equals(Object) - クラス org.springframework.aop.support のメソッド。DefaultIntroductionAdvisor
- equals(Object) - クラス org.springframework.aop.support のメソッド。NameMatchMethodPointcut
- equals(Object) - クラス org.springframework.aop.support のメソッド。RootClassFilter
- equals(Object) - クラス org.springframework.aop.target のメソッド。AbstractBeanFactoryBasedTargetSource
- equals(Object) - クラス org.springframework.aop.target のメソッド。EmptyTargetSource
- equals(Object) - クラス org.springframework.aop.target のメソッド。HotSwappableTargetSource
- 現在のターゲットオブジェクトが等しい場合、2 つの HotSwappableTargetSources は等しくなります。
- equals(Object) - クラス org.springframework.aop.target のメソッド。SingletonTargetSource
- 2 つの呼び出し側インターセプターは、ターゲットが同じであるか、ターゲットまたはターゲットが等しい場合に等しくなります。
- equals(Object) - クラス org.springframework.aot.agent のメソッド。MethodReference
- equals(Object) - クラス org.springframework.aot.hint のメソッド。AbstractTypeReference
- equals(Object) - クラス org.springframework.aot.hint のメソッド。JavaSerializationHint
- 使用すべきではありません。
- equals(Object) - クラス org.springframework.aot.hint のメソッド。JdkProxyHint
- equals(Object) - クラス org.springframework.aot.hint のメソッド。ResourceBundleHint
- equals(Object) - クラス org.springframework.aot.hint のメソッド。ResourcePatternHint
- equals(Object) - Method in class org.springframework.beans.BeanMetadataAttribute
- equals(Object) - クラス org.springframework.beans.factory.annotation のメソッド。InjectionMetadata.InjectedElement
- equals(Object) - クラス org.springframework.beans.factory.config のメソッド。AutowiredPropertyMarker
- equals(Object) - クラス org.springframework.beans.factory.config のメソッド。BeanDefinitionHolder
- equals(Object) - クラス org.springframework.beans.factory.config のメソッド。BeanExpressionContext
- equals(Object) - クラス org.springframework.beans.factory.config のメソッド。ConstructorArgumentValues
- equals(Object) - クラス org.springframework.beans.factory.config のメソッド。DependencyDescriptor
- equals(Object) - クラス org.springframework.beans.factory.config のメソッド。RuntimeBeanNameReference
- equals(Object) - クラス org.springframework.beans.factory.config のメソッド。RuntimeBeanReference
- equals(Object) - クラス org.springframework.beans.factory.config のメソッド。TypedStringValue
- equals(Object) - クラス org.springframework.beans.factory のメソッド。InjectionPoint
- equals(Object) - クラス org.springframework.beans.factory.parsing のメソッド。BeanComponentDefinition
- この実装では、スーパークラスの等価要件に加えて、他のオブジェクトも BeanComponentDefinition 型であると想定しています。
- equals(Object) - クラス org.springframework.beans.factory.support のメソッド。AbstractBeanDefinition
- equals(Object) - クラス org.springframework.beans.factory.support のメソッド。ChildBeanDefinition
- equals(Object) - クラス org.springframework.beans.factory.support のメソッド。GenericBeanDefinition
- equals(Object) - クラス org.springframework.beans.factory.support のメソッド。LookupOverride
- equals(Object) - クラス org.springframework.beans.factory.support のメソッド。MethodOverride
- equals(Object) - クラス org.springframework.beans.factory.support のメソッド。MethodOverrides
- equals(Object) - クラス org.springframework.beans.factory.support のメソッド。ReplaceOverride
- equals(Object) - クラス org.springframework.beans.factory.support のメソッド。RootBeanDefinition
- equals(Object) - Method in class org.springframework.beans.MutablePropertyValues
- equals(Object) - Method in class org.springframework.beans.PropertyValue
- equals(Object) - クラス org.springframework.beans.support のメソッド。MutableSortDefinition
- 使用すべきではありません。
- equals(Object) - クラス org.springframework.cache.annotation のメソッド。AnnotationCacheOperationSource
- equals(Object) - クラス org.springframework.cache.annotation のメソッド。SpringCacheAnnotationParser
- equals(Object) - クラス org.springframework.cache.interceptor のメソッド。CacheOperation
- この実装は、
toString()の結果を比較します。 - equals(Object) - クラス org.springframework.cache.interceptor のメソッド。NameMatchCacheOperationSource
- equals(Object) - クラス org.springframework.cache.interceptor のメソッド。SimpleKey
- equals(Object) - クラス org.springframework.cache.support のメソッド。NullValue
- equals(Object) - クラス org.springframework.cache.support のメソッド。SimpleValueWrapper
- equals(Object) - クラス org.springframework.context.annotation のメソッド。DeferredImportSelector.Group.Entry
- equals(Object) - クラス org.springframework.context.expression のメソッド。AnnotatedElementKey
- equals(Object) - クラス org.springframework.context.expression のメソッド。CachedExpressionEvaluator.ExpressionKey
- equals(Object) - クラス org.springframework.context.support のメソッド。DefaultMessageSourceResolvable
- equals(Object) - クラス org.springframework.core.annotation のメソッド。AnnotatedElementAdapter
- equals(Object) - クラス org.springframework.core.annotation のメソッド。AnnotatedMethod
- equals(Object) - クラス org.springframework.core.annotation のメソッド。RepeatableContainers
- equals(Object) - Method in class org.springframework.core.AttributeAccessorSupport
- equals(Object) - クラス org.springframework.core.convert.converter のメソッド。GenericConverter.ConvertiblePair
- equals(Object) - Method in class org.springframework.core.convert.Property
- equals(Object) - クラス org.springframework.core.convert のメソッド。TypeDescriptor
- equals(Object) - クラス org.springframework.core.env のメソッド。PropertySource
- この
PropertySourceオブジェクトは、次の場合に指定されたオブジェクトと等しくなります。これらが同じインスタンスであり、両方のオブジェクトのnameプロパティが等しい場合 - equals(Object) - クラス org.springframework.core.io のメソッド。AbstractResource
- この実装は、説明文字列を比較します。
- equals(Object) - クラス org.springframework.core.io.buffer のメソッド。DefaultDataBuffer
- equals(Object) - クラス org.springframework.core.io.buffer のメソッド。JettyDataBuffer
- equals(Object) - クラス org.springframework.core.io.buffer のメソッド。NettyDataBuffer
- equals(Object) - クラス org.springframework.core.io のメソッド。ByteArrayResource
- この実装は、基礎となるバイト配列を比較します。
- equals(Object) - クラス org.springframework.core.io のメソッド。ClassPathResource
- この実装は、基礎となるクラスパスの場所と関連するクラスローダーを比較します。
- equals(Object) - クラス org.springframework.core.io のメソッド。DescriptiveResource
- この実装は、基礎となる説明文字列を比較します。
- equals(Object) - クラス org.springframework.core.io のメソッド。FileSystemResource
- この実装は、基になるファイルパスを比較します。
- equals(Object) - クラス org.springframework.core.io のメソッド。InputStreamResource
- この実装は、基礎となる InputStream を比較します。
- equals(Object) - クラス org.springframework.core.io のメソッド。ModuleResource
- equals(Object) - クラス org.springframework.core.io のメソッド。PathResource
- 使用すべきではありません。この実装では、基礎となる
PathSE 参照を比較します。 - equals(Object) - クラス org.springframework.core.io.support のメソッド。EncodedResource
- equals(Object) - クラス org.springframework.core.io のメソッド。UrlResource
- この実装は、基になる URL 参照を比較します。
- equals(Object) - クラス org.springframework.core.io のメソッド。VfsResource
- equals(Object) - Method in class org.springframework.core.MethodClassKey
- equals(Object) - Method in class org.springframework.core.MethodParameter
- equals(Object) - Method in class org.springframework.core.ParameterizedTypeReference
- equals(Object) - Method in class org.springframework.core.ReactiveTypeDescriptor
- equals(Object) - Method in class org.springframework.core.ResolvableType
- すべての型解決アーティファクト (型、
TypeProviderおよびVariableResolver) が完全に等しいかどうかを確認します。 - equals(Object) - クラス org.springframework.core.test.tools のメソッド。ClassFiles
- equals(Object) - クラス org.springframework.core.test.tools のメソッド。DynamicFile
- equals(Object) - クラス org.springframework.core.test.tools のメソッド。ResourceFiles
- equals(Object) - クラス org.springframework.core.test.tools のメソッド。SourceFiles
- equals(Object) - クラス org.springframework.core.type のメソッド。StandardClassMetadata
- equals(Object) - クラス org.springframework.core.type のメソッド。StandardMethodMetadata
- equals(Object) - Method in class org.springframework.expression.TypedValue
- equals(Object) - クラス org.springframework.http.codec のメソッド。ServerSentEvent
- equals(Object) - Method in class org.springframework.http.ContentDisposition
- equals(Object) - Method in record class org.springframework.http.ETag
- 他のオブジェクトがこのオブジェクトと「等しい」かどうかを示します。
- equals(Object) - Method in class org.springframework.http.HttpCookie
- equals(Object) - Method in class org.springframework.http.HttpEntity
- equals(Object) - Method in class org.springframework.http.HttpHeaders
- equals(Object) - Method in class org.springframework.http.HttpMethod
- equals(Object) - Method in class org.springframework.http.ProblemDetail
- equals(Object) - Method in class org.springframework.http.RequestEntity
- equals(Object) - Method in class org.springframework.http.RequestEntity.UriTemplateRequestEntity
- equals(Object) - Method in class org.springframework.http.ResponseCookie
- equals(Object) - Method in class org.springframework.http.ResponseEntity
- equals(Object) - クラス org.springframework.jms.support のメソッド。QosSettings
- equals(Object) - クラス org.springframework.jmx.support のメソッド。NotificationListenerHolder
- equals(Object) - Method in class org.springframework.mail.SimpleMailMessage
- equals(Object) - クラス org.springframework.messaging.handler のメソッド。AbstractMessageCondition
- equals(Object) - クラス org.springframework.messaging.handler のメソッド。CompositeMessageCondition
- equals(Object) - クラス org.springframework.messaging.handler のメソッド。HandlerMethod
- equals(Object) - Method in class org.springframework.messaging.MessageHeaders
- equals(Object) - クラス org.springframework.messaging.simp のメソッド。SimpMessageMappingInfo
- equals(Object) - クラス org.springframework.messaging.simp.stomp のメソッド。StompHeaders
- equals(Object) - クラス org.springframework.messaging.support のメソッド。GenericMessage
- equals(Object) - Method in class org.springframework.r2dbc.core.Parameter
- 使用すべきではありません。
- equals(Object) - クラス org.springframework.scheduling.support のメソッド。CronExpression
- equals(Object) - クラス org.springframework.scheduling.support のメソッド。CronTrigger
- equals(Object) - クラス org.springframework.scheduling.support のメソッド。PeriodicTrigger
- equals(Object) - クラス org.springframework.test.context.bean.override のメソッド。BeanOverrideHandler
- equals(Object) - クラス org.springframework.test.context のメソッド。ContextConfigurationAttributes
- 指定されたオブジェクトがこの
ContextConfigurationAttributesインスタンスと等しいかどうかを、両方のオブジェクトの宣言クラス、場所、アノテーション付きクラス、inheritLocations フラグ、コンテキスト初期化クラス、inheritInitializers フラグ、およびContextLoader classを比較して判断します。 - equals(Object) - クラス org.springframework.test.context のメソッド。MergedContextConfiguration
- 両方のオブジェクトの位置、アノテーション付きクラス、コンテキスト初期化クラス、アクティブなプロファイル、プロパティソース記述子、プロパティソースプロパティ、コンテキストカスタマイザ、親、および
ContextLoadersの完全修飾名を比較することにより、指定されたオブジェクトがこのMergedContextConfigurationインスタンスと等しいかどうかを判断します。 - equals(Object) - クラス org.springframework.test.context.web のメソッド。WebMergedContextConfiguration
- 提供されたオブジェクトがこの
WebMergedContextConfigurationインスタンスと等しいかどうかを判定するには、両オブジェクトのロケーション、アノテーションクラス、コンテキストイニシャライザークラス、アクティブプロファイル、リソースベースパス、プロパティソースディスクリプタ、プロパティソースプロパティ、コンテキストカスタマイザ、親、およびContextLoadersの完全修飾名を比較します。 - equals(Object) - クラス org.springframework.test.web.support のメソッド。AbstractJsonPathAssertions
- equals(Object) - クラス org.springframework.test.web.support のメソッド。AbstractXpathAssertions
- equals(Object) - クラス org.springframework.transaction.annotation のメソッド。AnnotationTransactionAttributeSource
- equals(Object) - クラス org.springframework.transaction.annotation のメソッド。Ejb3TransactionAnnotationParser
- equals(Object) - クラス org.springframework.transaction.annotation のメソッド。JtaTransactionAnnotationParser
- equals(Object) - クラス org.springframework.transaction.annotation のメソッド。SpringTransactionAnnotationParser
- equals(Object) - クラス org.springframework.transaction.interceptor のメソッド。MatchAlwaysTransactionAttributeSource
- equals(Object) - クラス org.springframework.transaction.interceptor のメソッド。MethodMapTransactionAttributeSource
- equals(Object) - クラス org.springframework.transaction.interceptor のメソッド。NameMatchTransactionAttributeSource
- equals(Object) - クラス org.springframework.transaction.interceptor のメソッド。RollbackRuleAttribute
- equals(Object) - クラス org.springframework.transaction.support のメソッド。DefaultTransactionDefinition
- この実装は、
toString()の結果を比較します。 - equals(Object) - クラス org.springframework.transaction.support のメソッド。DelegatingTransactionDefinition
- equals(Object) - クラス org.springframework.transaction.support のメソッド。TransactionTemplate
- equals(Object) - Method in class org.springframework.util.AutoPopulatingList
- equals(Object) - クラス org.springframework.util.comparator のメソッド。BooleanComparator
- equals(Object) - クラス org.springframework.util.comparator のメソッド。NullSafeComparator
- 使用すべきではありません。
- equals(Object) - Method in class org.springframework.util.ConcurrentReferenceHashMap.Entry
- equals(Object) - Method in class org.springframework.util.LinkedCaseInsensitiveMap
- equals(Object) - Method in class org.springframework.util.MimeType
- equals(Object) - Method in class org.springframework.util.MultiValueMapAdapter
- equals(Object) - クラス org.springframework.util.unit のメソッド。DataSize
- equals(Object) - Method in class org.springframework.validation.AbstractBindingResult
- equals(Object) - Method in exception class org.springframework.validation.BindException
- equals(Object) - Method in class org.springframework.validation.FieldError
- equals(Object) - クラス org.springframework.validation.method のメソッド。ParameterValidationResult
- equals(Object) - Method in class org.springframework.validation.ObjectError
- equals(Object) - Method in class org.springframework.validation.SimpleErrors
- equals(Object) - クラス org.springframework.web.accept のメソッド。SemanticApiVersionParser.Version
- equals(Object) - Method in exception class org.springframework.web.bind.support.WebExchangeBindException
- equals(Object) - クラス org.springframework.web.context.support のメソッド。ServletContextResource
- この実装は、基になる ServletContext リソースの場所を比較します。
- equals(Object) - クラス org.springframework.web.method のメソッド。ControllerAdviceBean
- equals(Object) - クラス org.springframework.web.method のメソッド。HandlerMethod
- equals(Object) - クラス org.springframework.web.reactive.result.condition のメソッド。AbstractRequestCondition
- equals(Object) - クラス org.springframework.web.reactive.result.method のメソッド。RequestMappingInfo
- equals(Object) - クラス org.springframework.web.reactive.socket のメソッド。CloseStatus
- equals(Object) - クラス org.springframework.web.reactive.socket のメソッド。WebSocketMessage
- equals(Object) - クラス org.springframework.web.servlet のメソッド。FlashMap
- equals(Object) - クラス org.springframework.web.servlet.mvc.condition のメソッド。AbstractRequestCondition
- equals(Object) - クラス org.springframework.web.servlet.mvc.method のメソッド。RequestMappingInfo
- equals(Object) - クラス org.springframework.web.socket のメソッド。AbstractWebSocketMessage
- equals(Object) - クラス org.springframework.web.socket のメソッド。CloseStatus
- equals(Object) - クラス org.springframework.web.socket.sockjs.frame のメソッド。SockJsFrame
- equals(Object) - クラス org.springframework.web.socket のメソッド。WebSocketExtension
- equals(Object) - クラス org.springframework.web.util.pattern のメソッド。PathPattern
- equals(Object) - レコードクラス org.springframework.aot.hint.annotation のメソッド。RegisterReflectionReflectiveProcessor.ReflectionRegistration
- 他のオブジェクトがこのオブジェクトと「等しい」かどうかを示します。
- equals(Object) - レコードクラス org.springframework.aot.hint のメソッド。LambdaHint.DeclaringMethod
- 他のオブジェクトがこのオブジェクトと「等しい」かどうかを示します。
- equals(Object) - Method in class org.springframework.asm.ConstantDynamic
- equals(Object) - Method in class org.springframework.asm.Handle
- equals(Object) - Method in class org.springframework.asm.Type
- 指定されたオブジェクトがこの型と等しいかどうかをテストします。
- equals(Object) - レコードクラス org.springframework.beans.factory.support のメソッド。RegisteredBean.InstantiationDescriptor
- 他のオブジェクトがこのオブジェクトと「等しい」かどうかを示します。
- equals(Object) - クラス org.springframework.cglib.beans のメソッド。BeanMap
- equals(Object) - クラス org.springframework.cglib.core のメソッド。ClassInfo
- equals(Object) - クラス org.springframework.cglib.core のメソッド。DefaultNamingPolicy
- equals(Object) - インターフェース org.springframework.cglib.core のメソッド。GeneratorStrategy
- 現在使用されている
GeneratorStrategyはAbstractClassGeneratorによって生成されたクラスのキャッシュに影響を与えることはありませんが、将来的には影響を受ける可能性があります。そのため、過剰なクラスの生成を避けるためにequalsとhashCodeを正しく実装する必要があることを思い出してください。 - equals(Object) - クラス org.springframework.cglib.core のメソッド。MethodInfo
- equals(Object) - インターフェース org.springframework.cglib.core のメソッド。NamingPolicy
- 現在使用されている
NamingPolicyはAbstractClassGeneratorによって生成されたクラスのキャッシュに影響を与えることはありませんが、将来的には影響を受ける可能性があります。そのため、過剰なクラスの生成を避けるためにequalsとhashCodeを正しく実装する必要があることを思い出してください。 - equals(Object) - Method in class org.springframework.cglib.core.Signature
- equals(Object) - クラス org.springframework.cglib.core のメソッド。WeakCacheKey
- equals(Object) - インターフェース org.springframework.cglib.proxy のメソッド。CallbackFilter
- 使用中の
CallbackFilterは、Enhancerが使用するキャッシュされたクラスに影響を与えるため、パフォーマンスを向上させるために、カスタムCallbackFilter実装に対してequalsおよびhashCodeを正しく実装する必要があることを思い出してください。 - equals(Object) - クラス org.springframework.cglib.proxy のメソッド。CallbackHelper
- equals(Object) - クラス org.springframework.cglib.reflect のメソッド。FastClass
- equals(Object) - クラス org.springframework.cglib.reflect のメソッド。FastMember
- equals(Object) - クラス org.springframework.cglib.reflect のメソッド。MethodDelegate
- equals(Object) - Method in record class org.springframework.core.io.support.PropertySourceDescriptor
- 他のオブジェクトがこのオブジェクトと「等しい」かどうかを示します。
- equals(Object) - レコードクラス org.springframework.core.test.tools のメソッド。CompilationException.Problem
- 他のオブジェクトがこのオブジェクトと「等しい」かどうかを示します。
- equals(Object) - Method in record class org.springframework.resilience.retry.MethodRetrySpec
- 他のオブジェクトがこのオブジェクトと「等しい」かどうかを示します。
- equals(Object) - Method in record class org.springframework.scheduling.config.TaskExecutionOutcome
- 他のオブジェクトがこのオブジェクトと「等しい」かどうかを示します。
- equalsAdvisors(AdvisedSupport, AdvisedSupport) - Static method in class org.springframework.aop.framework.AopProxyUtils
- 指定された AdvisedSupport オブジェクトの背後にあるアドバイザの等価性を確認してください。
- equalsCode(CloseStatus) - クラス org.springframework.web.socket のメソッド。CloseStatus
- equalsInProxy(AdvisedSupport, AdvisedSupport) - Static method in class org.springframework.aop.framework.AopProxyUtils
- 指定された AdvisedSupport オブジェクトの背後にあるプロキシが等しいかどうかを確認します。
- equalsProxiedInterfaces(AdvisedSupport, AdvisedSupport) - Static method in class org.springframework.aop.framework.AopProxyUtils
- 指定された AdvisedSupport オブジェクトの背後にあるプロキシされたインターフェースの等価性を確認します。
- equalsType(ResolvableType) - Method in class org.springframework.core.ResolvableType
- 別の
ResolvableTypeと型レベルが等しいかどうかを確認します。 - equalsTypeAndSubtype(MimeType) - Method in class org.springframework.util.MimeType
MimeType.equals(Object)に似ていますが、型とサブ型のみに基づいています。- error(CharSequence) - クラス org.springframework.core.log のメソッド。LogAccessor
- エラーログレベルでメッセージを記録します。
- error(String, Object) - クラス org.springframework.beans.factory.parsing のメソッド。ReaderContext
- 通常のエラーを発生させます。
- error(String, Object, Throwable) - クラス org.springframework.beans.factory.parsing のメソッド。ReaderContext
- 通常のエラーを発生させます。
- error(String, Object, ParseState) - クラス org.springframework.beans.factory.parsing のメソッド。ReaderContext
- 通常のエラーを発生させます。
- error(String, Object, ParseState, Throwable) - クラス org.springframework.beans.factory.parsing のメソッド。ReaderContext
- 通常のエラーを発生させます。
- error(String, Element) - クラス org.springframework.beans.factory.xml のメソッド。BeanDefinitionParserDelegate
- 指定されたソース要素の指定されたメッセージでエラーを報告します。
- error(String, Element, Throwable) - クラス org.springframework.beans.factory.xml のメソッド。BeanDefinitionParserDelegate
- 指定されたソース要素の指定されたメッセージでエラーを報告します。
- error(String, Node) - クラス org.springframework.beans.factory.xml のメソッド。BeanDefinitionParserDelegate
- 指定されたソース要素の指定されたメッセージでエラーを報告します。
- error(Throwable) - インターフェース org.springframework.web.servlet.function のメソッド。ServerResponse.SseBuilder
- 指定されたエラーでストリームを完了します。
- error(Throwable) - インターフェース org.springframework.web.servlet.function のメソッド。ServerResponse.StreamBuilder
- 指定されたエラーでストリームを完了します。
- error(Throwable, CharSequence) - クラス org.springframework.core.log のメソッド。LogAccessor
- エラーログレベルでエラーを記録します。
- error(Throwable, Supplier) - クラス org.springframework.core.log のメソッド。LogAccessor
- エラーログレベルでエラーを記録します。
- error(Supplier) - クラス org.springframework.core.log のメソッド。LogAccessor
- エラーログレベルでメッセージを記録します。
- error(TransformerException) - クラス org.springframework.util.xml のメソッド。SimpleTransformErrorListener
- error(Problem) - クラス org.springframework.beans.factory.parsing のメソッド。FailFastProblemReporter
- 発生したエラーの詳細を示す
BeanDefinitionParsingExceptionをスローします。 - error(Problem) - インターフェース org.springframework.beans.factory.parsing のメソッド。ProblemReporter
- 解析プロセス中にエラーが発生したときに呼び出されます。
- error(SAXParseException) - クラス org.springframework.util.xml のメソッド。SimpleSaxErrorHandler
- ERROR - Enum constant in enum class org.springframework.expression.spel.SpelMessage.Kind
- ERROR - Enum constant in enum class org.springframework.messaging.simp.stomp.StompCommand
- ERROR - Enum constant in enum class org.springframework.scheduling.config.TaskExecutionOutcome.Status
- タスクの実行はエラーで終了しました。
- ERROR_CHANNEL - Static variable in class org.springframework.messaging.MessageHeaders
- メッセージエラーチャネルのキー。
- ERROR_CODE - Static variable in exception class org.springframework.beans.MethodInvocationException
- メソッド呼び出しエラーが登録されるエラーコード。
- ERROR_CODE - Static variable in exception class org.springframework.beans.TypeMismatchException
- 型の不一致エラーが登録されるエラーコード。
- ERROR_EXCEPTION_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
- エラーページ例外の標準 Servlet 2.3+ 仕様リクエスト属性。
- ERROR_EXCEPTION_TYPE_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
- エラーページ例外型の標準 Servlet 2.3+ 仕様リクエスト属性。
- ERROR_MESSAGE_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
- エラーページメッセージの標準 Servlet 2.3+ 仕様リクエスト属性。
- ERROR_REQUEST_URI_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
- エラーページリクエスト URI の標準 Servlet 2.3+ 仕様リクエスト属性。
- ERROR_SERVLET_NAME_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
- エラーページサーブレット名の標準 Servlet 2.3+ 仕様リクエスト属性。
- ERROR_STATUS_CODE_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
- エラーページステータスコードの標準 Servlet 2.3+ 仕様リクエスト属性。
- errorCount(int) - クラス org.springframework.test.web.servlet.result のメソッド。ModelResultMatchers
- モデル内のエラーの総数をアサートします。
- errorHandler - Variable in class org.springframework.cache.annotation.AbstractCachingConfiguration
- errorHandler - Variable in class org.springframework.cache.interceptor.AbstractCacheInvoker
- errorHandler() - インターフェース org.springframework.cache.annotation のメソッド。CachingConfigurer
- キャッシュ関連エラーの処理に使用する
CacheErrorHandlerを返します。 - errorHandler() - クラス org.springframework.cache.annotation のメソッド。CachingConfigurerSupport
- 使用すべきではありません。
- ErrorHandler - org.springframework.util のインターフェース
- エラーを処理するための戦略。
- ErrorMessage - org.springframework.messaging.support のクラス
ThrowableSE ペイロードを持つGenericMessage。- ErrorMessage(Throwable) - クラス org.springframework.messaging.support. ErrorMessage のコンストラクター
- 指定されたペイロードで新しいメッセージを作成します。
- ErrorMessage(Throwable, Map) - クラス org.springframework.messaging.support. ErrorMessage のコンストラクター
- 指定されたペイロードとヘッダーで新しいメッセージを作成します。
- ErrorMessage(Throwable, Map, Message) - クラス org.springframework.messaging.support. ErrorMessage のコンストラクター
- 指定されたペイロード、ヘッダー、元のメッセージで新しいメッセージを作成します。
- ErrorMessage(Throwable, Message) - クラス org.springframework.messaging.support. ErrorMessage のコンストラクター
- 指定されたペイロードと元のメッセージで新しいメッセージを作成します。
- ErrorMessage(Throwable, MessageHeaders) - クラス org.springframework.messaging.support. ErrorMessage のコンストラクター
- 使用する
MessageHeadersインスタンスを持つコンストラクター。 - ErrorMessage(Throwable, MessageHeaders, Message) - クラス org.springframework.messaging.support. ErrorMessage のコンストラクター
- ペイロード、
MessageHeaders、元のメッセージを含む新しいメッセージを作成します。 - errorMode() - Element in annotation interface org.springframework.test.context.jdbc.SqlConfig
- SQL ステートメントの実行中にエラーが発生したときに使用するモード。
- ErrorResponse - org.springframework.web のインターフェース
- ステータス、ヘッダー、RFC 9457 形式の
ProblemDetail本文を含む完全な RFC 9457 エラーレスポンスの表現。 - ErrorResponse.Builder - org.springframework.web のインターフェース
ErrorResponseのビルダー。- ErrorResponse.Interceptor - org.springframework.web のインターフェース
- RFC-9457
ProblemDetailレスポンスがレンダリングされる前にアクションを実行するコールバック。 - ErrorResponseException - org.springframework.web の例外クラス
ErrorResponseを実装して、HTTP ステータス、レスポンスヘッダー、RFC 9457ProblemDetailとしてフォーマットされた本文を公開するRuntimeExceptionSE。- ErrorResponseException(HttpStatusCode) - Constructor for exception class org.springframework.web.ErrorResponseException
HttpStatusCodeを持つコンストラクター。- ErrorResponseException(HttpStatusCode, Throwable) - Constructor for exception class org.springframework.web.ErrorResponseException
HttpStatusCodeとオプションの原因を持つコンストラクター。- ErrorResponseException(HttpStatusCode, ProblemDetail, Throwable) - Constructor for exception class org.springframework.web.ErrorResponseException
- 拡張フィールドを持つ
ProblemDetailのサブクラスである可能性がある、特定のProblemDetailインスタンスを持つコンストラクター。 - ErrorResponseException(HttpStatusCode, ProblemDetail, Throwable, String, Object[]) - Constructor for exception class org.springframework.web.ErrorResponseException
- 指定された
ProblemDetail、および詳細メッセージを解決するためのMessageSourceコードと引数を持つコンストラクター。 - Errors - Interface in org.springframework.validation
- 特定のオブジェクトのデータバインディングおよび検証エラーに関する情報を格納および公開します。
- ERRORS_VARIABLE_NAME - Static variable in class org.springframework.web.servlet.tags.BindErrorsTag
Errorsを含むページコンテキスト属性。- ErrorsMethodArgumentResolver - org.springframework.web.method.annotation のクラス
Errorsメソッドの引数を解決します。- ErrorsMethodArgumentResolver - org.springframework.web.reactive.result.method.annotation のクラス
ErrorsまたはBindingResultメソッドの引数を解決します。- ErrorsMethodArgumentResolver() - クラス org.springframework.web.method.annotation. ErrorsMethodArgumentResolver のコンストラクター
- ErrorsMethodArgumentResolver(ReactiveAdapterRegistry) - クラス org.springframework.web.reactive.result.method.annotation. ErrorsMethodArgumentResolver のコンストラクター
- ErrorsTag - org.springframework.web.servlet.tags.form のクラス
<errors>タグは、HTML の "span" タグでフィールドエラーをレンダリングします。- ErrorsTag() - クラス org.springframework.web.servlet.tags.form. ErrorsTag のコンストラクター
- ESCAPE_CHARACTER - Static variable in class org.springframework.util.SystemPropertyUtils
- プロパティプレースホルダーのエスケープ文字:
'\'。 - EscapeBodyTag - org.springframework.web.servlet.tags のクラス
<escapeBody>タグは、囲まれた本文コンテンツをエスケープするために使用され、HTML エスケープまたは JavaScript エスケープを適用します。- EscapeBodyTag() - クラス org.springframework.web.servlet.tags. EscapeBodyTag のコンストラクター
- escapeCharacter - Variable in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
- デフォルトは
AbstractPropertyResolver.getDefaultEscapeCharacter()によって決まります。 - EscapedErrors - org.springframework.web.bind のクラス
- HTML ビューでの便利な使用のために、ラップされたインスタンスに自動 HTML エスケープを追加するエラーラッパー。
- EscapedErrors(Errors) - クラス org.springframework.web.bind. EscapedErrors のコンストラクター
- 指定されたソースインスタンスの新しい EscapedErrors インスタンスを作成します。
- escapeType(String) - Static method in class org.springframework.cglib.core.TypeUtils
- establishSharedConnection() - クラス org.springframework.jms.listener のメソッド。AbstractJmsListeningContainer
- このコンテナーの共有接続を確立します。
- establishSharedConnection() - クラス org.springframework.jms.listener のメソッド。DefaultMessageListenerContainer
- 初期設定での失敗を受け入れるためにオーバーライドされます。最初のアクセスで共有接続を確立するのは非同期呼び出し側に任されます。
- eTag(String) - Method in interface org.springframework.http.ResponseEntity.HeadersBuilder
ETagヘッダーで指定されているように、本文のエンティティタグを設定します。- eTag(String) - インターフェース org.springframework.web.reactive.function.server のメソッド。EntityResponse.Builder
ETagヘッダーで指定されているように、本文のエンティティタグを設定します。- eTag(String) - インターフェース org.springframework.web.reactive.function.server のメソッド。ServerResponse.HeadersBuilder
ETagヘッダーで指定されているように、本文のエンティティタグを設定します。- eTag(String) - インターフェース org.springframework.web.servlet.function のメソッド。EntityResponse.Builder
ETagヘッダーで指定されているように、本文のエンティティタグを設定します。- eTag(String) - インターフェース org.springframework.web.servlet.function のメソッド。ServerResponse.HeadersBuilder
ETagヘッダーで指定されているように、本文のエンティティタグを設定します。- ETag - Record Class in org.springframework.http
- HTTP 条件付きリクエストの ETag を表します。
- ETag(String, boolean) - Constructor for record class org.springframework.http.ETag
ETagレコードクラスのインスタンスを作成します。- ETAG - Static variable in class org.springframework.http.HttpHeaders
- HTTP
ETagヘッダーフィールド名。 - EvalTag - org.springframework.web.servlet.tags のクラス
<eval>タグは Spring 式(SpEL)を評価し、結果を出力するか、変数に割り当てます。- EvalTag() - クラス org.springframework.web.servlet.tags. EvalTag のコンストラクター
- evaluate() - クラス org.springframework.test.context.junit4.statements のメソッド。ProfileValueChecker
- 使用すべきではありません。コンストラクターへの引数で指定されたテストが、
@IfProfileValueアノテーションで構成されている現在の環境で有効になっているかどうかを確認します。 - evaluate() - クラス org.springframework.test.context.junit4.statements のメソッド。RunAfterTestClassCallbacks
- 使用すべきではありません。実行 チェーン (通常は
RunAftersのインスタンス) で次のStatementを評価し、スローされた例外をキャッチしてから、TestContextManager.afterTestClass()を呼び出します。 - evaluate() - クラス org.springframework.test.context.junit4.statements のメソッド。RunAfterTestExecutionCallbacks
- 使用すべきではありません。実行された例外チェーン(通常は
RunBeforeTestExecutionCallbacksのインスタンス)の次のStatementを評価し、スローされた例外をキャッチしてから、最初にキャッチされた例外(ある場合)を提供してTestContextManager.afterTestExecution(Object, Method, Throwable)を呼び出します。 - evaluate() - クラス org.springframework.test.context.junit4.statements のメソッド。RunAfterTestMethodCallbacks
- 使用すべきではありません。実行 チェーン (通常は
RunAftersのインスタンス) で次のStatementを評価し、スローされた例外をキャッチしてから、最初にキャッチされた例外 (存在する場合) を提供してTestContextManager.afterTestMethod(Object, Method, Throwable)を呼び出します。 - evaluate() - クラス org.springframework.test.context.junit4.statements のメソッド。RunBeforeTestClassCallbacks
- 使用すべきではありません。
TestContextManager.beforeTestClass()を呼び出してから、実行 チェーン (通常はRunBeforesのインスタンス) で次のStatementを評価します。 - evaluate() - クラス org.springframework.test.context.junit4.statements のメソッド。RunBeforeTestExecutionCallbacks
- 使用すべきではありません。
TestContextManager.beforeTestExecution(Object, Method)を呼び出してから、実行 チェーン (通常はInvokeMethodのインスタンス) で次のStatementを評価します。 - evaluate() - クラス org.springframework.test.context.junit4.statements のメソッド。RunBeforeTestMethodCallbacks
- 使用すべきではありません。
TestContextManager.beforeTestMethod(Object, Method)を呼び出してから、実行 チェーン (通常はRunBeforesのインスタンス) で次のStatementを評価します。 - evaluate() - クラス org.springframework.test.context.junit4.statements のメソッド。RunPrepareTestInstanceCallbacks
- 使用すべきではありません。
TestContextManager.prepareTestInstance(Object)を呼び出し、実行チェーンの次のStatement(通常はRunAfterTestMethodCallbacksのインスタンス)を評価します。 - evaluate() - クラス org.springframework.test.context.junit4.statements のメソッド。SpringFailOnTimeout
- 使用すべきではありません。実行チェーンの次の
statement(通常はSpringRepeatのインスタンス)を評価し、次のstatementが指定されたtimeoutよりも長く実行された場合にTimeoutExceptionSE をスローします。 - evaluate() - クラス org.springframework.test.context.junit4.statements のメソッド。SpringRepeat
- 使用すべきではありません。指定された繰り返し回数を使用して、実行チェーンの次の
statementを繰り返し評価します。 - evaluate(Object) - クラス org.springframework.beans.factory.support のメソッド。BeanDefinitionValueResolver
- 必要に応じて、指定された値を式として評価します。
- evaluate(String, BeanExpressionContext) - インターフェース org.springframework.beans.factory.config のメソッド。BeanExpressionResolver
- 該当する場合、指定された値を式として評価します。そうでなければ値をそのまま返します。
- evaluate(String, BeanExpressionContext) - クラス org.springframework.context.expression のメソッド。StandardBeanExpressionResolver
- evaluate(Object) - クラス org.springframework.cglib.core のメソッド。DuplicatesPredicate
- evaluate(Object) - Method in interface org.springframework.cglib.core.Predicate
- evaluate(Object) - クラス org.springframework.cglib.core のメソッド。RejectModifierPredicate
- evaluate(Object) - クラス org.springframework.cglib.core のメソッド。VisibilityPredicate
- evaluate(String, Object) - クラス org.springframework.web.servlet.tags.form のメソッド。AbstractFormTag
- 指定された属性名に対して指定された値を評価します。
- evaluate(TypedStringValue) - クラス org.springframework.beans.factory.support のメソッド。BeanDefinitionValueResolver
- 必要に応じて、指定された値を式として評価します。
- evaluate(ScriptSource) - クラス org.springframework.scripting.bsh のメソッド。BshScriptEvaluator
- 使用すべきではありません。
- evaluate(ScriptSource) - Method in class org.springframework.scripting.groovy.GroovyScriptEvaluator
- evaluate(ScriptSource) - Method in interface org.springframework.scripting.ScriptEvaluator
- 指定されたスクリプトを評価します。
- evaluate(ScriptSource) - クラス org.springframework.scripting.support のメソッド。StandardScriptEvaluator
- evaluate(ScriptSource, Map) - クラス org.springframework.scripting.bsh のメソッド。BshScriptEvaluator
- 使用すべきではありません。
- evaluate(ScriptSource, Map) - Method in class org.springframework.scripting.groovy.GroovyScriptEvaluator
- evaluate(ScriptSource, Map) - Method in interface org.springframework.scripting.ScriptEvaluator
- 指定された引数で指定されたスクリプトを評価します。
- evaluate(ScriptSource, Map) - クラス org.springframework.scripting.support のメソッド。StandardScriptEvaluator
- evaluateAnnotation(Class, Function, Function, Function, boolean, ExtensionContext) - クラス org.springframework.test.context.junit.jupiter のメソッド。DisabledIfCondition
- 提供された
ExtensionContextについて、AnnotatedElementSE の提供されたアノテーション型を介して構成された式を評価します。 - evaluateAnnotation(Class, Function, Function, Function, boolean, ExtensionContext) - クラス org.springframework.test.context.junit.jupiter のメソッド。EnabledIfCondition
- 提供された
ExtensionContextについて、AnnotatedElementSE の提供されたアノテーション型を介して構成された式を評価します。 - evaluateBeanDefinitionString(String, BeanDefinition) - クラス org.springframework.beans.factory.support のメソッド。AbstractBeanFactory
- Bean 定義に含まれている特定のストリングを評価し、潜在的にそれを式として解決します。
- evaluateExecutionCondition(ExtensionContext) - クラス org.springframework.test.context.junit.jupiter のメソッド。DisabledIfCondition
- 対応するテストクラスまたはテストメソッドに
@DisabledIfが存在し、構成された式がtrueと評価される場合、コンテナーとテストは無効になります。 - evaluateExecutionCondition(ExtensionContext) - クラス org.springframework.test.context.junit.jupiter のメソッド。EnabledIfCondition
- 対応するテストクラスまたはテストメソッドに
@EnabledIfが存在し、構成された式がtrueと評価される場合、コンテナーとテストが有効になります。 - evaluateJsonPath(String) - クラス org.springframework.test.util のメソッド。JsonPathExpectationsHelper
- JSON パスを評価し、結果の値を返します。
- evaluateJsonPath(String, Class) - クラス org.springframework.test.util のメソッド。JsonPathExpectationsHelper
- ターゲット型を持つ
JsonPathExpectationsHelper.evaluateJsonPath(String)のバリアント。 - evaluateJsonPath(String, ParameterizedTypeReference) - クラス org.springframework.test.util のメソッド。JsonPathExpectationsHelper
- ジェネリクスを持つターゲット型を持つ
JsonPathExpectationsHelper.evaluateJsonPath(String)のバリアント。 - evaluateProxyInterfaces(Class, ProxyFactory) - クラス org.springframework.aop.framework のメソッド。ProxyProcessorSupport
- 指定された Bean クラスのインターフェースを確認し、必要に応じて
ProxyFactoryに適用します。 - evaluateScript(ScriptSource) - クラス org.springframework.scripting.support のメソッド。StandardScriptFactory
- evaluateXpath(byte[], String, Class) - クラス org.springframework.test.util のメソッド。XpathExpectationsHelper
- XPath を評価し、結果の値を返します。
- evaluateXpath(Document, QName, Class) - クラス org.springframework.test.util のメソッド。XpathExpectationsHelper
- 指定されたドキュメントに XPath 式を適用します。
- EvaluationContext - org.springframework.expression のインターフェース
- 式は評価コンテキストで実行されます。
- EvaluationException - org.springframework.expression の例外クラス
- 式の評価中に発生する例外を表します。
- EvaluationException(int, String) - Constructor for exception class org.springframework.expression.EvaluationException
- 新しい式評価例外を作成します。
- EvaluationException(int, String, Throwable) - Constructor for exception class org.springframework.expression.EvaluationException
- 新しい式評価例外を作成します。
- EvaluationException(String) - Constructor for exception class org.springframework.expression.EvaluationException
- 新しい式評価例外を作成します。
- EvaluationException(String, Throwable) - Constructor for exception class org.springframework.expression.EvaluationException
- 新しい式評価例外を作成します。
- EvaluationException(String, String) - Constructor for exception class org.springframework.expression.EvaluationException
- 新しい式評価例外を作成します。
- event() - クラス org.springframework.http.codec のメソッド。ServerSentEvent
- 可能であれば、このイベントの
eventフィールドを返します。 - event() - Static method in class org.springframework.web.servlet.mvc.method.annotation.SseEmitter
- event(String) - インターフェース org.springframework.http.codec のメソッド。ServerSentEvent.Builder
eventフィールドの値を設定します。- event(String) - インターフェース org.springframework.web.servlet.function のメソッド。ServerResponse.SseBuilder
- SSE「イベント」行を追加します。
- EVENT_LISTENER_FACTORY_BEAN_NAME - Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
- 内部で管理されている EventListenerFactory の Bean 名。
- EVENT_LISTENER_PROCESSOR_BEAN_NAME - Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
- 内部で管理されている @EventListener アノテーションプロセッサーの Bean 名。
- EVENT_SOURCE - Enum constant in enum class org.springframework.web.socket.sockjs.transport.TransportType
- EventListener - Annotation Interface in org.springframework.context.event
- メソッドをアプリケーションイベントのリスナーとしてマークするアノテーション。
- EventListenerFactory - Interface in org.springframework.context.event
EventListenerアノテーションが付けられたメソッドのApplicationListenerを作成するための戦略インターフェース。- EventListenerMethodProcessor - org.springframework.context.event のクラス
EventListenerメソッドを個々のApplicationListenerインスタンスとして登録します。- EventListenerMethodProcessor() - クラス org.springframework.context.event. EventListenerMethodProcessor のコンストラクター
- EventPublicationInterceptor - org.springframework.context.event のクラス
- 各
ApplicationEventPublisherで登録されたすべてのApplicationListenersにApplicationEventを発行するInterceptorは、各メソッド呼び出しが成功した後。 - EventPublicationInterceptor() - クラス org.springframework.context.event. EventPublicationInterceptor のコンストラクター
- EventPublicationInterceptor.ApplicationEventFactory - org.springframework.context.event のインターフェース
- メソッド呼び出し後に
ApplicationEventを構築するためのコールバックインターフェース。 - EventPublishingTestExecutionListener - org.springframework.test.context.event のクラス
- 現在実行中のテストのテスト実行イベントを
ApplicationContextに公開するTestExecutionListener。 - EventPublishingTestExecutionListener() - クラス org.springframework.test.context.event. EventPublishingTestExecutionListener のコンストラクター
- EventSourceTransportHandler - org.springframework.web.socket.sockjs.transport.handler のクラス
- サーバー送信イベントを介してメッセージを送信するための TransportHandler:サーバー送信イベント。
- EventSourceTransportHandler() - クラス org.springframework.web.socket.sockjs.transport.handler. EventSourceTransportHandler のコンストラクター
- evict() - Element in annotation interface org.springframework.cache.annotation.Caching
- evict(Object) - Method in interface org.springframework.cache.Cache
- このキーが存在する場合、このキャッシュからこのキーのマッピングを削除します。
- evict(Object) - クラス org.springframework.cache.caffeine のメソッド。CaffeineCache
- evict(Object) - クラス org.springframework.cache.concurrent のメソッド。ConcurrentMapCache
- evict(Object) - Method in class org.springframework.cache.jcache.JCacheCache
- evict(Object) - クラス org.springframework.cache.support のメソッド。NoOpCache
- evict(Object) - クラス org.springframework.cache.transaction のメソッド。TransactionAwareCacheDecorator
- evictIfPresent(Object) - Method in interface org.springframework.cache.Cache
- このキーが存在する場合は、このキーのマッピングを削除し、以降の検索ではキーがすぐに見えないことを期待します。
- evictIfPresent(Object) - クラス org.springframework.cache.caffeine のメソッド。CaffeineCache
- evictIfPresent(Object) - クラス org.springframework.cache.concurrent のメソッド。ConcurrentMapCache
- evictIfPresent(Object) - Method in class org.springframework.cache.jcache.JCacheCache
- evictIfPresent(Object) - クラス org.springframework.cache.support のメソッド。NoOpCache
- evictIfPresent(Object) - クラス org.springframework.cache.transaction のメソッド。TransactionAwareCacheDecorator
- Example - Section in annotation interface org.springframework.context.annotation.Primary
- Example - Section in annotation interface org.springframework.test.annotation.IfProfileValue
- Example - Section in class org.springframework.expression.spel.support.ReflectiveIndexAccessor
- Example - Section in class org.springframework.test.web.servlet.MockMvc
- Example - Section in interface org.springframework.test.context.DynamicPropertyRegistrar
- Example - Section in interface org.springframework.test.web.servlet.ResultHandler
- Example - Section in interface org.springframework.web.WebApplicationInitializer
- Example - Section in org.springframework.test.web.reactive.server.WebTestClient.ResponseSpec.expectAll(WebTestClient.ResponseSpec.ResponseSpecConsumer...)
- Example - Section in org.springframework.test.web.servlet.ResultActions.andDo(ResultHandler)
- Example - Section in org.springframework.test.web.servlet.ResultActions.andExpect(ResultMatcher)
- Example - Section in org.springframework.test.web.servlet.ResultActions.andExpectAll(ResultMatcher...)
- Example - Section in org.springframework.test.web.servlet.client.RestTestClient.ResponseSpec.expectAll(RestTestClient.ResponseSpec.ResponseSpecConsumer...)
- サンプル: adding a new property source with highest search priority - Section in interface org.springframework.core.env.ConfigurableEnvironment
- サンプル: アノテーション内の明示的なエイリアス - Section in annotation interface org.springframework.core.annotation.AliasFor
- サンプル: メタアノテーションの属性の明示的なエイリアス - Section in annotation interface org.springframework.core.annotation.AliasFor
- サンプル: アノテーション内の暗黙のエイリアス - Section in annotation interface org.springframework.core.annotation.AliasFor
- サンプル: mocking the system environment for testing purposes - Section in interface org.springframework.core.env.ConfigurableEnvironment
- サンプル: removing the default system properties property source - Section in interface org.springframework.core.env.ConfigurableEnvironment
- サンプル: アノテーション内の推移的な暗黙のエイリアス - Section in annotation interface org.springframework.core.annotation.AliasFor
- Examples - Section in annotation interface org.springframework.test.context.ContextHierarchy
- Examples - Section in annotation interface org.springframework.test.context.DynamicPropertySource
- Examples - Section in class org.springframework.expression.spel.ast.ConstructorReference
- Examples - Section in class org.springframework.http.converter.FormHttpMessageConverter
- Examples - Section in class org.springframework.util.AntPathMatcher
- Examples - Section in class org.springframework.web.util.pattern.PathPattern
- Examples - Section in org.springframework.test.context.TestPropertySource.properties()
- Examples - Section in org.springframework.util.AntPathMatcher.combine(String, String)
- Examples - Section in org.springframework.util.unit.DataSize.parse(CharSequence)
- Examples - Section in org.springframework.util.unit.DataSize.parse(CharSequence, DataUnit)
- 構文例 - Section in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
- 使用例 - Section in annotation interface org.springframework.context.annotation.PropertySource
- 使用例 - Section in class org.springframework.test.context.junit4.rules.SpringClassRule
- 使用例 - Section in class org.springframework.test.context.junit4.rules.SpringMethodRule
- ステータスおよびコンテンツ結果マッチャーの使用例 - Section in interface org.springframework.test.web.servlet.ResultMatcher
- exception() - Element in annotation interface org.springframework.web.bind.annotation.ExceptionHandler
- アノテーション付きメソッドによって処理される例外。
- exception(ClientRequestObservationContext) - クラス org.springframework.http.client.observation のメソッド。DefaultClientRequestObservationConvention
- exception(ServerRequestObservationContext) - クラス org.springframework.http.server.observation のメソッド。DefaultServerRequestObservationConvention
- exception(ServerRequestObservationContext) - クラス org.springframework.http.server.observation のメソッド。OpenTelemetryServerRequestObservationConvention
- exception(ServerRequestObservationContext) - クラス org.springframework.http.server.reactive.observation のメソッド。DefaultServerRequestObservationConvention
- exception(ScheduledTaskObservationContext) - クラス org.springframework.scheduling.support のメソッド。DefaultScheduledTaskObservationConvention
- exception(ClientRequestObservationContext) - クラス org.springframework.web.reactive.function.client のメソッド。DefaultClientRequestObservationConvention
- EXCEPTION - Enum constant in enum class org.springframework.http.client.observation.ClientHttpObservationDocumentation.LowCardinalityKeyNames
- 交換中にスローされた例外の名前、または例外が発生しなかった場合は "none"。
- EXCEPTION - Enum constant in enum class org.springframework.http.server.observation.OpenTelemetryServerHttpObservationDocumentation.LowCardinalityKeyNames
- 交換中にスローされた例外の完全修飾名、または例外がスローされなかった場合は "none"。
- EXCEPTION - Enum constant in enum class org.springframework.http.server.observation.ServerHttpObservationDocumentation.LowCardinalityKeyNames
- 交換中にスローされた例外の名前。例外がスローされなかった場合は "none"。
- EXCEPTION - Enum constant in enum class org.springframework.http.server.reactive.observation.ServerHttpObservationDocumentation.LowCardinalityKeyNames
- 交換中にスローされた例外の名前。例外がスローされなかった場合は "none"。
- EXCEPTION - Enum constant in enum class org.springframework.scheduling.support.ScheduledTaskObservationDocumentation.LowCardinalityKeyNames
- タスクの実行中にスローされた例外の名前。例外がスローされなかった場合は "none"。
- EXCEPTION - Enum constant in enum class org.springframework.web.reactive.function.client.ClientHttpObservationDocumentation.LowCardinalityKeyNames
- 交換中にスローされた例外の名前、または例外が発生しなかった場合は "none"。
- EXCEPTION_ATTRIBUTE - Static variable in class org.springframework.web.servlet.DispatcherServlet
HandlerExceptionResolverで解決されましたがビューがレンダリングされなかった例外を公開するリクエスト属性の名前 (たとえば、ステータスコードの設定)。- EXCEPTION_COMPILING_EXPRESSION - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- EXCEPTION_DURING_BEAN_RESOLUTION - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- EXCEPTION_DURING_FUNCTION_CALL - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- EXCEPTION_DURING_INDEX_READ - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- EXCEPTION_DURING_INDEX_WRITE - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- EXCEPTION_DURING_METHOD_INVOCATION - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- EXCEPTION_DURING_PROPERTY_READ - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- EXCEPTION_DURING_PROPERTY_WRITE - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- EXCEPTION_PARAMETER - Static variable in class org.springframework.asm.TypeReference
- メソッド内の 'catch' 句の例外の型を対象とする一種の型参照。
- EXCEPTION_RUNNING_COMPILED_EXPRESSION - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- exceptionCacheResolver - Variable in class org.springframework.cache.jcache.config.AbstractJCacheConfiguration
- exceptionCacheResolver() - Method in interface org.springframework.cache.jcache.config.JCacheConfigurer
CacheResolverBean を返し、アノテーション駆動型キャッシュ管理の例外キャッシュを解決するために使用します。- exceptionCacheResolver() - Method in class org.springframework.cache.jcache.config.JCacheConfigurerSupport
- 使用すべきではありません。
- ExceptionCollector - org.springframework.test.util のクラス
ExceptionCollectorは、コードブロックを実行し、例外を収集し、抑制された例外として検出された例外を含む単一のAssertionErrorSE を生成するためのテストユーティリティです。- ExceptionCollector() - クラス org.springframework.test.util. ExceptionCollector のコンストラクター
- ExceptionCollector.Executable - Interface in org.springframework.test.util
Executableは、ThrowableSE をスローする可能性のある一般的なコードブロックを実装するために使用できる関数インターフェースです。- ExceptionDepthComparator - Class in org.springframework.core
- スローされた例外型からの深さに基づいて例外をソートできるコンパレータ。
- ExceptionDepthComparator(Class) - Constructor for class org.springframework.core.ExceptionDepthComparator
- 指定された例外型の新しい ExceptionDepthComparator を作成します。
- ExceptionDepthComparator(Throwable) - Constructor for class org.springframework.core.ExceptionDepthComparator
- 指定された例外の新しい ExceptionDepthComparator を作成します。
- exceptionHandler - Variable in class org.springframework.scheduling.annotation.AbstractAsyncConfiguration
- exceptionHandler(WebExceptionHandler) - インターフェース org.springframework.web.reactive.function.server のメソッド。HandlerStrategies.Builder
- 指定された例外ハンドラーをこのビルダーに追加します。
- exceptionHandler(WebExceptionHandler...) - クラス org.springframework.web.server.adapter のメソッド。WebHttpHandlerBuilder
- 指定された例外ハンドラーを追加します。
- ExceptionHandler - Annotation Interface in org.springframework.web.bind.annotation
- 特定のハンドラークラスやハンドラーメソッドで例外を処理するためのアノテーション。
- ExceptionHandlerExceptionResolver - org.springframework.web.servlet.mvc.method.annotation のクラス
@ExceptionHandlerメソッドにより例外を解決するAbstractHandlerMethodExceptionResolver。- ExceptionHandlerExceptionResolver() - クラス org.springframework.web.servlet.mvc.method.annotation. ExceptionHandlerExceptionResolver のコンストラクター
- ExceptionHandlerMappingInfo - org.springframework.web.method.annotation のクラス
@ExceptionHandlerマッピング情報。- ExceptionHandlerMethodResolver - org.springframework.web.method.annotation のクラス
- 指定されたクラス(そのすべてのスーパークラスを含む)内の @ExceptionHandler メソッドを検出し、クライアントによってリクエストされた指定された
ExceptionSE およびMediaTypeを、指定されたMethodSE でサポートされる組み合わせに解決できます。 - ExceptionHandlerMethodResolver(Class) - クラス org.springframework.web.method.annotation. ExceptionHandlerMethodResolver のコンストラクター
- 指定された型の
ExceptionHandlerメソッドを見つけるコンストラクター。 - exceptionHandlers() - インターフェース org.springframework.web.reactive.function.server のメソッド。HandlerStrategies
- 例外の処理に使用する
WebExceptionHandlersを返します。 - exceptionHandlers(Consumer) - クラス org.springframework.web.server.adapter のメソッド。WebHttpHandlerBuilder
- 現在構成されている例外ハンドラーの「ライブ」リストを操作します。
- 例外処理 - Section in annotation interface org.springframework.context.event.EventListener
- 例外処理 - Section in class org.springframework.test.context.event.EventPublishingTestExecutionListener
- ExceptionHandlingWebHandler - org.springframework.web.server.handler のクラス
- デリゲート
WebHandlerの後に 1 つ以上のWebExceptionHandlersを呼び出す WebHandler デコレーター。 - ExceptionHandlingWebHandler(WebHandler, List) - クラス org.springframework.web.server.handler. ExceptionHandlingWebHandler のコンストラクター
- 指定されたデリゲートの
ExceptionHandlingWebHandlerを作成します。 - ExceptionTypeFilter - Class in org.springframework.util
- 例外型を処理する
InstanceFilter。 - ExceptionTypeFilter(Collection, Collection, boolean) - Constructor for class org.springframework.util.ExceptionTypeFilter
- 含めるコレクションと除外コレクションに基づいて新しい
ExceptionTypeFilterを作成します。 - ExceptionTypeFilter(Collection, Collection) - Constructor for class org.springframework.util.ExceptionTypeFilter
- 包含コレクションと除外コレクションに基づいて新しい
ExceptionTypeFilterを作成し、matchIfEmptyフラグをtrueに設定します。 - ExceptionWebSocketHandlerDecorator - org.springframework.web.socket.handler のクラス
WebSocketHandlerDecoratorを処理する例外。- ExceptionWebSocketHandlerDecorator(WebSocketHandler) - クラス org.springframework.web.socket.handler. ExceptionWebSocketHandlerDecorator のコンストラクター
- exchange() - クラス org.springframework.mock.web.reactive.function.server のメソッド。MockServerRequest
- exchange() - インターフェース org.springframework.test.web.reactive.server のメソッド。WebTestClient.RequestHeadersSpec
- HTTP 交換を実行し、。
- exchange() - クラス org.springframework.test.web.servlet.assertj のメソッド。MockMvcTester.MockMultipartMvcRequestBuilder
- リクエストを実行します。
- exchange() - クラス org.springframework.test.web.servlet.assertj のメソッド。MockMvcTester.MockMvcRequestBuilder
- リクエストを実行します。
- exchange() - インターフェース org.springframework.test.web.servlet.client のメソッド。RestTestClient.RequestHeadersSpec
- 交換を実行します。
- exchange() - インターフェース org.springframework.web.reactive.function.server のメソッド。ServerRequest
- このリクエストのベースとなる Web エクスチェンジを取得します。
- exchange() - クラス org.springframework.web.reactive.function.server.support のメソッド。ServerRequestWrapper
- exchange(String, HttpMethod, HttpEntity, Class, Object...) - インターフェース org.springframework.web.client のメソッド。RestOperations
- 指定された URI テンプレートに対して HTTP メソッドを実行し、指定されたリクエストエンティティをリクエストに書き込み、レスポンスを
ResponseEntityとして返します。 - exchange(String, HttpMethod, HttpEntity, Class, Object...) - クラス org.springframework.web.client のメソッド。RestTemplate
- exchange(String, HttpMethod, HttpEntity, Class, Map) - インターフェース org.springframework.web.client のメソッド。RestOperations
- 指定された URI テンプレートに対して HTTP メソッドを実行し、指定されたリクエストエンティティをリクエストに書き込み、レスポンスを
ResponseEntityとして返します。 - exchange(String, HttpMethod, HttpEntity, Class, Map) - クラス org.springframework.web.client のメソッド。RestTemplate
- exchange(String, HttpMethod, HttpEntity, ParameterizedTypeReference, Object...) - インターフェース org.springframework.web.client のメソッド。RestOperations
- 指定された URI テンプレートに対して HTTP メソッドを実行し、指定されたリクエストエンティティをリクエストに書き込み、レスポンスを
ResponseEntityとして返します。 - exchange(String, HttpMethod, HttpEntity, ParameterizedTypeReference, Object...) - クラス org.springframework.web.client のメソッド。RestTemplate
- exchange(String, HttpMethod, HttpEntity, ParameterizedTypeReference, Map) - インターフェース org.springframework.web.client のメソッド。RestOperations
- 指定された URI テンプレートに対して HTTP メソッドを実行し、指定されたリクエストエンティティをリクエストに書き込み、レスポンスを
ResponseEntityとして返します。 - exchange(String, HttpMethod, HttpEntity, ParameterizedTypeReference, Map) - クラス org.springframework.web.client のメソッド。RestTemplate
- exchange(URI, HttpMethod, HttpEntity, Class) - インターフェース org.springframework.web.client のメソッド。RestOperations
- 指定された URI テンプレートに対して HTTP メソッドを実行し、指定されたリクエストエンティティをリクエストに書き込み、レスポンスを
ResponseEntityとして返します。 - exchange(URI, HttpMethod, HttpEntity, Class) - クラス org.springframework.web.client のメソッド。RestTemplate
- exchange(URI, HttpMethod, HttpEntity, ParameterizedTypeReference) - インターフェース org.springframework.web.client のメソッド。RestOperations
- 指定された URI テンプレートに対して HTTP メソッドを実行し、指定されたリクエストエンティティをリクエストに書き込み、レスポンスを
ResponseEntityとして返します。 - exchange(URI, HttpMethod, HttpEntity, ParameterizedTypeReference) - クラス org.springframework.web.client のメソッド。RestTemplate
- exchange(Duration) - クラス org.springframework.test.web.servlet.assertj のメソッド。MockMvcTester.MockMultipartMvcRequestBuilder
- リクエストを実行し、非同期リクエストが完了するまで、指定された
timeToWait期間だけ待機します。 - exchange(Duration) - クラス org.springframework.test.web.servlet.assertj のメソッド。MockMvcTester.MockMvcRequestBuilder
- リクエストを実行し、非同期リクエストが完了するまで、指定された
timeToWait期間だけ待機します。 - exchange(HttpRequest, RestClient.RequestHeadersSpec.ConvertibleClientHttpResponse) - インターフェース org.springframework.web.client のメソッド。RestClient.RequestHeadersSpec.ExchangeFunction
- 指定されたレスポンスを
T型の値に変換します。 - exchange(HttpRequest, RestClient.RequestHeadersSpec.ConvertibleClientHttpResponse) - インターフェース org.springframework.web.client のメソッド。RestClient.RequestHeadersSpec.RequiredValueExchangeFunction
- 指定されたレスポンスを
T型の値に変換します。 - exchange(RequestEntity, Class) - インターフェース org.springframework.web.client のメソッド。RestOperations
- 指定された
RequestEntityで指定されたリクエストを実行し、レスポンスをResponseEntityとして返します。 - exchange(RequestEntity, Class) - クラス org.springframework.web.client のメソッド。RestTemplate
- exchange(RequestEntity, ParameterizedTypeReference) - インターフェース org.springframework.web.client のメソッド。RestOperations
- 指定された
RequestEntityで指定されたリクエストを実行し、レスポンスをResponseEntityとして返します。 - exchange(RequestEntity, ParameterizedTypeReference) - クラス org.springframework.web.client のメソッド。RestTemplate
- exchange(RestClient.RequestHeadersSpec.ExchangeFunction) - インターフェース org.springframework.web.client のメソッド。RestClient.RequestHeadersSpec
ClientHttpResponseをT型の値と交換します。- exchange(RestClient.RequestHeadersSpec.ExchangeFunction, boolean) - インターフェース org.springframework.web.client のメソッド。RestClient.RequestHeadersSpec
ClientHttpResponseをT型の値と交換します。- exchange(ClientRequest) - インターフェース org.springframework.web.reactive.function.client のメソッド。ExchangeFunction
- 与えられたリクエストを
ClientResponseプロミスと交換します。 - exchange(ServerWebExchange) - インターフェース org.springframework.mock.web.reactive.function.server のメソッド。MockServerRequest.Builder
- exchange(HttpRequestValues) - クラス org.springframework.web.client.support のメソッド。RestClientAdapter
- exchange(HttpRequestValues) - クラス org.springframework.web.client.support のメソッド。RestTemplateAdapter
- exchange(HttpRequestValues) - クラス org.springframework.web.service.invoker のメソッド。AbstractReactorHttpExchangeAdapter
- exchange(HttpRequestValues) - インターフェース org.springframework.web.service.invoker のメソッド。HttpExchangeAdapter
- 指定されたリクエストを実行し、レスポンスコンテンツがある場合はそれを解放します。
- exchange(HttpRequestValues) - クラス org.springframework.web.service.invoker のメソッド。HttpExchangeAdapterDecorator
- exchange(HttpRequestValues) - クラス org.springframework.web.service.invoker のメソッド。ReactorHttpExchangeAdapterDecorator
- EXCHANGE_CONTEXT_ATTRIBUTE - Static variable in class org.springframework.web.filter.reactive.ServerWebExchangeContextFilter
- コンテキストで交換が保存される属性名。
- exchangeAdapter(HttpExchangeAdapter) - クラス org.springframework.web.service.invoker のメソッド。HttpServiceProxyFactory.Builder
- リクエストを実行する HTTP クライアントを提供します。
- exchangeAdapterDecorator(Function) - クラス org.springframework.web.service.invoker のメソッド。HttpServiceProxyFactory.Builder
- 構成された
HttpExchangeAdapterをラップする関数を提供します。 - ExchangeFilterFunction - Interface in org.springframework.web.reactive.function.client
- 交換関数をフィルタリングする関数を表します。
- ExchangeFilterFunctions - org.springframework.web.reactive.function.client のクラス
- 基本認証、エラー処理などのための
ExchangeFilterFunctionの組み込み実装へのアクセスを提供する静的ファクトリメソッド - ExchangeFilterFunctions() - クラス org.springframework.web.reactive.function.client. ExchangeFilterFunctions のコンストラクター
- exchangeForBodilessEntity(HttpRequestValues) - クラス org.springframework.web.client.support のメソッド。NotFoundRestClientAdapterDecorator
- exchangeForBodilessEntity(HttpRequestValues) - クラス org.springframework.web.client.support のメソッド。RestClientAdapter
- exchangeForBodilessEntity(HttpRequestValues) - クラス org.springframework.web.client.support のメソッド。RestTemplateAdapter
- exchangeForBodilessEntity(HttpRequestValues) - クラス org.springframework.web.reactive.function.client.support のメソッド。NotFoundWebClientAdapterDecorator
- exchangeForBodilessEntity(HttpRequestValues) - クラス org.springframework.web.service.invoker のメソッド。AbstractReactorHttpExchangeAdapter
- exchangeForBodilessEntity(HttpRequestValues) - インターフェース org.springframework.web.service.invoker のメソッド。HttpExchangeAdapter
- レスポンスステータスとヘッダーへの追加アクセスを備えた
HttpExchangeAdapter.exchange(HttpRequestValues)のバリアント。 - exchangeForBodilessEntity(HttpRequestValues) - クラス org.springframework.web.service.invoker のメソッド。HttpExchangeAdapterDecorator
- exchangeForBodilessEntity(HttpRequestValues) - クラス org.springframework.web.service.invoker のメソッド。ReactorHttpExchangeAdapterDecorator
- exchangeForBodilessEntityMono(HttpRequestValues) - クラス org.springframework.web.reactive.function.client.support のメソッド。NotFoundWebClientAdapterDecorator
- exchangeForBodilessEntityMono(HttpRequestValues) - クラス org.springframework.web.reactive.function.client.support のメソッド。WebClientAdapter
- exchangeForBodilessEntityMono(HttpRequestValues) - インターフェース org.springframework.web.service.invoker のメソッド。ReactorHttpExchangeAdapter
- レスポンスステータスとヘッダーへの追加アクセスを備えた
ReactorHttpExchangeAdapter.exchangeForMono(HttpRequestValues)のバリアント。 - exchangeForBodilessEntityMono(HttpRequestValues) - クラス org.springframework.web.service.invoker のメソッド。ReactorHttpExchangeAdapterDecorator
- exchangeForBody(HttpRequestValues, ParameterizedTypeReference) - クラス org.springframework.web.client.support のメソッド。NotFoundRestClientAdapterDecorator
- exchangeForBody(HttpRequestValues, ParameterizedTypeReference) - クラス org.springframework.web.client.support のメソッド。RestClientAdapter
- exchangeForBody(HttpRequestValues, ParameterizedTypeReference) - クラス org.springframework.web.client.support のメソッド。RestTemplateAdapter
- exchangeForBody(HttpRequestValues, ParameterizedTypeReference) - クラス org.springframework.web.reactive.function.client.support のメソッド。NotFoundWebClientAdapterDecorator
- exchangeForBody(HttpRequestValues, ParameterizedTypeReference) - クラス org.springframework.web.service.invoker のメソッド。AbstractReactorHttpExchangeAdapter
- exchangeForBody(HttpRequestValues, ParameterizedTypeReference) - インターフェース org.springframework.web.service.invoker のメソッド。HttpExchangeAdapter
- 指定されたリクエストを実行し、レスポンスのコンテンツを指定された型にデコードします。
- exchangeForBody(HttpRequestValues, ParameterizedTypeReference) - クラス org.springframework.web.service.invoker のメソッド。HttpExchangeAdapterDecorator
- exchangeForBody(HttpRequestValues, ParameterizedTypeReference) - クラス org.springframework.web.service.invoker のメソッド。ReactorHttpExchangeAdapterDecorator
- exchangeForBodyFlux(HttpRequestValues, ParameterizedTypeReference) - クラス org.springframework.web.reactive.function.client.support のメソッド。NotFoundWebClientAdapterDecorator
- exchangeForBodyFlux(HttpRequestValues, ParameterizedTypeReference) - クラス org.springframework.web.reactive.function.client.support のメソッド。WebClientAdapter
- exchangeForBodyFlux(HttpRequestValues, ParameterizedTypeReference) - インターフェース org.springframework.web.service.invoker のメソッド。ReactorHttpExchangeAdapter
- 指定されたリクエストを実行し、レスポンスの内容を指定された型の要素を持つストリームにデコードします。
- exchangeForBodyFlux(HttpRequestValues, ParameterizedTypeReference) - クラス org.springframework.web.service.invoker のメソッド。ReactorHttpExchangeAdapterDecorator
- exchangeForBodyMono(HttpRequestValues, ParameterizedTypeReference) - クラス org.springframework.web.reactive.function.client.support のメソッド。NotFoundWebClientAdapterDecorator
- exchangeForBodyMono(HttpRequestValues, ParameterizedTypeReference) - クラス org.springframework.web.reactive.function.client.support のメソッド。WebClientAdapter
- exchangeForBodyMono(HttpRequestValues, ParameterizedTypeReference) - インターフェース org.springframework.web.service.invoker のメソッド。ReactorHttpExchangeAdapter
- 指定されたリクエストを実行し、レスポンスのコンテンツを指定された型にデコードします。
- exchangeForBodyMono(HttpRequestValues, ParameterizedTypeReference) - クラス org.springframework.web.service.invoker のメソッド。ReactorHttpExchangeAdapterDecorator
- exchangeForEntity(HttpRequestValues, ParameterizedTypeReference) - クラス org.springframework.web.client.support のメソッド。NotFoundRestClientAdapterDecorator
- exchangeForEntity(HttpRequestValues, ParameterizedTypeReference) - クラス org.springframework.web.client.support のメソッド。RestClientAdapter
- exchangeForEntity(HttpRequestValues, ParameterizedTypeReference) - クラス org.springframework.web.client.support のメソッド。RestTemplateAdapter
- exchangeForEntity(HttpRequestValues, ParameterizedTypeReference) - クラス org.springframework.web.reactive.function.client.support のメソッド。NotFoundWebClientAdapterDecorator
- exchangeForEntity(HttpRequestValues, ParameterizedTypeReference) - クラス org.springframework.web.service.invoker のメソッド。AbstractReactorHttpExchangeAdapter
- exchangeForEntity(HttpRequestValues, ParameterizedTypeReference) - インターフェース org.springframework.web.service.invoker のメソッド。HttpExchangeAdapter
- レスポンスステータスとヘッダーへの追加アクセスを備えた
HttpExchangeAdapter.exchangeForBody(HttpRequestValues, ParameterizedTypeReference)のバリアント。 - exchangeForEntity(HttpRequestValues, ParameterizedTypeReference) - クラス org.springframework.web.service.invoker のメソッド。HttpExchangeAdapterDecorator
- exchangeForEntity(HttpRequestValues, ParameterizedTypeReference) - クラス org.springframework.web.service.invoker のメソッド。ReactorHttpExchangeAdapterDecorator
- exchangeForEntityFlux(HttpRequestValues, ParameterizedTypeReference) - クラス org.springframework.web.reactive.function.client.support のメソッド。NotFoundWebClientAdapterDecorator
- exchangeForEntityFlux(HttpRequestValues, ParameterizedTypeReference) - クラス org.springframework.web.reactive.function.client.support のメソッド。WebClientAdapter
- exchangeForEntityFlux(HttpRequestValues, ParameterizedTypeReference) - インターフェース org.springframework.web.service.invoker のメソッド。ReactorHttpExchangeAdapter
- レスポンスステータスとヘッダーへの追加アクセスを備えた
ReactorHttpExchangeAdapter.exchangeForBodyFlux(HttpRequestValues, ParameterizedTypeReference)のバリアント。 - exchangeForEntityFlux(HttpRequestValues, ParameterizedTypeReference) - クラス org.springframework.web.service.invoker のメソッド。ReactorHttpExchangeAdapterDecorator
- exchangeForEntityMono(HttpRequestValues, ParameterizedTypeReference) - クラス org.springframework.web.reactive.function.client.support のメソッド。NotFoundWebClientAdapterDecorator
- exchangeForEntityMono(HttpRequestValues, ParameterizedTypeReference) - クラス org.springframework.web.reactive.function.client.support のメソッド。WebClientAdapter
- exchangeForEntityMono(HttpRequestValues, ParameterizedTypeReference) - インターフェース org.springframework.web.service.invoker のメソッド。ReactorHttpExchangeAdapter
- レスポンスステータスとヘッダーへの追加アクセスを備えた
ReactorHttpExchangeAdapter.exchangeForBodyMono(HttpRequestValues, ParameterizedTypeReference)のバリアント。 - exchangeForEntityMono(HttpRequestValues, ParameterizedTypeReference) - クラス org.springframework.web.service.invoker のメソッド。ReactorHttpExchangeAdapterDecorator
- exchangeForHeaders(HttpRequestValues) - クラス org.springframework.web.client.support のメソッド。RestClientAdapter
- exchangeForHeaders(HttpRequestValues) - クラス org.springframework.web.client.support のメソッド。RestTemplateAdapter
- exchangeForHeaders(HttpRequestValues) - クラス org.springframework.web.service.invoker のメソッド。AbstractReactorHttpExchangeAdapter
- exchangeForHeaders(HttpRequestValues) - インターフェース org.springframework.web.service.invoker のメソッド。HttpExchangeAdapter
- 指定されたリクエストを実行し、レスポンスコンテンツを解放し、レスポンスヘッダーを返します。
- exchangeForHeaders(HttpRequestValues) - クラス org.springframework.web.service.invoker のメソッド。HttpExchangeAdapterDecorator
- exchangeForHeaders(HttpRequestValues) - クラス org.springframework.web.service.invoker のメソッド。ReactorHttpExchangeAdapterDecorator
- exchangeForHeadersMono(HttpRequestValues) - クラス org.springframework.web.reactive.function.client.support のメソッド。WebClientAdapter
- exchangeForHeadersMono(HttpRequestValues) - インターフェース org.springframework.web.service.invoker のメソッド。ReactorHttpExchangeAdapter
- 指定されたリクエストを実行し、レスポンスコンテンツを解放し、レスポンスヘッダーを返します。
- exchangeForHeadersMono(HttpRequestValues) - クラス org.springframework.web.service.invoker のメソッド。ReactorHttpExchangeAdapterDecorator
- exchangeForMono(HttpRequestValues) - クラス org.springframework.web.reactive.function.client.support のメソッド。WebClientAdapter
- exchangeForMono(HttpRequestValues) - インターフェース org.springframework.web.service.invoker のメソッド。ReactorHttpExchangeAdapter
- 指定されたリクエストを実行し、レスポンスコンテンツがある場合はそれを解放します。
- exchangeForMono(HttpRequestValues) - クラス org.springframework.web.service.invoker のメソッド。ReactorHttpExchangeAdapterDecorator
- exchangeForRequiredValue(RestClient.RequestHeadersSpec.RequiredValueExchangeFunction) - インターフェース org.springframework.web.client のメソッド。RestClient.RequestHeadersSpec
ClientHttpResponseをT型の値と交換します。- exchangeForRequiredValue(RestClient.RequestHeadersSpec.RequiredValueExchangeFunction, boolean) - インターフェース org.springframework.web.client のメソッド。RestClient.RequestHeadersSpec
ClientHttpResponseをT型の値と交換します。- exchangeFunction(ExchangeFunction) - インターフェース org.springframework.web.reactive.function.client のメソッド。WebClient.Builder
- ExchangeFunction - Interface in org.springframework.web.reactive.function.client
- (遅延された) ClientResponse のリクエストを交換する関数を表します。
- ExchangeFunctions - org.springframework.web.reactive.function.client のクラス
ExchangeFunctionを作成する静的ファクトリメソッド。- ExchangeFunctions() - クラス org.springframework.web.reactive.function.client. ExchangeFunctions のコンストラクター
- ExchangeResult - org.springframework.test.web.reactive.server のクラス
WebTestClientを介して実行される交換のリクエストおよびレスポンスの詳細のコンテナー。- ExchangeResult - org.springframework.test.web.servlet.client のクラス
RestTestClientを介して実行される交換のリクエストおよびレスポンスの詳細のコンテナー。- exchangeStrategies(ExchangeStrategies) - インターフェース org.springframework.test.web.reactive.server のメソッド。WebTestClient.Builder
- 使用する
ExchangeStrategiesを構成します。 - exchangeStrategies(ExchangeStrategies) - インターフェース org.springframework.web.reactive.function.client のメソッド。WebClient.Builder
- 使用する
ExchangeStrategiesを構成します。 - ExchangeStrategies - Interface in org.springframework.web.reactive.function.client
ExchangeFunctionで使用するための戦略を提供します。- ExchangeStrategies.Builder - org.springframework.web.reactive.function.client のインターフェース
ExchangeStrategiesの変更可能なビルダー。- exchangeSuccessfully() - インターフェース org.springframework.test.web.reactive.server のメソッド。WebTestClient.RequestHeadersSpec
- 正常なレスポンスを期待する
WebTestClient.RequestHeadersSpec.exchange()のバリアント。 - exchangeSuccessfully() - インターフェース org.springframework.test.web.servlet.client のメソッド。RestTestClient.RequestHeadersSpec
- 正常なレスポンスを期待する
RestTestClient.RequestHeadersSpec.exchange()のバリアント。 - exchangeToFlux(Function) - インターフェース org.springframework.web.reactive.function.client のメソッド。WebClient.RequestHeadersSpec
ClientResponseへのアクセスを介してより多くの制御を提供するWebClient.RequestHeadersSpec.retrieve()の代替。- exchangeToMono(Function) - インターフェース org.springframework.web.reactive.function.client のメソッド。WebClient.RequestHeadersSpec
ClientResponseへのアクセスを介してより多くの制御を提供するWebClient.RequestHeadersSpec.retrieve()の代替。- excludeClass(String) - Method in class org.springframework.core.DecoratingClassLoader
- 装飾から除外するクラス名を追加します (オーバーライドなど)。
- excludeFilters() - Element in annotation interface org.springframework.context.annotation.ComponentScan
- コンポーネントのスキャンに適さない型を指定します。
- excludeHttpMethods(List) - クラス org.springframework.web.servlet.config.annotation のメソッド。InterceptorRegistration
InterceptorRegistration.excludeHttpMethods(HttpMethod...)のリストベースのバリアント。- excludeHttpMethods(HttpMethod...) - クラス org.springframework.web.servlet.config.annotation のメソッド。InterceptorRegistration
- インターセプターを除外する必要があるリクエストの HTTP メソッドを追加します。
- excludePackage(String) - Method in class org.springframework.core.DecoratingClassLoader
- デコレーションから除外するパッケージ名を追加します (オーバーライドなど)。
- excludePathPatterns(String...) - クラス org.springframework.web.servlet.config.annotation のメソッド。InterceptorRegistration
- インターセプターを除外する必要がある URL のパターンを追加します。
- excludePathPatterns(List) - クラス org.springframework.web.servlet.config.annotation のメソッド。InterceptorRegistration
InterceptorRegistration.excludePathPatterns(String...)のリストベースのバリアント。- excludes - Variable in class org.springframework.util.InstanceFilter
- excludes() - Element in annotation interface org.springframework.resilience.annotation.Retryable
- 再試行を回避するために適用されない例外型。
- excludes() - Method in record class org.springframework.resilience.retry.MethodRetrySpec
excludesレコードコンポーネントの値を返します。- excludes(Class...) - クラス org.springframework.core.retry のメソッド。RetryPolicy.Builder
RetryPolicyが失敗した操作を再試行しない例外の種類を指定します。- excludes(Collection) - クラス org.springframework.core.retry のメソッド。RetryPolicy.Builder
RetryPolicyが失敗した操作を再試行しない例外の種類を指定します。- excludeUnlistedClasses() - クラス org.springframework.orm.jpa.persistenceunit のメソッド。MutablePersistenceUnitInfo
- executable - Variable in class org.springframework.aot.hint.predicate.ReflectionHintsPredicates.ExecutableHintPredicate
- 使用すべきではありません。
- executable() - レコードクラス org.springframework.beans.factory.support のメソッド。RegisteredBean.InstantiationDescriptor
executableレコードコンポーネントの値を返します。- ExecutableHint - org.springframework.aot.hint のクラス
MethodSE またはConstructorSE でのリフレクションの必要性を説明するヒント。- ExecutableHint.Builder - org.springframework.aot.hint のクラス
ExecutableHintのビルダー。- executableMode - クラス org.springframework.aot.hint.predicate の変数。ReflectionHintsPredicates.ExecutableHintPredicate
- 使用すべきではありません。
- ExecutableMode - Enum Class in org.springframework.aot.hint
- 特定の
ExecutableSE のリフレクションの必要性を表します。 - execute() - Method in interface org.springframework.core.retry.Retryable
- 必要に応じて実行して再試行するメソッド。
- execute() - クラス org.springframework.http.client のメソッド。AbstractClientHttpRequest
- execute() - インターフェース org.springframework.http.client のメソッド。ClientHttpRequest
- このリクエストを実行すると、読み取り可能な
ClientHttpResponseが生成されます。 - execute() - クラス org.springframework.jdbc.object のメソッド。SqlQuery
- パラメーターやコンテキストなしで実行する便利なメソッド。
- execute() - クラス org.springframework.mock.http.client のメソッド。MockClientHttpRequest
- execute() - Method in interface org.springframework.test.util.ExceptionCollector.Executable
- execute(int) - クラス org.springframework.jdbc.object のメソッド。SqlQuery
- 単一の int パラメーターで実行する便利なメソッド。
- execute(int, int) - クラス org.springframework.jdbc.object のメソッド。SqlQuery
- 2 つの int パラメーターで実行する便利なメソッド。
- execute(int, int, Map) - クラス org.springframework.jdbc.object のメソッド。SqlQuery
- 2 つの int パラメーターとコンテキストで実行する便利なメソッド。
- execute(int, Map) - クラス org.springframework.jdbc.object のメソッド。SqlQuery
- 単一の int パラメーターとコンテキストで実行する便利なメソッド。
- execute(long) - クラス org.springframework.jdbc.object のメソッド。SqlQuery
- 単一の長いパラメーターで実行する便利なメソッド。
- execute(long, Map) - クラス org.springframework.jdbc.object のメソッド。SqlQuery
- 単一の長いパラメーターとコンテキストで実行する便利なメソッド。
- execute(Statement) - インターフェース org.springframework.r2dbc.core のメソッド。ExecuteFunction
- execute(Destination, ProducerCallback) - クラス org.springframework.jms.core のメソッド。JmsTemplate
- execute(Destination, ProducerCallback) - インターフェース org.springframework.jms.core のメソッド。JmsOperations
- JMS 宛先にメッセージを送信します。
- execute(Object...) - クラス org.springframework.jdbc.core.simple のメソッド。SimpleJdbcCall
- execute(Object...) - インターフェース org.springframework.jdbc.core.simple のメソッド。SimpleJdbcCallOperations
- ストアドプロシージャを実行し、パラメーター宣言のように名前をキーとする出力パラメーターのマップを返します。
- execute(Object...) - クラス org.springframework.jdbc.object のメソッド。SqlQuery
- コンテキストなしで実行する便利なメソッド。
- execute(Object...) - クラス org.springframework.jdbc.object のメソッド。StoredProcedure
- 提供されたパラメーター値を使用してストアードプロシージャーを実行します。
- execute(Object[], Map) - クラス org.springframework.jdbc.object のメソッド。SqlQuery
- 主要な実行メソッド。
- execute(Runnable) - クラス org.springframework.core.task のメソッド。SimpleAsyncTaskExecutor
- (スーパークラスの設定を介して)構成されている場合、同時実行スロットル内で、指定されたタスクを実行します。
- execute(Runnable) - クラス org.springframework.core.task.support のメソッド。ExecutorServiceAdapter
- execute(Runnable) - クラス org.springframework.core.task.support のメソッド。TaskExecutorAdapter
- 指定された JDK コンカレントエグゼキューターへのデリゲート。
- execute(Runnable) - クラス org.springframework.core.task のメソッド。SyncTaskExecutor
- 指定された
taskを、そのrun()メソッドを直接呼び出して同期的に実行します。 - execute(Runnable) - インターフェース org.springframework.core.task のメソッド。TaskExecutor
- 指定された
taskを実行します。 - execute(Runnable) - クラス org.springframework.core.task のメソッド。VirtualThreadTaskExecutor
- execute(Runnable) - クラス org.springframework.scheduling.concurrent のメソッド。ConcurrentTaskExecutor
- execute(Runnable) - クラス org.springframework.scheduling.concurrent のメソッド。ConcurrentTaskScheduler
- execute(Runnable) - クラス org.springframework.scheduling.concurrent のメソッド。SimpleAsyncTaskScheduler
- execute(Runnable) - クラス org.springframework.scheduling.concurrent のメソッド。ThreadPoolTaskExecutor
- execute(Runnable) - クラス org.springframework.scheduling.concurrent のメソッド。ThreadPoolTaskScheduler
- execute(Runnable) - クラス org.springframework.scheduling.quartz のメソッド。SimpleThreadPoolTaskExecutor
- execute(Runnable, long) - インターフェース org.springframework.core.task のメソッド。AsyncTaskExecutor
- 使用すべきではありません。一般的なエグゼキュータは開始タイムアウトをサポートしていないため
- execute(Runnable, long) - クラス org.springframework.core.task のメソッド。SimpleAsyncTaskExecutor
- 使用すべきではありません。
- execute(Runnable, long) - クラス org.springframework.scheduling.concurrent のメソッド。ConcurrentTaskExecutor
- 使用すべきではありません。
- execute(String) - インターフェース org.springframework.jdbc.core のメソッド。JdbcOperations
- 単一の SQL 実行(通常は DDL ステートメント)を発行します。
- execute(String) - クラス org.springframework.jdbc.core のメソッド。JdbcTemplate
- execute(String) - クラス org.springframework.jdbc.object のメソッド。SqlQuery
- 単一の String パラメーターで実行する便利なメソッド。
- execute(String, Map) - クラス org.springframework.jdbc.object のメソッド。SqlQuery
- 単一の String パラメーターとコンテキストで実行する便利なメソッド。
- execute(String, Map, PreparedStatementCallback) - インターフェース org.springframework.jdbc.core.namedparam のメソッド。NamedParameterJdbcOperations
- JDBC PreparedStatement で動作するコールバックアクションとして実装される JDBC データアクセス操作を実行します。
- execute(String, Map, PreparedStatementCallback) - クラス org.springframework.jdbc.core.namedparam のメソッド。NamedParameterJdbcTemplate
- execute(String, HttpMethod, RequestCallback, ResponseExtractor, Object...) - インターフェース org.springframework.web.client のメソッド。RestOperations
- 指定された URI テンプレートに対して HTTP メソッドを実行し、
RequestCallbackを使用してリクエストを準備し、ResponseExtractorを使用してレスポンスを読み取ります。 - execute(String, HttpMethod, RequestCallback, ResponseExtractor, Object...) - クラス org.springframework.web.client のメソッド。RestTemplate
- 指定された URI テンプレートに対して HTTP メソッドを実行し、
RequestCallbackを使用してリクエストを準備し、ResponseExtractorを使用してレスポンスを読み取ります。 - execute(String, HttpMethod, RequestCallback, ResponseExtractor, Map) - インターフェース org.springframework.web.client のメソッド。RestOperations
- 指定された URI テンプレートに対して HTTP メソッドを実行し、
RequestCallbackを使用してリクエストを準備し、ResponseExtractorを使用してレスポンスを読み取ります。 - execute(String, HttpMethod, RequestCallback, ResponseExtractor, Map) - クラス org.springframework.web.client のメソッド。RestTemplate
- 指定された URI テンプレートに対して HTTP メソッドを実行し、
RequestCallbackを使用してリクエストを準備し、ResponseExtractorを使用してレスポンスを読み取ります。 - execute(String, CallableStatementCallback) - インターフェース org.springframework.jdbc.core のメソッド。JdbcOperations
- JDBC CallableStatement で動作するコールバックアクションとして実装される JDBC データアクセス操作を実行します。
- execute(String, CallableStatementCallback) - クラス org.springframework.jdbc.core のメソッド。JdbcTemplate
- execute(String, SqlParameterSource, PreparedStatementCallback) - インターフェース org.springframework.jdbc.core.namedparam のメソッド。NamedParameterJdbcOperations
- JDBC PreparedStatement で動作するコールバックアクションとして実装される JDBC データアクセス操作を実行します。
- execute(String, SqlParameterSource, PreparedStatementCallback) - クラス org.springframework.jdbc.core.namedparam のメソッド。NamedParameterJdbcTemplate
- execute(String, PreparedStatementCallback) - インターフェース org.springframework.jdbc.core のメソッド。JdbcOperations
- JDBC PreparedStatement で動作するコールバックアクションとして実装される JDBC データアクセス操作を実行します。
- execute(String, PreparedStatementCallback) - クラス org.springframework.jdbc.core のメソッド。JdbcTemplate
- execute(String, PreparedStatementCallback) - インターフェース org.springframework.jdbc.core.namedparam のメソッド。NamedParameterJdbcOperations
- JDBC PreparedStatement で動作するコールバックアクションとして実装される JDBC データアクセス操作を実行します。
- execute(String, PreparedStatementCallback) - クラス org.springframework.jdbc.core.namedparam のメソッド。NamedParameterJdbcTemplate
- execute(String, ProducerCallback) - インターフェース org.springframework.jms.core のメソッド。JmsOperations
- JMS 宛先にメッセージを送信します。
- execute(String, ProducerCallback) - クラス org.springframework.jms.core のメソッド。JmsTemplate
- execute(URI, HttpHeaders, WebSocketHandler) - クラス org.springframework.web.reactive.socket.client のメソッド。JettyWebSocketClient
- execute(URI, HttpHeaders, WebSocketHandler) - クラス org.springframework.web.reactive.socket.client のメソッド。ReactorNettyWebSocketClient
- execute(URI, HttpHeaders, WebSocketHandler) - クラス org.springframework.web.reactive.socket.client のメソッド。StandardWebSocketClient
- execute(URI, HttpHeaders, WebSocketHandler) - インターフェース org.springframework.web.reactive.socket.client のメソッド。WebSocketClient
- カスタムヘッダーを持つ
WebSocketClient.execute(URI, WebSocketHandler)のバリアント。 - execute(URI, HttpMethod, RequestCallback, ResponseExtractor) - インターフェース org.springframework.web.client のメソッド。RestOperations
- 指定された URL に対して HTTP メソッドを実行し、
RequestCallbackを使用してリクエストを準備し、ResponseExtractorを使用してレスポンスを読み取ります。 - execute(URI, HttpMethod, RequestCallback, ResponseExtractor) - クラス org.springframework.web.client のメソッド。RestTemplate
- 指定された URL に対して HTTP メソッドを実行し、
RequestCallbackを使用してリクエストを準備し、ResponseExtractorを使用してレスポンスを読み取ります。 - execute(URI, WebSocketHandler) - クラス org.springframework.web.reactive.socket.client のメソッド。JettyWebSocketClient
- execute(URI, WebSocketHandler) - クラス org.springframework.web.reactive.socket.client のメソッド。ReactorNettyWebSocketClient
- execute(URI, WebSocketHandler) - クラス org.springframework.web.reactive.socket.client のメソッド。StandardWebSocketClient
- execute(URI, WebSocketHandler) - インターフェース org.springframework.web.reactive.socket.client のメソッド。WebSocketClient
- 指定された URL に対してハンドシェイクリクエストを実行し、指定されたハンドラーで結果の WebSocket セッションを処理します。
- execute(Map) - クラス org.springframework.jdbc.object のメソッド。SqlQuery
- パラメーターなしで実行する便利なメソッド。
- execute(Map) - クラス org.springframework.jdbc.core.simple のメソッド。SimpleJdbcCall
- execute(Map) - インターフェース org.springframework.jdbc.core.simple のメソッド。SimpleJdbcCallOperations
- ストアドプロシージャを実行し、パラメーター宣言のように名前をキーとする出力パラメーターのマップを返します。
- execute(Map) - クラス org.springframework.jdbc.core.simple のメソッド。SimpleJdbcInsert
- execute(Map) - インターフェース org.springframework.jdbc.core.simple のメソッド。SimpleJdbcInsertOperations
- 渡された値を使用して挿入を実行します。
- execute(Map) - クラス org.springframework.jdbc.object のメソッド。StoredProcedure
- ストアドプロシージャを実行します。
- execute(DataSource) - クラス org.springframework.jdbc.datasource.init のメソッド。ResourceDatabasePopulator
- この
ResourceDatabasePopulatorを指定されたDataSourceSE に対して実行します。 - execute(JobExecutionContext) - クラス org.springframework.scheduling.quartz のメソッド。DelegatingJob
- 基になる Runnable に実行を委譲します。
- execute(JobExecutionContext) - クラス org.springframework.scheduling.quartz のメソッド。QuartzJobBean
- この実装は、渡されたジョブデータマップを Bean プロパティ値として適用し、その後
executeInternalに委譲します。 - execute(CacheOperationInvoker, Object, Method, Object[]) - クラス org.springframework.cache.interceptor のメソッド。CacheAspectSupport
- execute(CacheOperationInvoker, Object, Method, Object[]) - Method in class org.springframework.cache.jcache.interceptor.JCacheAspectSupport
- execute(Retryable) - インターフェース org.springframework.core.retry のメソッド。RetryOperations
- 実装レベルで構成された
RetryPolicyに従って、指定されたRetryable操作を実行します。 - execute(Retryable) - クラス org.springframework.core.retry のメソッド。RetryTemplate
- execute(TaskCallback) - クラス org.springframework.core.task のメソッド。SyncTaskExecutor
- 指定された
taskを、そのcall()メソッドを直接呼び出して同期的に実行します。 - execute(EvaluationContext, Object...) - Method in interface org.springframework.expression.ConstructorExecutor
- 指定された引数を使用して、指定されたコンテキストでコンストラクターを実行します。
- execute(EvaluationContext, Object...) - クラス org.springframework.expression.spel.support のメソッド。ReflectiveConstructorExecutor
- execute(EvaluationContext, Object, Object...) - Method in interface org.springframework.expression.MethodExecutor
- 指定された引数を使用して、指定されたコンテキストでメソッドを実行します。
- execute(EvaluationContext, Object, Object...) - クラス org.springframework.expression.spel.support のメソッド。ReflectiveMethodExecutor
- execute(HttpRequest, byte[]) - インターフェース org.springframework.http.client のメソッド。ClientHttpRequestExecution
- 与えられたリクエスト属性とボディでリクエストを実行し、レスポンスを返します。
- execute(CallableStatementCreator, CallableStatementCallback) - インターフェース org.springframework.jdbc.core のメソッド。JdbcOperations
- JDBC CallableStatement で動作するコールバックアクションとして実装される JDBC データアクセス操作を実行します。
- execute(CallableStatementCreator, CallableStatementCallback) - クラス org.springframework.jdbc.core のメソッド。JdbcTemplate
- execute(ConnectionCallback) - インターフェース org.springframework.jdbc.core のメソッド。JdbcOperations
- JDBC 接続で動作するコールバックアクションとして実装される JDBC データアクセス操作を実行します。
- execute(ConnectionCallback) - クラス org.springframework.jdbc.core のメソッド。JdbcTemplate
- execute(SqlParameterSource) - クラス org.springframework.jdbc.core.simple のメソッド。SimpleJdbcCall
- execute(SqlParameterSource) - インターフェース org.springframework.jdbc.core.simple のメソッド。SimpleJdbcCallOperations
- ストアドプロシージャを実行し、パラメーター宣言のように名前をキーとする出力パラメーターのマップを返します。
- execute(SqlParameterSource) - クラス org.springframework.jdbc.core.simple のメソッド。SimpleJdbcInsert
- execute(SqlParameterSource) - インターフェース org.springframework.jdbc.core.simple のメソッド。SimpleJdbcInsertOperations
- 渡された値を使用して挿入を実行します。
- execute(ParameterMapper) - クラス org.springframework.jdbc.object のメソッド。StoredProcedure
- ストアドプロシージャを実行します。
- execute(PreparedStatementCreator, PreparedStatementCallback) - インターフェース org.springframework.jdbc.core のメソッド。JdbcOperations
- JDBC PreparedStatement で動作するコールバックアクションとして実装される JDBC データアクセス操作を実行します。
- execute(PreparedStatementCreator, PreparedStatementCallback) - クラス org.springframework.jdbc.core のメソッド。JdbcTemplate
- execute(StatementCallback) - インターフェース org.springframework.jdbc.core のメソッド。JdbcOperations
- JDBC ステートメントで動作するコールバックアクションとして実装される JDBC データアクセス操作を実行します。
- execute(StatementCallback) - クラス org.springframework.jdbc.core のメソッド。JdbcTemplate
- execute(DatabasePopulator, DataSource) - Static method in class org.springframework.jdbc.datasource.init.DatabasePopulatorUtils
- 指定された
DataSourceSE に対して指定されたDatabasePopulatorを実行します。 - execute(ProducerCallback) - インターフェース org.springframework.jms.core のメソッド。JmsOperations
- デフォルトの JMS 宛先(または各送信操作に指定されたもの)にメッセージを送信します。
- execute(ProducerCallback) - クラス org.springframework.jms.core のメソッド。JmsTemplate
- execute(SessionCallback) - インターフェース org.springframework.jms.core のメソッド。JmsOperations
- JMS セッション内の特定のアクションオブジェクトで指定されたアクションを実行します。
- execute(SessionCallback) - クラス org.springframework.jms.core のメソッド。JmsTemplate
- execute(SessionCallback, boolean) - クラス org.springframework.jms.core のメソッド。JmsTemplate
- JMS セッション内の特定のアクションオブジェクトで指定されたアクションを実行します。
- execute(JndiCallback) - Method in class org.springframework.jndi.JndiTemplate
- 指定された JNDI コンテキストコールバック実装を実行します。
- execute(ExceptionCollector.Executable) - クラス org.springframework.test.util のメソッド。ExceptionCollector
- 提供された
ExceptionCollector.Executableを実行し、スローされた例外を追跡します。 - execute(TransactionDefinition, TransactionCallback) - インターフェース org.springframework.transaction.support のメソッド。CallbackPreferringPlatformTransactionManager
- トランザクション内で、指定されたコールバックオブジェクトによって指定されたアクションを実行します。
- execute(TransactionCallback) - インターフェース org.springframework.transaction.reactive のメソッド。TransactionalOperator
- トランザクション内で、指定されたコールバックオブジェクトによって指定されたアクションを実行します。
- execute(TransactionCallback) - インターフェース org.springframework.transaction.support のメソッド。TransactionOperations
- トランザクション内で、指定されたコールバックオブジェクトによって指定されたアクションを実行します。
- execute(TransactionCallback) - クラス org.springframework.transaction.support のメソッド。TransactionTemplate
- execute(WebSocketHandler, String, Object...) - クラス org.springframework.web.socket.client のメソッド。AbstractWebSocketClient
- execute(WebSocketHandler, String, Object...) - インターフェース org.springframework.web.socket.client のメソッド。WebSocketClient
- 指定された URL に対してハンドシェイクリクエストを実行し、指定されたハンドラーで結果の WebSocket セッションを処理します。
- execute(WebSocketHandler, String, Object...) - クラス org.springframework.web.socket.sockjs.client のメソッド。SockJsClient
- execute(WebSocketHandler, WebSocketHttpHeaders, URI) - クラス org.springframework.web.socket.client のメソッド。AbstractWebSocketClient
- execute(WebSocketHandler, WebSocketHttpHeaders, URI) - インターフェース org.springframework.web.socket.client のメソッド。WebSocketClient
- 指定された URL に対してハンドシェイクリクエストを実行し、指定されたハンドラーで結果の WebSocket セッションを処理します。
- execute(WebSocketHandler, WebSocketHttpHeaders, URI) - クラス org.springframework.web.socket.sockjs.client のメソッド。SockJsClient
- executeAndReturnKey(Map) - クラス org.springframework.jdbc.core.simple のメソッド。SimpleJdbcInsert
- executeAndReturnKey(Map) - インターフェース org.springframework.jdbc.core.simple のメソッド。SimpleJdbcInsertOperations
- 渡された値を使用して挿入を実行し、生成されたキーを返します。
- executeAndReturnKey(SqlParameterSource) - クラス org.springframework.jdbc.core.simple のメソッド。SimpleJdbcInsert
- executeAndReturnKey(SqlParameterSource) - インターフェース org.springframework.jdbc.core.simple のメソッド。SimpleJdbcInsertOperations
- 渡された値を使用して挿入を実行し、生成されたキーを返します。
- executeAndReturnKeyHolder(Map) - クラス org.springframework.jdbc.core.simple のメソッド。SimpleJdbcInsert
- executeAndReturnKeyHolder(Map) - インターフェース org.springframework.jdbc.core.simple のメソッド。SimpleJdbcInsertOperations
- 渡された値を使用して挿入を実行し、生成されたキーを返します。
- executeAndReturnKeyHolder(SqlParameterSource) - クラス org.springframework.jdbc.core.simple のメソッド。SimpleJdbcInsert
- executeAndReturnKeyHolder(SqlParameterSource) - インターフェース org.springframework.jdbc.core.simple のメソッド。SimpleJdbcInsertOperations
- 渡された値を使用して挿入を実行し、生成されたキーを返します。
- executeBatch(Map...) - クラス org.springframework.jdbc.core.simple のメソッド。SimpleJdbcInsert
- executeBatch(Map...) - インターフェース org.springframework.jdbc.core.simple のメソッド。SimpleJdbcInsertOperations
- 渡された値のバッチを使用してバッチ挿入を実行します。
- executeBatch(SqlParameterSource...) - クラス org.springframework.jdbc.core.simple のメソッド。SimpleJdbcInsert
- executeBatch(SqlParameterSource...) - インターフェース org.springframework.jdbc.core.simple のメソッド。SimpleJdbcInsertOperations
- 渡された値のバッチを使用してバッチ挿入を実行します。
- executeByNamedParam(Map, Map) - クラス org.springframework.jdbc.object のメソッド。SqlQuery
- 主要な実行メソッド。
- executeByNamedParam(Map) - クラス org.springframework.jdbc.object のメソッド。SqlQuery
- コンテキストなしで実行する便利なメソッド。
- executeFunction(Class, Object...) - クラス org.springframework.jdbc.core.simple のメソッド。SimpleJdbcCall
- executeFunction(Class, Object...) - インターフェース org.springframework.jdbc.core.simple のメソッド。SimpleJdbcCallOperations
- ストアド関数を実行し、指定した戻り値の型のオブジェクトとして取得した結果を返します。
- executeFunction(Class, Map) - クラス org.springframework.jdbc.core.simple のメソッド。SimpleJdbcCall
- executeFunction(Class, Map) - インターフェース org.springframework.jdbc.core.simple のメソッド。SimpleJdbcCallOperations
- ストアド関数を実行し、指定した戻り値の型のオブジェクトとして取得した結果を返します。
- executeFunction(Class, SqlParameterSource) - クラス org.springframework.jdbc.core.simple のメソッド。SimpleJdbcCall
- executeFunction(Class, SqlParameterSource) - インターフェース org.springframework.jdbc.core.simple のメソッド。SimpleJdbcCallOperations
- ストアド関数を実行し、指定した戻り値の型のオブジェクトとして取得した結果を返します。
- executeFunction(ExecuteFunction) - インターフェース org.springframework.r2dbc.core のメソッド。DatabaseClient.Builder
Statementオブジェクトを実行するようにExecuteFunctionを構成します。- ExecuteFunction - Interface in org.springframework.r2dbc.core
- executeInfoRequest(URI, HttpHeaders) - クラス org.springframework.web.socket.sockjs.client のメソッド。AbstractXhrTransport
- executeInfoRequest(URI, HttpHeaders) - インターフェース org.springframework.web.socket.sockjs.client のメソッド。InfoReceiver
- SockJS の「情報」URL への HTTP リクエストを実行します。
- executeInfoRequestInternal(URI, HttpHeaders) - クラス org.springframework.web.socket.sockjs.client のメソッド。AbstractXhrTransport
- executeInfoRequestInternal(URI, HttpHeaders) - クラス org.springframework.web.socket.sockjs.client のメソッド。JettyXhrTransport
- executeInfoRequestInternal(URI, HttpHeaders) - クラス org.springframework.web.socket.sockjs.client のメソッド。RestClientXhrTransport
- executeInfoRequestInternal(URI, HttpHeaders) - クラス org.springframework.web.socket.sockjs.client のメソッド。RestTemplateXhrTransport
- executeInternal() - クラス org.springframework.mock.http.client のメソッド。MockClientHttpRequest
- デフォルトの実装は、構成された
responseを返します。 - executeInternal(JobExecutionContext) - クラス org.springframework.scheduling.quartz のメソッド。MethodInvokingJobDetailFactoryBean.MethodInvokingJob
- MethodInvoker を介してメソッドを呼び出します。
- executeInternal(JobExecutionContext) - クラス org.springframework.scheduling.quartz のメソッド。QuartzJobBean
- 実際のジョブを実行します。
- executeInternal(HttpHeaders) - クラス org.springframework.http.client のメソッド。AbstractBufferingClientHttpRequest
- executeInternal(HttpHeaders) - クラス org.springframework.http.client のメソッド。AbstractClientHttpRequest
- 指定されたヘッダーとコンテンツを HTTP リクエストに書き込む抽象テンプレートメソッド。
- executeInternal(HttpHeaders) - クラス org.springframework.http.client のメソッド。AbstractStreamingClientHttpRequest
- executeInternal(HttpHeaders, byte[]) - クラス org.springframework.http.client のメソッド。AbstractBufferingClientHttpRequest
- 指定されたヘッダーとコンテンツを HTTP リクエストに書き込む抽象テンプレートメソッド。
- executeInternal(HttpHeaders, StreamingHttpOutputMessage.Body) - クラス org.springframework.http.client のメソッド。AbstractStreamingClientHttpRequest
- HTTP リクエストにヘッダーと
StreamingHttpOutputMessage.Bodyを書き込むための、具体的な実装のための抽象メソッド。 - executeInternal(WebSocketHandler, HttpHeaders, URI, List, List, Map) - クラス org.springframework.web.socket.client のメソッド。AbstractWebSocketClient
- 実際のハンドシェイクを実行して、サーバーへの接続を確立します。
- executeInternal(WebSocketHandler, HttpHeaders, URI, List, List, Map) - クラス org.springframework.web.socket.client.standard のメソッド。StandardWebSocketClient
- executeListener(Session, Message) - クラス org.springframework.jms.listener のメソッド。AbstractMessageListenerContainer
- 指定されたリスナーを実行し、後でトランザクションをコミットまたはロールバックします(必要な場合)。
- executeObject(Class, Object...) - クラス org.springframework.jdbc.core.simple のメソッド。SimpleJdbcCall
- executeObject(Class, Object...) - インターフェース org.springframework.jdbc.core.simple のメソッド。SimpleJdbcCallOperations
- ストアドプロシージャを実行し、指定された戻り値型のオブジェクトとしてシングル出力パラメーターを返します。
- executeObject(Class, Map) - クラス org.springframework.jdbc.core.simple のメソッド。SimpleJdbcCall
- executeObject(Class, Map) - インターフェース org.springframework.jdbc.core.simple のメソッド。SimpleJdbcCallOperations
- ストアドプロシージャを実行し、指定された戻り値型のオブジェクトとしてシングル出力パラメーターを返します。
- executeObject(Class, SqlParameterSource) - クラス org.springframework.jdbc.core.simple のメソッド。SimpleJdbcCall
- executeObject(Class, SqlParameterSource) - インターフェース org.springframework.jdbc.core.simple のメソッド。SimpleJdbcCallOperations
- ストアドプロシージャを実行し、指定された戻り値型のオブジェクトとしてシングル出力パラメーターを返します。
- executeRequest(URI, HttpMethod, HttpHeaders, String) - クラス org.springframework.web.socket.sockjs.client のメソッド。JettyXhrTransport
- executeScript(ScriptSource, Class) - Method in class org.springframework.scripting.groovy.GroovyScriptFactory
- 指定された Groovy スクリプトクラスをインスタンス化し、必要に応じて実行します。
- executeSendRequest(URI, HttpHeaders, TextMessage) - クラス org.springframework.web.socket.sockjs.client のメソッド。AbstractXhrTransport
- executeSendRequest(URI, HttpHeaders, TextMessage) - インターフェース org.springframework.web.socket.sockjs.client のメソッド。XhrTransport
- リクエストを実行して、メッセージをサーバーに送信します。
- executeSendRequestInternal(URI, HttpHeaders, TextMessage) - クラス org.springframework.web.socket.sockjs.client のメソッド。AbstractXhrTransport
- executeSendRequestInternal(URI, HttpHeaders, TextMessage) - クラス org.springframework.web.socket.sockjs.client のメソッド。JettyXhrTransport
- executeSendRequestInternal(URI, HttpHeaders, TextMessage) - クラス org.springframework.web.socket.sockjs.client のメソッド。RestClientXhrTransport
- executeSendRequestInternal(URI, HttpHeaders, TextMessage) - クラス org.springframework.web.socket.sockjs.client のメソッド。RestTemplateXhrTransport
- executeSqlScript(Connection, Resource) - Static method in class org.springframework.r2dbc.connection.init.ScriptUtils
- ステートメント区切り文字、コメント区切り文字、例外処理フラグのデフォルト設定を使用して、指定された SQL スクリプトを実行します。
- executeSqlScript(Connection, EncodedResource) - Static method in class org.springframework.r2dbc.connection.init.ScriptUtils
- ステートメント区切り文字、コメント区切り文字、例外処理フラグのデフォルト設定を使用して、指定された SQL スクリプトを実行します。
- executeSqlScript(Connection, EncodedResource, DataBufferFactory, boolean, boolean, String[], String, String, String) - Static method in class org.springframework.r2dbc.connection.init.ScriptUtils
- 指定された SQL スクリプトを実行します。
- executeSqlScript(Connection, EncodedResource, DataBufferFactory, boolean, boolean, String, String, String, String) - Static method in class org.springframework.r2dbc.connection.init.ScriptUtils
- 指定された SQL スクリプトを実行します。
- executeSqlScript(String, boolean) - クラス org.springframework.test.context.junit4 のメソッド。AbstractTransactionalJUnit4SpringContextTests
- 使用すべきではありません。指定された SQL スクリプトを実行します。
- executeSqlScript(String, boolean) - Method in class org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
- 指定された SQL スクリプトを実行します。
- executeSqlScript(Connection, Resource) - Static method in class org.springframework.jdbc.datasource.init.ScriptUtils
- ステートメント区切り文字、コメント区切り文字、例外処理フラグのデフォルト設定を使用して、指定された SQL スクリプトを実行します。
- executeSqlScript(Connection, EncodedResource) - Static method in class org.springframework.jdbc.datasource.init.ScriptUtils
- ステートメント区切り文字、コメント区切り文字、例外処理フラグのデフォルト設定を使用して、指定された SQL スクリプトを実行します。
- executeSqlScript(Connection, EncodedResource, boolean, boolean, String[], String, String, String) - Static method in class org.springframework.jdbc.datasource.init.ScriptUtils
- 指定された SQL スクリプトを実行します。
- executeSqlScript(Connection, EncodedResource, boolean, boolean, String, String, String, String) - Static method in class org.springframework.jdbc.datasource.init.ScriptUtils
- 指定された SQL スクリプトを実行します。
- executeWithoutResult(Consumer) - インターフェース org.springframework.transaction.support のメソッド。TransactionOperations
- トランザクション内で、指定された
RunnableSE によって指定されたアクションを実行します。 - トランザクション外でコードを実行する - Section in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
- ExecutingResponseCreator - org.springframework.test.web.client.response のクラス
ClientHttpRequestFactoryを介してリクエストを実行し、レスポンスを取得するResponseCreator。- ExecutingResponseCreator(ClientHttpRequestFactory) - クラス org.springframework.test.web.client.response. ExecutingResponseCreator のコンストラクター
- 指定された
ClientHttpRequestFactoryでインスタンスを作成します。 - executionPhase() - Element in annotation interface org.springframework.test.context.jdbc.Sql
- SQL スクリプトおよびステートメントを実行するタイミング。
- executionTime() - Method in record class org.springframework.scheduling.config.TaskExecutionOutcome
executionTimeレコードコンポーネントの値を返します。- executor - Variable in class org.springframework.scheduling.annotation.AbstractAsyncConfiguration
- executor(Executor) - クラス org.springframework.messaging.simp.config のメソッド。ChannelRegistration
- このメッセージチャネルに対して指定された
ExecutorSE を構成し、タスクエグゼキューターの登録がある場合はそれよりも優先されます。 - ExecutorBeanDefinitionParser - org.springframework.scheduling.config のクラス
- 「タスク」名前空間の 'executor' 要素のパーサー。
- ExecutorBeanDefinitionParser() - クラス org.springframework.scheduling.config. ExecutorBeanDefinitionParser のコンストラクター
- ExecutorChannelInterceptor - Interface in org.springframework.messaging.support
- ExecutorConfigurationSupport - org.springframework.scheduling.concurrent のクラス
- ExecutorConfigurationSupport() - クラス org.springframework.scheduling.concurrent. ExecutorConfigurationSupport のコンストラクター
- ExecutorServiceAdapter - org.springframework.core.task.support のクラス
- Spring
TaskExecutorを受け取り、完全なjava.util.concurrent.ExecutorServiceを公開するアダプター。 - ExecutorServiceAdapter(TaskExecutor) - クラス org.springframework.core.task.support. ExecutorServiceAdapter のコンストラクター
- 指定されたターゲットエグゼキュータを使用して、新しい ExecutorServiceAdapter を作成します。
- ExecutorSubscribableChannel - org.springframework.messaging.support のクラス
- 各サブスクライバーにメッセージを送信する
SubscribableChannel。 - ExecutorSubscribableChannel() - クラス org.springframework.messaging.support. ExecutorSubscribableChannel のコンストラクター
- メッセージが呼び出し元スレッドで送信される新しい
ExecutorSubscribableChannelインスタンスを作成します。 - ExecutorSubscribableChannel(Executor) - クラス org.springframework.messaging.support. ExecutorSubscribableChannel のコンストラクター
- 指定されたエグゼキューターを介してメッセージが送信される新しい
ExecutorSubscribableChannelインスタンスを作成します。 - EXHAUSTIVE - Enum constant in enum class org.springframework.test.annotation.DirtiesContext.HierarchyMode
- コンテキストキャッシュは、現在のレベルだけでなく、現在のテストに共通の祖先コンテキストを共有する他のすべてのコンテキスト階層も含む徹底的なアルゴリズムを使用してクリアされます。
- exists() - クラス org.springframework.aot.generate のメソッド。GeneratedFiles.FileHandler
- ファイルがすでに存在するかどうかを指定します。
- exists() - クラス org.springframework.core.io のメソッド。AbstractFileResolvingResource
- exists() - クラス org.springframework.core.io のメソッド。AbstractResource
- この実装は、ファイルを開くことができるかどうかをチェックし、InputStream を開くことができるかどうかにフォールバックします。
- exists() - クラス org.springframework.core.io のメソッド。ByteArrayResource
- この実装は、常に
trueを返します。 - exists() - クラス org.springframework.core.io のメソッド。ClassPathResource
- この実装は、リソース URL の解決をチェックします。
- exists() - クラス org.springframework.core.io のメソッド。DescriptiveResource
- exists() - クラス org.springframework.core.io のメソッド。FileSystemResource
- この実装は、元となるファイルが存在するかどうかを返します。
- exists() - クラス org.springframework.core.io のメソッド。InputStreamResource
- この実装は、常に
trueを返します。 - exists() - クラス org.springframework.core.io のメソッド。PathResource
- 使用すべきではありません。この実装は、元となるファイルが存在するかどうかを返します。
- exists() - Method in interface org.springframework.core.io.Resource
- このリソースが実際に物理的な形で存在するかどうかを判断します。
- exists() - クラス org.springframework.core.io のメソッド。VfsResource
- exists() - クラス org.springframework.test.web.client.match のメソッド。JsonPathRequestMatchers
- リクエストのコンテンツに対して JSON パス式を評価し、指定されたパスに null 以外の値が存在することをアサートします。
- exists() - クラス org.springframework.test.web.client.match のメソッド。XpathRequestMatchers
- コンテンツが指定された XPath に存在することを表明します。
- exists() - クラス org.springframework.test.web.servlet.result のメソッド。JsonPathResultMatchers
- JSON パス式をレスポンスコンテンツに対して評価し、null 以外の値、おそらく空の配列またはマップが指定されたパスに存在することをアサートします。
- exists() - クラス org.springframework.test.web.servlet.result のメソッド。XpathResultMatchers
- XPath を評価し、コンテンツが存在することをアサートします。
- exists() - クラス org.springframework.test.web.support のメソッド。AbstractJsonPathAssertions
- exists() - クラス org.springframework.test.web.support のメソッド。AbstractXpathAssertions
- exists() - クラス org.springframework.web.context.support のメソッド。ServletContextResource
- この実装は
ServletContext.getResourceをチェックします。 - exists(byte[], String) - クラス org.springframework.test.util のメソッド。XpathExpectationsHelper
- XPath 式を適用し、結果のコンテンツが存在することをアサートします。
- exists(String) - クラス org.springframework.test.util のメソッド。JsonPathExpectationsHelper
- 提供された
contentに対して JSON パス式を評価し、null 以外の値、おそらく空の配列またはマップが指定されたパスに存在することをアサートします。 - exists(String) - クラス org.springframework.test.web.servlet.result のメソッド。CookieResultMatchers
- Cookie が存在することを表明します。
- exists(String) - クラス org.springframework.test.web.servlet.result のメソッド。HeaderResultMatchers
- 指定されたレスポンスヘッダーが存在することを表明します。
- exists(String) - クラス org.springframework.test.web.support のメソッド。AbstractCookieAssertions
- 指定された名前の Cookie が存在することを期待してください。
- exists(String) - クラス org.springframework.test.web.support のメソッド。AbstractHeaderAssertions
- 指定された名前のヘッダーが存在することを期待してください。
- EXIT_PROPERTY_NAME - Static variable in class org.springframework.context.support.DefaultLifecycleProcessor
- コンテキストが特定のフェーズに達したときに JVM を終了するためのプロパティ名: "spring.context.exit"。
- exitCompilationScope() - クラス org.springframework.expression.spel のメソッド。CodeFlow
- 通常、ネストされた式が評価された後で、コンパイルスコープを終了します。
- exitScope() - クラス org.springframework.expression.spel のメソッド。ExpressionState
- exitTypeDescriptor - Variable in class org.springframework.expression.spel.ast.SpelNodeImpl
- この式ノードの結果の型記述子を示します。
- expand(Object...) - クラス org.springframework.web.util のメソッド。UriComponents
- すべての URI テンプレート変数を特定の配列の値に置き換えます。
- expand(Object...) - クラス org.springframework.web.util のメソッド。UriTemplate
- 変数の配列を指定して、このテンプレートを完全な URI に拡張します。
- expand(String, Object...) - クラス org.springframework.web.util のメソッド。DefaultUriBuilderFactory
- expand(String, Object...) - インターフェース org.springframework.web.util のメソッド。UriTemplateHandler
- URI 変数の配列を使用して、指定された URI テンプレートを展開します。
- expand(String, Map) - クラス org.springframework.web.util のメソッド。DefaultUriBuilderFactory
- expand(String, Map) - インターフェース org.springframework.web.util のメソッド。UriTemplateHandler
- URI 変数のマップを使用して、指定された URI テンプレートを展開します。
- expand(Map) - クラス org.springframework.web.util のメソッド。UriTemplate
- 変数のマップを指定して、このテンプレートを URI に拡張します。
- expand(Map) - クラス org.springframework.web.util のメソッド。UriComponents
- すべての URI テンプレート変数を特定のマップの値に置き換えます。
- expand(UriComponents.UriTemplateVariables) - クラス org.springframework.web.util のメソッド。UriComponents
- すべての URI テンプレート変数を、指定された
UriComponents.UriTemplateVariablesの値に置き換えます。 - EXPAND_FRAMES - Static variable in class org.springframework.asm.ClassReader
- スタックマップフレームを展開するフラグ。
- expandTargetUrlTemplate(String, Map, Map) - クラス org.springframework.web.reactive.result.view のメソッド。RedirectView
- モデル属性値を使用するか、現在のリクエストからの URI 変数値を使用したフォールバックとして、ターゲット URL の URI テンプレート変数を展開します。
- expect(ExpectedCount, RequestMatcher) - クラス org.springframework.test.web.client のメソッド。MockRestServiceServer
- リクエストの実行が予想される回数も示す
MockRestServiceServer.expect(RequestMatcher)の代替。 - expect(RequestMatcher) - クラス org.springframework.test.web.client のメソッド。MockRestServiceServer
- 単一の HTTP リクエストに対する期待を設定します。
- EXPECT - Static variable in class org.springframework.http.HttpHeaders
- HTTP
Expectヘッダーフィールド名。 - expectAll(WebTestClient.ResponseSpec.ResponseSpecConsumer...) - インターフェース org.springframework.test.web.reactive.server のメソッド。WebTestClient.ResponseSpec
- 1 つ以上のアサーションが例外で失敗した場合でも、すべてのアサーションが適用されることを保証して、指定されたコンシューマーのレスポンスに複数のアサーションを適用します。
- expectAll(RestTestClient.ResponseSpec.ResponseSpecConsumer...) - インターフェース org.springframework.test.web.servlet.client のメソッド。RestTestClient.ResponseSpec
- 1 つ以上のアサーションが例外で失敗した場合でも、すべてのアサーションが適用されることを保証して、指定されたコンシューマーのレスポンスに複数のアサーションを適用します。
- EXPECTATION_FAILED - Enum constant in enum class org.springframework.http.HttpStatus
417 Expectation Failed.- expectBody() - インターフェース org.springframework.test.web.reactive.server のメソッド。WebTestClient.ResponseSpec
- レスポンス本文を消費して
byte[]にデコードし、生のコンテンツ (isEmpty、JSONPath など) にアサーションを適用します。 - expectBody() - インターフェース org.springframework.test.web.servlet.client のメソッド。RestTestClient.ResponseSpec
- レスポンス本文を消費して
byte[]にデコードし、生のコンテンツ (isEmpty、JSONPath など) にアサーションを適用します。 - expectBody(Class) - インターフェース org.springframework.test.web.reactive.server のメソッド。WebTestClient.ResponseSpec
- レスポンス本文を使用して型
<B>の単一オブジェクトにデコードし、アサーションを適用します。 - expectBody(Class) - インターフェース org.springframework.test.web.servlet.client のメソッド。RestTestClient.ResponseSpec
- レスポンス本文を使用して型
<B>の単一オブジェクトにデコードし、アサーションを適用します。 - expectBody(ParameterizedTypeReference) - インターフェース org.springframework.test.web.reactive.server のメソッド。WebTestClient.ResponseSpec
- ジェネリクスを持つターゲット型に関する情報を受け入れる
WebTestClient.ResponseSpec.expectBody(Class)の代替。 - expectBody(ParameterizedTypeReference) - インターフェース org.springframework.test.web.servlet.client のメソッド。RestTestClient.ResponseSpec
- ジェネリクスを持つターゲット型に関する情報を受け入れる
RestTestClient.ResponseSpec.expectBody(Class)の代替。 - expectBodyList(Class) - インターフェース org.springframework.test.web.reactive.server のメソッド。WebTestClient.ResponseSpec
- レスポンス本体を消費して
List<E>にデコードし、リスト固有のアサーションを適用します。 - expectBodyList(ParameterizedTypeReference) - インターフェース org.springframework.test.web.reactive.server のメソッド。WebTestClient.ResponseSpec
- ジェネリクスを持つターゲット型に関する情報を受け入れる
WebTestClient.ResponseSpec.expectBodyList(Class)の代替。 - expectCookie() - インターフェース org.springframework.test.web.reactive.server のメソッド。WebTestClient.ResponseSpec
- レスポンスの Cookie に関するアサーション。
- expectCookie() - インターフェース org.springframework.test.web.servlet.client のメソッド。RestTestClient.ResponseSpec
- レスポンスの Cookie に関するアサーション。
- ExpectedCount - org.springframework.test.web.client のクラス
- 予想されるカウントの範囲を表す単純な型。
- expectHeader() - インターフェース org.springframework.test.web.reactive.server のメソッド。WebTestClient.ResponseSpec
- レスポンスのヘッダーのアサーション。
- expectHeader() - インターフェース org.springframework.test.web.servlet.client のメソッド。RestTestClient.ResponseSpec
- レスポンスのヘッダーのアサーション。
- expectRequest(ExpectedCount, RequestMatcher) - クラス org.springframework.test.web.client のメソッド。AbstractRequestExpectationManager
- expectRequest(ExpectedCount, RequestMatcher) - インターフェース org.springframework.test.web.client のメソッド。RequestExpectationManager
- 新しいリクエストの期待を設定します。
- expectStatus() - インターフェース org.springframework.test.web.reactive.server のメソッド。WebTestClient.ResponseSpec
- レスポンスステータスに関するアサーション。
- expectStatus() - インターフェース org.springframework.test.web.servlet.client のメソッド。RestTestClient.ResponseSpec
- レスポンスステータスに関するアサーション。
- EXPIRATION - Static variable in interface org.springframework.jms.support.JmsHeaders
- メッセージの有効期限の日付と時刻。
- expires(long) - クラス org.springframework.test.web.support のメソッド。AbstractHeaderAssertions
- 与えられた値を持つ "Expires" ヘッダーを期待します。
- EXPIRES - Static variable in class org.springframework.http.HttpHeaders
- HTTP
Expiresヘッダーフィールド名。 - expireSession(ServerWebExchange) - クラス org.springframework.web.server.session のメソッド。CookieWebSessionIdResolver
- expireSession(ServerWebExchange) - クラス org.springframework.web.server.session のメソッド。HeaderWebSessionIdResolver
- expireSession(ServerWebExchange) - インターフェース org.springframework.web.server.session のメソッド。WebSessionIdResolver
- 現在のセッションを終了するようにクライアントに指示します。
- explicitRepeatable(Class, Class) - Static method in class org.springframework.core.annotation.RepeatableContainers
- 提供された繰り返し可能なアノテーション型とコンテナーアノテーション型を考慮して、繰り返しアノテーションを検索する
RepeatableContainersインスタンスを作成します。 - ExponentialBackOff - org.springframework.util.backoff のクラス
- 各試行のバックオフ期間を増やす
BackOffの実装。 - ExponentialBackOff() - クラス org.springframework.util.backoff. ExponentialBackOff のコンストラクター
- デフォルト設定でインスタンスを作成します。
- ExponentialBackOff(long, double) - クラス org.springframework.util.backoff. ExponentialBackOff のコンストラクター
- 提供された設定でインスタンスを作成します。
- exposeAttributes() - クラス org.springframework.web.servlet.tags.form のメソッド。AbstractHtmlElementBodyTag
AbstractHtmlElementBodyTag.writeTagContent(TagWriter)中に呼び出され、サブクラスが必要に応じてPageContextに属性を追加できるようになります。- exposeAttributes() - クラス org.springframework.web.servlet.tags.form のメソッド。ErrorsTag
PageContext.PAGE_SCOPEのthis keyにあるバインドステータスエラーメッセージを公開します。- exposeAttributes() - クラス org.springframework.web.servlet.tags.form のメソッド。OptionTag
- ExposeBeanNameAdvisors - org.springframework.aop.interceptor のクラス
- Spring IoC コンテナーで作成された Bean を自動プロキシして、Bean 名を現在の呼び出しにバインドするときに使用できるアドバイザを作成するための便利なメソッド。
- ExposeBeanNameAdvisors() - クラス org.springframework.aop.interceptor. ExposeBeanNameAdvisors のコンストラクター
- EXPOSED_INTERFACES_ATTRIBUTE - Static variable in class org.springframework.aop.framework.autoproxy.AutoProxyUtils
- プロキシされるインターフェースを示すことができる Bean 定義属性 (最初にプロキシされる場合)。
- exposedHeaders() - Element in annotation interface org.springframework.web.bind.annotation.CrossOrigin
- ユーザーエージェントが実際のレスポンスでクライアントにアクセスを許可するレスポンスヘッダーのリスト。おそらく
"*"がすべてのヘッダーを公開します。 - exposedHeaders(String...) - クラス org.springframework.web.reactive.config のメソッド。CorsRegistration
- 実際のレスポンスに含まれる可能性があり、公開できるレスポンスヘッダーのリストを設定します。
- exposedHeaders(String...) - クラス org.springframework.web.servlet.config.annotation のメソッド。CorsRegistration
- 実際のレスポンスに含まれる可能性があり、公開できるレスポンスヘッダーのリストを設定します。
- exposeErrorRequestAttributes(HttpServletRequest, Throwable, String) - Static method in class org.springframework.web.util.WebUtils
- サーブレットコンテナーのエラーページ解決ではなく直接レンダリングされるエラーページの場合は、サーブレット仕様のエラー属性を、Servlet 2.3 仕様で定義されたキーの
HttpServletRequest属性として公開します:jakarta.servlet.error.status_code、jakarta.servlet.error.exception_type、jakarta.servlet.error.message、jakarta.servlet.error.exception、jakarta.servlet.error.request_uri、jakarta.servlet.error.servlet_name。 - exposeHelpers(HttpServletRequest) - クラス org.springframework.web.servlet.view のメソッド。InternalResourceView
- 各レンダリング操作に固有のヘルパーを公開します。
- exposeHelpers(HttpServletRequest) - クラス org.springframework.web.servlet.view のメソッド。JstlView
- Spring のロケールおよび MessageSource の JSTL LocalizationContext を公開します。
- exposeHelpers(Map, HttpServletRequest) - クラス org.springframework.web.servlet.view.freemarker のメソッド。FreeMarkerView
- 各レンダリング操作に固有のヘルパーを公開します。
- ExposeInvocationInterceptor - org.springframework.aop.interceptor のクラス
- 現在の
MethodInvocationをスレッドローカルオブジェクトとして公開するインターセプター。 - exposeLocalizationContext(HttpServletRequest, MessageSource) - Static method in class org.springframework.web.servlet.support.JstlUtils
- Spring のロケールと MessageSource を使用して、JSTL のフォーマットとメッセージタグのロケールとリソースバンドルを指定する JSTL 固有のリクエスト属性を公開します。
- exposeLocalizationContext(RequestContext) - Static method in class org.springframework.web.servlet.support.JstlUtils
- Spring のロケールと MessageSource を使用して、JSTL のフォーマットとメッセージタグのロケールとリソースバンドルを指定する JSTL 固有のリクエスト属性を公開します。
- exposeModelAsRequestAttributes(Map, HttpServletRequest) - クラス org.springframework.web.servlet.view のメソッド。AbstractView
- 指定されたマップ内のモデルオブジェクトをリクエスト属性として公開します。
- exposePathWithinMapping(String, String, HttpServletRequest) - クラス org.springframework.web.servlet.handler のメソッド。AbstractUrlHandlerMapping
- 現在のマッピング内のパスをリクエスト属性として公開します。
- exposeProxy() - Element in annotation interface org.springframework.context.annotation.EnableAspectJAutoProxy
AopContextクラスを介して取得するために、プロキシをThreadLocalとして AOP フレームワークによって公開する必要があることを示します。- exposeUriTemplateVariables(Map, HttpServletRequest) - クラス org.springframework.web.servlet.handler のメソッド。AbstractUrlHandlerMapping
- URI テンプレート変数をリクエスト属性として公開します。
- expression() - Element in annotation interface org.springframework.messaging.handler.annotation.Payload
- ペイロードオブジェクトに対してルートコンテキストとして評価される SpEL 式。
- expression() - Element in annotation interface org.springframework.test.context.junit.jupiter.DisabledIf
- アノテーション付きのテストクラスまたはテストメソッドが無効かどうかを判断するために評価される式。
- expression() - Element in annotation interface org.springframework.test.context.junit.jupiter.EnabledIf
- アノテーション付きのテストクラスまたはテストメソッドが有効かどうかを判断するために評価される式。
- Expression - Interface in org.springframework.expression
- コンテキストオブジェクトに対してそれ自体を評価できる式。
- ExpressionException - org.springframework.expression の例外クラス
- 式の処理中に発生する可能性のある例外のスーパークラス。
- ExpressionException(int, String) - Constructor for exception class org.springframework.expression.ExpressionException
- 新しい式の例外を作成します。
- ExpressionException(int, String, Throwable) - Constructor for exception class org.springframework.expression.ExpressionException
- 新しい式の例外を作成します。
- ExpressionException(String, int, String) - Constructor for exception class org.springframework.expression.ExpressionException
- 新しい式の例外を作成します。
- ExpressionException(String, String) - Constructor for exception class org.springframework.expression.ExpressionException
- 新しい式の例外を作成します。
- ExpressionException(String) - Constructor for exception class org.springframework.expression.ExpressionException
- 新しい式の例外を作成します。
- ExpressionException(String, Throwable) - Constructor for exception class org.springframework.expression.ExpressionException
- 新しい式の例外を作成します。
- ExpressionInvocationTargetException - org.springframework.expression の例外クラス
- この例外は、SpEL が呼び出すいくつかのメソッドによってスローされたチェック済み例外を(原因として)ラップします。
- ExpressionInvocationTargetException(int, String) - Constructor for exception class org.springframework.expression.ExpressionInvocationTargetException
- ExpressionInvocationTargetException(int, String, Throwable) - Constructor for exception class org.springframework.expression.ExpressionInvocationTargetException
- ExpressionInvocationTargetException(String) - Constructor for exception class org.springframework.expression.ExpressionInvocationTargetException
- ExpressionInvocationTargetException(String, Throwable) - Constructor for exception class org.springframework.expression.ExpressionInvocationTargetException
- ExpressionInvocationTargetException(String, String) - Constructor for exception class org.springframework.expression.ExpressionInvocationTargetException
- ExpressionKey(AnnotatedElementKey, String) - クラス org.springframework.context.expression のコンストラクター。CachedExpressionEvaluator.ExpressionKey
- ExpressionParser - org.springframework.expression のインターフェース
- 式の文字列を、評価可能なコンパイル済みの式に解析します。
- ExpressionPointcut - Interface in org.springframework.aop.support
- 文字列式を使用するポイントカットによって実装されるインターフェース。
- ExpressionState - org.springframework.expression.spel のクラス
- ExpressionState は、式ごとの評価状態を維持するためのものです。それに対する変更は他の式からは見えませんが、ローカル変数を保持する場所と、複合式のコンポーネント式が状態を伝達する場所を提供します。
- ExpressionState(EvaluationContext) - クラス org.springframework.expression.spel. ExpressionState のコンストラクター
- ExpressionState(EvaluationContext, SpelParserConfiguration) - クラス org.springframework.expression.spel. ExpressionState のコンストラクター
- ExpressionState(EvaluationContext, TypedValue) - クラス org.springframework.expression.spel. ExpressionState のコンストラクター
- ExpressionState(EvaluationContext, TypedValue, SpelParserConfiguration) - クラス org.springframework.expression.spel. ExpressionState のコンストラクター
- expressionString - Variable in exception class org.springframework.expression.ExpressionException
- ExpressionUtils - org.springframework.expression.common のクラス
- 任意の式言語プロバイダーが使用できる一般的なユーティリティ関数。
- ExpressionUtils() - クラス org.springframework.expression.common. ExpressionUtils のコンストラクター
- ExpressionValueMethodArgumentResolver - org.springframework.web.method.annotation のクラス
@Valueアノテーションが付けられたメソッド引数を解決します。- ExpressionValueMethodArgumentResolver - org.springframework.web.reactive.result.method.annotation のクラス
@Valueアノテーションが付けられたメソッド引数を解決します。- ExpressionValueMethodArgumentResolver(ConfigurableBeanFactory) - クラス org.springframework.web.method.annotation. ExpressionValueMethodArgumentResolver のコンストラクター
- 新しい
ExpressionValueMethodArgumentResolverインスタンスを作成します。 - ExpressionValueMethodArgumentResolver(ConfigurableBeanFactory, ReactiveAdapterRegistry) - クラス org.springframework.web.reactive.result.method.annotation. ExpressionValueMethodArgumentResolver のコンストラクター
- 新しい
ExpressionValueMethodArgumentResolverインスタンスを作成します。 - extendAdvisors(List) - Method in class org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator
- アドバイスチェーンの先頭に
ExposeInvocationInterceptorを追加します。 - extendAdvisors(List) - クラス org.springframework.aop.framework.autoproxy のメソッド。AbstractAdvisorAutoProxyCreator
- これまでに取得したソートされたアドバイザを前提として、サブクラスがオーバーライドして追加のアドバイザを登録できる拡張フック。
- ExtendedBeanInfoFactory - Class in org.springframework.beans
- Spring の (パッケージから見える)
ExtendedBeanInfo実装によるイントロスペクションを通じて、「非標準」JavaBeans setter メソッドをサポートするStandardBeanInfoFactoryの拡張。 - ExtendedBeanInfoFactory() - Constructor for class org.springframework.beans.ExtendedBeanInfoFactory
- ExtendedEntityManagerCreator - org.springframework.orm.jpa のクラス
- JPA 仕様の「拡張」EntityManagers のセマンティクスに準拠したさまざまな
EntityManagerプロキシを作成するためのデリゲート。 - ExtendedEntityManagerCreator() - クラス org.springframework.orm.jpa. ExtendedEntityManagerCreator のコンストラクター
- ExtendedModelMap - Class in org.springframework.ui
- ExtendedModelMap() - Constructor for class org.springframework.ui.ExtendedModelMap
- ExtendedServletRequestDataBinder - org.springframework.web.servlet.mvc.method.annotation のクラス
- 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。移転した
ExtendedServletRequestDataBinderを推奨 - ExtendedServletRequestDataBinder - org.springframework.web.servlet.support のクラス
- データバインディングに使用される値に URI テンプレート変数とリクエストヘッダーを追加する
ServletRequestDataBinderのサブクラス。 - ExtendedServletRequestDataBinder(Object) - クラス org.springframework.web.servlet.mvc.method.annotation. ExtendedServletRequestDataBinder のコンストラクター
- 使用すべきではありません。デフォルトのオブジェクト名で新しいインスタンスを作成します。
- ExtendedServletRequestDataBinder(Object) - クラス org.springframework.web.servlet.support. ExtendedServletRequestDataBinder のコンストラクター
- デフォルトのオブジェクト名で新しいインスタンスを作成します。
- ExtendedServletRequestDataBinder(Object, String) - クラス org.springframework.web.servlet.mvc.method.annotation. ExtendedServletRequestDataBinder のコンストラクター
- 使用すべきではありません。新しいインスタンスを作成します。
- ExtendedServletRequestDataBinder(Object, String) - クラス org.springframework.web.servlet.support. ExtendedServletRequestDataBinder のコンストラクター
- 新しいインスタンスを作成します。
- ExtendedWebExchangeDataBinder - org.springframework.web.reactive.result のクラス
- URI パス変数とリクエストヘッダーをバインド値マップに追加する
WebExchangeDataBinderの拡張バリアントです。 - ExtendedWebExchangeDataBinder - org.springframework.web.reactive.result.method.annotation のクラス
- 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。移転した
ExtendedWebExchangeDataBinderを推奨 - ExtendedWebExchangeDataBinder(Object) - クラス org.springframework.web.reactive.result. ExtendedWebExchangeDataBinder のコンストラクター
- デフォルトのオブジェクト名で新しいインスタンスを作成します。
- ExtendedWebExchangeDataBinder(Object, String) - クラス org.springframework.web.reactive.result. ExtendedWebExchangeDataBinder のコンストラクター
- ExtendedWebExchangeDataBinder(Object, String) - クラス org.springframework.web.reactive.result.method.annotation. ExtendedWebExchangeDataBinder のコンストラクター
- 使用すべきではありません。
- extendHandlerExceptionResolvers(List) - クラス org.springframework.web.servlet.config.annotation のメソッド。DelegatingWebMvcConfiguration
- extendHandlerExceptionResolvers(List) - クラス org.springframework.web.servlet.config.annotation のメソッド。WebMvcConfigurationSupport
HandlerExceptionResolversの構成後にリストを継承または変更するには、このメソッドをオーバーライドします。- extendHandlerExceptionResolvers(List) - インターフェース org.springframework.web.servlet.config.annotation のメソッド。WebMvcConfigurer
- デフォルトで構成された例外リゾルバーのリストを拡張または変更します。
- extendHeaders(ReactiveHttpOutputMessage, Map) - クラス org.springframework.http.codec.protobuf のメソッド。ProtobufHttpMessageWriter
- ヘッダーをさらに更新します。
- extendInterceptors(List) - クラス org.springframework.web.servlet.handler のメソッド。AbstractHandlerMapping
- 構成されたインターセプター(
AbstractHandlerMapping.setInterceptors(Object...)を参照)を指定すると、サブクラスがオーバーライドして追加のインターセプターを登録できる拡張フック。 - extendMapping(CompositeMessageCondition, HandlerMethod) - Method in class org.springframework.messaging.rsocket.annotation.support.RSocketMessageHandler
- extendMapping(T, HandlerMethod) - クラス org.springframework.messaging.handler.invocation.reactive のメソッド。AbstractMethodMessageHandler
- このメソッドは、マッピングが追加される直前に呼び出されます。
- extendMessageConverters(List) - クラス org.springframework.web.servlet.config.annotation のメソッド。DelegatingWebMvcConfiguration
- 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
- extendMessageConverters(List) - クラス org.springframework.web.servlet.config.annotation のメソッド。WebMvcConfigurationSupport
- 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
- extendMessageConverters(List) - インターフェース org.springframework.web.servlet.config.annotation のメソッド。WebMvcConfigurer
- 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。7.0 以降、
WebMvcConfigurer.configureMessageConverters(HttpMessageConverters.ServerBuilder)のコンバーターの構成を推奨 - extendMvcSingletons(ServletContext) - クラス org.springframework.test.web.servlet.setup のメソッド。StandaloneMockMvcBuilder
- このメソッドをサブクラスから使用して、追加の
HandlerMapping、HandlerAdapterなどの追加の Spring MVC インフラストラクチャを登録できます。 - extendResponse(ServerHttpResponse) - クラス org.springframework.web.servlet.mvc.method.annotation のメソッド。ResponseBodyEmitter
- ResponseBodyEmitter が ResponseEntity でラップされている場合、ステータスコードとヘッダーでレスポンスが更新された後で、レスポンスがコミットされる前に呼び出されます。
- extendResponse(ServerHttpResponse) - クラス org.springframework.web.servlet.mvc.method.annotation のメソッド。SseEmitter
- extendTcpClient(TcpClient, TcpConnectionHandler) - クラス org.springframework.messaging.tcp.reactor のメソッド。ReactorNettyTcpClient
- 特定の
TcpConnectionHandlerのTcpClientを初期化する機会を提供します。これにより、さらに情報を公開するStompTcpConnectionHandlerなどのサブインターフェースが実装される場合があります。 - EXTENSION_CONTEXT_SCOPE_PROPERTY_NAME - Static variable in class org.springframework.test.context.junit.jupiter.SpringExtension
SpringExtensionのデフォルトのSpringExtension.ExtensionContextScopeを構成するために使用される JVM システムプロパティ: "spring.test.extension.context.scope"。- extract(Payload, MimeType) - クラス org.springframework.messaging.rsocket のメソッド。DefaultMetadataExtractor
- extract(Payload, MimeType) - インターフェース org.springframework.messaging.rsocket のメソッド。MetadataExtractor
- 指定された
Payloadメタデータから値のマップを抽出します。 - extract(M, BodyExtractor.Context) - インターフェース org.springframework.web.reactive.function のメソッド。BodyExtractor
- 指定された入力メッセージから抽出します。
- extractArchiveURL(URL) - Static method in class org.springframework.util.ResourceUtils
- 指定された jar/war URL(jar ファイル内のリソースまたは jar ファイル自体を指す場合があります)から最も外側のアーカイブの URL を抽出します。
- extractByteArrayFromMessage(BytesMessage) - クラス org.springframework.jms.support.converter のメソッド。SimpleMessageConverter
- 指定された
BytesMessageからバイト配列を抽出します。 - extractCaseInsensitiveParameterNames(SqlParameterSource) - Static method in class org.springframework.jdbc.core.namedparam.SqlParameterSourceUtils
- 元の名前と一緒に大文字と小文字を区別しないパラメーター名のマップを作成します。
- extractData(ResultSet) - インターフェース org.springframework.jdbc.core のメソッド。ResultSetExtractor
- 実装では、ResultSet 全体を処理するためにこのメソッドを実装する必要があります。
- extractData(ResultSet) - クラス org.springframework.jdbc.core のメソッド。RowMapperResultSetExtractor
- extractData(ResultSet) - クラス org.springframework.jdbc.core のメソッド。SqlRowSetResultSetExtractor
- extractData(ResultSet) - クラス org.springframework.jdbc.core.support のメソッド。AbstractLobStreamingResultSetExtractor
- 使用すべきではありません。ResultSet の状態に応じて、handleNoRowFound、handleMultipleRowsFound、および streamData に委譲します。
- extractData(ClientHttpResponse) - クラス org.springframework.web.client のメソッド。HttpMessageConverterExtractor
- extractData(ClientHttpResponse) - インターフェース org.springframework.web.client のメソッド。ResponseExtractor
- 指定された
ClientHttpResponseからデータを抽出して返します。 - extractDatabaseMetaData(DataSource, String) - Static method in class org.springframework.jdbc.support.JdbcUtils
- 使用すべきではありません。ラムダ式またはメソッド参照とジェネリクス型の結果を持つ
JdbcUtils.extractDatabaseMetaData(DataSource, DatabaseMetaDataCallback)を優先する - extractDatabaseMetaData(DataSource, DatabaseMetaDataCallback) - Static method in class org.springframework.jdbc.support.JdbcUtils
- 指定された DatabaseMetaDataCallback を介してデータベースメタデータを抽出します。
- extractFileExtension(String) - Static method in class org.springframework.web.util.UriUtils
- 指定された URI パスからファイル拡張子を抽出します。
- extractHeaders(Message) - クラス org.springframework.jms.support.converter のメソッド。MessagingMessageConverter
- extractingBindingResult(String) - クラス org.springframework.test.web.servlet.assertj のメソッド。ModelAssert
- extractingPath(String) - クラス org.springframework.test.json のメソッド。AbstractJsonContentAssert
- 指定された JSON
pathが存在することを確認し、その後のアサーションのために JSON 値を抽出します。 - ExtractingResponseErrorHandler - org.springframework.web.client のクラス
- ExtractingResponseErrorHandler() - クラス org.springframework.web.client. ExtractingResponseErrorHandler のコンストラクター
- 新しい空の
ExtractingResponseErrorHandlerを作成します。 - ExtractingResponseErrorHandler(List) - クラス org.springframework.web.client. ExtractingResponseErrorHandler のコンストラクター
- 指定された
HttpMessageConverterインスタンスで新しいExtractingResponseErrorHandlerを作成します。 - extractJarFileURL(URL) - Static method in class org.springframework.util.ResourceUtils
- 指定された URL(jar ファイル内のリソースまたは jar ファイル自体を指している場合があります)から実際の jar ファイルの URL を抽出します。
- extractLink(int, char, String, Set) - クラス org.springframework.web.reactive.resource のメソッド。CssLinkResourceTransformer.AbstractLinkParser
- extractLink(int, String, String, SortedSet) - クラス org.springframework.web.servlet.resource のメソッド。CssLinkResourceTransformer.AbstractLinkParser
- extractLink(int, String, SortedSet) - クラス org.springframework.web.servlet.resource のメソッド。CssLinkResourceTransformer.AbstractLinkParser
- キーワードが一致した後、空白が削除された後、次の文字が一重引用符でも二重引用符でもないときに呼び出されます。
- extractMapFromMessage(MapMessage) - クラス org.springframework.jms.support.converter のメソッド。SimpleMessageConverter
- 指定された
MapMessageからマップを抽出します。 - extractMessage(Message) - クラス org.springframework.jms.listener.adapter のメソッド。AbstractAdaptableMessageListener
- 指定された JMS メッセージからメッセージ本文を抽出します。
- extractOperableUrl(HttpServletRequest) - クラス org.springframework.web.servlet.mvc のメソッド。UrlFilenameViewController
- ビュー名の抽出に適した、指定されたリクエストから URL パスを抽出します。
- extractOutputParameters(CallableStatement, List) - クラス org.springframework.jdbc.core のメソッド。JdbcTemplate
- 完了したストアドプロシージャから出力パラメーターを抽出します。
- extractPathWithinPattern(String, String) - Method in class org.springframework.util.AntPathMatcher
- パターンとフルパスを指定して、パターンマッピングされた部分を決定します。
- extractPathWithinPattern(String, String) - Method in interface org.springframework.util.PathMatcher
- パターンとフルパスを指定して、パターンマッピングされた部分を決定します。
- extractPathWithinPattern(PathContainer) - クラス org.springframework.web.util.pattern のメソッド。PathPattern
- 指定されたパスのパターンマッピングされた部分を決定します。
- extractPayload(Message) - クラス org.springframework.jms.support.converter のメソッド。MessagingMessageConverter
- 指定された
Messageのペイロードを抽出します。 - extractPropertyName(String) - クラス org.springframework.beans.factory.xml のメソッド。AbstractSimpleBeanDefinitionParser
- 指定された属性名から JavaBean プロパティ名を抽出します。
- extractReturnedResults(CallableStatement, List, List, int) - クラス org.springframework.jdbc.core のメソッド。JdbcTemplate
- 完了したストアドプロシージャから返された ResultSets を抽出します。
- extractSerializableFromMessage(ObjectMessage) - クラス org.springframework.jms.support.converter のメソッド。SimpleMessageConverter
- 指定された
ObjectMessageから Serializable オブジェクトを抽出します。 - extractSource(Object) - クラス org.springframework.beans.factory.parsing のメソッド。ReaderContext
- 指定されたソースオブジェクトのソースエクストラクターを呼び出します。
- extractSource(Object) - クラス org.springframework.beans.factory.xml のメソッド。ParserContext
- extractSource(Object, Resource) - クラス org.springframework.beans.factory.parsing のメソッド。NullSourceExtractor
- この実装は、単に入力に対して
nullを返します。 - extractSource(Object, Resource) - クラス org.springframework.beans.factory.parsing のメソッド。PassThroughSourceExtractor
- 提供された
sourceCandidateをそのまま返すだけです。 - extractSource(Object, Resource) - インターフェース org.springframework.beans.factory.parsing のメソッド。SourceExtractor
- 構成パーサーから提供された候補オブジェクトからソースメタデータを抽出します。
- extractSource(Element) - クラス org.springframework.beans.factory.xml のメソッド。BeanDefinitionParserDelegate
SourceExtractorを呼び出して、提供されたElementSE からソースメタデータをプルします。- extractSource(Element) - クラス org.springframework.beans.factory.xml のメソッド。DefaultBeanDefinitionDocumentReader
SourceExtractorを呼び出して、提供されたElementSE からソースメタデータをプルします。- extractStringFromMessage(TextMessage) - クラス org.springframework.jms.support.converter のメソッド。SimpleMessageConverter
- 指定された TextMessage から文字列を抽出します。
- extractUnquotedLink(int, String, Set) - クラス org.springframework.web.reactive.resource のメソッド。CssLinkResourceTransformer.AbstractLinkParser
- キーワードが一致した後、空白が削除された後、次の文字が一重引用符でも二重引用符でもないときに呼び出されます。
- extractUriTemplateVariables() - クラス org.springframework.web.servlet.handler のメソッド。RequestMatchResult
- 使用すべきではありません。
PathPattern.matchAndExtract(PathContainer)で定義されている一致パターンから URI テンプレート変数を抽出します。 - extractUriTemplateVariables(String, String) - Method in class org.springframework.util.AntPathMatcher
- extractUriTemplateVariables(String, String) - Method in interface org.springframework.util.PathMatcher
- パターンとフルパスを指定して、URI テンプレート変数を抽出します。
- extractValue(AnnotationAttributes) - クラス org.springframework.beans.factory.annotation のメソッド。QualifierAnnotationAutowireCandidateResolver
- 指定されたアノテーションから値属性を抽出します。
- extractValuesToBind(ServerWebExchange) - Static method in class org.springframework.web.bind.support.WebExchangeDataBinder
- リクエストの本文からのマルチパートフォームデータのクエリパラメーターとフォームデータを組み合わせて、データバインディングの目的で使用する値の
Map<String, Object>にします。 - extractVersion(String) - クラス org.springframework.web.reactive.resource のメソッド。AbstractFileNameVersionStrategy
- extractVersion(String) - クラス org.springframework.web.reactive.resource のメソッド。AbstractPrefixVersionStrategy
- extractVersion(String) - インターフェース org.springframework.web.reactive.resource のメソッド。VersionStrategy
- リクエストパスからリソースバージョンを抽出します。
- extractVersion(String) - クラス org.springframework.web.servlet.resource のメソッド。AbstractVersionStrategy
- extractVersion(String) - クラス org.springframework.web.servlet.resource のメソッド。AbstractVersionStrategy.FileNameVersionPathStrategy
- extractVersion(String) - クラス org.springframework.web.servlet.resource のメソッド。AbstractVersionStrategy.PrefixVersionPathStrategy
- extractVersion(String) - インターフェース org.springframework.web.servlet.resource のメソッド。VersionPathStrategy
- リクエストパスからリソースバージョンを抽出します。
- extractViewNameFromUrlPath(String) - クラス org.springframework.web.servlet.mvc のメソッド。UrlFilenameViewController
- 指定されたリクエスト URI から URL ファイル名を抽出します。
- extraInterfaces() - Element in annotation interface org.springframework.test.context.bean.override.mockito.MockitoBean
- モックによっても宣言する必要がある追加のインターフェース。
すべてのクラスとインターフェース | すべてのパッケージ | 定数フィールド値 | 連載形式
InputStream.nullInputStream()を推奨