インデックス
すべてのクラスとインターフェース | すべてのパッケージ | 定数フィールド値 | 直列化された形式
F
- F_APPEND - Static variable in interface org.springframework.asm.Opcodes
- ローカルが前のフレームのローカルと同じである圧縮フレーム。追加の 1 〜 3 ローカルが定義されており、スタックは空です。
- F_CHOP - Static variable in interface org.springframework.asm.Opcodes
- ローカルが前のフレームのローカルと同じである圧縮フレーム。ただし、最後の 1 〜 3 ローカルは存在せず、スタックは空です。
- F_FULL - Static variable in interface org.springframework.asm.Opcodes
- 完全なフレームデータを含む圧縮フレーム。
- F_NEW - Static variable in interface org.springframework.asm.Opcodes
- エキスパンドフレーム。
- F_SAME - Static variable in interface org.springframework.asm.Opcodes
- 前のフレームとローカルがまったく同じで、スタックが空の圧縮フレーム。
- F_SAME1 - Static variable in interface org.springframework.asm.Opcodes
- 前のフレームとまったく同じローカルを持ち、スタックに単一の値を持つ圧縮フレーム。
- F2D - Static variable in interface org.springframework.asm.Opcodes
- F2I - Static variable in interface org.springframework.asm.Opcodes
- F2L - Static variable in interface org.springframework.asm.Opcodes
- FacesContextUtils - org.springframework.web.jsf のクラス
- 指定された JSF
FacesContext
EE の Spring のルートWebApplicationContext
を取得する便利なメソッド。 - FacesContextUtils() - クラス org.springframework.web.jsf. FacesContextUtils のコンストラクター
- FacesRequestAttributes - org.springframework.web.context.request のクラス
- JSF
FacesContext
EE のRequestAttributes
アダプター。 - FacesRequestAttributes(FacesContext) - クラス org.springframework.web.context.request. FacesRequestAttributes のコンストラクター
- 指定された FacesContext の新しい FacesRequestAttributes アダプターを作成します。
- FacesWebRequest - org.springframework.web.context.request のクラス
- JSF
FacesContext
EE のWebRequest
アダプター。 - FacesWebRequest(FacesContext) - クラス org.springframework.web.context.request. FacesWebRequest のコンストラクター
- 指定された FacesContext の新しい FacesWebRequest アダプターを作成します。
- factories() - Static method in class org.springframework.beans.factory.aot.AotServices
- "META-INF/spring/aot.factories" から AOT サービスを取得する新しい
AotServices.Loader
を作成します。 - factories() - Element in annotation interface org.springframework.test.context.ContextCustomizerFactories
- 登録する
ContextCustomizerFactory
実装。 - factories(ClassLoader) - Static method in class org.springframework.beans.factory.aot.AotServices
- "META-INF/spring/aot.factories" から AOT サービスを取得する新しい
AotServices.Loader
を作成します。 - factories(SpringFactoriesLoader) - Static method in class org.springframework.beans.factory.aot.AotServices
- 指定された
SpringFactoriesLoader
から AOT サービスを取得する新しいAotServices.Loader
を作成します。 - FACTORIES_RESOURCE_LOCATION - Static variable in class org.springframework.beans.factory.aot.AotServices
- AOT ファクトリを探す場所。
- FACTORIES_RESOURCE_LOCATION - Static variable in class org.springframework.core.io.support.SpringFactoriesLoader
- ファクトリを探す場所です。
- factoriesAndBeans(ListableBeanFactory) - Static method in class org.springframework.beans.factory.aot.AotServices
- "META-INF/spring/aot.factories" および指定された
ListableBeanFactory
から AOT サービスを取得する新しいAotServices.Loader
を作成します。 - factoriesAndBeans(SpringFactoriesLoader, ListableBeanFactory) - Static method in class org.springframework.beans.factory.aot.AotServices
- factory() - Element in annotation interface org.springframework.context.annotation.PropertySource
- カスタム
PropertySourceFactory
を指定します(ある場合)。 - factory() - インターフェース org.springframework.core.io.buffer のメソッド。DataBuffer
- このバッファーを作成した
DataBufferFactory
を返します。 - factory() - クラス org.springframework.core.io.buffer のメソッド。DataBufferWrapper
- factory() - クラス org.springframework.core.io.buffer のメソッド。DefaultDataBuffer
- factory() - クラス org.springframework.core.io.buffer のメソッド。JettyDataBuffer
- factory() - クラス org.springframework.core.io.buffer のメソッド。Netty5DataBuffer
- factory() - クラス org.springframework.core.io.buffer のメソッド。NettyDataBuffer
- factory() - Element in annotation interface org.springframework.test.context.TestPropertySource
- カスタム
PropertySourceFactory
を指定します(ある場合)。 - factory(JsonFactory) - クラス org.springframework.http.converter.json のメソッド。Jackson2ObjectMapperBuilder
ObjectMapper
インスタンスの作成に使用されるJsonFactory
を定義します。- Factory - Interface in org.springframework.cglib.proxy
Enhancer
クラスによって返されるすべての拡張インスタンスは、このインターフェースを実装します。- FACTORY_BEAN_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
- FACTORY_BEAN_PREFIX - Static variable in interface org.springframework.beans.factory.BeanFactory
FactoryBean
インスタンスを逆参照し、FactoryBean によって作成された Bean と区別するために使用されます。- FACTORY_BEAN_PREFIX_CHAR - Static variable in interface org.springframework.beans.factory.BeanFactory
BeanFactory.FACTORY_BEAN_PREFIX
の文字の異形。- factory_method(ClassEmitter, Signature) - Static method in class org.springframework.cglib.core.EmitUtils
- FACTORY_METHOD_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
- FactoryBean< T > - Interface in org.springframework.beans.factory
BeanFactory
内で使用されるオブジェクトによって実装されるインターフェースで、それ自体が個々のオブジェクトのファクトリです。- FactoryBeanNotInitializedException - Exception in org.springframework.beans.factory
- Bean がまだ完全に初期化されていない場合、たとえば循環参照に関係している場合など、FactoryBean の
getObject()
メソッドからスローされる例外。 - FactoryBeanNotInitializedException() - Constructor for exception org.springframework.beans.factory.FactoryBeanNotInitializedException
- デフォルトのメッセージで新しい FactoryBeanNotInitializedException を作成します。
- FactoryBeanNotInitializedException(String) - Constructor for exception org.springframework.beans.factory.FactoryBeanNotInitializedException
- 指定されたメッセージで新しい FactoryBeanNotInitializedException を作成します。
- FactoryBeanRegistrySupport - org.springframework.beans.factory.support のクラス
DefaultSingletonBeanRegistry
のシングルトン管理と統合された、FactoryBean
インスタンスを処理する必要があるシングルトンレジストリの基本クラスをサポートします。- FactoryBeanRegistrySupport() - クラス org.springframework.beans.factory.support. FactoryBeanRegistrySupport のコンストラクター
- FADD - Static variable in interface org.springframework.asm.Opcodes
- fail(String) - Static method in class org.springframework.test.util.AssertionErrors
- 指定されたメッセージでテストに失敗します。
- fail(String, Object, Object) - Static method in class org.springframework.test.util.AssertionErrors
- 指定されたメッセージがメッセージに追加される期待値と実際の値を渡してテストに失敗します。
- FAIL_ON_ERROR - Enum constant in enum class org.springframework.test.context.jdbc.SqlConfig.ErrorMode
- エラーが発生した場合、スクリプトの実行が失敗することを示します。
- FAIL_ON_ERROR_PROPERTY_NAME - Static variable in class org.springframework.test.context.aot.TestContextAotGenerator
failOnError
フラグの設定に使用される JVM システムプロパティ: "spring.test.aot.processing.failOnError"。- FAIL_ON_EXISTING - Enum constant in enum class org.springframework.jmx.support.RegistrationPolicy
- すでに存在する名前で MBean を登録しようとすると、登録が失敗するはずです。
- FAILED_DEPENDENCY - Enum constant in enum class org.springframework.http.HttpStatus
424 Failed Dependency
.- FailFastProblemReporter - org.springframework.beans.factory.parsing のクラス
- エラーが発生したときにフェイルファスト動作を示す単純な
ProblemReporter
実装。 - FailFastProblemReporter() - クラス org.springframework.beans.factory.parsing. FailFastProblemReporter のコンストラクター
- failOnEmptyBeans(boolean) - クラス org.springframework.http.converter.json のメソッド。Jackson2ObjectMapperBuilder
SerializationFeature.FAIL_ON_EMPTY_BEANS
オプションのショートカット。- failOnError(Function<String, T>) - Method in interface org.springframework.validation.Errors
- 記録されたエラーを要約したメッセージとともにマップされた例外をスローします。
- failOnUnknownProperties(boolean) - クラス org.springframework.http.converter.json のメソッド。Jackson2ObjectMapperBuilder
DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES
オプションのショートカット。- failOnWarning() - クラス org.springframework.core.test.tools のメソッド。TestCompiler
- 警告が発生した場合に失敗する新しい
TestCompiler
インスタンスを作成します。 - failure() - クラス org.springframework.test.web.servlet.assertj のメソッド。MvcTestResultAssert
- リクエストが失敗したことを確認し、失敗をテスト対象オブジェクトとして使用する新しいアサーションオブジェクトを返します。
- failure(Throwable) - クラス org.springframework.util.concurrent のメソッド。ListenableFutureCallbackRegistry
- 使用すべきではありません。指定された
Throwable
を使用して、追加されたすべてのコールバックでFailureCallback.onFailure(Throwable)
呼び出しをトリガーします。 - FailureCallback - Interface in org.springframework.util.concurrent
- 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
- Fallback - Annotation Interface in org.springframework.context.annotation
- Bean がフォールバックオートワイヤ候補として適格であることを示します。
- FALLBACK_STATEMENT_SEPARATOR - Static variable in class org.springframework.jdbc.datasource.init.ScriptUtils
- SQL スクリプト内のフォールバックステートメントの区切り文字:
"\n"
。 - FALLBACK_STATEMENT_SEPARATOR - Static variable in class org.springframework.r2dbc.connection.init.ScriptUtils
- SQL スクリプト内のフォールバックステートメントの区切り文字:
"\n"
。 - FALLBACK_TRANSACTION_MANAGER_NAMES - Static variable in class org.springframework.transaction.jta.JtaTransactionManager
- JTA TransactionManager のフォールバック JNDI ロケーション。
- fallbackExecution() - Element in annotation interface org.springframework.transaction.event.TransactionalEventListener
- トランザクションが実行されていない場合にイベントを処理する必要があるかどうか。
- fallbackMatchAllowed() - クラス org.springframework.beans.factory.config のメソッド。DependencyDescriptor
- フォールバック一致が許可されるかどうかを返します。
- fallbackPatterns() - Element in annotation interface org.springframework.format.annotation.DateTimeFormat
- プライマリ
DateTimeFormat.pattern()
、DateTimeFormat.iso()
、DateTimeFormat.style()
属性の解析が失敗した場合のフォールバックとして使用するカスタムパターンのセット。 - FALOAD - Static variable in interface org.springframework.asm.Opcodes
- FALSE - Static variable in class org.springframework.expression.spel.support.BooleanTypedValue
- いいえ。
- FALSE_VALUE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
- FastByteArrayOutputStream - Class in org.springframework.util
ByteArrayOutputStream
SE の迅速な代替。- FastByteArrayOutputStream() - Constructor for class org.springframework.util.FastByteArrayOutputStream
- 256 バイトのデフォルトの初期容量で新しい
FastByteArrayOutputStream
を作成します。 - FastByteArrayOutputStream(int) - Constructor for class org.springframework.util.FastByteArrayOutputStream
- 指定された初期容量で新しい
FastByteArrayOutputStream
を作成します。 - FastClass - org.springframework.cglib.reflect のクラス
- FastClass() - クラス org.springframework.cglib.reflect. FastClass のコンストラクター
- FastClass(Class) - クラス org.springframework.cglib.reflect. FastClass のコンストラクター
- FastClass.Generator - org.springframework.cglib.reflect のクラス
- FastConstructor - org.springframework.cglib.reflect のクラス
- FastMember - org.springframework.cglib.reflect のクラス
- FastMember(FastClass, Member, int) - クラス org.springframework.cglib.reflect. FastMember のコンストラクター
- FastMethod - org.springframework.cglib.reflect のクラス
- FASTORE - Static variable in interface org.springframework.asm.Opcodes
- fatal(CharSequence) - クラス org.springframework.core.log のメソッド。LogAccessor
- 致命的なログレベルでメッセージを記録します。
- fatal(Object) - クラス org.apache.commons.logging.impl のメソッド。NoOpLog
- fatal(Object) - Method in interface org.apache.commons.logging.Log
- 致命的なログレベルでメッセージを記録します。
- fatal(Object, Throwable) - クラス org.apache.commons.logging.impl のメソッド。NoOpLog
- fatal(Object, Throwable) - Method in interface org.apache.commons.logging.Log
- 致命的なログレベルでエラーを記録します。
- fatal(String, Object) - クラス org.springframework.beans.factory.parsing のメソッド。ReaderContext
- 致命的なエラーを発生させます。
- fatal(String, Object, Throwable) - クラス org.springframework.beans.factory.parsing のメソッド。ReaderContext
- 致命的なエラーを発生させます。
- fatal(String, Object, ParseState) - クラス org.springframework.beans.factory.parsing のメソッド。ReaderContext
- 致命的なエラーを発生させます。
- fatal(String, Object, ParseState, Throwable) - クラス org.springframework.beans.factory.parsing のメソッド。ReaderContext
- 致命的なエラーを発生させます。
- fatal(Throwable, CharSequence) - クラス org.springframework.core.log のメソッド。LogAccessor
- 致命的なログレベルでエラーを記録します。
- fatal(Throwable, Supplier<? extends CharSequence>) - クラス org.springframework.core.log のメソッド。LogAccessor
- 致命的なログレベルでエラーを記録します。
- fatal(Supplier<? extends CharSequence>) - クラス org.springframework.core.log のメソッド。LogAccessor
- 致命的なログレベルでメッセージを記録します。
- fatal(Problem) - クラス org.springframework.beans.factory.parsing のメソッド。FailFastProblemReporter
- 発生したエラーの詳細を示す
BeanDefinitionParsingException
をスローします。 - fatal(Problem) - インターフェース org.springframework.beans.factory.parsing のメソッド。ProblemReporter
- 解析プロセス中に致命的なエラーが発生したときに呼び出されます。
- FatalBeanException - Exception in org.springframework.beans
- Bean パッケージまたはサブパッケージで回復不可能な問題 (不正なクラスまたはフィールドなど) が発生した場合にスローされます。
- FatalBeanException(String) - Constructor for exception org.springframework.beans.FatalBeanException
- 指定されたメッセージで新しい FatalBeanException を作成します。
- FatalBeanException(String, Throwable) - Constructor for exception org.springframework.beans.FatalBeanException
- 指定されたメッセージと根本原因を持つ新しい FatalBeanException を作成します。
- fatalError(TransformerException) - クラス org.springframework.util.xml のメソッド。SimpleTransformErrorListener
- fatalError(SAXParseException) - クラス org.springframework.util.xml のメソッド。SimpleSaxErrorHandler
- favorParameter(boolean) - クラス org.springframework.web.servlet.config.annotation のメソッド。ContentNegotiationConfigurer
- リクエストされたメディア型を判別するためにリクエストパラメーター(デフォルトでは "format" )を使用する必要があるかどうか。
- favorPathExtension(boolean) - クラス org.springframework.web.servlet.config.annotation のメソッド。ContentNegotiationConfigurer
- 使用すべきではありません。5.2.4 以降。
ContentNegotiationManagerFactoryBean.setFavorPathExtension(boolean)
の非推奨の注記を参照してください。 - fc - Variable in class org.springframework.cglib.reflect.FastMember
- FCMPG - Static variable in interface org.springframework.asm.Opcodes
- FCMPL - Static variable in interface org.springframework.asm.Opcodes
- FCONST(float) - Static method in class org.springframework.cglib.core.TypeUtils
- FCONST_0 - Static variable in interface org.springframework.asm.Opcodes
- FCONST_1 - Static variable in interface org.springframework.asm.Opcodes
- FCONST_2 - Static variable in interface org.springframework.asm.Opcodes
- FDIV - Static variable in interface org.springframework.asm.Opcodes
- featuresToDisable(Object...) - クラス org.springframework.http.converter.json のメソッド。Jackson2ObjectMapperBuilder
- 無効にする機能を指定します。
- featuresToEnable(Object...) - クラス org.springframework.http.converter.json のメソッド。Jackson2ObjectMapperBuilder
- 有効にする機能を指定します。
- fetch() - インターフェース org.springframework.r2dbc.core のメソッド。DatabaseClient.GenericExecuteSpec
- SQL 呼び出しを実行し、実行段階に入って結果を取得します。
- FetchSpec< T > - Interface in org.springframework.r2dbc.core
- 結果を取得するためのユニオン型。
- field - Variable in class org.springframework.beans.factory.InjectionPoint
- FIELD - Static variable in class org.springframework.asm.TypeReference
- フィールドの型を対象とする一種の型参照。
- FIELD_CLASS - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- JMX
Descriptor
SE のクラスフィールドの定数識別子。 - FIELD_CURRENCY_TIME_LIMIT - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- JMX
Descriptor
SE の通貨期限フィールドの定数識別子。 - FIELD_DEFAULT - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- JMX
Descriptor
SE のデフォルトフィールドの定数識別子。 - FIELD_DISPLAY_NAME - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- JMX
Descriptor
SE 内の displayName フィールドの定数識別子。 - FIELD_GET_METHOD - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- JMX
Descriptor
SE の getter メソッドを識別します。 - FIELD_LOG - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- JMX
Descriptor
SE のログフィールドの定数識別子。 - FIELD_LOG_FILE - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- JMX
Descriptor
SE のログファイルフィールドの定数識別子。 - FIELD_METRIC_CATEGORY - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- JMX
Descriptor
SE 内のカスタム metricCategory フィールドの定数識別子。 - FIELD_METRIC_TYPE - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- JMX
Descriptor
SE 内の metricType フィールドの定数識別子。 - FIELD_PERSIST_LOCATION - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- JMX
Descriptor
SE 内の persistLocation フィールドの定数識別子。 - FIELD_PERSIST_NAME - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- JMX
Descriptor
SE 内の persistName フィールドの定数識別子。 - FIELD_PERSIST_PERIOD - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- JMX
Descriptor
SE 内の persistPeriod フィールドの定数識別子。 - FIELD_PERSIST_POLICY - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- JMX
Descriptor
SE 内の persistPolicy フィールドの定数識別子。 - FIELD_ROLE - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- JMX
Descriptor
SE のロールフィールドの定数識別子。 - FIELD_SET_METHOD - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- JMX
Descriptor
SE の setter メソッドを識別します。 - FIELD_UNITS - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- JMX
Descriptor
SE の単位フィールドの定数識別子。 - FIELD_VISIBILITY - Static variable in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- JMX
Descriptor
SE の可視性フィールドの定数識別子。 - FieldError - Class in org.springframework.validation
- フィールドエラー、つまり特定のフィールド値を拒否する理由をカプセル化します。
- FieldError(String, String, Object, boolean, String[], Object[], String) - Constructor for class org.springframework.validation.FieldError
- 新しい FieldError インスタンスを作成します。
- FieldError(String, String, String) - Constructor for class org.springframework.validation.FieldError
- 新しい FieldError インスタンスを作成します。
- fieldget(Field, Object) - Static method in class org.springframework.aot.agent.InstrumentedBridgeMethods
- 使用すべきではありません。
- FieldHint - org.springframework.aot.hint のクラス
Field
SE でのリフレクションの必要性を説明するヒント。- FieldProvider - Interface in org.springframework.cglib.transform.impl
- FieldProviderTransformer - org.springframework.cglib.transform.impl のクラス
- FieldProviderTransformer() - クラス org.springframework.cglib.transform.impl. FieldProviderTransformer のコンストラクター
- FieldRetrievingFactoryBean - org.springframework.beans.factory.config のクラス
- 静的または非静的フィールド値を取得する
FactoryBean
。 - FieldRetrievingFactoryBean() - クラス org.springframework.beans.factory.config. FieldRetrievingFactoryBean のコンストラクター
- fields() - クラス org.springframework.aot.hint のメソッド。TypeHint
- リフレクションが必要なフィールドを返します。
- fieldset(Field, Object, Object) - Static method in class org.springframework.aot.agent.InstrumentedBridgeMethods
- 使用すべきではありません。
- FieldTypeCustomizer - Interface in org.springframework.cglib.core
- コンストラクターで
KeyFactory
のキー型をカスタマイズします。 - FieldVisitor - Class in org.springframework.asm
- Java フィールドを訪問する訪問者。
- FieldVisitor(int) - Constructor for class org.springframework.asm.FieldVisitor
- 新しい
FieldVisitor
を構築します。 - FieldVisitor(int, FieldVisitor) - Constructor for class org.springframework.asm.FieldVisitor
- 新しい
FieldVisitor
を構築します。 - FieldVisitorTee - org.springframework.cglib.transform のクラス
- FieldVisitorTee(FieldVisitor, FieldVisitor) - クラス org.springframework.cglib.transform. FieldVisitorTee のコンストラクター
- file(String, byte[]) - クラス org.springframework.test.web.servlet.request のメソッド。AbstractMockMultipartHttpServletRequestBuilder
- 指定されたコンテンツで新しい
MockMultipartFile
を追加します。 - file(String, byte[]) - クラス org.springframework.test.web.servlet.request のメソッド。MockMultipartHttpServletRequestBuilder
- 指定されたコンテンツで新しい
MockMultipartFile
を追加します。 - file(MockMultipartFile) - クラス org.springframework.test.web.servlet.request のメソッド。AbstractMockMultipartHttpServletRequestBuilder
- 指定された
MockMultipartFile
を追加します。 - file(MockMultipartFile) - クラス org.springframework.test.web.servlet.request のメソッド。MockMultipartHttpServletRequestBuilder
- 指定された
MockMultipartFile
を追加します。 - FILE_URL_PREFIX - Static variable in class org.springframework.util.ResourceUtils
- ファイルシステムからロードするための URL プレフィックス: "file:"。
- FileCopyUtils - Class in org.springframework.util
- ファイルとストリームのコピーのためのシンプルなユーティリティメソッド。
- FileCopyUtils() - Constructor for class org.springframework.util.FileCopyUtils
- FileEditor - org.springframework.beans.propertyeditors のクラス
java.io.File
のエディター。Spring リソースの場所からファイルプロパティを直接入力します。- FileEditor() - クラス org.springframework.beans.propertyeditors. FileEditor のコンストラクター
- 下にあるデフォルトの ResourceEditor を使用して、新しい FileEditor を作成します。
- FileEditor(ResourceEditor) - クラス org.springframework.beans.propertyeditors. FileEditor のコンストラクター
- 下にある ResourceEditor を使用して、新しい FileEditor を作成します。
- FileHandler(boolean, Supplier<InputStreamSource>) - クラス org.springframework.aot.generate のコンストラクター。GeneratedFiles.FileHandler
- filename() - インターフェース org.springframework.http.codec.multipart のメソッド。FilePart
- クライアントのファイルシステムにある元のファイル名を返します。
- filename() - インターフェース org.springframework.http.codec.multipart のメソッド。FilePartEvent
- クライアントのファイルシステムにある元のファイル名を返します。
- filename(String) - インターフェース org.springframework.http.client のメソッド。MultipartBodyBuilder.PartBuilder
- ファイルパーツのファイル名パラメーターを設定します。
- filename(String) - Method in interface org.springframework.http.ContentDisposition.Builder
- filename パラメーターの値を設定します。
- filename(String, Charset) - Method in interface org.springframework.http.ContentDisposition.Builder
- RFC5987 で定義されているようにエンコードされる
filename
の値を設定します。 - FILENAME_HINT - Static variable in class org.springframework.core.codec.ResourceDecoder
- リソースのファイル名を含むヒントの名前 (たとえば、"Content-Disposition" HTTP ヘッダーから)。
- FileNameVersionPathStrategy() - クラス org.springframework.web.servlet.resource のコンストラクター。AbstractVersionStrategy.FileNameVersionPathStrategy
- FileNativeConfigurationWriter - org.springframework.aot.nativex のクラス
- 構成をディスクに書き込む
NativeConfigurationWriter
実装。 - FileNativeConfigurationWriter(Path) - クラス org.springframework.aot.nativex. FileNativeConfigurationWriter のコンストラクター
- FileNativeConfigurationWriter(Path, String, String) - クラス org.springframework.aot.nativex. FileNativeConfigurationWriter のコンストラクター
- FilePart - Interface in org.springframework.http.codec.multipart
- マルチパートリクエストで受信したアップロードファイルを表す
Part
の特殊化。 - FilePartEvent - Interface in org.springframework.http.codec.multipart
- ファイルのアップロードに対してトリガーされるイベントを表します。
- FilePatternResourceHintsRegistrar - org.springframework.aot.hint.support のクラス
- 複数のクラスパスの場所をサポートするために便利なファイル名のプレフィックスとファイル拡張子に基づいて、クラスパスからファイルをロードするために必要なリソースヒントを登録します。
- FilePatternResourceHintsRegistrar(List<String>, List<String>, List<String>) - クラス org.springframework.aot.hint.support. FilePatternResourceHintsRegistrar のコンストラクター
- 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。6.0.12 以降、ビルダーを推奨
- FilePatternResourceHintsRegistrar.Builder - org.springframework.aot.hint.support のクラス
- FileSystemGeneratedFiles - org.springframework.aot.generate のクラス
FileSystem
SE を使用して生成されたファイルを格納するGeneratedFiles
実装。- FileSystemGeneratedFiles(Path) - クラス org.springframework.aot.generate. FileSystemGeneratedFiles のコンストラクター
- 特定の
root
に保存されたすべてのファイルを使用して、新しいFileSystemGeneratedFiles
インスタンスを作成します。 - FileSystemGeneratedFiles(Function<GeneratedFiles.Kind, Path>) - クラス org.springframework.aot.generate. FileSystemGeneratedFiles のコンストラクター
- 指定された
Function
SE によって提供されるルートに格納されたすべてのファイルを使用して、新しいFileSystemGeneratedFiles
インスタンスを作成します。 - FileSystemResource - org.springframework.core.io のクラス
- FileSystemResource(File) - クラス org.springframework.core.io. FileSystemResource のコンストラクター
File
SE ハンドルから新しいFileSystemResource
を作成します。- FileSystemResource(String) - クラス org.springframework.core.io. FileSystemResource のコンストラクター
- ファイルパスから新しい
FileSystemResource
を作成します。 - FileSystemResource(FileSystem, String) - クラス org.springframework.core.io. FileSystemResource のコンストラクター
FileSystem
SE ハンドルから新しいFileSystemResource
を作成し、指定されたパスを見つけます。- FileSystemResource(Path) - クラス org.springframework.core.io. FileSystemResource のコンストラクター
- FileSystemResourceLoader - org.springframework.core.io のクラス
- プレーンパスをクラスパスリソースとしてではなくファイルシステムリソースとして解決する
ResourceLoader
実装(後者はDefaultResourceLoader
のデフォルト戦略です)。 - FileSystemResourceLoader() - クラス org.springframework.core.io. FileSystemResourceLoader のコンストラクター
- FileSystemUtils - Class in org.springframework.util
- ファイルシステムを操作するためのユーティリティメソッド。
- FileSystemUtils() - Constructor for class org.springframework.util.FileSystemUtils
- FileSystemXmlApplicationContext - org.springframework.context.support のクラス
- スタンドアロン XML アプリケーションコンテキスト。ファイルシステムまたは URL からコンテキスト定義ファイルを取得し、プレーンパスを相対的なファイルシステムの場所として解釈します (例: "mydir/myfile.txt")。
- FileSystemXmlApplicationContext() - クラス org.springframework.context.support. FileSystemXmlApplicationContext のコンストラクター
- Bean スタイルの構成用に新しい FileSystemXmlApplicationContext を作成します。
- FileSystemXmlApplicationContext(String) - クラス org.springframework.context.support. FileSystemXmlApplicationContext のコンストラクター
- 新しい FileSystemXmlApplicationContext を作成し、指定された XML ファイルから定義をロードして、コンテキストを自動的にリフレッシュします。
- FileSystemXmlApplicationContext(String...) - クラス org.springframework.context.support. FileSystemXmlApplicationContext のコンストラクター
- 新しい FileSystemXmlApplicationContext を作成し、指定された XML ファイルから定義をロードして、コンテキストを自動的にリフレッシュします。
- FileSystemXmlApplicationContext(String[], boolean) - クラス org.springframework.context.support. FileSystemXmlApplicationContext のコンストラクター
- 新しい FileSystemXmlApplicationContext を作成し、指定された XML ファイルから定義を読み込みます。
- FileSystemXmlApplicationContext(String[], boolean, ApplicationContext) - クラス org.springframework.context.support. FileSystemXmlApplicationContext のコンストラクター
- 指定された親を使用して新しい FileSystemXmlApplicationContext を作成し、指定された XML ファイルから定義をロードします。
- FileSystemXmlApplicationContext(String[], ApplicationContext) - クラス org.springframework.context.support. FileSystemXmlApplicationContext のコンストラクター
- 指定された親を使用して新しい FileSystemXmlApplicationContext を作成し、指定された XML ファイルから定義をロードして、コンテキストを自動的にリフレッシュします。
- FileSystemXmlApplicationContext(ApplicationContext) - クラス org.springframework.context.support. FileSystemXmlApplicationContext のコンストラクター
- Bean スタイルの構成用に新しい FileSystemXmlApplicationContext を作成します。
- FileUrlResource - org.springframework.core.io のクラス
- ファイル解決を想定した
UrlResource
のサブクラス。WritableResource
インターフェースを実装しています。 - FileUrlResource(String) - クラス org.springframework.core.io. FileUrlResource のコンストラクター
- URL プロトコル「ファイル」を使用して、指定されたファイルの場所に基づいて新しい
FileUrlResource
を作成します。 - FileUrlResource(URL) - クラス org.springframework.core.io. FileUrlResource のコンストラクター
- 指定された URL オブジェクトに基づいて新しい
FileUrlResource
を作成します。 - fillInStackTrace() - Method in exception org.springframework.scripting.support.StandardScriptEvalException
- fillProperties(Properties, Resource) - Static method in class org.springframework.core.io.support.PropertiesLoaderUtils
- 特定のリソースから特定のプロパティを入力します(ISO-8859-1 エンコーディング)。
- fillProperties(Properties, EncodedResource) - Static method in class org.springframework.core.io.support.PropertiesLoaderUtils
- 特定の EncodedResource から特定のプロパティを入力し、プロパティファイルの特定のエンコーディングを潜在的に定義します。
- filter(Statement, ExecuteFunction) - インターフェース org.springframework.r2dbc.core のメソッド。StatementFilterFunction
- このフィルターを指定された
Statement
およびExecuteFunction
に適用します。 - filter(Filter, String...) - インターフェース org.springframework.test.web.servlet.client のメソッド。MockMvcWebTestClient.MockMvcServerSpec
- 特定の URL パターンのフィルターを追加します。
- filter(Collection, Predicate) - Static method in class org.springframework.cglib.core.CollectionUtils
- filter(Function<? super Statement, ? extends Statement>) - インターフェース org.springframework.r2dbc.core のメソッド。DatabaseClient.GenericExecuteSpec
- 指定されたフィルターをフィルターチェーンの最後に追加します。
- filter(List<Method>) - Method in interface org.springframework.expression.MethodFilter
- SpEL ユーザーが呼び出される可能性のある候補メソッドのリストを整理できるように、メソッドリゾルバーによって呼び出されます。
- filter(StatementFilterFunction) - インターフェース org.springframework.r2dbc.core のメソッド。DatabaseClient.GenericExecuteSpec
- 指定されたフィルターをフィルターチェーンの最後に追加します。
- filter(ClientRequest, ExchangeFunction) - インターフェース org.springframework.web.reactive.function.client のメソッド。ExchangeFilterFunction
- このフィルターを所定のリクエストおよび交換関数に適用します。
- filter(ExchangeFilterFunction) - インターフェース org.springframework.test.web.reactive.server のメソッド。WebTestClient.Builder
- 指定されたフィルターをフィルターチェーンに追加します。
- filter(ExchangeFilterFunction) - インターフェース org.springframework.web.reactive.function.client のメソッド。ExchangeFunction
- 指定された
ExchangeFilterFunction
で交換関数をフィルター処理すると、フィルター処理されたExchangeFunction
が生成されます。 - filter(ExchangeFilterFunction) - インターフェース org.springframework.web.reactive.function.client のメソッド。WebClient.Builder
- 指定されたフィルターをフィルターチェーンの最後に追加します。
- filter(HandlerFilterFunction<ServerResponse, ServerResponse>) - インターフェース org.springframework.web.reactive.function.server のメソッド。RouterFunctions.Builder
- このビルダーによって作成されたすべてのルートを、指定されたフィルター関数でフィルターします。
- filter(HandlerFilterFunction<T, S>) - インターフェース org.springframework.web.reactive.function.server のメソッド。RouterFunction
- filter(ServerRequest, HandlerFunction<T>) - インターフェース org.springframework.web.reactive.function.server のメソッド。HandlerFilterFunction
- このフィルターを特定のハンドラー関数に適用します。
- filter(ServerWebExchange) - クラス org.springframework.web.server.handler のメソッド。DefaultWebFilterChain
- filter(ServerWebExchange) - インターフェース org.springframework.web.server のメソッド。WebFilterChain
- チェーンの次の
WebFilter
に委譲します。 - filter(ServerWebExchange, WebFilterChain) - クラス org.springframework.web.cors.reactive のメソッド。CorsWebFilter
- filter(ServerWebExchange, WebFilterChain) - クラス org.springframework.web.cors.reactive のメソッド。PreFlightRequestWebFilter
- filter(ServerWebExchange, WebFilterChain) - クラス org.springframework.web.filter.reactive のメソッド。HiddenHttpMethodFilter
- HTTP POST を
methodParamName
に基づいた別のメソッドに変換します。 - filter(ServerWebExchange, WebFilterChain) - クラス org.springframework.web.filter.reactive のメソッド。ServerHttpObservationFilter
- 使用すべきではありません。
- filter(ServerWebExchange, WebFilterChain) - クラス org.springframework.web.filter.reactive のメソッド。ServerWebExchangeContextFilter
- filter(ServerWebExchange, WebFilterChain) - クラス org.springframework.web.filter.reactive のメソッド。UrlHandlerFilter
- filter(ServerWebExchange, WebFilterChain) - インターフェース org.springframework.web.server のメソッド。WebFilter
- Web リクエストを処理し、(オプションで)指定された
WebFilterChain
を介して次のWebFilter
に委譲します。 - filter(WebFilter...) - クラス org.springframework.web.server.adapter のメソッド。WebHttpHandlerBuilder
- 指定されたフィルターを追加します。
- filter(HandlerFilterFunction<ServerResponse, ServerResponse>) - インターフェース org.springframework.web.servlet.function のメソッド。RouterFunctions.Builder
- このビルダーによって作成されたすべてのルートを、指定されたフィルター関数でフィルターします。
- filter(HandlerFilterFunction<T, S>) - インターフェース org.springframework.web.servlet.function のメソッド。RouterFunction
- filter(ServerRequest, HandlerFunction<T>) - インターフェース org.springframework.web.servlet.function のメソッド。HandlerFilterFunction
- このフィルターを特定のハンドラー関数に適用します。
- filter(View, String, Locale) - インターフェース org.springframework.web.servlet.view のメソッド。AbstractCachingViewResolver.CacheFilter
- 指定されたビューをキャッシュするかどうかを示します。
- filterAndWrapModel(Map<String, Object>, HttpServletRequest) - クラス org.springframework.web.servlet.view.json のメソッド。AbstractJackson2View
MappingJacksonValue
コンテナーでモデルをフィルターし、オプションでラップします。- filterAttributes(Predicate<String>) - インターフェース org.springframework.core.annotation のメソッド。MergedAnnotation
- 指定された述語に一致する属性のみを持つアノテーションの新しいビューを作成します。
- filterConstructors(Class, List) - Method in class org.springframework.cglib.proxy.Enhancer
- スーパークラスからコンストラクターのリストをフィルターに掛けます。
- filterDefaultValues() - インターフェース org.springframework.core.annotation のメソッド。MergedAnnotation
- デフォルト値が削除されたすべての属性を使用して、アノテーションの新しいビューを作成します。
- FilteringWebHandler - org.springframework.web.server.handler のクラス
- FilteringWebHandler(WebHandler, List<WebFilter>) - クラス org.springframework.web.server.handler. FilteringWebHandler のコンストラクター
- コンストラクター。
- filterModel(Map<String, Object>) - クラス org.springframework.web.servlet.view.json のメソッド。AbstractJackson2View
- 指定されたモデルから不要な属性を除外します。
- filterModel(Map<String, Object>) - クラス org.springframework.web.servlet.view.json のメソッド。MappingJackson2JsonView
- 指定されたモデルから不要な属性を除外します。
- filterModel(Map<String, Object>) - クラス org.springframework.web.servlet.view.xml のメソッド。MappingJackson2XmlView
- filterPropertyDescriptorsForDependencyCheck(BeanWrapper) - クラス org.springframework.beans.factory.support のメソッド。AbstractAutowireCapableBeanFactory
- 指定された BeanWrapper から PropertyDescriptors のフィルターされたセットを抽出します。無視された依存関係型または無視された依存関係インターフェースで定義されたプロパティは除外します。
- filterPropertyDescriptorsForDependencyCheck(BeanWrapper, boolean) - クラス org.springframework.beans.factory.support のメソッド。AbstractAutowireCapableBeanFactory
- 指定された BeanWrapper から PropertyDescriptors のフィルターされたセットを抽出します。無視された依存関係型または無視された依存関係インターフェースで定義されたプロパティは除外します。
- filterRequestedExtensions(ServerHttpRequest, List<WebSocketExtension>, List<WebSocketExtension>) - クラス org.springframework.web.socket.server.support のメソッド。AbstractHandshakeHandler
- リクエストされた WebSocket 拡張のリストをフィルタリングします。
- filters(FilterProvider) - クラス org.springframework.http.converter.json のメソッド。Jackson2ObjectMapperBuilder
@JsonFilter
アノテーション付き POJO をサポートするために使用するグローバルフィルターを設定します。- filters(Filter...) - インターフェース org.springframework.test.web.servlet.client のメソッド。MockMvcWebTestClient.MockMvcServerSpec
- グローバルフィルターを追加します。
- filters(Consumer<List<ExchangeFilterFunction>>) - インターフェース org.springframework.test.web.reactive.server のメソッド。WebTestClient.Builder
- 指定されたコンシューマーでフィルターを操作します。
- filters(Consumer<List<ExchangeFilterFunction>>) - インターフェース org.springframework.web.reactive.function.client のメソッド。WebClient.Builder
- 指定されたコンシューマーでフィルターを操作します。
- filters(Consumer<List<WebFilter>>) - クラス org.springframework.web.server.adapter のメソッド。WebHttpHandlerBuilder
- 現在構成されているフィルターの「ライブ」リストを操作します。
- FilterType - Enum Class in org.springframework.context.annotation
@ComponentScan
と組み合わせて使用できる型フィルターの列挙。- find(Class, Signature) - Static method in class org.springframework.cglib.proxy.MethodProxy
- 指定された署名に一致するメソッドをインターセプトするときに使用される
MethodProxy
を返します。 - find(String, Object...) - インターフェース org.springframework.orm.hibernate5 のメソッド。HibernateOperations
- 使用すべきではありません。5.0.4 現在、一般的な
HibernateOperations.execute(org.springframework.orm.hibernate5.HibernateCallback<T>)
メソッドに渡されるカスタムHibernateCallback
ラムダコードブロックを優先 - find(String, Object...) - クラス org.springframework.orm.hibernate5 のメソッド。HibernateTemplate
- 使用すべきではありません。
- findAdvisorBeans() - クラス org.springframework.aop.framework.autoproxy のメソッド。BeanFactoryAdvisorRetrievalHelper
- FactoryBeans を無視して、現在作成中の Bean を除外して、現在の Bean ファクトリ内のすべての適格な Advisor Bean を見つけます。
- findAdvisorsThatCanApply(List<Advisor>, Class<?>) - Static method in class org.springframework.aop.support.AopUtils
- 特定のクラスに適用可能な
candidateAdvisors
リストのサブリストを決定します。 - findAdvisorsThatCanApply(List<Advisor>, Class<?>, String) - クラス org.springframework.aop.framework.autoproxy のメソッド。AbstractAdvisorAutoProxyCreator
- 指定されたアドバイザ候補を検索して、指定された Bean に適用できるすべてのアドバイザを見つけます。
- findAllAnnotationsOnBean(String, Class<A>, boolean) - インターフェース org.springframework.beans.factory のメソッド。ListableBeanFactory
- 指定された Bean 上の
annotationType
のすべてのAnnotation
SE インスタンスを検索し、指定されたクラス自体にアノテーションが見つからない場合はそのインターフェースとスーパークラスを走査し、Bean のファクトリメソッド (存在する場合) をチェックします。 - findAllAnnotationsOnBean(String, Class<A>, boolean) - クラス org.springframework.beans.factory.support のメソッド。DefaultListableBeanFactory
- findAllAnnotationsOnBean(String, Class<A>, boolean) - クラス org.springframework.beans.factory.support のメソッド。StaticListableBeanFactory
- findAllAnnotationsOnBean(String, Class<A>, boolean) - クラス org.springframework.context.support のメソッド。AbstractApplicationContext
- findAllClassPathResources(String) - クラス org.springframework.core.io.support のメソッド。PathMatchingResourcePatternResolver
- ClassLoader を介して、指定された場所のすべてのクラスの場所リソースを検索します。
- findAllLocalMergedAnnotations() - クラス org.springframework.test.context のメソッド。TestContextAnnotationUtils.AnnotationDescriptor
- この記述子のルート宣言クラス、またはルート宣言クラスが実装するインターフェースに存在する、またはメタ存在する、指定されたアノテーション型のすべてのアノテーションを検索します。
- findAllLocalMergedAnnotations() - クラス org.springframework.test.context のメソッド。TestContextAnnotationUtils.UntypedAnnotationDescriptor
UntypedAnnotationDescriptor
で表されるアノテーションの型が不明であるため、UnsupportedOperationException
SE をスローします。- findAllMergedAnnotations(AnnotatedElement, Class<A>) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
- 指定された
element
の上のアノテーション階層内で、指定されたannotationType
のすべてのアノテーションを検索します。見つかった各アノテーションについて、そのアノテーションの属性をアノテーション階層の下位レベルのアノテーションの一致する属性とマージし、結果を指定されたannotationType
のアノテーションに合成します。 - findAllMergedAnnotations(AnnotatedElement, Set<Class<? extends Annotation>>) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
- 指定された
element
の上のアノテーション階層内で、指定されたannotationTypes
のすべてのアノテーションを検索します。見つかった各アノテーションについて、そのアノテーションの属性をアノテーション階層の下位レベルのアノテーションの一致する属性とマージし、結果を対応するannotationType
のアノテーションに合成します。 - findAllModulePathResources(String) - クラス org.springframework.core.io.support のメソッド。PathMatchingResourcePatternResolver
- モジュールパスで見つかったすべての一致するリソースについて、指定された場所のパターンを
Resource
オブジェクトに解決します。 - findAnnotatedBeans(ApplicationContext) - Static method in class org.springframework.web.method.ControllerAdviceBean
- 指定された
ApplicationContext
で@ControllerAdvice
のアノテーションが付けられた Bean を見つけ、ControllerAdviceBean
インスタンスとしてラップします。 - findAnnotation(Class<?>, Class<A>) - Static method in class org.springframework.core.annotation.AnnotationUtils
- 提供された
Class
SE でannotationType
の単一のAnnotation
SE を検索し、そのインターフェース、アノテーション、スーパークラスをトラバースします(アノテーションが特定のクラス自体に直接存在しない場合)。 - findAnnotation(AnnotatedElement, Class<A>) - Static method in class org.springframework.core.annotation.AnnotationUtils
- findAnnotation(Method, Class<A>) - Static method in class org.springframework.core.annotation.AnnotationUtils
- findAnnotationDeclaringClass(Class<? extends Annotation>, Class<?>) - Static method in class org.springframework.core.annotation.AnnotationUtils
- 使用すべきではありません。5.2 以降、
MergedAnnotations
API に置き換え - findAnnotationDeclaringClassForTypes(List<Class<? extends Annotation>>, Class<?>) - Static method in class org.springframework.core.annotation.AnnotationUtils
- 使用すべきではありません。5.2 以降、
MergedAnnotations
API に置き換え - findAnnotationDescriptor(Class<?>, Class<T>) - Static method in class org.springframework.test.context.TestContextAnnotationUtils
- 提供された
Class
SE で提供されたannotationType
のTestContextAnnotationUtils.AnnotationDescriptor
を見つけ、そのアノテーション、インターフェース、スーパークラスをトラバースし、指定されたクラス自体にアノテーションが見つからない場合はクラスを囲みます。 - findAnnotationDescriptorForTypes(Class<?>, Class<? extends Annotation>...) - Static method in class org.springframework.test.context.TestContextAnnotationUtils
- 指定された
annotationTypes
の少なくとも 1 つを宣言する、指定されたclazz
(指定されたclazz
自体を含む)の継承階層の最初のClass
SE のTestContextAnnotationUtils.UntypedAnnotationDescriptor
を見つけます。 - findAnnotationOnBean(String, Class<A>) - インターフェース org.springframework.beans.factory のメソッド。ListableBeanFactory
- 指定された Bean で
annotationType
のAnnotation
SE を見つけ、指定されたクラス自体にアノテーションが見つからない場合はそのインターフェースとスーパークラスをトラバースし、Bean のファクトリメソッド(存在する場合)を確認します。 - findAnnotationOnBean(String, Class<A>) - クラス org.springframework.beans.factory.support のメソッド。DefaultListableBeanFactory
- findAnnotationOnBean(String, Class<A>) - クラス org.springframework.beans.factory.support のメソッド。StaticListableBeanFactory
- findAnnotationOnBean(String, Class<A>) - クラス org.springframework.context.support のメソッド。AbstractApplicationContext
- findAnnotationOnBean(String, Class<A>, boolean) - インターフェース org.springframework.beans.factory のメソッド。ListableBeanFactory
- 指定された Bean で
annotationType
のAnnotation
SE を見つけ、指定されたクラス自体にアノテーションが見つからない場合はそのインターフェースとスーパークラスをトラバースし、Bean のファクトリメソッド(存在する場合)を確認します。 - findAnnotationOnBean(String, Class<A>, boolean) - クラス org.springframework.beans.factory.support のメソッド。DefaultListableBeanFactory
- findAnnotationOnBean(String, Class<A>, boolean) - クラス org.springframework.beans.factory.support のメソッド。StaticListableBeanFactory
- findAnnotationOnBean(String, Class<A>, boolean) - クラス org.springframework.context.support のメソッド。AbstractApplicationContext
- findAspectJAnnotationOnMethod(Method) - Static method in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory
- 与えられたメソッドの最初の AspectJ アノテーションを見つけて返します(1 つだけであるべきです...)。
- findAttribute(String) - クラス org.springframework.mock.web のメソッド。MockPageContext
- findAutowireCandidates(String, Class<?>, DependencyDescriptor) - クラス org.springframework.beans.factory.support のメソッド。DefaultListableBeanFactory
- 必要な型に一致する Bean インスタンスを見つけます。
- findAvailableTcpPort() - Static method in class org.springframework.test.util.TestSocketUtils
- [1024, 65535] の範囲からランダムに選択された使用可能な TCP ポートを見つけます。
- findBridgedMethod(Method) - Static method in class org.springframework.core.BridgeMethodResolver
- 提供された
bridge Method
SE のローカルの元のメソッドを見つけます。 - findByBeanName(String) - クラス org.springframework.beans.factory.aot のメソッド。AotServices
- 指定された Bean 名に対してロードされた AOT サービスを見つけます。
- findByCriteria(DetachedCriteria) - インターフェース org.springframework.orm.hibernate5 のメソッド。HibernateOperations
- 指定された Hibernate 条件オブジェクトに基づいてクエリを実行します。
- findByCriteria(DetachedCriteria) - クラス org.springframework.orm.hibernate5 のメソッド。HibernateTemplate
- findByCriteria(DetachedCriteria, int, int) - インターフェース org.springframework.orm.hibernate5 のメソッド。HibernateOperations
- 指定された Hibernate 条件オブジェクトに基づいてクエリを実行します。
- findByCriteria(DetachedCriteria, int, int) - クラス org.springframework.orm.hibernate5 のメソッド。HibernateTemplate
- findByExample(String, T) - インターフェース org.springframework.orm.hibernate5 のメソッド。HibernateOperations
- 指定されたエンティティオブジェクトの例に基づいてクエリを実行します。
- findByExample(String, T) - クラス org.springframework.orm.hibernate5 のメソッド。HibernateTemplate
- findByExample(String, T, int, int) - インターフェース org.springframework.orm.hibernate5 のメソッド。HibernateOperations
- 指定されたエンティティオブジェクトの例に基づいてクエリを実行します。
- findByExample(String, T, int, int) - クラス org.springframework.orm.hibernate5 のメソッド。HibernateTemplate
- findByExample(T) - インターフェース org.springframework.orm.hibernate5 のメソッド。HibernateOperations
- 指定されたエンティティオブジェクトの例に基づいてクエリを実行します。
- findByExample(T) - クラス org.springframework.orm.hibernate5 のメソッド。HibernateTemplate
- findByExample(T, int, int) - インターフェース org.springframework.orm.hibernate5 のメソッド。HibernateOperations
- 指定されたエンティティオブジェクトの例に基づいてクエリを実行します。
- findByExample(T, int, int) - クラス org.springframework.orm.hibernate5 のメソッド。HibernateTemplate
- findByNamedParam(String, String[], Object[]) - インターフェース org.springframework.orm.hibernate5 のメソッド。HibernateOperations
- 使用すべきではありません。5.0.4 現在、一般的な
HibernateOperations.execute(org.springframework.orm.hibernate5.HibernateCallback<T>)
メソッドに渡されるカスタムHibernateCallback
ラムダコードブロックを優先 - findByNamedParam(String, String[], Object[]) - クラス org.springframework.orm.hibernate5 のメソッド。HibernateTemplate
- 使用すべきではありません。
- findByNamedParam(String, String, Object) - インターフェース org.springframework.orm.hibernate5 のメソッド。HibernateOperations
- 使用すべきではありません。5.0.4 現在、一般的な
HibernateOperations.execute(org.springframework.orm.hibernate5.HibernateCallback<T>)
メソッドに渡されるカスタムHibernateCallback
ラムダコードブロックを優先 - findByNamedParam(String, String, Object) - クラス org.springframework.orm.hibernate5 のメソッド。HibernateTemplate
- 使用すべきではありません。
- findByNamedQuery(String, Object...) - インターフェース org.springframework.orm.hibernate5 のメソッド。HibernateOperations
- 使用すべきではありません。5.0.4 現在、一般的な
HibernateOperations.execute(org.springframework.orm.hibernate5.HibernateCallback<T>)
メソッドに渡されるカスタムHibernateCallback
ラムダコードブロックを優先 - findByNamedQuery(String, Object...) - クラス org.springframework.orm.hibernate5 のメソッド。HibernateTemplate
- 使用すべきではありません。
- findByNamedQueryAndNamedParam(String, String[], Object[]) - インターフェース org.springframework.orm.hibernate5 のメソッド。HibernateOperations
- 使用すべきではありません。5.0.4 現在、一般的な
HibernateOperations.execute(org.springframework.orm.hibernate5.HibernateCallback<T>)
メソッドに渡されるカスタムHibernateCallback
ラムダコードブロックを優先 - findByNamedQueryAndNamedParam(String, String[], Object[]) - クラス org.springframework.orm.hibernate5 のメソッド。HibernateTemplate
- 使用すべきではありません。
- findByNamedQueryAndNamedParam(String, String, Object) - インターフェース org.springframework.orm.hibernate5 のメソッド。HibernateOperations
- 使用すべきではありません。5.0.4 現在、一般的な
HibernateOperations.execute(org.springframework.orm.hibernate5.HibernateCallback<T>)
メソッドに渡されるカスタムHibernateCallback
ラムダコードブロックを優先 - findByNamedQueryAndNamedParam(String, String, Object) - クラス org.springframework.orm.hibernate5 のメソッド。HibernateTemplate
- 使用すべきではありません。
- findByNamedQueryAndValueBean(String, Object) - インターフェース org.springframework.orm.hibernate5 のメソッド。HibernateOperations
- 使用すべきではありません。5.0.4 現在、一般的な
HibernateOperations.execute(org.springframework.orm.hibernate5.HibernateCallback<T>)
メソッドに渡されるカスタムHibernateCallback
ラムダコードブロックを優先 - findByNamedQueryAndValueBean(String, Object) - クラス org.springframework.orm.hibernate5 のメソッド。HibernateTemplate
- 使用すべきではありません。
- findByValueBean(String, Object) - インターフェース org.springframework.orm.hibernate5 のメソッド。HibernateOperations
- 使用すべきではありません。5.0.4 現在、一般的な
HibernateOperations.execute(org.springframework.orm.hibernate5.HibernateCallback<T>)
メソッドに渡されるカスタムHibernateCallback
ラムダコードブロックを優先 - findByValueBean(String, Object) - クラス org.springframework.orm.hibernate5 のメソッド。HibernateTemplate
- 使用すべきではありません。
- findCacheOperation(Method, Class<?>) - Method in class org.springframework.cache.jcache.interceptor.AbstractFallbackJCacheOperationSource
- サブクラスは、これを実装して、指定されたメソッドのキャッシュ操作を返す必要があります(存在する場合)。
- findCacheOperation(Method, Class<?>) - Method in class org.springframework.cache.jcache.interceptor.AnnotationJCacheOperationSource
- findCacheOperations(Class<?>) - クラス org.springframework.cache.annotation のメソッド。AnnotationCacheOperationSource
- findCacheOperations(Class<?>) - クラス org.springframework.cache.interceptor のメソッド。AbstractFallbackCacheOperationSource
- サブクラスは、指定されたクラスのキャッシュ操作 (存在する場合) を返すためにこれを実装する必要があります。
- findCacheOperations(Method) - クラス org.springframework.cache.annotation のメソッド。AnnotationCacheOperationSource
- findCacheOperations(Method) - クラス org.springframework.cache.interceptor のメソッド。AbstractFallbackCacheOperationSource
- サブクラスは、指定されたメソッドのキャッシュ操作 (存在する場合) を返すためにこれを実装する必要があります。
- findCandidateAdvisors() - Method in class org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator
- findCandidateAdvisors() - クラス org.springframework.aop.framework.autoproxy のメソッド。AbstractAdvisorAutoProxyCreator
- 自動プロキシで使用するすべての候補アドバイザーを見つけます。
- findCandidateComponents(String) - クラス org.springframework.context.annotation のメソッド。ClassPathScanningCandidateComponentProvider
- コンポーネントインデックスまたはクラスパスをスキャンして、候補コンポーネントを探します。
- findClass(String) - クラス org.springframework.core.test.tools のメソッド。DynamicClassLoader
- findClosestMatch(Collection<Class<? extends Throwable>>, Throwable) - Static method in class org.springframework.core.ExceptionDepthComparator
- 特定のターゲット例外の特定の例外型から最も近い一致を取得します。
- findColumn(String) - クラス org.springframework.jdbc.support.rowset のメソッド。ResultSetWrappingSqlRowSet
- findColumn(String) - インターフェース org.springframework.jdbc.support.rowset のメソッド。SqlRowSet
- 指定された列ラベルをその列インデックスにマップします。
- findCommonElementType(Collection<?>) - Static method in class org.springframework.util.CollectionUtils
- 指定されたコレクションの共通要素型があれば、それを見つけます。
- findConstructor(String) - Static method in class org.springframework.cglib.core.ReflectUtils
- findConstructor(String, ClassLoader) - Static method in class org.springframework.cglib.core.ReflectUtils
- findCurrent(Map<String, Object>) - Static method in class org.springframework.http.server.reactive.observation.ServerRequestObservationContext
- 可能な場合は、指定された属性から現在の
observation context
を取得します。 - findCustomEditor(Class<?>, String) - Method in interface org.springframework.beans.PropertyEditorRegistry
- 指定された型とプロパティのカスタムプロパティエディターを見つけます。
- findCustomEditor(Class<?>, String) - Method in class org.springframework.beans.PropertyEditorRegistrySupport
- findCustomEditor(Class<?>, String) - Method in class org.springframework.validation.DataBinder
- findDeclaredMethod(Class<?>, String, Class<?>...) - Static method in class org.springframework.beans.BeanUtils
- 指定されたクラスまたはそのスーパークラスの 1 つで宣言された、指定されたメソッド名と指定されたパラメーター型を持つメソッドを検索します。
- findDeclaredMethod(Class, String, Class[]) - Static method in class org.springframework.cglib.core.ReflectUtils
- findDeclaredMethodWithMinimalParameters(Class<?>, String) - Static method in class org.springframework.beans.BeanUtils
- 指定されたクラスまたはそのスーパークラスの 1 つで宣言された、指定されたメソッド名と最小パラメーター(最良の場合: なし)を持つメソッドを見つけます。
- findDefaultEntityManagerFactory(String) - クラス org.springframework.orm.jpa.support のメソッド。PersistenceAnnotationBeanPostProcessor
- Spring アプリケーションコンテキストで単一のデフォルト EntityManagerFactory を検索します。
- findDefaultScheduler() - クラス org.springframework.scheduling.quartz のメソッド。SchedulerAccessorBean
- findEditor(Class<?>) - クラス org.springframework.web.reactive.result.view のメソッド。BindStatus
- このバインドされたステータスが現在バインドされているプロパティに関連付けられている、指定された値クラスの PropertyEditor を見つけます。
- findEditor(Class<?>) - クラス org.springframework.web.servlet.support のメソッド。BindStatus
- このバインドされたステータスが現在バインドされているプロパティに関連付けられている、指定された値クラスの PropertyEditor を見つけます。
- findEditor(String, Class) - Method in exception org.springframework.validation.BindException
- findEditor(String, Class) - Method in exception org.springframework.web.bind.support.WebExchangeBindException
- findEditor(String, Class<?>) - Method in class org.springframework.validation.AbstractBindingResult
- この実装は、可能であれば、
PropertyEditorRegistry
のエディター検索機能に委譲します。 - findEditor(String, Class<?>) - Method in class org.springframework.validation.AbstractPropertyBindingResult
- この実装は、必要に応じて、フォーマッタ用の PropertyEditor アダプターを公開します。
- findEditor(String, Class<?>) - Method in interface org.springframework.validation.BindingResult
- 指定された型とプロパティのカスタムプロパティエディターを見つけます。
- findEditorByConvention(Class<?>) - Static method in class org.springframework.beans.BeanUtils
- "Editor" サフィックス規則に従って JavaBeans PropertyEditor を検索します (例: "mypackage.MyDomainClass" → "mypackage.MyDomainClassEditor" )。
- findEligibleAdvisors(Class<?>, String) - クラス org.springframework.aop.framework.autoproxy のメソッド。AbstractAdvisorAutoProxyCreator
- このクラスを自動プロキシするためのすべての適格なアドバイザーを見つけます。
- findEntityManagerFactory(String, String) - クラス org.springframework.orm.jpa.support のメソッド。PersistenceAnnotationBeanPostProcessor
- 現在の Spring アプリケーションコンテキストで指定された名前の EntityManagerFactory を検索します。ユニット名が指定されていない場合は、単一のデフォルト EntityManagerFactory(存在する場合)にフォールバックします。
- findEntityManagerFactory(ListableBeanFactory, String) - Static method in class org.springframework.orm.jpa.EntityManagerFactoryUtils
- 指定された Spring アプリケーションコンテキスト(ListableBeanFactory で表されます)で指定された名前の EntityManagerFactory を見つけます。
- findExpectation(ClientHttpRequest) - クラス org.springframework.test.web.client のメソッド。AbstractRequestExpectationManager.RequestExpectationGroup
- 一致する期待値を返します。一致するものがなければ
null
を返します。 - findField(Class<?>, String) - Static method in class org.springframework.util.ReflectionUtils
- findField(Class<?>, String, Class<?>) - Static method in class org.springframework.util.ReflectionUtils
- findField(String, Class<?>, boolean) - クラス org.springframework.expression.spel.support のメソッド。ReflectivePropertyAccessor
- 指定されたクラスで特定の名前のフィールドを検索します。
- findFieldIgnoreCase(Class<?>, String) - Static method in class org.springframework.util.ReflectionUtils
- findFirstMatch(Collection<?>, Collection<E>) - Static method in class org.springframework.util.CollectionUtils
- '
source
' に含まれる 'candidates
' の最初の要素を返します。 - findGetterForProperty(String, Class<?>, boolean) - クラス org.springframework.expression.spel.support のメソッド。ReflectivePropertyAccessor
- 指定されたプロパティの getter メソッドを見つけます。
- findInterfaceMethod(Class) - Static method in class org.springframework.cglib.core.ReflectUtils
- findLocalizedResource(String, String, Locale) - クラス org.springframework.core.io.support のメソッド。LocalizedResourceHelper
- 指定された名前、拡張子、ロケールに最も具体的なローカライズされたリソースを見つけます。
- findMatchingMethod() - クラス org.springframework.beans.support のメソッド。ArgumentConvertingMethodInvoker
- この実装は、一致するパラメーター型を持つメソッドを探します。
- findMatchingMethod() - Method in class org.springframework.util.MethodInvoker
- 指定された引数に指定された名前を持つ一致するメソッドを見つけます。
- findMatchingViewName(Properties, Exception) - クラス org.springframework.web.servlet.handler のメソッド。SimpleMappingExceptionResolver
- 指定された例外マッピングで一致するビュー名を見つけます。
- findMergedAnnotation(Class<?>, Class<T>) - Static method in class org.springframework.test.context.TestContextAnnotationUtils
- 指定されたクラスの上のアノテーション階層内で指定された
annotationType
の最初のアノテーションを見つけ、そのアノテーションの属性をアノテーション階層の下位レベルのアノテーションからの一致する属性とマージし、結果を合成して指定されたannotationType
のアノテーションに戻します。 - findMergedAnnotation(AnnotatedElement, Class<A>) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
- 指定された
element
の上のアノテーション階層内で指定されたannotationType
の最初のアノテーションを見つけ、そのアノテーションの属性をアノテーション階層の下位レベルのアノテーションからの一致する属性とマージし、結果を指定されたannotationType
のアノテーションに合成します。 - findMergedAnnotationAttributes(AnnotatedElement, Class<? extends Annotation>, boolean, boolean) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
- 指定された
element
の上のアノテーション階層内で指定されたannotationType
の最初のアノテーションを検索し、そのアノテーションの属性を、アノテーション階層の下位レベルのアノテーションの一致する属性とマージします。 - findMergedAnnotationAttributes(AnnotatedElement, String, boolean, boolean) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
- 指定された
element
の上のアノテーション階層内で指定されたannotationName
の最初のアノテーションを検索し、そのアノテーションの属性を、アノテーション階層の下位レベルのアノテーションの一致する属性とマージします。 - findMergedRepeatableAnnotations(AnnotatedElement, Class<A>) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
- 指定された
element
の上のアノテーション階層内で、指定されたannotationType
のすべての繰り返し可能なアノテーションを検索します。見つかった各アノテーションについて、そのアノテーションの属性をアノテーション階層の下位レベルのアノテーションの一致する属性とマージし、結果を指定されたannotationType
のアノテーションに合成します。 - findMergedRepeatableAnnotations(AnnotatedElement, Class<A>, Class<? extends Annotation>) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
- 指定された
element
の上のアノテーション階層内で、指定されたannotationType
のすべての繰り返し可能なアノテーションを検索します。見つかった各アノテーションについて、そのアノテーションの属性をアノテーション階層の下位レベルのアノテーションの一致する属性とマージし、結果を指定されたannotationType
のアノテーションに合成します。 - findMethod(Class<?>, String) - Static method in class org.springframework.util.ReflectionUtils
- 指定された名前でパラメーターなしで、指定されたクラスで
Method
SE を見つけようとします。 - findMethod(Class<?>, String, Class<?>...) - Static method in class org.springframework.beans.BeanUtils
- 指定されたクラスまたはそのスーパークラスの 1 つで宣言された、指定されたメソッド名と指定されたパラメーター型を持つメソッドを検索します。
- findMethod(Class<?>, String, Class<?>...) - Static method in class org.springframework.util.ReflectionUtils
- 指定された名前とパラメーター型で、指定されたクラスで
Method
SE を見つけようとします。 - findMethod(String) - Static method in class org.springframework.cglib.core.ReflectUtils
- findMethod(String, ClassLoader) - Static method in class org.springframework.cglib.core.ReflectUtils
- findMethods(String[], Method[]) - Static method in class org.springframework.cglib.core.ReflectUtils
- findMethodWithMinimalParameters(Class<?>, String) - Static method in class org.springframework.beans.BeanUtils
- 指定されたクラスまたはそのスーパークラスの 1 つで宣言された、指定されたメソッド名と最小パラメーター(最良の場合: なし)を持つメソッドを見つけます。
- findMethodWithMinimalParameters(Method[], String) - Static method in class org.springframework.beans.BeanUtils
- 指定されたメソッドのリストで、指定されたメソッド名と最小パラメーター(最良の場合: なし)を持つメソッドを見つけます。
- findModulesViaServiceLoader(boolean) - クラス org.springframework.http.converter.json のメソッド。Jackson2ObjectMapperBuilder
- クラスパス内の META-INF メタデータに基づいて、Jackson が JDK ServiceLoader を介して使用可能なモジュールを検索するかどうかを設定します。
- findNamedEntityManagerFactory(String, String) - クラス org.springframework.orm.jpa.support のメソッド。PersistenceAnnotationBeanPostProcessor
- 現在の Spring アプリケーションコンテキストで、指定された名前の EntityManagerFactory を検索します。
- findNewInstance(Class) - Static method in class org.springframework.cglib.core.ReflectUtils
- findObject(int) - クラス org.springframework.jdbc.object のメソッド。SqlQuery
- 単一の int パラメーターを指定して単一のオブジェクトを検索する便利なメソッド。
- findObject(int, int) - クラス org.springframework.jdbc.object のメソッド。SqlQuery
- 2 つの int パラメーターが与えられた単一のオブジェクトを見つける便利なメソッド。
- findObject(int, int, Map<?, ?>) - クラス org.springframework.jdbc.object のメソッド。SqlQuery
- 2 つの int パラメーターとコンテキストが与えられた単一のオブジェクトを検索する便利なメソッド。
- findObject(int, Map<?, ?>) - クラス org.springframework.jdbc.object のメソッド。SqlQuery
- 単一の int パラメーターとコンテキストが与えられた単一のオブジェクトを検索する便利なメソッド。
- findObject(long) - クラス org.springframework.jdbc.object のメソッド。SqlQuery
- 単一の長いパラメーターを指定して単一のオブジェクトを検索する便利なメソッド。
- findObject(long, Map<?, ?>) - クラス org.springframework.jdbc.object のメソッド。SqlQuery
- 単一の長いパラメーターとコンテキストを指定して単一のオブジェクトを検索する便利なメソッド。
- findObject(Object...) - クラス org.springframework.jdbc.object のメソッド。SqlQuery
- コンテキストなしで単一のオブジェクトを見つける便利な方法。
- findObject(Object[], Map<?, ?>) - クラス org.springframework.jdbc.object のメソッド。SqlQuery
- 他のすべての
findObject
メソッドで使用される汎用オブジェクト検索メソッド。 - findObject(String) - クラス org.springframework.jdbc.object のメソッド。SqlQuery
- 単一の String パラメーターを指定して単一のオブジェクトを検索する便利なメソッド。
- findObject(String, Map<?, ?>) - クラス org.springframework.jdbc.object のメソッド。SqlQuery
- 単一の String パラメーターとコンテキストを指定して単一のオブジェクトを検索する便利なメソッド。
- findObjectByNamedParam(Map<String, ?>) - クラス org.springframework.jdbc.object のメソッド。SqlQuery
- コンテキストなしで実行する便利なメソッド。
- findObjectByNamedParam(Map<String, ?>, Map<?, ?>) - クラス org.springframework.jdbc.object のメソッド。SqlQuery
- 名前付きパラメーターの汎用オブジェクト検索メソッド。
- findObservationContext(HttpServletRequest) - Static method in class org.springframework.web.filter.ServerHttpObservationFilter
- 利用可能な場合、指定されたリクエストから現在の
observation context
を取得します。 - findObservationContext(ServerWebExchange) - Static method in class org.springframework.web.filter.reactive.ServerHttpObservationFilter
- 使用すべきではありません。利用可能な場合、指定されたリクエストから現在の
observation context
を取得します。 - findOrder(Object) - クラス org.springframework.core.annotation のメソッド。AnnotationAwareOrderComparator
- findOrder(Object) - Method in class org.springframework.core.OrderComparator
- 指定されたオブジェクトが示すオーダー値を検索します。
- findPackageProtected(Class[]) - Static method in class org.springframework.cglib.core.ReflectUtils
- findParameterIndex(Parameter) - Static method in class org.springframework.core.MethodParameter
- findParameterValue(ServletRequest, String) - Static method in class org.springframework.web.util.WebUtils
- 指定されたリクエストパラメーターから名前付きパラメーターを取得します。
- findParameterValue(Map<String, ?>, String) - Static method in class org.springframework.web.util.WebUtils
- 指定されたリクエストパラメーターから名前付きパラメーターを取得します。
- findPathMatchingResources(String) - クラス org.springframework.core.io.support のメソッド。PathMatchingResourcePatternResolver
- Ant スタイルの
PathMatcher
を介して、指定された場所のパターンに一致するすべてのリソースを検索します。 - findPrimaryConstructor(Class<T>) - Static method in class org.springframework.beans.BeanUtils
- 指定されたクラスのプライマリコンストラクターを返します。
- findPropertyForMethod(Method) - Static method in class org.springframework.beans.BeanUtils
- 指定されたメソッドの JavaBeans
PropertyDescriptor
を検索します。メソッドは、その Bean プロパティの読み取りメソッドまたは書き込みメソッドのいずれかです。 - findPropertyForMethod(Method, Class<?>) - Static method in class org.springframework.beans.BeanUtils
- 指定されたメソッドの JavaBeans
PropertyDescriptor
を検索します。メソッドは、その Bean プロパティの読み取りメソッドまたは書き込みメソッドのいずれかです。 - findPropertyType(String, Class<?>...) - Static method in class org.springframework.beans.BeanUtils
- 可能な場合、指定されたクラス / インターフェースから指定されたプロパティの Bean プロパティ型を決定します。
- findProtocolHandler(WebSocketSession) - クラス org.springframework.web.socket.messaging のメソッド。SubProtocolWebSocketHandler
- 指定されたセッションの
SubProtocolHandler
を見つけます。 - findProvidedArgument(MethodParameter, Object...) - Static method in class org.springframework.core.annotation.AnnotatedMethod
- findQualifiedExecutor(BeanFactory, String) - クラス org.springframework.aop.interceptor のメソッド。AsyncExecutionAspectSupport
- 指定された修飾子のターゲットエグゼキューターを取得します。
- findResource(String) - クラス org.springframework.core.test.tools のメソッド。DynamicClassLoader
- findResources(String) - クラス org.springframework.core.test.tools のメソッド。DynamicClassLoader
- findScheduler(String) - クラス org.springframework.scheduling.quartz のメソッド。SchedulerAccessorBean
- findSetterForProperty(String, Class<?>, boolean) - クラス org.springframework.expression.spel.support のメソッド。ReflectivePropertyAccessor
- 指定されたプロパティの setter メソッドを見つけます。
- findSubscriptions(Message<?>) - クラス org.springframework.messaging.simp.broker のメソッド。AbstractSubscriptionRegistry
- findSubscriptions(Message<?>) - インターフェース org.springframework.messaging.simp.broker のメソッド。SubscriptionRegistry
- 指定されたメッセージを受信するすべてのサブスクリプションを検索します。
- findSubscriptions(SimpSubscriptionMatcher) - クラス org.springframework.messaging.simp.user のメソッド。MultiServerUserRegistry
- findSubscriptions(SimpSubscriptionMatcher) - インターフェース org.springframework.messaging.simp.user のメソッド。SimpUserRegistry
- 指定されたマッチャーでサブスクリプションを検索します。
- findSubscriptions(SimpSubscriptionMatcher) - クラス org.springframework.web.socket.messaging のメソッド。DefaultSimpUserRegistry
- findSubscriptionsInternal(String, Message<?>) - クラス org.springframework.messaging.simp.broker のメソッド。AbstractSubscriptionRegistry
- findSubscriptionsInternal(String, Message<?>) - クラス org.springframework.messaging.simp.broker のメソッド。DefaultSubscriptionRegistry
- findTemplateSource(String) - クラス org.springframework.ui.freemarker のメソッド。SpringTemplateLoader
- findTransactionAttribute(Class<?>) - クラス org.springframework.transaction.annotation のメソッド。AnnotationTransactionAttributeSource
- findTransactionAttribute(Class<?>) - クラス org.springframework.transaction.interceptor のメソッド。AbstractFallbackTransactionAttributeSource
- サブクラスは、特定のクラスのトランザクション属性があれば、それを返すためにこれを実装する必要があります。
- findTransactionAttribute(Method) - クラス org.springframework.transaction.annotation のメソッド。AnnotationTransactionAttributeSource
- findTransactionAttribute(Method) - クラス org.springframework.transaction.interceptor のメソッド。AbstractFallbackTransactionAttributeSource
- サブクラスは、指定されたメソッドのトランザクション属性があればそれを返すためにこれを実装する必要があります。
- findTransactionManager(UserTransaction) - クラス org.springframework.transaction.jta のメソッド。JtaTransactionManager
- 自動検出により JTA TransactionManager を見つけます。UserTransaction オブジェクトが TransactionManager を実装しているかどうかを確認し、フォールバック JNDI の場所を確認します。
- findTransactionSynchronizationRegistry(UserTransaction, TransactionManager) - クラス org.springframework.transaction.jta のメソッド。JtaTransactionManager
- 自動検出を通じて JTA 1.1 TransactionSynchronizationRegistry を見つけます。UserTransaction オブジェクトまたは TransactionManager オブジェクトがそれを実装しているかどうかを確認し、Jakarta EE の標準 JNDI ロケーションを確認します。
- findTranslatorForDatabase(String) - Method in class org.springframework.jdbc.support.CustomSQLExceptionTranslatorRegistry
- 指定したデータベースのカスタムトランスレータを検索します。
- findType(String) - クラス org.springframework.expression.spel のメソッド。ExpressionState
- findType(String) - クラス org.springframework.expression.spel.support のメソッド。StandardTypeLocator
- (修飾されていない可能性がある) 型参照を検索します。まず型名をそのまま使用し、型名が見つからない場合は登録されているインポートプレフィックスを試します。
- findType(String) - Method in interface org.springframework.expression.TypeLocator
- 名前で型を検索します。
- findUserTransaction() - クラス org.springframework.transaction.jta のメソッド。JtaTransactionManager
- デフォルトの JNDI ルックアップ "java:comp/UserTransaction" で JTA UserTransaction を見つけます。
- findValue(Annotation[]) - クラス org.springframework.beans.factory.annotation のメソッド。QualifierAnnotationAutowireCandidateResolver
- 指定された候補アノテーションのいずれかから推奨値を決定します。
- findValueOfType(Collection<?>, Class<?>[]) - Static method in class org.springframework.util.CollectionUtils
- 指定されたコレクション内の指定された型のいずれかの単一の値を検索します。最初の型の値をコレクションで検索し、次に 2 番目の型の値を検索します。
- findValueOfType(Collection<?>, Class<T>) - Static method in class org.springframework.util.CollectionUtils
- 指定されたコレクションで指定された型の単一の値を見つけます。
- findWebApplicationContext() - クラス org.springframework.web.filter のメソッド。DelegatingFilterProxy
- 可能な場合、構築時に渡された
WebApplicationContext
を返します。 - findWebApplicationContext() - クラス org.springframework.web.servlet のメソッド。FrameworkServlet
- findWebApplicationContext(HttpServletRequest) - Static method in class org.springframework.web.servlet.support.RequestContextUtils
- リクエスト処理を開始した DispatcherServlet に関連付けられている WebApplicationContext を探し、現在のリクエストに関連付けられているものが見つからなかった場合はグローバルコンテキストを探します。
- findWebApplicationContext(HttpServletRequest, ServletContext) - Static method in class org.springframework.web.servlet.support.RequestContextUtils
- リクエスト処理を開始した DispatcherServlet に関連付けられている WebApplicationContext を探し、現在のリクエストに関連付けられているものが見つからなかった場合はグローバルコンテキストを探します。
- findWebApplicationContext(ServletContext) - Static method in class org.springframework.web.context.support.WebApplicationContextUtils
- この Web アプリの一意の
WebApplicationContext
を見つけます。ルート Web アプリのコンテキスト(推奨)または登録済みServletContext
属性の中で一意のWebApplicationContext
(通常、現在の Web アプリケーションの単一のDispatcherServlet
から取得)。 - findWebJarResourcePath(String) - クラス org.springframework.web.reactive.resource のメソッド。LiteWebJarsResourceResolver
- findWebJarResourcePath(String) - クラス org.springframework.web.reactive.resource のメソッド。WebJarsResourceResolver
- 使用すべきではありません。
- findWebJarResourcePath(String) - クラス org.springframework.web.servlet.resource のメソッド。LiteWebJarsResourceResolver
- findWebJarResourcePath(String) - クラス org.springframework.web.servlet.resource のメソッド。WebJarsResourceResolver
- 使用すべきではありません。
- finish() - クラス org.springframework.expression.spel のメソッド。CodeFlow
- メインの式評価メソッドが生成された後に呼び出されるこのメソッドは、登録されている FieldAdders または ClinitAdders をコールバックして、コンパイルされた式を表すクラスに追加情報を追加します。
- finishBeanFactoryInitialization(ConfigurableListableBeanFactory) - クラス org.springframework.context.support のメソッド。AbstractApplicationContext
- このコンテキストの Bean ファクトリの初期化を終了し、残りのすべてのシングルトン Bean を初期化します。
- finishRefresh() - クラス org.springframework.context.support のメソッド。AbstractApplicationContext
- このコンテキストのリフレッシュを完了し、LifecycleProcessor の onRefresh() メソッドを呼び出して、
ContextRefreshedEvent
を公開します。 - fireAliasRegistered(String, String, Object) - クラス org.springframework.beans.factory.parsing のメソッド。ReaderContext
- エイリアス登録イベントを起動します。
- fireComponentRegistered(ComponentDefinition) - クラス org.springframework.beans.factory.parsing のメソッド。ReaderContext
- コンポーネント登録イベントを発生させます。
- fireDefaultsRegistered(DefaultsDefinition) - クラス org.springframework.beans.factory.parsing のメソッド。ReaderContext
- デフォルトで登録されたイベントを発生させます。
- fireImportProcessed(String, Object) - クラス org.springframework.beans.factory.parsing のメソッド。ReaderContext
- インポート処理されたイベントを起動します。
- fireImportProcessed(String, Resource[], Object) - クラス org.springframework.beans.factory.parsing のメソッド。ReaderContext
- インポート処理されたイベントを起動します。
- first() - クラス org.springframework.jdbc.support.rowset のメソッド。ResultSetWrappingSqlRowSet
- first() - インターフェース org.springframework.jdbc.support.rowset のメソッド。SqlRowSet
- カーソルをこの行セットの最初の行に移動します。
- first() - インターフェース org.springframework.r2dbc.core のメソッド。RowsFetchSpec
- 最初の結果を取得するか、結果を取得しない。
- FIRST - Static variable in class org.springframework.expression.spel.ast.Selection
- 最初の項目(
^[]
)。 - FIRST_FOUND - Enum constant in enum class org.springframework.beans.factory.config.YamlProcessor.ResolutionMethod
- 存在するリストの最初のリソースを取得し、それだけを使用します。
- firstDirectlyDeclared() - Static method in class org.springframework.core.annotation.MergedAnnotationSelectors
- 可能な場合、最初に直接宣言されたアノテーションを選択します。
- firstElement(List<T>) - Static method in class org.springframework.util.CollectionUtils
- ゼロインデックスにアクセスして、指定されたリストの最初の要素を取得します。
- firstElement(Set<T>) - Static method in class org.springframework.util.CollectionUtils
SortedSet.first()
またはイテレータを使用して、指定されたセットの最初の要素を取得します。- firstHeader(String) - インターフェース org.springframework.web.reactive.function.server のメソッド。ServerRequest.Headers
- 指定された名前のヘッダーの最初のヘッダー値があれば、それを取得します。
- firstHeader(String) - インターフェース org.springframework.web.servlet.function のメソッド。ServerRequest.Headers
- 指定された名前のヘッダーの最初のヘッダー値を取得します(ある場合)。
- firstInstance(Class) - クラス org.springframework.cglib.beans のメソッド。BeanCopier.Generator
- firstInstance(Class) - クラス org.springframework.cglib.beans のメソッド。BeanGenerator
- firstInstance(Class) - クラス org.springframework.cglib.beans のメソッド。BeanMap.Generator
- firstInstance(Class) - クラス org.springframework.cglib.beans のメソッド。BulkBean.Generator
- firstInstance(Class) - クラス org.springframework.cglib.beans のメソッド。ImmutableBean.Generator
- firstInstance(Class) - クラス org.springframework.cglib.core のメソッド。AbstractClassGenerator
- firstInstance(Class) - クラス org.springframework.cglib.core のメソッド。KeyFactory.Generator
- firstInstance(Class) - Method in class org.springframework.cglib.proxy.Enhancer
- このメソッドは、通常のフローでは呼び出さないでください。
- firstInstance(Class) - クラス org.springframework.cglib.proxy のメソッド。InterfaceMaker
- firstInstance(Class) - クラス org.springframework.cglib.proxy のメソッド。Mixin.Generator
- firstInstance(Class) - クラス org.springframework.cglib.reflect のメソッド。ConstructorDelegate.Generator
- firstInstance(Class) - クラス org.springframework.cglib.reflect のメソッド。FastClass.Generator
- firstInstance(Class) - クラス org.springframework.cglib.reflect のメソッド。MethodDelegate.Generator
- firstInstance(Class) - クラス org.springframework.cglib.reflect のメソッド。MulticastDelegate.Generator
- firstInstance(Class) - クラス org.springframework.cglib.util のメソッド。ParallelSorter.Generator
- firstInstance(Class) - クラス org.springframework.cglib.util のメソッド。StringSwitcher.Generator
- firstLocal - Variable in class org.springframework.cglib.core.LocalVariablesSorter
- firstRunOf(Function<? super MergedAnnotation<A>, ?>) - Static method in class org.springframework.core.annotation.MergedAnnotationPredicates
- 抽出された値の最初の実行のみに一致する、ステートフルで使い捨ての新しい
Predicate
SE を作成します。 - FixedBackOff - org.springframework.util.backoff のクラス
- 2 つの試行間の固定間隔と最大再試行回数を提供する単純な
BackOff
実装。 - FixedBackOff() - クラス org.springframework.util.backoff. FixedBackOff のコンストラクター
- 5000L ミリ秒の間隔と無制限の試行回数でインスタンスを作成します。
- FixedBackOff(long, long) - クラス org.springframework.util.backoff. FixedBackOff のコンストラクター
- インスタンスの作成。
- FixedContentNegotiationStrategy - org.springframework.web.accept のクラス
- 固定コンテンツ型を返す
ContentNegotiationStrategy
。 - FixedContentNegotiationStrategy(List<MediaType>) - クラス org.springframework.web.accept. FixedContentNegotiationStrategy のコンストラクター
- さまざまなコンテンツ型をサポートするアプリケーションで使用するために返されるデフォルトの
MediaType
の順序付きリストを持つコンストラクター。 - FixedContentNegotiationStrategy(MediaType) - クラス org.springframework.web.accept. FixedContentNegotiationStrategy のコンストラクター
- 単一のデフォルト
MediaType
を持つコンストラクター。 - FixedContentTypeResolver - org.springframework.web.reactive.accept のクラス
- メディア型の固定リストに常に解決されるリゾルバー。
- FixedContentTypeResolver(List<MediaType>) - クラス org.springframework.web.reactive.accept. FixedContentTypeResolver のコンストラクター
- さまざまなコンテンツ型をサポートするアプリケーションで使用するために返されるデフォルトの
MediaType
の順序付きリストを持つコンストラクター。 - FixedContentTypeResolver(MediaType) - クラス org.springframework.web.reactive.accept. FixedContentTypeResolver のコンストラクター
- 単一のデフォルト
MediaType
を持つコンストラクター。 - fixedDelay() - Element in annotation interface org.springframework.scheduling.annotation.Scheduled
- 最後の呼び出しの終了から次の呼び出しの開始までの期間を固定して、アノテーション付きメソッドを実行します。
- fixedDelayString() - Element in annotation interface org.springframework.scheduling.annotation.Scheduled
- 最後の呼び出しの終了から次の呼び出しの開始までの期間を固定して、アノテーション付きメソッドを実行します。
- FixedDelayTask - org.springframework.scheduling.config のクラス
- 固定遅延セマンティクスのための
IntervalTask
の特殊化。 - FixedDelayTask(Runnable, long, long) - クラス org.springframework.scheduling.config. FixedDelayTask のコンストラクター
- 使用すべきではありません。6.0 の時点で、
FixedDelayTask(Runnable, Duration, Duration)
を推奨 - FixedDelayTask(Runnable, Duration, Duration) - クラス org.springframework.scheduling.config. FixedDelayTask のコンストラクター
- 新しい
FixedDelayTask
を作成します。 - fixedField(String) - Method in class org.springframework.validation.AbstractErrors
- このインスタンスのネストされたパスに関して、指定されたフィールドをフルパスに変換します。
- FixedIntervalReconnectStrategy - org.springframework.messaging.tcp のクラス
- 一定の間隔で再接続を試行する簡単な方法。
- FixedIntervalReconnectStrategy(long) - クラス org.springframework.messaging.tcp. FixedIntervalReconnectStrategy のコンストラクター
- 新しい
FixedIntervalReconnectStrategy
インスタンスを作成します。 - FixedKeySet - org.springframework.cglib.beans のクラス
- FixedKeySet(String[]) - クラス org.springframework.cglib.beans. FixedKeySet のコンストラクター
- FixedLocaleContextResolver - org.springframework.web.server.i18n のクラス
- 常に固定ロケールとオプションでタイムゾーンを返す
LocaleContextResolver
実装。 - FixedLocaleContextResolver() - クラス org.springframework.web.server.i18n. FixedLocaleContextResolver のコンストラクター
- デフォルトの FixedLocaleResolver を作成し、構成済みのデフォルトロケール(またはフォールバックとしての JVM のデフォルトロケール)を公開します。
- FixedLocaleContextResolver(Locale) - クラス org.springframework.web.server.i18n. FixedLocaleContextResolver のコンストラクター
- 指定されたロケールを公開する FixedLocaleResolver を作成します。
- FixedLocaleContextResolver(Locale, TimeZone) - クラス org.springframework.web.server.i18n. FixedLocaleContextResolver のコンストラクター
- 指定されたロケールとタイムゾーンを公開する FixedLocaleResolver を作成します。
- FixedLocaleResolver - org.springframework.web.servlet.i18n のクラス
- 常に固定のデフォルトロケールとオプションでタイムゾーンを返す
LocaleResolver
実装。 - FixedLocaleResolver() - クラス org.springframework.web.servlet.i18n. FixedLocaleResolver のコンストラクター
- デフォルトの FixedLocaleResolver を作成し、構成済みのデフォルトロケール(またはフォールバックとしての JVM のデフォルトロケール)を公開します。
- FixedLocaleResolver(Locale) - クラス org.springframework.web.servlet.i18n. FixedLocaleResolver のコンストラクター
- 指定されたロケールを公開する FixedLocaleResolver を作成します。
- FixedLocaleResolver(Locale, TimeZone) - クラス org.springframework.web.servlet.i18n. FixedLocaleResolver のコンストラクター
- 指定されたロケールとタイムゾーンを公開する FixedLocaleResolver を作成します。
- fixedRate() - Element in annotation interface org.springframework.scheduling.annotation.Scheduled
- 呼び出しの間隔を固定して、アノテーション付きメソッドを実行します。
- fixedRateString() - Element in annotation interface org.springframework.scheduling.annotation.Scheduled
- 呼び出しの間隔を固定して、アノテーション付きメソッドを実行します。
- FixedRateTask - org.springframework.scheduling.config のクラス
- 固定レートセマンティクスのための
IntervalTask
の特殊化。 - FixedRateTask(Runnable, long, long) - クラス org.springframework.scheduling.config. FixedRateTask のコンストラクター
- 使用すべきではありません。6.0 の時点で、
FixedRateTask(Runnable, Duration, Duration)
を推奨 - FixedRateTask(Runnable, Duration, Duration) - クラス org.springframework.scheduling.config. FixedRateTask のコンストラクター
- 新しい
FixedRateTask
を作成します。 - fixedResolver(MediaType...) - クラス org.springframework.web.reactive.accept のメソッド。RequestedContentTypeResolverBuilder
- メディア型の固定セットを返すリゾルバーを追加します。
- FixedThemeResolver - org.springframework.web.servlet.theme のクラス
- 使用すべきではありません。6.0 の時点で CSS の使用を推奨し、直接の代替なし
- FixedThemeResolver() - クラス org.springframework.web.servlet.theme. FixedThemeResolver のコンストラクター
- 使用すべきではありません。
- FixedValue - Interface in org.springframework.cglib.proxy
- プロキシされたメソッドから返される値を単に返す
Enhancer
コールバック。 - FixedVersionStrategy - org.springframework.web.reactive.resource のクラス
- リクエストパスプレフィックスとして適用される固定バージョン (縮小 SHA、バージョン名、リリース日など) に依存する
VersionStrategy
。 - FixedVersionStrategy - org.springframework.web.servlet.resource のクラス
- リクエストパスプレフィックスとして適用される固定バージョン (縮小 SHA、バージョン名、リリース日など) に依存する
VersionStrategy
。 - FixedVersionStrategy(String) - クラス org.springframework.web.reactive.resource. FixedVersionStrategy のコンストラクター
- 指定されたバージョン文字列で新しい FixedVersionStrategy を作成します。
- FixedVersionStrategy(String) - クラス org.springframework.web.servlet.resource. FixedVersionStrategy のコンストラクター
- 指定されたバージョン文字列で新しい FixedVersionStrategy を作成します。
- flagForCommit() - Static method in class org.springframework.test.context.transaction.TestTransaction
- 現在のテスト管理トランザクションに commit のフラグを立てます。
- flagForRollback() - Static method in class org.springframework.test.context.transaction.TestTransaction
- 現在のテスト管理トランザクションにロールバックのフラグを立てます。
- flash() - クラス org.springframework.test.web.servlet.assertj のメソッド。MvcTestResultAssert
- リクエスト処理中に保存された「出力」フラッシュ属性をテスト対象オブジェクトとして使用する新しいアサーションオブジェクトを返します。
- flash() - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
- フラッシュ属性アサーションへのアクセス。
- FLASH_MAP_MANAGER_ATTRIBUTE - Static variable in class org.springframework.web.servlet.DispatcherServlet
FlashMapManager
を保持するリクエスト属性の名前。- FLASH_MAP_MANAGER_BEAN_NAME - Static variable in class org.springframework.web.servlet.DispatcherServlet
- この名前空間の Bean ファクトリ内の FlashMapManager オブジェクトの既知の名前。
- flashAttr(String, Object) - クラス org.springframework.test.web.servlet.request のメソッド。AbstractMockHttpServletRequestBuilder
- 「入力」フラッシュ属性を設定します。
- flashAttr(String, Object) - クラス org.springframework.test.web.servlet.request のメソッド。MockHttpServletRequestBuilder
- FlashAttributeResultMatchers - org.springframework.test.web.servlet.result のクラス
- 「出力」フラッシュ属性アサーションのファクトリ。
- FlashAttributeResultMatchers() - クラス org.springframework.test.web.servlet.result. FlashAttributeResultMatchers のコンストラクター
- protected コンストラクター。
- flashAttrs(Map<String, Object>) - クラス org.springframework.test.web.servlet.request のメソッド。AbstractMockHttpServletRequestBuilder
- フラッシュ属性を設定します。
- flashAttrs(Map<String, Object>) - クラス org.springframework.test.web.servlet.request のメソッド。MockHttpServletRequestBuilder
- FlashMap - org.springframework.web.servlet のクラス
- FlashMap は、あるリクエストが別のリクエストで使用するための属性を保管する方法を提供します。
- FlashMap() - クラス org.springframework.web.servlet. FlashMap のコンストラクター
- flashMapManager() - クラス org.springframework.web.servlet.config.annotation のメソッド。WebMvcConfigurationSupport
- flashMapManager(FlashMapManager) - インターフェース org.springframework.test.web.servlet.client のメソッド。MockMvcWebTestClient.ControllerSpec
- カスタム FlashMapManager を提供します。
- FlashMapManager - Interface in org.springframework.web.servlet
- FlashMap インスタンスを取得および保存するための戦略インターフェース。
- flatMap(Function<Result, Publisher<R>>) - インターフェース org.springframework.r2dbc.core のメソッド。DatabaseClient.GenericExecuteSpec
- SQL 呼び出しを実行し、
function
SE をResult
に適用します。 - FLAWED_PATTERN - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- flight - Variable in class org.springframework.oxm.jaxb.test.Flights
- FlightRecorderApplicationStartup - org.springframework.core.metrics.jfr のクラス
- Java Flight Recorder の
ApplicationStartup
実装。 - FlightRecorderApplicationStartup() - クラス org.springframework.core.metrics.jfr. FlightRecorderApplicationStartup のコンストラクター
- Flights - Class in org.springframework.oxm.jaxb.test
- 匿名複合型の Java クラス。
- Flights() - Constructor for class org.springframework.oxm.jaxb.test.Flights
- FlightType - org.springframework.oxm.jaxb.test のクラス
- flightType 複合型の Java クラス。
- FlightType() - クラス org.springframework.oxm.jaxb.test. FlightType のコンストラクター
- FLOAD - Static variable in interface org.springframework.asm.Opcodes
- FLOAT - Enum constant in enum class org.springframework.expression.spel.ast.TypeCode
float
- FLOAT - Static variable in interface org.springframework.asm.Opcodes
- FLOAT - Static variable in class org.springframework.asm.Type
float
型の種類。- FLOAT_TYPE - Static variable in class org.springframework.asm.Type
float
型。- FloatLiteral - org.springframework.expression.spel.ast のクラス
- float リテラルを表す式言語の AST ノード。
- FloatLiteral(String, int, int, float) - クラス org.springframework.expression.spel.ast. FloatLiteral のコンストラクター
- flush() - クラス org.springframework.http.server のメソッド。DelegatingServerHttpResponse
- flush() - クラス org.springframework.http.server.reactive のメソッド。AbstractListenerWriteFlushProcessor
- 準備ができている場合は出力をフラッシュします。そうでない場合、
AbstractListenerWriteFlushProcessor.isFlushPending()
は後で true を返します。 - flush() - インターフェース org.springframework.http.server のメソッド。ServerHttpResponse
- ヘッダーとレスポンスのコンテンツが書き出されていることを確認してください。
- flush() - クラス org.springframework.http.server のメソッド。ServletServerHttpResponse
- flush() - クラス org.springframework.jdbc.object のメソッド。BatchSqlUpdate
- キューに入れられた更新操作をトリガーして、最終バッチとして追加します。
- flush() - クラス org.springframework.mock.web のメソッド。DelegatingServletOutputStream
- flush() - クラス org.springframework.mock.web のメソッド。MockJspWriter
- flush() - インターフェース org.springframework.orm.hibernate5 のメソッド。HibernateOperations
- データベースに対する保留中の保存、更新、削除をすべてフラッシュします。
- flush() - クラス org.springframework.orm.hibernate5 のメソッド。HibernateTemplate
- flush() - クラス org.springframework.orm.hibernate5 のメソッド。SpringFlushSynchronization
- flush() - クラス org.springframework.orm.hibernate5 のメソッド。SpringSessionSynchronization
- flush() - クラス org.springframework.transaction.jta のメソッド。JtaTransactionObject
- この実装は、影響を受けるすべての ORM セッションをフラッシュすると想定して、フラッシュコールバックをトリガーします。
- flush() - クラス org.springframework.transaction.support のメソッド。DefaultTransactionStatus
- トランザクションオブジェクトが
SmartTransactionObject
インターフェースを実装している場合は、トランザクションオブジェクトにフラッシュを委譲します。 - flush() - クラス org.springframework.transaction.support のメソッド。ResourceHolderSynchronization
- flush() - インターフェース org.springframework.transaction.support のメソッド。SmartTransactionObject
- 該当する場合、基礎となるセッションをデータストアにフラッシュします。たとえば、影響を受けるすべての Hibernate/JPA セッション。
- flush() - インターフェース org.springframework.transaction.support のメソッド。TransactionSynchronization
- 該当する場合は、基になるセッションをデータストアにフラッシュします(例: Hibernate/JPA セッション)。
- flush() - クラス org.springframework.transaction.support のメソッド。TransactionSynchronizationAdapter
- 使用すべきではありません。
- flush() - Method in interface org.springframework.transaction.TransactionStatus
- 該当する場合、基礎となるセッションをデータストアにフラッシュします。たとえば、影響を受けるすべての Hibernate/JPA セッション。
- flush() - Method in class org.springframework.util.CommonsLogWriter
- flush() - インターフェース org.springframework.web.servlet.function のメソッド。ServerResponse.StreamBuilder
- バッファリングされたレスポンスストリームの内容をネットワークにフラッシュします。
- flushBuffer() - クラス org.springframework.mock.web のメソッド。MockHttpServletResponse
- flushBuffer() - クラス org.springframework.web.util のメソッド。ContentCachingResponseWrapper
- コンテンツはまだレスポンスにコピーされていないため、このメソッドはコンテンツをクライアントにフラッシュしたり、基礎となるレスポンスをコミットしたりしません。
- flushBufferedBodyContent(BodyContent) - クラス org.springframework.web.servlet.tags.form のメソッド。AbstractHtmlElementBodyTag
- ユーザーは、エラーメッセージの出力をカスタマイズしました - バッファされたコンテンツをメイン
JspWriter
EE にフラッシュします。 - flushCache() - クラス org.springframework.web.socket.sockjs.transport.session のメソッド。AbstractHttpSockJsSession
- 接続がアクティブで、レスポンスに書き込む準備ができたときに呼び出されます。
- flushCache() - クラス org.springframework.web.socket.sockjs.transport.session のメソッド。PollingSockJsSession
- flushCache() - クラス org.springframework.web.socket.sockjs.transport.session のメソッド。StreamingSockJsSession
- flushingFailed(Throwable) - クラス org.springframework.http.server.reactive のメソッド。AbstractListenerWriteFlushProcessor
- フラッシュ中にエラーが発生すると呼び出されます。
- flushResource(H) - クラス org.springframework.transaction.support のメソッド。ResourceHolderSynchronization
- 指定されたリソースホルダーのコールバックをフラッシュします。
- FluxExchangeResult< T > - Class in org.springframework.test.web.reactive.server
Flux<T>
としてデコードされましたがまだ消費されていないレスポンス本体を持つExchangeResult
バリアント。- FMUL - Static variable in interface org.springframework.asm.Opcodes
- FNEG - Static variable in interface org.springframework.asm.Opcodes
- forAnnotation(Class<? extends Annotation>...) - Static method in class org.springframework.web.method.HandlerTypePredicate
- 特定のアノテーションが付けられた一致ハンドラー。
- forAnnotations(Annotation...) - Static method in class org.springframework.core.annotation.AnnotatedElementUtils
- 通常は
AnnotatedElementUtils
の他のメソッドで使用するために、指定されたアノテーションに適応したAnnotatedElement
SE を構築します。 - forAnyHandlerType() - Static method in class org.springframework.web.method.HandlerTypePredicate
- ハンドラーに適用される
Predicate
。 - forArrayComponent(ResolvableType) - Static method in class org.springframework.core.ResolvableType
- 指定された
componentType
の配列としてResolvableType
を返します。 - forAssignableType(Class<?>...) - Static method in class org.springframework.web.method.HandlerTypePredicate
- 特定の型に割り当て可能なハンドラーに一致します。
- forBasePackage(String...) - Static method in class org.springframework.web.method.HandlerTypePredicate
- 基本パッケージに宣言されたマッチハンドラー (例: "org.example" )。
- forBasePackageClass(Class<?>...) - Static method in class org.springframework.web.method.HandlerTypePredicate
- クラスを介して基本パッケージを指定する
HandlerTypePredicate.forBasePackage(String...)
の型安全な代替。 - forBeanPropertyAccess(Object) - Static method in class org.springframework.beans.PropertyAccessorFactory
- 指定されたターゲットオブジェクトの BeanWrapper を取得し、JavaBeans スタイルのプロパティにアクセスします。
- FORBIDDEN - Enum constant in enum class org.springframework.http.HttpStatus
403 Forbidden
.- forBundle(String) - クラス org.springframework.aot.hint.predicate のメソッド。ResourceHintsPredicates
- 指定されたバンドル名のリソースヒントが登録されているかどうかを確認する述語を返します。
- forceAutoProxyCreatorToExposeProxy(BeanDefinitionRegistry) - Static method in class org.springframework.aop.config.AopConfigUtils
- forceAutoProxyCreatorToUseClassProxying(BeanDefinitionRegistry) - Static method in class org.springframework.aop.config.AopConfigUtils
- forceBlock() - クラス org.springframework.web.servlet.tags.form のメソッド。TagWriter
- 現在開いているタグを閉じて、ブロックレベルの要素としてマークする必要があることを示します。
- forClass(File, Class<?>) - Static method in class org.springframework.core.test.tools.SourceFile
- 指定された
Class
のソースを検索して新しいSourceFile
を作成するファクトリメソッド。 - forClass(Class<?>) - Static method in class org.springframework.aop.target.EmptyTargetSource
- 指定されたターゲットクラスの EmptyTargetSource を返します。
- forClass(Class<?>) - Static method in class org.springframework.aot.generate.AccessControl
- 指定された
Class
SE のAccessControl
を作成します。 - forClass(Class<?>) - Static method in class org.springframework.core.ResolvableType
- 割り当て可能性チェックのための完全なジェネリクス型情報を使用して、指定された
Class
SE のResolvableType
を返します。 - forClass(Class<?>) - Static method in enum class org.springframework.expression.spel.ast.TypeCode
- forClass(Class<?>, boolean) - Static method in class org.springframework.aop.target.EmptyTargetSource
- 指定されたターゲットクラスの EmptyTargetSource を返します。
- forClass(Class<?>, Class<?>) - Static method in class org.springframework.core.ResolvableType
- 指定された実装クラスを使用して、指定された基本型 (インターフェースまたは基本クラス) の
ResolvableType
を返します。 - forClassAnnotation(Class<? extends Annotation>) - Static method in class org.springframework.aop.support.annotation.AnnotationMatchingPointcut
- クラスレベルで指定されたアノテーションと一致する AnnotationMatchingPointcut のファクトリメソッド。
- forClassPathLocations(String...) - Static method in class org.springframework.aot.hint.support.FilePatternResourceHintsRegistrar
- 指定されたクラスパスの場所を使用してレジストラを構成します。
- forClassPathLocations(List<String>) - Static method in class org.springframework.aot.hint.support.FilePatternResourceHintsRegistrar
- 指定されたクラスパスの場所を使用してレジストラを構成します。
- forClassWithGenerics(Class<?>, Class<?>...) - Static method in class org.springframework.core.ResolvableType
- 事前に宣言されたジェネリクスを使用して、指定された
Class
SE のResolvableType
を返します。 - forClassWithGenerics(Class<?>, ResolvableType...) - Static method in class org.springframework.core.ResolvableType
- 事前に宣言されたジェネリクスを使用して、指定された
Class
SE のResolvableType
を返します。 - forCompiler(JavaCompiler) - Static method in class org.springframework.core.test.tools.TestCompiler
- 指定された
JavaCompiler
SE に基づく新しいTestCompiler
を作成します。 - forConstructor(Class<?>...) - Static method in class org.springframework.beans.factory.aot.BeanInstanceSupplier
- 指定された Bean コンストラクターの引数を解決する
BeanInstanceSupplier
を作成します。 - forConstructorParameter(Constructor<?>, int) - Static method in class org.springframework.core.ResolvableType
- 指定された
Constructor
SE パラメーターのResolvableType
を返します。 - forConstructorParameter(Constructor<?>, int, Class<?>) - Static method in class org.springframework.core.ResolvableType
- 指定された実装で指定された
Constructor
SE パラメーターのResolvableType
を返します。 - forCurrentTransaction() - Static method in class org.springframework.transaction.reactive.TransactionSynchronizationManager
- 現在のトランザクションコンテキストに関連付けられている
TransactionSynchronizationManager
を取得します。 - forDefaultResourceLocation() - Static method in class org.springframework.core.io.support.SpringFactoriesLoader
- デフォルトのクラスローダーを使用して、 "META-INF/spring.factories" からファクトリ実装をロードしてインスタンス化する
SpringFactoriesLoader
インスタンスを作成します。 - forDefaultResourceLocation(ClassLoader) - Static method in class org.springframework.core.io.support.SpringFactoriesLoader
- 指定されたクラスローダーを使用して、 "META-INF/spring.factories" からファクトリ実装をロードしてインスタンス化する
SpringFactoriesLoader
インスタンスを作成します。 - forDestination(T, Destination) - Static method in class org.springframework.jms.listener.adapter.JmsResponse
- 指定された
Destination
EE をターゲットとするJmsResponse
を作成します。 - forDirectFieldAccess(Object) - Static method in class org.springframework.beans.PropertyAccessorFactory
- 指定されたターゲットオブジェクトの PropertyAccessor を取得し、直接フィールドスタイルでプロパティにアクセスします。
- forEach(BiConsumer<? super String, ? super List<String>>) - Method in class org.springframework.http.HttpHeaders
HttpHeaders.entrySet()
を介して反復処理する場合と同様に、各ヘッダーに対してアクションを実行します。- forEach(BiConsumer<? super String, ? super List<String>>) - クラス org.springframework.web.socket のメソッド。WebSocketHttpHeaders
- forEach(BiConsumer<? super String, ? super V>) - Method in class org.springframework.util.LinkedCaseInsensitiveMap
- forEach(BiConsumer<? super K, ? super List<V>>) - Method in class org.springframework.util.MultiValueMapAdapter
- forEach(Consumer<? super Bindings.Binding>) - Method in class org.springframework.r2dbc.core.binding.Bindings
- すべてのバインディングが処理されるか、アクションが例外をスローするまで、この
Bindings
のバインディングごとに指定されたアクションを実行します。 - forElements(Collection<InjectionMetadata.InjectedElement>, Class<?>) - Static method in class org.springframework.beans.factory.annotation.InjectionMetadata
- 空の要素の場合は、
InjectionMetadata
インスタンスを返します。 - forEventType(Class<E>, Consumer<E>) - Static method in interface org.springframework.context.event.GenericApplicationListener
- 指定されたイベント型に対して新しい
ApplicationListener
を作成します。 - forExecutable(Executable, int) - Static method in class org.springframework.core.annotation.SynthesizingMethodParameter
- 指定されたメソッドまたはコンストラクターの新しい SynthesizingMethodParameter を作成します。
- forExecutable(Executable, int) - Static method in class org.springframework.core.MethodParameter
- 指定されたメソッドまたはコンストラクターの新しい MethodParameter を作成します。
- forExecutables() - クラス org.springframework.validation.beanvalidation のメソッド。SpringValidatorAdapter
- forExecutionException(Throwable) - Static method in class org.springframework.scheduling.annotation.AsyncResult
- 使用すべきではありません。指定された例外を
Future.get()
からExecutionException
SE として公開する新しい非同期結果を作成します。 - forFactoryMethod(Class<?>, String, Class<?>...) - Static method in class org.springframework.beans.factory.aot.BeanInstanceSupplier
- 指定されたファクトリメソッドの引数を解決する新しい
BeanInstanceSupplier
を作成します。 - forFallbackMatch() - クラス org.springframework.beans.factory.config のメソッド。DependencyDescriptor
- フォールバック一致を目的としたこの記述子のバリアントを返します。
- forField(Field) - Static method in class org.springframework.core.ResolvableType
- 指定された
Field
SE のResolvableType
を返します。 - forField(Field, int) - Static method in class org.springframework.core.ResolvableType
- 指定されたネストレベルで指定された
Field
SE のResolvableType
を返します。 - forField(Field, int, Class<?>) - Static method in class org.springframework.core.ResolvableType
- 指定された実装と指定されたネストレベルで、指定された
Field
SE のResolvableType
を返します。 - forField(Field, Class<?>) - Static method in class org.springframework.core.ResolvableType
- 指定された実装で指定された
Field
SE のResolvableType
を返します。 - forField(Field, ResolvableType) - Static method in class org.springframework.core.ResolvableType
- 指定された実装で指定された
Field
SE のResolvableType
を返します。 - forField(String) - Static method in class org.springframework.beans.factory.aot.AutowiredFieldValueResolver
- 注入がオプションである指定されたフィールドの新しい
AutowiredFieldValueResolver
を作成します。 - forField(String) - Static method in class org.springframework.context.annotation.ResourceElementResolver
- 指定されたフィールドに新しい
ResourceElementResolver.ResourceFieldResolver
を作成します。 - forField(String, Class<?>) - Static method in class org.springframework.beans.PropertyMatches
- 指定されたフィールドプロパティの PropertyMatches を作成します。
- forField(String, Class<?>, int) - Static method in class org.springframework.beans.PropertyMatches
- 指定されたフィールドプロパティの PropertyMatches を作成します。
- forField(String, String) - Static method in class org.springframework.context.annotation.ResourceElementResolver
- 指定されたフィールドとリソース名に対して新しい
ResourceElementResolver.ResourceFieldResolver
を作成します。 - forFieldAwareConstructor(Constructor<?>, int, String) - Static method in class org.springframework.core.MethodParameter
- たとえば、データクラスまたはレコード型で、指定されたフィールド対応コンストラクターの新しい MethodParameter を作成します。
- forFixedExecution(String) - Static method in class org.springframework.scheduling.support.CronTrigger
- 固定実行用の
CronTrigger
を作成し、最後にスケジュールされた時刻に基づいてタスクごとに再スケジュールします。 - forInitializerClasses(String...) - Static method in interface org.springframework.context.aot.AotApplicationContextInitializer
- 指定されたクラス名のセットからロードされた他の初期化子に委譲する新しい
AotApplicationContextInitializer
インスタンスを作成するファクトリメソッド。 - forInstance(Object) - Static method in class org.springframework.core.ResolvableType
- 指定されたインスタンスの
ResolvableType
を返します。 - forInstanceMethodInvocation() - Static method in class org.springframework.expression.spel.support.DataBindingMethodResolver
- インスタンスメソッド解決用の新しいデータバインディングメソッドリゾルバーを作成します。
- forInstanceOf(Class<T>, BiConsumer<T, Errors>) - Static method in interface org.springframework.validation.Validator
- ターゲットオブジェクトが
targetClass
のインスタンスであるSEかどうかをチェックするValidator
を返し、そうであれば、指定されたdelegate
を適用してErrors
を設定します。 - forInterfaces(Class<?>...) - クラス org.springframework.aot.hint.predicate のメソッド。ProxyHintsPredicates
- 指定されたインターフェースに
JdkProxyHint
が登録されているかどうかをチェックする述語を返します。 - forInterfaces(TypeReference...) - クラス org.springframework.aot.hint.predicate のメソッド。ProxyHintsPredicates
- 指定されたインターフェースに
JdkProxyHint
が登録されているかどうかをチェックする述語を返します。 - ForkJoinPoolFactoryBean - org.springframework.scheduling.concurrent のクラス
- 事前構成済みの
ForkJoinPool
SE を作成して公開する SpringFactoryBean
。 - ForkJoinPoolFactoryBean() - クラス org.springframework.scheduling.concurrent. ForkJoinPoolFactoryBean のコンストラクター
- forLenientExecution(String) - Static method in class org.springframework.scheduling.support.CronTrigger
- 寛容な実行のために
CronTrigger
を作成し、完了時間に基づいてタスクごとに再スケジュールします。 - forLog(Log) - Static method in class org.springframework.http.HttpLogging
- プライマリが有効になっていない場合は、指定されたプライマリロガーを、そのロガーまたはフォールバックロガー "org.springframework.web.HttpLogging" に委譲する複合ロガーでラップします。
- forLog(Log) - Static method in class org.springframework.messaging.simp.SimpLogging
- プライマリが有効になっていない場合は、プライマリまたは共有フォールバックロガー "org.springframework.web.HttpLogging" のいずれかに委譲する複合ロガーで、指定されたプライマリロガーをラップします。
- forLogName(Class<?>) - Static method in class org.springframework.http.HttpLogging
- 指定されたクラスのプライマリロガーを作成し、プライマリが有効になっていない場合は、そのクラスまたはフォールバックロガー "org.springframework.web.HttpLogging" に委譲するコンポジットでラップします。
- forLogName(Class<?>) - Static method in class org.springframework.messaging.simp.SimpLogging
- 指定されたクラスのプライマリロガーを作成し、プライマリが有効になっていない場合は、そのクラスまたは "org.springframework.web.SimpLogging" という名前のフォールバックロガーに委譲するコンポジットでラップします。
- FORM_CHARSET - Static variable in class org.springframework.http.server.ServletServerHttpRequest
- format() - クラス org.springframework.http.codec のメソッド。KotlinSerializationSupport
- フォーマットを返します。
- format() - クラス org.springframework.http.codec のメソッド。ServerSentEvent
- ID、イベント、再試行、コメントの各フィールドが完全に直列化され、データがある場合は "data:" も追加された StringBuilder を返します。
- format(String, Object) - Static method in class org.springframework.core.log.LogMessage
- 指定されたフォーマット文字列と引数から、遅延フォーマットされたメッセージを作成します。
- format(String, Object...) - Static method in class org.springframework.core.log.LogMessage
- 指定されたフォーマット文字列と可変引数から遅延フォーマットメッセージを作成します。
- format(String, Object, Object) - Static method in class org.springframework.core.log.LogMessage
- 指定されたフォーマット文字列と引数から、遅延フォーマットメッセージを作成します。
- format(String, Object, Object, Object) - Static method in class org.springframework.core.log.LogMessage
- 指定されたフォーマット文字列と引数から、遅延フォーマットメッセージを作成します。
- format(String, Object, Object, Object, Object) - Static method in class org.springframework.core.log.LogMessage
- 指定されたフォーマット文字列と引数から、遅延フォーマットメッセージを作成します。
- format(String, String, String) - Method in interface org.springframework.validation.MessageCodeFormatter
- 通常は
DefaultMessageCodesResolver.CODE_SEPARATOR
で区切られた、指定されたフィールドで構成されるメッセージコードを作成して返します。 - format(SockJsFrame) - クラス org.springframework.web.socket.sockjs.frame のメソッド。DefaultSockJsFrameFormat
- format(SockJsFrame) - インターフェース org.springframework.web.socket.sockjs.frame のメソッド。SockJsFrameFormat
- formatArgumentError(MethodParameter, String) - Static method in class org.springframework.core.annotation.AnnotatedMethod
- formatFieldValue(String, Object) - Method in class org.springframework.validation.AbstractBindingResult
- 指定されたフィールドの指定された値をフォーマットします。
- formatFieldValue(String, Object) - Method in class org.springframework.validation.AbstractPropertyBindingResult
- 登録された PropertyEditors に基づいてフィールド値をフォーマットします。
- formatHeaders(MultiValueMap<String, String>) - Static method in class org.springframework.http.HttpHeaders
- HTTP ヘッダー値自体にコンマ区切り値を含めることができるため、HTTP ヘッダー値をフォーマットできます。また、エントリ間にコンマを使用する通常の
Map
SE フォーマットと混同する可能性があります。 - formatInvokeError(String, Object[]) - クラス org.springframework.messaging.handler のメソッド。HandlerMethod
- formatInvokeError(String, Object[]) - クラス org.springframework.web.method のメソッド。HandlerMethod
- formatMappingName() - クラス org.springframework.web.reactive.handler のメソッド。AbstractHandlerMapping
- formatMappingName() - クラス org.springframework.web.servlet.handler のメソッド。AbstractHandlerMapping
- formatMessage(Object...) - Method in enum class org.springframework.expression.spel.SpelMessage
- プレフィックスを含み、メッセージに挿入が適用された完全なメッセージを生成します。
- formatMessage(Object...) - 列挙クラス org.springframework.web.util.pattern.PatternParseException.PatternMessage のメソッド
- formatMessage(String, Object[], Locale) - クラス org.springframework.context.support のメソッド。MessageSourceSupport
- キャッシュされた MessageFormats を使用して、指定されたメッセージ文字列をフォーマットします。
- formatRequest(HttpServletRequest) - クラス org.springframework.web.filter のメソッド。ForwardedHeaderFilter
- HTTP メソッドと URL を含むロギング目的でリクエストをフォーマットします。
- formatRequest(ServerHttpRequest) - クラス org.springframework.web.server.adapter のメソッド。HttpWebHandlerAdapter
- HTTP メソッドと URL を含むロギング目的でリクエストをフォーマットします。
- formattedTag() - Method in record class org.springframework.http.ETag
- "W/" プレフィックスと引用符を含む完全にフォーマットされたタグを返します。
- Formatter< T > - Interface in org.springframework.format
- 型 T のオブジェクトをフォーマットします。
- FormatterPropertyEditorAdapter - org.springframework.format.support のクラス
Formatter
とPropertyEditor
SE の間をブリッジするアダプター。- FormatterPropertyEditorAdapter(Formatter<?>) - クラス org.springframework.format.support. FormatterPropertyEditorAdapter のコンストラクター
- 指定された
Formatter
の新しいFormatterPropertyEditorAdapter
を作成します。 - FormatterRegistrar - org.springframework.format のインターフェース
- FormatterRegistry - org.springframework.format のインターフェース
- フィールドフォーマットロジックのレジストリ。
- formatters(Consumer<FormatterRegistry>) - インターフェース org.springframework.test.web.reactive.server のメソッド。WebTestClient.ControllerSpec
- 型変換に使用するフォーマッターとコンバーターを登録します。
- FormattingConversionService - org.springframework.format.support のクラス
FormatterRegistry
として構成されるように設計されたConversionService
実装。- FormattingConversionService() - クラス org.springframework.format.support. FormattingConversionService のコンストラクター
- FormattingConversionServiceFactoryBean - org.springframework.format.support のクラス
- 数値、日付、時刻などの一般的な型用のコンバーターとフォーマッタが構成された
FormattingConversionService
への便利なアクセスを提供するファクトリ。 - FormattingConversionServiceFactoryBean() - クラス org.springframework.format.support. FormattingConversionServiceFactoryBean のコンストラクター
- formatUriValue(ConversionService, TypeDescriptor, Object) - クラス org.springframework.web.method.annotation のメソッド。RequestParamMethodArgumentResolver
- formatUriValue(ConversionService, TypeDescriptor, Object) - クラス org.springframework.web.servlet.mvc.method.annotation のメソッド。PathVariableMethodArgumentResolver
- formatValue(Object, boolean) - Static method in class org.springframework.core.log.LogFormatUtils
- ログメッセージの長さを 100 文字に制限し、
limitLength
が "true" に設定されている場合は改行文字と制御文字を置き換えるLogFormatUtils.formatValue(Object, int, boolean)
の便利なバリアント。 - formatValue(Object, int, boolean) - Static method in class org.springframework.core.log.LogFormatUtils
- 指定された値を
toString()
でフォーマットし、CharSequence
SE の場合は引用符で囲み、指定されたmaxLength
で切り捨て、replaceNewLines
が設定されている場合は 1 行に圧縮します。 - formatViewName() - クラス org.springframework.web.reactive.result.view のメソッド。AbstractView
- formatViewName() - クラス org.springframework.web.servlet.view のメソッド。AbstractView
- FormContentFilter - org.springframework.web.filter のクラス
- HTTP PUT、PATCH、DELETE リクエストのフォームデータを解析し、それをサーブレットリクエストパラメーターとして公開する
Filter
。 - FormContentFilter() - クラス org.springframework.web.filter. FormContentFilter のコンストラクター
- formData() - Static method in class org.springframework.http.ContentDisposition
- 型 "form-data" の
ContentDisposition
のビルダーを返します。 - formData() - クラス org.springframework.mock.web.reactive.function.server のメソッド。MockServerRequest
- formData() - インターフェース org.springframework.web.reactive.function.server のメソッド。ServerRequest
- Content-Type が
"application/x-www-form-urlencoded"
の場合はリクエストの本文からフォームデータを取得し、それ以外の場合は空のマップを取得します。 - formData() - クラス org.springframework.web.reactive.function.server.support のメソッド。ServerRequestWrapper
- formData(MultiValueMap<String, String>) - クラス org.springframework.test.web.client.match のメソッド。ContentRequestMatchers
- 本体をフォームデータとして解析し、指定された
MultiValueMap
と比較します。 - formDataContains(Map<String, String>) - クラス org.springframework.test.web.client.match のメソッド。ContentRequestMatchers
- 予想されるフォームパラメーターの指定されたサブセットと一致する
ContentRequestMatchers.formData(MultiValueMap)
のバリアント。 - forMember(Member) - Static method in class org.springframework.aot.generate.AccessControl
- 指定されたメンバーの
AccessControl
を作成します。 - forMethod(String, Class<?>) - Static method in class org.springframework.context.annotation.ResourceElementResolver
- メソッド名から推測されるリソース名を使用して、指定されたメソッドの新しい
ResourceElementResolver.ResourceMethodResolver
を作成します。 - forMethod(String, Class<?>...) - Static method in class org.springframework.beans.factory.aot.AutowiredMethodArgumentsResolver
- 注入がオプションである指定されたメソッドの新しい
AutowiredMethodArgumentsResolver
を作成します。 - forMethod(String, Class<?>, String) - Static method in class org.springframework.context.annotation.ResourceElementResolver
- 指定されたメソッドとリソース名に対して新しい
ResourceElementResolver.ResourceMethodResolver
を作成します。 - forMethodAnnotation(Class<? extends Annotation>) - Static method in class org.springframework.aop.support.annotation.AnnotationMatchingPointcut
- メソッドレベルで指定されたアノテーションに一致する AnnotationMatchingPointcut のファクトリメソッド。
- forMethodOrConstructor(Object, int) - Static method in class org.springframework.core.MethodParameter
- 使用すべきではありません。
- forMethodParameter(Method, int) - Static method in class org.springframework.core.ResolvableType
- 指定された
Method
SE パラメーターのResolvableType
を返します。 - forMethodParameter(Method, int, Class<?>) - Static method in class org.springframework.core.ResolvableType
- 指定された実装で指定された
Method
SE パラメーターのResolvableType
を返します。 - forMethodParameter(MethodParameter) - Static method in class org.springframework.core.ResolvableType
- 指定された
MethodParameter
のResolvableType
を返します。 - forMethodParameter(MethodParameter, Type) - Static method in class org.springframework.core.ResolvableType
- 指定された
MethodParameter
のResolvableType
を返し、ターゲットの型をオーバーライドして、特定の指定された型で解決します。 - forMethodParameter(MethodParameter, ResolvableType) - Static method in class org.springframework.core.ResolvableType
- 指定された実装型を持つ指定された
MethodParameter
のResolvableType
を返します。 - forMethodReturnType(Method) - Static method in class org.springframework.core.ResolvableType
- 指定された
Method
SE 戻り値の型に対してResolvableType
を返します。 - forMethodReturnType(Method, Class<?>) - Static method in class org.springframework.core.ResolvableType
- 指定された
Method
SE 戻り値の型に対してResolvableType
を返します。 - formField(String, String...) - クラス org.springframework.test.web.servlet.request のメソッド。AbstractMockHttpServletRequestBuilder
- 指定された値を指定されたフォームフィールドに追加し、リクエストパラメーターマップにも追加します。
- formField(String, String...) - クラス org.springframework.test.web.servlet.request のメソッド。MockHttpServletRequestBuilder
- FormFieldPart - Interface in org.springframework.http.codec.multipart
- フォームフィールド用の
Part
の特殊化。 - formFields(MultiValueMap<String, String>) - クラス org.springframework.test.web.servlet.request のメソッド。AbstractMockHttpServletRequestBuilder
- formFields(MultiValueMap<String, String>) - クラス org.springframework.test.web.servlet.request のメソッド。MockHttpServletRequestBuilder
- FormHttpMessageConverter - org.springframework.http.converter のクラス
HttpMessageConverter
を実装して、「通常の」 HTML フォームを読み書きし、マルチパートデータ (ファイルのアップロードなど) を書き込む (読み取りは行わない) こともできます。- FormHttpMessageConverter() - クラス org.springframework.http.converter. FormHttpMessageConverter のコンストラクター
- FormHttpMessageReader - org.springframework.http.codec のクラス
- HTML フォームデータを読み取るための
HttpMessageReader
の実装。 - FormHttpMessageReader() - クラス org.springframework.http.codec. FormHttpMessageReader のコンストラクター
- FormHttpMessageWriter - org.springframework.http.codec のクラス
MultiValueMap<String, String>
を HTML フォームデータとして書き込むためのHttpMessageWriter
、つまり- FormHttpMessageWriter() - クラス org.springframework.http.codec. FormHttpMessageWriter のコンストラクター
- FormPartEvent - Interface in org.springframework.http.codec.multipart
- フォームフィールドに対してトリガーされるイベントを表します。
- FormTag - org.springframework.web.servlet.tags.form のクラス
<form>
タグは、HTML の「フォーム」タグをレンダリングし、バインディング用の内部タグへのバインディングパスを公開します。- FormTag() - クラス org.springframework.web.servlet.tags.form. FormTag のコンストラクター
- forName(String) - Static method in enum class org.springframework.expression.spel.ast.TypeCode
- forName(String, ClassLoader) - Static method in class org.springframework.util.ClassUtils
- プリミティブ (たとえば、"int" ) と配列クラス名 (たとえば、"String[]" ) の Class インスタンスも返す
Class.forName()
の代替です。 - forObject(Object) - Static method in class org.springframework.core.convert.TypeDescriptor
- オブジェクトの新しい型記述子を作成します。
- forParameter(Parameter) - Static method in class org.springframework.core.annotation.SynthesizingMethodParameter
- 指定されたパラメーター記述子の新しい SynthesizingMethodParameter を作成します。
- forParameter(Parameter) - Static method in class org.springframework.core.MethodParameter
- 指定されたパラメーター記述子の新しい MethodParameter を作成します。
- forPayload(Consumer<T>) - Static method in interface org.springframework.context.ApplicationListener
- 指定されたペイロードコンシューマー用に新しい
ApplicationListener
を作成します。 - forPayload(Consumer<T>) - Static method in interface org.springframework.transaction.event.TransactionalApplicationListener
- 指定されたペイロードコンシューマー用に新しい
TransactionalApplicationListener
を作成し、デフォルトのフェーズTransactionPhase.AFTER_COMMIT
に適用します。 - forPayload(TransactionPhase, Consumer<T>) - Static method in interface org.springframework.transaction.event.TransactionalApplicationListener
- 指定されたペイロードコンシューマー用に新しい
TransactionalApplicationListener
を作成します。 - forProperty(String, Class<?>) - Static method in class org.springframework.beans.PropertyMatches
- 指定された Bean プロパティの PropertyMatches を作成します。
- forProperty(String, Class<?>, int) - Static method in class org.springframework.beans.PropertyMatches
- 指定された Bean プロパティの PropertyMatches を作成します。
- forPropertyAccessors(PropertyAccessor...) - Static method in class org.springframework.expression.spel.support.SimpleEvaluationContext
- 指定された
PropertyAccessor
デリゲートのSimpleEvaluationContext
を作成します。通常は、ユースケースに固有のカスタムPropertyAccessor
です (たとえば、カスタムデータ構造の属性解決用)。プロパティの逆参照も必要な場合は、DataBindingPropertyAccessor
と組み合わせられる可能性があります。 - forQueue(T, String) - Static method in class org.springframework.jms.listener.adapter.JmsResponse
- 指定された名前のキューを対象とする
JmsResponse
を作成します。 - forRawClass(Class<?>) - Static method in class org.springframework.core.ResolvableType
- 指定された
Class
SE のResolvableType
を返し、生のクラスに対してのみ割り当て可能性チェックを実行します (これはラッパーとして機能するClass.isAssignableFrom(java.lang.Class<?>)
SE に似ています)。 - forReadOnlyAccess() - Static method in class org.springframework.expression.spel.support.DataBindingPropertyAccessor
- 読み取り専用操作用の新しいデータバインディングプロパティアクセサーを作成します。
- forReadOnlyDataBinding() - Static method in class org.springframework.expression.spel.support.SimpleEvaluationContext
DataBindingPropertyAccessor
を介してパブリックプロパティに読み取り専用でアクセスするSimpleEvaluationContext
を作成します。- forReadWriteAccess() - Static method in class org.springframework.expression.spel.support.DataBindingPropertyAccessor
- 読み取り / 書き込み操作用の新しいデータバインディングプロパティアクセサーを作成します。
- forReadWriteDataBinding() - Static method in class org.springframework.expression.spel.support.SimpleEvaluationContext
DataBindingPropertyAccessor
を介してパブリックプロパティへの読み取り / 書き込みアクセス用のSimpleEvaluationContext
を作成します。- forRequiredField(String) - Static method in class org.springframework.beans.factory.aot.AutowiredFieldValueResolver
- 注入が必要な指定されたフィールドの新しい
AutowiredFieldValueResolver
を作成します。 - forRequiredMethod(String, Class<?>...) - Static method in class org.springframework.beans.factory.aot.AutowiredMethodArgumentsResolver
- 注入が必要な指定されたメソッドの新しい
AutowiredMethodArgumentsResolver
を作成します。 - forResolvableType(ResolvableType) - Static method in class org.springframework.aot.generate.AccessControl
- 指定された
ResolvableType
のAccessControl
を作成します。 - forResource(String) - クラス org.springframework.aot.hint.predicate のメソッド。ResourceHintsPredicates
- 指定されたリソース名に対してリソースヒントが登録されているかどうかを確認する述語を返します。
- forResource(TypeReference, String) - クラス org.springframework.aot.hint.predicate のメソッド。ResourceHintsPredicates
- 指定された型のパッケージにある、指定されたリソース名に対してリソースヒントが登録されているかどうかを確認する述語を返します。
- forResourceLocation(String) - Static method in class org.springframework.core.io.support.SpringFactoriesLoader
- デフォルトのクラスローダーを使用して、指定された場所からファクトリ実装をロードしてインスタンス化する
SpringFactoriesLoader
インスタンスを作成します。 - forResourceLocation(String, ClassLoader) - Static method in class org.springframework.core.io.support.SpringFactoriesLoader
- 指定されたクラスローダーを使用して、指定された場所からファクトリ実装をロードしてインスタンス化する
SpringFactoriesLoader
インスタンスを作成します。 - forStatus(int) - Static method in class org.springframework.http.ProblemDetail
- 指定されたステータス値で
ProblemDetail
インスタンスを作成します。 - forStatus(HttpStatusCode) - Static method in class org.springframework.http.ProblemDetail
- 指定されたステータスコードで
ProblemDetail
インスタンスを作成します。 - forStatusAndDetail(HttpStatusCode, String) - Static method in class org.springframework.http.ProblemDetail
- 指定されたステータスと詳細で
ProblemDetail
インスタンスを作成します。 - forSystem() - Static method in class org.springframework.core.test.tools.TestCompiler
- システム java コンパイラーに基づく新しい
TestCompiler
を作成します。 - forTestClass(Class<?>) - Static method in class org.springframework.core.test.tools.SourceFile
- 指定されたテスト
Class
のソースを検索して、新しいSourceFile
を作成するファクトリメソッド。 - forTestClass(Class<?>) - Static method in class org.springframework.test.context.bean.override.BeanOverrideHandler
- forTopic(T, String) - Static method in class org.springframework.jms.listener.adapter.JmsResponse
- 指定された名前のトピックをターゲットとする
JmsResponse
を作成します。 - forType(Class<T>, BiConsumer<T, Errors>) - Static method in interface org.springframework.validation.Validator
- ターゲットオブジェクトのクラスが
targetClass
と同一かどうかをチェックするValidator
を返し、同一であれば、指定されたdelegate
を適用してErrors
を設定します。 - forType(Type) - Static method in class org.springframework.core.ParameterizedTypeReference
- 指定された型をラップする
ParameterizedTypeReference
を構築します。 - forType(Type) - Static method in class org.springframework.core.ResolvableType
- 指定された
Type
SE のResolvableType
を返します。 - forType(Type, ResolvableType) - Static method in class org.springframework.core.ResolvableType
- 指定された所有者型に基づいて指定された
Type
SE のResolvableType
を返します。 - forType(ParameterizedTypeReference<?>) - Static method in class org.springframework.core.ResolvableType
- 指定された
ParameterizedTypeReference
のResolvableType
を返します。 - forValue(boolean) - Static method in class org.springframework.expression.spel.support.BooleanTypedValue
- forValue(V) - Static method in class org.springframework.scheduling.annotation.AsyncResult
- 使用すべきではありません。
Future.get()
から指定された値を公開する新しい非同期結果を作成します。 - forward(ServletRequest, ServletResponse) - クラス org.springframework.mock.web のメソッド。MockRequestDispatcher
- forward(String) - クラス org.springframework.mock.web のメソッド。MockPageContext
- FORWARD_CONTEXT_PATH_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
- フォワードコンテキストパスの標準 Servlet 2.4+ 仕様リクエスト属性。
- FORWARD_PATH_INFO_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
- フォワードパス情報の標準 Servlet 2.4+ 仕様リクエスト属性。
- FORWARD_QUERY_STRING_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
- 前方クエリ文字列の標準 Servlet 2.4+ 仕様リクエスト属性。
- FORWARD_REQUEST_URI_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
- 転送リクエスト URI の標準 Servlet 2.4+ 仕様リクエスト属性。
- FORWARD_SERVLET_PATH_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
- フォワードサーブレットパスの標準 Servlet 2.4+ 仕様リクエスト属性。
- FORWARD_URL_PREFIX - Static variable in class org.springframework.web.servlet.view.UrlBasedViewResolver
- 転送 URL を指定する特別なビュー名のプレフィックス(通常、フォームが送信および処理された後のコントローラーへ)。
- FORWARDED_HEADER_TRANSFORMER_BEAN_NAME - Static variable in class org.springframework.web.server.adapter.WebHttpHandlerBuilder
- Bean ファクトリの ForwardedHeaderTransformer のよく知られた名前。
- ForwardedHeaderFilter - org.springframework.web.filter のクラス
- "Forwarded" および "X-Forwarded-*" ヘッダーから値を抽出し、リクエストとレスポンスをラップし、次のメソッドでクライアントが発信したプロトコルとアドレスを反映させます:
getServerName()
EEgetServerPort()
EEgetScheme()
EEisSecure()
EEsendRedirect(String)
EE - ForwardedHeaderFilter() - クラス org.springframework.web.filter. ForwardedHeaderFilter のコンストラクター
- forwardedHeaderTransformer(ForwardedHeaderTransformer) - クラス org.springframework.web.server.adapter のメソッド。WebHttpHandlerBuilder
- 転送されたヘッダーを抽出または削除するために
ForwardedHeaderTransformer
を構成します。 - ForwardedHeaderTransformer - org.springframework.web.server.adapter のクラス
- "Forwarded" および "X-Forwarded-*" ヘッダーから値を抽出して、リクエスト URI を上書きします(つまり
- ForwardedHeaderTransformer() - クラス org.springframework.web.server.adapter. ForwardedHeaderTransformer のコンストラクター
- ForwardedHeaderUtils - org.springframework.web.util のクラス
- "Forwarded" および "X-Forwarded-*" ヘッダーの処理を支援するユーティリティクラス。
- ForwardedHeaderUtils() - クラス org.springframework.web.util. ForwardedHeaderUtils のコンストラクター
- forwardedUrl() - クラス org.springframework.test.web.servlet.assertj のメソッド。AbstractMockHttpServletResponseAssert
- 転送された URL をテスト対象のオブジェクトとして使用する新しいアサーションオブジェクトを返します。
- forwardedUrl(String) - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
- リクエストが指定された URL に転送されたことを表明します。
- forwardedUrlPattern(String) - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
- リクエストが指定された URL に転送されたことを表明します。
- forwardedUrlTemplate(String, Object...) - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
- リクエストが指定された URL テンプレートに転送されたことを表明します。
- FOUND - Enum constant in enum class org.springframework.beans.factory.config.YamlProcessor.MatchStatus
- 一致が見つかりました。
- FOUND - Enum constant in enum class org.springframework.http.HttpStatus
302 Found
.- fragment(String) - インターフェース org.springframework.web.reactive.result.view のメソッド。FragmentsRendering.Builder
- ビュー名のみを持つ
FragmentsRendering.Builder.fragment(String, Map)
のバリアント。フラグメントモデルは、リクエストの共有モデルからモデル属性も継承します。 - fragment(String) - インターフェース org.springframework.web.servlet.view のメソッド。FragmentsRendering.Builder
- ビュー名のみを持つ
FragmentsRendering.Builder.fragment(String, Map)
のバリアントですが、リクエストの共有モデルからモデル属性も継承します。 - fragment(String) - インターフェース org.springframework.web.util のメソッド。UriBuilder
- URI フラグメントを設定します。
- fragment(String) - クラス org.springframework.web.util のメソッド。UriComponentsBuilder
- fragment(String, Map<String, Object>) - インターフェース org.springframework.web.reactive.result.view のメソッド。FragmentsRendering.Builder
- ビュー名とモデルを持つフラグメントを追加します。
- fragment(String, Map<String, Object>) - インターフェース org.springframework.web.servlet.view のメソッド。FragmentsRendering.Builder
- ビュー名とモデルを持つフラグメントを追加します。
- fragment(Fragment) - インターフェース org.springframework.web.reactive.result.view のメソッド。FragmentsRendering.Builder
Fragment
を使用したFragmentsRendering.Builder.fragment(String, Map)
のバリアント。- fragment(ModelAndView) - インターフェース org.springframework.web.servlet.view のメソッド。FragmentsRendering.Builder
ModelAndView
を使用したFragmentsRendering.Builder.fragment(String, Map)
のバリアント。- Fragment - Class in org.springframework.web.reactive.result.view
FragmentsRendering
およびマルチビューレンダリングで使用するモデルとビューのコンテナー。- fragments() - インターフェース org.springframework.web.reactive.result.view のメソッド。FragmentsRendering
- レンダリングするフラグメントを返します。
- fragments(Collection<ModelAndView>) - インターフェース org.springframework.web.servlet.view のメソッド。FragmentsRendering.Builder
ModelAndView
のコレクションを含むFragmentsRendering.Builder.fragment(String, Map)
のバリアント。- FragmentsRendering - Interface in org.springframework.web.reactive.result.view
- それぞれがビューと独立したモデルを持つフラグメントのコレクションを HTML レンダリングするためのパブリック API。
- FragmentsRendering - Interface in org.springframework.web.servlet.view
- それぞれがビューと独立したモデルを持つフラグメントのコレクションを HTML レンダリングするためのパブリック API。
- FragmentsRendering.Builder - org.springframework.web.reactive.result.view のインターフェース
FragmentsRendering
のビルダーを定義します。- FragmentsRendering.Builder - org.springframework.web.servlet.view のインターフェース
FragmentsRendering
のビルダーを定義します。- FRAME_TYPE_HEADER - Static variable in class org.springframework.messaging.rsocket.annotation.support.RSocketFrameTypeMessageCondition
- 処理中の RSocket フレーム型を含むヘッダーの名前。
- FrameworkServlet - org.springframework.web.servlet のクラス
- Spring の Web フレームワークのベースサーブレット。
- FrameworkServlet() - クラス org.springframework.web.servlet. FrameworkServlet のコンストラクター
- サーブレットの init-params によって提供されるデフォルトと値に基づいて独自の内部 Web アプリケーションコンテキストを作成する新しい
FrameworkServlet
を作成します。 - FrameworkServlet(WebApplicationContext) - クラス org.springframework.web.servlet. FrameworkServlet のコンストラクター
- 指定された Web アプリケーションコンテキストで新しい
FrameworkServlet
を作成します。 - freeMarker() - クラス org.springframework.web.reactive.config のメソッド。ViewResolverRegistry
- ".ftl" サフィックスを使用して
FreeMarkerViewResolver
を登録します。 - freeMarker() - クラス org.springframework.web.servlet.config.annotation のメソッド。ViewResolverRegistry
- 空のデフォルトのビュー名プレフィックスとデフォルトのサフィックス ".ftl" で FreeMarker ビューリゾルバーを登録します。
- FreeMarkerConfig - Interface in org.springframework.web.reactive.result.view.freemarker
- Web 環境で FreeMarker
Configuration
オブジェクトを構成および管理するオブジェクトによって実装されるインターフェース。 - FreeMarkerConfig - Interface in org.springframework.web.servlet.view.freemarker
- Web 環境で FreeMarker
Configuration
オブジェクトを構成および管理するオブジェクトによって実装されるインターフェース。 - FreeMarkerConfigurationFactory - org.springframework.ui.freemarker のクラス
- FreeMarker
Configuration
を構成するファクトリ。 - FreeMarkerConfigurationFactory() - クラス org.springframework.ui.freemarker. FreeMarkerConfigurationFactory のコンストラクター
- FreeMarkerConfigurationFactoryBean - org.springframework.ui.freemarker のクラス
- FreeMarker
Configuration
を作成し、それを Bean リファレンスとして提供するファクトリ Bean。 - FreeMarkerConfigurationFactoryBean() - クラス org.springframework.ui.freemarker. FreeMarkerConfigurationFactoryBean のコンストラクター
- FreeMarkerConfigurer - org.springframework.web.reactive.result.view.freemarker のクラス
- "configLocation"、"freemarkerSettings"、"templateLoaderPath" プロパティを使用して、FreeMarker を Web 使用用に構成します。
- FreeMarkerConfigurer - org.springframework.web.servlet.view.freemarker のクラス
- Bean は、"configLocation"、"freemarkerSettings"、"templateLoaderPath" プロパティを介して、Web 使用用に FreeMarker を構成します。
- FreeMarkerConfigurer() - クラス org.springframework.web.reactive.result.view.freemarker. FreeMarkerConfigurer のコンストラクター
- FreeMarkerConfigurer() - クラス org.springframework.web.servlet.view.freemarker. FreeMarkerConfigurer のコンストラクター
- FreeMarkerConfigurerBeanDefinitionParser - org.springframework.web.servlet.config のクラス
<mvc:freemarker-configurer>
MVC 名前空間要素を解析し、FreeMarkerConfigurer
Bean を登録します。- FreeMarkerConfigurerBeanDefinitionParser() - クラス org.springframework.web.servlet.config. FreeMarkerConfigurerBeanDefinitionParser のコンストラクター
- FreeMarkerTemplateUtils - org.springframework.ui.freemarker のクラス
- FreeMarker を操作するためのユーティリティクラス。
- FreeMarkerTemplateUtils() - クラス org.springframework.ui.freemarker. FreeMarkerTemplateUtils のコンストラクター
- FreeMarkerView - org.springframework.web.reactive.result.view.freemarker のクラス
- FreeMarker テンプレートエンジンを使用する
View
実装。 - FreeMarkerView - org.springframework.web.servlet.view.freemarker のクラス
- FreeMarker テンプレートエンジンを使用して表示します。
- FreeMarkerView() - クラス org.springframework.web.reactive.result.view.freemarker. FreeMarkerView のコンストラクター
- FreeMarkerView() - クラス org.springframework.web.servlet.view.freemarker. FreeMarkerView のコンストラクター
- FreeMarkerViewResolver - org.springframework.web.reactive.result.view.freemarker のクラス
FreeMarkerView
インスタンスを解決するためのViewResolver
、つまり- FreeMarkerViewResolver - org.springframework.web.servlet.view.freemarker のクラス
FreeMarkerView
をサポートするUrlBasedViewResolver
の便利なサブクラス(つまり- FreeMarkerViewResolver() - クラス org.springframework.web.reactive.result.view.freemarker. FreeMarkerViewResolver のコンストラクター
- 単純なコンストラクター。
- FreeMarkerViewResolver() - クラス org.springframework.web.servlet.view.freemarker. FreeMarkerViewResolver のコンストラクター
- FreeMarkerViewResolver(String, String) - クラス org.springframework.web.reactive.result.view.freemarker. FreeMarkerViewResolver のコンストラクター
- プレフィックスとサフィックスを持つ便利なコンストラクター。
- FreeMarkerViewResolver(String, String) - クラス org.springframework.web.servlet.view.freemarker. FreeMarkerViewResolver のコンストラクター
- freezeConfiguration() - インターフェース org.springframework.beans.factory.config のメソッド。ConfigurableListableBeanFactory
- すべての Bean 定義をフリーズし、登録された Bean 定義がこれ以上変更または後処理されないことを通知します。
- freezeConfiguration() - クラス org.springframework.beans.factory.support のメソッド。DefaultListableBeanFactory
- FREM - Static variable in interface org.springframework.asm.Opcodes
- freshTarget() - クラス org.springframework.aop.target.dynamic のメソッド。AbstractRefreshableTargetSource
- 新しいターゲットオブジェクトを取得します。
- freshTarget() - クラス org.springframework.aop.target.dynamic のメソッド。BeanFactoryRefreshableTargetSource
- 新しいターゲットオブジェクトを取得します。
- FRETURN - Static variable in interface org.springframework.asm.Opcodes
- from(A) - Static method in interface org.springframework.core.annotation.MergedAnnotation
- 指定されたアノテーションから新しい
MergedAnnotation
インスタンスを作成します。 - from(Annotation...) - Static method in interface org.springframework.core.annotation.MergedAnnotations
- 指定されたアノテーションから新しい
MergedAnnotations
インスタンスを作成します。 - from(Object) - Static method in class org.springframework.r2dbc.core.Parameter
- 使用すべきではありません。
value
から新しいParameter
を作成します。 - from(Object, A) - Static method in interface org.springframework.core.annotation.MergedAnnotation
- 指定されたアノテーションから新しい
MergedAnnotation
インスタンスを作成します。 - from(Object, Annotation...) - Static method in interface org.springframework.core.annotation.MergedAnnotations
- 指定されたアノテーションから新しい
MergedAnnotations
インスタンスを作成します。 - from(Object, Annotation[], RepeatableContainers) - Static method in interface org.springframework.core.annotation.MergedAnnotations
- 指定されたアノテーションから新しい
MergedAnnotations
インスタンスを作成します。 - from(Object, Annotation[], RepeatableContainers, AnnotationFilter) - Static method in interface org.springframework.core.annotation.MergedAnnotations
- 指定されたアノテーションから新しい
MergedAnnotations
インスタンスを作成します。 - from(AnnotatedElement) - Static method in interface org.springframework.core.annotation.MergedAnnotations
- 指定された要素からのすべてのアノテーションとメタアノテーションを含む新しい
MergedAnnotations
インスタンスを作成します。 - from(AnnotatedElement) - クラス org.springframework.core.annotation のメソッド。MergedAnnotations.Search
- この
Search
インスタンスの構成を使用して、提供されたAnnotatedElement
SE (Class
SE またはMethod
SE など) で始まるマージされたアノテーションの検索を実行します。 - from(AnnotatedElement, MergedAnnotations.SearchStrategy) - Static method in interface org.springframework.core.annotation.MergedAnnotations
- 指定された要素からのすべてのアノテーションとメタアノテーション、および
MergedAnnotations.SearchStrategy
に応じて、関連する継承された要素を含む新しいMergedAnnotations
インスタンスを作成します。 - from(AnnotatedElement, MergedAnnotations.SearchStrategy, RepeatableContainers) - Static method in interface org.springframework.core.annotation.MergedAnnotations
- 指定された要素からのすべてのアノテーションとメタアノテーション、および
MergedAnnotations.SearchStrategy
に応じて、関連する継承された要素を含む新しいMergedAnnotations
インスタンスを作成します。 - from(AnnotatedElement, MergedAnnotations.SearchStrategy, RepeatableContainers, AnnotationFilter) - Static method in interface org.springframework.core.annotation.MergedAnnotations
- 指定された要素からのすべてのアノテーションとメタアノテーション、および
MergedAnnotations.SearchStrategy
に応じて、関連する継承された要素を含む新しいMergedAnnotations
インスタンスを作成します。 - from(String) - Static method in class org.springframework.core.io.UrlResource
- 指定された URL パスから新しい
UrlResource
を作成します。 - from(String) - Static method in class org.springframework.http.ResponseCookie
- サーバー定義の Cookie のビルダーを取得するためのファクトリメソッドで、その名前のみが指定され、ビルダーメソッドを介して後で値やその他の属性を設定できます。
- from(String) - 列挙クラス org.springframework.test.context.NestedTestConfiguration.EnclosingConfiguration の静的メソッド
- 大文字と小文字を区別せずに、指定された名前で
EnclosingConfiguration
列挙型定数を取得します。 - from(String) - 列挙クラス org.springframework.test.context.TestConstructor.AutowireMode の静的メソッド
- 大文字と小文字を区別せずに、指定された名前で
AutowireMode
列挙型定数を取得します。 - from(String, Object) - Static method in class org.springframework.core.codec.Hints
Collections.singletonMap(K, V)
SE を介して単一のヒントでマップを作成します。- from(String, String) - Static method in class org.springframework.http.ResponseCookie
- 名前と値のペアで始まり、属性を含めることもできるサーバー定義の Cookie のビルダーを取得するファクトリメソッド。
- from(URI) - Static method in class org.springframework.core.io.UrlResource
- 指定された
URI
SE から新しいUrlResource
を作成します。 - from(Function<Class<?>, Object>) - Static method in interface org.springframework.core.io.support.SpringFactoriesLoader.ArgumentResolver
- ラムダに適した関数から新しい
SpringFactoriesLoader.ArgumentResolver
を作成するファクトリメソッド。 - from(Function<TypeName, CodeBlock>) - Static method in interface org.springframework.aot.generate.MethodReference.ArgumentCodeGenerator
- ラムダに適した関数から新しい
MethodReference.ArgumentCodeGenerator
を作成するファクトリメソッド。 - from(InMemoryGeneratedFiles) - Static method in class org.springframework.aot.test.generate.CompilerFiles
- from(MockServerHttpRequest) - Static method in class org.springframework.mock.web.server.MockServerWebExchange
- 指定されたモックリクエストから
MockServerWebExchange
を作成します。 - from(MockServerHttpRequest.BaseBuilder<?>) - Static method in class org.springframework.mock.web.server.MockServerWebExchange
- モックリクエストビルダーを備えた
MockServerWebExchange.from(MockServerHttpRequest)
のバリアント。 - from(WebBindingInitializer, ParameterNameDiscoverer, Predicate<MethodParameter>, Predicate<MethodParameter>) - Static method in class org.springframework.web.method.annotation.HandlerMethodValidator
- Spring MVC または WebFlux 構成などで、
ConfigurableWebBindingInitializer
経由での使用のために Bean Validation が有効になっている場合にHandlerMethodValidator
を作成する静的ファクトリメソッド。 - from(WebApplicationContext) - Static method in class org.springframework.test.web.servlet.assertj.MockMvcTester
- 指定された完全に初期化された(つまり、リフレッシュされた)
WebApplicationContext
を使用してインスタンスを作成するためのショートカット。 - from(WebApplicationContext, Function<DefaultMockMvcBuilder, MockMvc>) - Static method in class org.springframework.test.web.servlet.assertj.MockMvcTester
- 指定された完全に初期化された(つまり、リフレッシュされた)
WebApplicationContext
を使用してインスタンスを作成します。 - from(ErrorResponse) - Static method in interface org.springframework.web.reactive.function.server.ServerResponse
- 指定された
ErrorResponse
からServerResponse
を作成します。 - from(ErrorResponse) - Static method in interface org.springframework.web.servlet.function.ServerResponse
- 指定された
ErrorResponse
からServerResponse
を作成します。 - from(ClientRequest) - Static method in interface org.springframework.web.reactive.function.client.ClientRequest
- 指定されたリクエストの HTTP メソッド、URL、ヘッダー、Cookie、属性、本文で初期化されたビルダーを作成します。
- from(ClientResponse) - Static method in interface org.springframework.web.reactive.function.client.ClientResponse
- 使用すべきではありません。5.3 以降では、インスタンスベースの
ClientResponse.mutate()
が使用されます。 - from(RenderingResponse) - Static method in interface org.springframework.web.reactive.function.server.RenderingResponse
- 指定されたレスポンスのテンプレート名、ステータスコード、ヘッダー、モデルを使用してビルダーを作成します。
- from(ServerRequest) - Static method in interface org.springframework.web.reactive.function.server.ServerRequest
- メッセージリーダー、メソッド名、URI、ヘッダー、Cookie、指定されたリクエストの属性を使用してビルダーを作成します。
- from(ServerResponse) - Static method in interface org.springframework.web.reactive.function.server.ServerResponse
- 指定されたレスポンスのステータスコードとヘッダーを使用してビルダーを作成します。
- from(RenderingResponse) - Static method in interface org.springframework.web.servlet.function.RenderingResponse
- 指定されたレスポンスのテンプレート名、ステータスコード、ヘッダー、モデルを使用してビルダーを作成します。
- from(ServerRequest) - Static method in interface org.springframework.web.servlet.function.ServerRequest
- 指定されたリクエストのステータス、ヘッダー、Cookie を使用してビルダーを作成します。
- from(ServerResponse) - Static method in interface org.springframework.web.servlet.function.ServerResponse
- 指定されたレスポンスのステータスコードとヘッダーを使用してビルダーを作成します。
- FROM - Static variable in class org.springframework.http.HttpHeaders
- HTTP
From
ヘッダーフィールド名。 - fromChronoUnit(ChronoUnit) - 列挙クラス org.springframework.format.annotation.DurationFormat.Unit の静的メソッド
- 指定された
ChronoUnit
SE に対応するDurationFormat.Unit
を取得します。 - fromClientResponse(String, String) - Static method in class org.springframework.http.ResponseCookie
- サーバー定義の Cookie のビルダーを取得するファクトリメソッド。
- fromContextPath(HttpServletRequest) - Static method in class org.springframework.web.servlet.support.ServletUriComponentsBuilder
- 指定された HttpServletRequest のホスト、ポート、スキーム、コンテキストパスからビルダーを準備します。
- fromController(Class<?>) - Static method in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
- コントローラークラスのマッピングとサーブレットマッピングを含む現在のリクエスト情報から
UriComponentsBuilder
を作成します。 - fromController(UriComponentsBuilder, Class<?>) - Static method in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
- ベース URL を表す
UriComponentsBuilder
を受け入れるMvcUriComponentsBuilder.fromController(Class)
の代替。 - fromCurrentContextPath() - Static method in class org.springframework.web.servlet.support.ServletUriComponentsBuilder
RequestContextHolder
を介してリクエストが取得されることを除いて、ServletUriComponentsBuilder.fromContextPath(HttpServletRequest)
と同じです。- fromCurrentRequest() - Static method in class org.springframework.web.servlet.support.ServletUriComponentsBuilder
RequestContextHolder
を介してリクエストが取得されることを除いて、ServletUriComponentsBuilder.fromRequest(HttpServletRequest)
と同じです。- fromCurrentRequestUri() - Static method in class org.springframework.web.servlet.support.ServletUriComponentsBuilder
RequestContextHolder
を介してリクエストが取得されることを除いて、ServletUriComponentsBuilder.fromRequestUri(HttpServletRequest)
と同じです。- fromCurrentServletMapping() - Static method in class org.springframework.web.servlet.support.ServletUriComponentsBuilder
RequestContextHolder
を介してリクエストが取得されることを除いて、ServletUriComponentsBuilder.fromServletMapping(HttpServletRequest)
と同じです。- fromDataBuffers(T) - Static method in class org.springframework.web.reactive.function.BodyInserters
- 指定された
Publisher<DataBuffer>
を本文に書き込むための挿入子。 - fromFormData(String, String) - Static method in class org.springframework.web.reactive.function.BodyInserters
BodyInserters.FormInserter
を返し、指定されたキーと値のペアを URL エンコードされたフォームデータとして書き込みます。- fromFormData(MultiValueMap<String, String>) - Static method in class org.springframework.web.reactive.function.BodyInserters
BodyInserters.FormInserter
を返し、指定されたMultiValueMap
を URL エンコードされたフォームデータとして書き込みます。- fromHeaderName(String) - クラス org.springframework.jms.support のメソッド。SimpleJmsHeaderMapper
- 必要に応じて、発信プレフィックスを追加します。
- fromHeaderName(String) - クラス org.springframework.messaging.support のメソッド。AbstractHeaderMapper
- 指定された
headerName
によって定義されたヘッダーをプロトコル固有のメッセージに設定するために使用する名前を生成します。 - fromHeaders(MessageHeaders, Message) - クラス org.springframework.jms.support のメソッド。SimpleJmsHeaderMapper
- fromHeaders(MessageHeaders, T) - インターフェース org.springframework.messaging.support のメソッド。HeaderMapper
- 指定された
MessageHeaders
から指定されたターゲットメッセージにマップします。 - fromHttpRequest(HttpRequest) - Static method in class org.springframework.web.util.UriComponentsBuilder
- 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
- fromHttpUrl(String) - Static method in class org.springframework.web.util.UriComponentsBuilder
- 使用すべきではありません。6.2 時点では
UriComponentsBuilder.fromUriString(String)
が優先されます。7.0 で削除される予定です。 - fromInternalName(String) - Static method in class org.springframework.cglib.core.TypeUtils
- fromInternalNames(String[]) - Static method in class org.springframework.cglib.core.TypeUtils
- fromJson(Reader, Type) - クラス org.springframework.messaging.converter のメソッド。AbstractJsonMessageConverter
- fromJson(Reader, Type) - クラス org.springframework.messaging.converter のメソッド。GsonMessageConverter
- fromJson(Reader, Type) - クラス org.springframework.messaging.converter のメソッド。JsonbMessageConverter
- fromJson(Reader, Type) - クラス org.springframework.messaging.converter のメソッド。KotlinSerializationJsonMessageConverter
- fromJson(String, Type) - クラス org.springframework.messaging.converter のメソッド。AbstractJsonMessageConverter
- fromJson(String, Type) - クラス org.springframework.messaging.converter のメソッド。GsonMessageConverter
- fromJson(String, Type) - クラス org.springframework.messaging.converter のメソッド。JsonbMessageConverter
- fromJson(String, Type) - クラス org.springframework.messaging.converter のメソッド。KotlinSerializationJsonMessageConverter
- fromMap(Map<String, Object>) - Static method in class org.springframework.core.annotation.AnnotationAttributes
- 指定されたマップに基づいて
AnnotationAttributes
インスタンスを返します。 - fromMap(Map<String, Object>) - Static method in class org.springframework.messaging.support.MessageHeaderAccessor
- プレーンな
Map
SE からインスタンスを作成します。 - fromMappingName(String) - Static method in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
- Spring MVC コントローラーメソッドのリクエストマッピングの名前から URL を作成します。
- fromMappingName(UriComponentsBuilder, String) - Static method in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
- ベース URL を表す
UriComponentsBuilder
を受け入れるMvcUriComponentsBuilder.fromMappingName(String)
の代替。 - fromMessage(Message) - クラス org.springframework.jms.support.converter のメソッド。MappingJackson2MessageConverter
- fromMessage(Message) - クラス org.springframework.jms.support.converter のメソッド。MarshallingMessageConverter
- この実装は、指定された
Message
EE をオブジェクトに非整列化します。 - fromMessage(Message) - インターフェース org.springframework.jms.support.converter のメソッド。MessageConverter
- JMS メッセージから Java オブジェクトに変換します。
- fromMessage(Message) - クラス org.springframework.jms.support.converter のメソッド。MessagingMessageConverter
- fromMessage(Message) - クラス org.springframework.jms.support.converter のメソッド。SimpleMessageConverter
- この実装は、TextMessage を文字列に、ByteMessage をバイト配列に、MapMessage をマップに、ObjectMessage を直列化可能オブジェクトに変換します。
- fromMessage(Message<?>) - Static method in class org.springframework.messaging.simp.SimpAttributes
- 指定されたメッセージから SiMP セッション属性を抽出し、
SimpAttributes
インスタンスにラップします。 - fromMessage(Message<?>, Class<?>) - クラス org.springframework.messaging.converter のメソッド。AbstractMessageConverter
- fromMessage(Message<?>, Class<?>) - クラス org.springframework.messaging.converter のメソッド。CompositeMessageConverter
- fromMessage(Message<?>, Class<?>) - クラス org.springframework.messaging.converter のメソッド。GenericMessageConverter
- fromMessage(Message<?>, Class<?>) - インターフェース org.springframework.messaging.converter のメソッド。MessageConverter
Message
のペイロードを、直列化された形式から、指定されたターゲットクラスの型付きオブジェクトに変換します。- fromMessage(Message<?>, Class<?>) - クラス org.springframework.messaging.converter のメソッド。SimpleMessageConverter
- fromMessage(Message<?>, Class<?>, Object) - クラス org.springframework.messaging.converter のメソッド。AbstractMessageConverter
- fromMessage(Message<?>, Class<?>, Object) - クラス org.springframework.messaging.converter のメソッド。CompositeMessageConverter
- fromMessage(Message<?>, Class<?>, Object) - インターフェース org.springframework.messaging.converter のメソッド。SmartMessageConverter
MessageConverter.fromMessage(Message, Class)
のバリアントで、追加の変換コンテキストを引数として受け取り、たとえばペイロードパラメーターのアノテーションを考慮に入れることができます。- fromMessage(Message<T>) - Static method in class org.springframework.messaging.support.MessageBuilder
- 提供されたメッセージからコピーされたすべてのヘッダーが事前に入力された新しい
Message
インスタンスのビルダーを作成します。 - fromMessageHeaders(MessageHeaders) - Static method in class org.springframework.messaging.support.MessageHeaderAccessor
- 既存の
MessageHeaders
インスタンスからインスタンスを作成します。 - fromMethod(Class<?>, Method, Object...) - Static method in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
- コントローラーメソッドとメソッド引数値の配列のマッピングから
UriComponentsBuilder
を作成します。 - fromMethod(UriComponentsBuilder, Class<?>, Method, Object...) - Static method in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
- ベース URL を表す
UriComponentsBuilder
を受け入れるMvcUriComponentsBuilder.fromMethod(Class, Method, Object...)
の代替。 - fromMethodCall(Object) - Static method in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
- 「モック」コントローラーメソッドを呼び出して、
UriComponentsBuilder
を作成します。 - fromMethodCall(UriComponentsBuilder, Object) - Static method in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
- ベース URL を表す
UriComponentsBuilder
を受け入れるMvcUriComponentsBuilder.fromMethodCall(Object)
の代替。 - fromMethodName(Class<?>, String, Object...) - Static method in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
- コントローラーメソッドとメソッド引数値の配列のマッピングから
UriComponentsBuilder
を作成します。 - fromMethodName(UriComponentsBuilder, Class<?>, String, Object...) - Static method in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
- ベース URL を表す
UriComponentsBuilder
を受け入れるMvcUriComponentsBuilder.fromMethodName(Class, String, Object...)
の代替。 - fromMultipartAsyncData(String, P, Class<T>) - Static method in class org.springframework.web.reactive.function.BodyInserters
BodyInserters.MultipartInserter
を返し、指定された非同期パートをマルチパートデータとして書き込みます。- fromMultipartAsyncData(String, P, ParameterizedTypeReference<T>) - Static method in class org.springframework.web.reactive.function.BodyInserters
- 要素型の
ParameterizedTypeReference
を受け入れるBodyInserters.fromMultipartAsyncData(String, Publisher, Class)
のバリアント。これにより、一般的な型情報を指定できます。 - fromMultipartData(String, Object) - Static method in class org.springframework.web.reactive.function.BodyInserters
BodyInserters.MultipartInserter
を返し、指定されたパートをマルチパートデータとして書き込みます。- fromMultipartData(MultiValueMap<String, ?>) - Static method in class org.springframework.web.reactive.function.BodyInserters
BodyInserters.MultipartInserter
を返し、指定されたMultiValueMap
をマルチパートデータとして書き込みます。- fromMultiValue(Map<K, List<V>>) - Static method in interface org.springframework.util.MultiValueMap
- 指定された複数値
Map<K, List<V>>
を適応させたMultiValueMap<K, V>
を返します。 - fromObject(T) - Static method in class org.springframework.web.reactive.function.BodyInserters
- 使用すべきではありません。Spring Framework 5.2 以降、
BodyInserters.fromValue(Object)
を推奨 - fromObject(T) - Static method in interface org.springframework.web.reactive.function.server.EntityResponse
- 指定されたオブジェクトでビルダーを作成します。
- fromObject(T) - Static method in interface org.springframework.web.servlet.function.EntityResponse
- 指定されたオブジェクトでビルダーを作成します。
- fromObject(T, ParameterizedTypeReference<T>) - Static method in interface org.springframework.web.servlet.function.EntityResponse
- 指定されたオブジェクトと型参照でビルダーを作成します。
- fromOrEmpty(Object, Class<?>) - Static method in class org.springframework.r2dbc.core.Parameter
- 使用すべきではありません。
- fromOriginHeader(String) - Static method in class org.springframework.web.util.UriComponentsBuilder
- 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
UriComponentsBuilder.fromUriString(String)
を推奨します。7.0 で削除予定 - fromOutputStream(Consumer<OutputStream>, Executor) - Static method in class org.springframework.web.reactive.function.BodyInserters
OutputStream
に書き込まれたバイトに基づくインサーター。- fromOutputStream(Consumer<OutputStream>, Executor, int) - Static method in class org.springframework.web.reactive.function.BodyInserters
OutputStream
に書き込まれたバイトに基づくインサーター。- fromPath(String) - Static method in class org.springframework.web.util.UriComponentsBuilder
- 指定されたパスで初期化されるビルダーを作成します。
- fromProducer(T, Class<?>) - Static method in class org.springframework.web.reactive.function.BodyInserters
Publisher
またはReactiveAdapterRegistry
を介してPublisher
に適応可能な別のプロデューサーでなければならない値の指定されたプロデューサーを書き込むためのインサーター。- fromProducer(T, Class<?>) - Static method in interface org.springframework.web.reactive.function.server.EntityResponse
- 指定されたプロデューサーでビルダーを作成します。
- fromProducer(T, ParameterizedTypeReference<?>) - Static method in class org.springframework.web.reactive.function.BodyInserters
Publisher
またはReactiveAdapterRegistry
を介してPublisher
に適応可能な別のプロデューサーでなければならない値の指定されたプロデューサーを書き込むためのインサーター。- fromProducer(T, ParameterizedTypeReference<?>) - Static method in interface org.springframework.web.reactive.function.server.EntityResponse
- 指定されたプロデューサーでビルダーを作成します。
- fromPublisher(Publisher<?>) - Method in class org.springframework.core.ReactiveAdapter
- 指定された Reactive Streams パブリッシャーから適応します。
- fromPublisher(P, Class<T>) - Static method in class org.springframework.web.reactive.function.BodyInserters
- 指定された
Publisher
を書き込むためのインサーター。 - fromPublisher(P, Class<T>) - Static method in interface org.springframework.web.reactive.function.server.EntityResponse
- 指定されたパブリッシャーでビルダーを作成します。
- fromPublisher(P, ParameterizedTypeReference<T>) - Static method in class org.springframework.web.reactive.function.BodyInserters
- 指定された
Publisher
を書き込むためのインサーター。 - fromPublisher(P, ParameterizedTypeReference<T>) - Static method in interface org.springframework.web.reactive.function.server.EntityResponse
- 指定されたパブリッシャーでビルダーを作成します。
- fromRequest(HttpServletRequest) - Static method in class org.springframework.web.servlet.support.ServletUriComponentsBuilder
- HttpServletRequest のスキーム、ホスト、ポート、パス、クエリ文字列をコピーして、ビルダーを準備します。
- fromRequestUri(HttpServletRequest) - Static method in class org.springframework.web.servlet.support.ServletUriComponentsBuilder
- HttpServletRequest のホスト、ポート、スキーム、パス(クエリではなく)からビルダーを準備します。
- fromResource(T) - Static method in class org.springframework.web.reactive.function.BodyInserters
- 指定された
Resource
を書き込むための挿入子。 - fromServerSentEvents(S) - Static method in class org.springframework.web.reactive.function.BodyInserters
- 指定された
ServerSentEvent
パブリッシャーを書き込むインサーター。 - fromServletMapping(HttpServletRequest) - Static method in class org.springframework.web.servlet.support.ServletUriComponentsBuilder
- 指定された HttpServletRequest のホスト、ポート、スキーム、コンテキストパス、サーブレットマッピングからビルダーを準備します。
- fromSingleValue(Map<K, V>) - Static method in interface org.springframework.util.MultiValueMap
- 指定された単一値
Map<K, V>
を適応させたMultiValueMap<K, V>
を返します。 - fromStoreValue(Object) - クラス org.springframework.cache.concurrent のメソッド。ConcurrentMapCache
- fromStoreValue(Object) - クラス org.springframework.cache.support のメソッド。AbstractValueAdaptingCache
- 指定された値を内部ストアから get メソッドから返されたユーザー値に変換します(
null
を適応)。 - fromString(String) - Static method in class org.springframework.asm.TypePath
TypePath.toString()
で使用されている形式の文字列形式の型パスを TypePath オブジェクトに変換します。- fromSuffix(String) - 列挙クラス org.springframework.format.annotation.DurationFormat.Unit の静的メソッド
- 指定された
String
SE サフィックスに対応するDurationFormat.Unit
を取得します。 - fromSuffix(String) - Static method in enum class org.springframework.util.unit.DataUnit
- 指定された
suffix
に一致するDataUnit
を返します。 - fromUri(URI) - Static method in class org.springframework.web.util.UriComponentsBuilder
- 指定された
URI
から初期化されるビルダーを作成します。 - fromUriString(String) - Static method in class org.springframework.web.util.UriComponentsBuilder
- fromUriString(String, UriComponentsBuilder.ParserType) - Static method in class org.springframework.web.util.UriComponentsBuilder
- 指定された URI 文字列を解析して初期化されるビルダーを作成します。
- fromValue(String) - Static method in enum class org.springframework.web.socket.sockjs.transport.TransportType
- fromValue(T) - Static method in class org.springframework.web.reactive.function.BodyInserters
- 指定された値を書き込むための挿入子。
- fromValue(T, ParameterizedTypeReference<T>) - Static method in class org.springframework.web.reactive.function.BodyInserters
- 指定された値を書き込むための挿入子。
- FSTORE - Static variable in interface org.springframework.asm.Opcodes
- FSUB - Static variable in interface org.springframework.asm.Opcodes
- FullyQualifiedAnnotationBeanNameGenerator - org.springframework.context.annotation のクラス
@Component
などのサポートされている型レベルのアノテーションを介して明示的な Bean 名が提供されない場合、デフォルトの Bean 名として完全修飾クラス名を使用するAnnotationBeanNameGenerator
の拡張(サポートされるアノテーションの詳細についてはAnnotationBeanNameGenerator
を参照)。- FullyQualifiedAnnotationBeanNameGenerator() - クラス org.springframework.context.annotation. FullyQualifiedAnnotationBeanNameGenerator のコンストラクター
- Function< K ,
V > - Interface in org.springframework.cglib.core.internal - FUNCTION_MUST_BE_STATIC - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- FUNCTION_NOT_DEFINED - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- FUNCTION_REFERENCE_CANNOT_BE_INVOKED - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- FunctionReference - org.springframework.expression.spel.ast のクラス
- 関数参照は、「#someFunction(a、b、c)」の形式です。
- FunctionReference(String, int, int, SpelNodeImpl...) - クラス org.springframework.expression.spel.ast. FunctionReference のコンストラクター
- FutureAdapter< T ,
S > - Class in org.springframework.util.concurrent - 使用すべきではありません。6.0 の時点で、具体的な代替はありません
- FutureAdapter(Future<S>) - クラス org.springframework.util.concurrent. FutureAdapter のコンストラクター
- 使用すべきではありません。指定されたアダプターで新しい
FutureAdapter
を構築します。 - FutureUtils - org.springframework.util.concurrent のクラス
Future
SE および実装を操作するための便利なユーティリティ。- FutureUtils() - クラス org.springframework.util.concurrent. FutureUtils のコンストラクター
- fv - Variable in class org.springframework.asm.FieldVisitor
- このビジターがメソッド呼び出しを委譲する必要があるフィールドビジター。
すべてのクラスとインターフェース | すべてのパッケージ | 定数フィールド値 | 直列化された形式
CompletableFuture.whenComplete(BiConsumer)
SE を推奨