インデックス
すべてのクラスとインターフェース | すべてのパッケージ | 定数フィールド値 | 連載形式
P
- PACKAGE_PRIVATE - Enum constant in enum class org.springframework.aot.generate.AccessControl.Visibility
- パッケージプライベートな可視性。
- packages(String...) - Static method in interface org.springframework.core.annotation.AnnotationFilter
- 指定されたパッケージのアノテーションと一致する新しい
AnnotationFilterを作成します。 - paddingLength - Variable in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
- 文字列結果の先頭にゼロを付加する長さ。
- PAGE_NOT_FOUND_LOG_CATEGORY - Static variable in class org.springframework.web.servlet.DispatcherServlet
- リクエストに対してマップされたハンドラーが見つからない場合に使用するログカテゴリ。
- PAGE_NOT_FOUND_LOG_CATEGORY - Static variable in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
- リクエストに対してマップされたハンドラーが見つからない場合に使用するログカテゴリ。
- PAGE_NOT_FOUND_LOG_CATEGORY - Static variable in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
- リクエストに対してマップされたハンドラーが見つからない場合に使用するログカテゴリ。
- PagedListHolder< E > - Class in org.springframework.beans.support
- PagedListHolder は、オブジェクトのリストを処理してページに分割するための単純な状態ホルダーです。
- PagedListHolder() - クラス org.springframework.beans.support. PagedListHolder のコンストラクター
- 新しいホルダーインスタンスを作成します。
- PagedListHolder(List<E>) - クラス org.springframework.beans.support. PagedListHolder のコンストラクター
- デフォルトのソート定義( "toggleAscendingOnProperty" がアクティブ化されている)から開始して、指定されたソースリストで新しいホルダーインスタンスを作成します。
- PagedListHolder(List<E>, SortDefinition) - クラス org.springframework.beans.support. PagedListHolder のコンストラクター
- 指定されたソースリストで新しいホルダーインスタンスを作成します。
- pageNotFoundLogger - Static variable in class org.springframework.web.servlet.DispatcherServlet
- リクエストに対してマップされたハンドラーが見つからない場合に使用する追加のロガー。
- pageNotFoundLogger - Static variable in class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
- リクエストに対してマッピングされたハンドラーが見つからない場合に使用する特定のロガー。
- pageNotFoundLogger - Static variable in class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
- リクエストに対してマップされたハンドラーが見つからない場合に使用する追加のロガー。
- ParallelSorter - org.springframework.cglib.util のクラス
- 複数の配列を並行して効率的にソートするため。
- ParallelSorter() - クラス org.springframework.cglib.util. ParallelSorter のコンストラクター
- ParallelSorter.Generator - org.springframework.cglib.util のクラス
- param(int, Object) - インターフェース org.springframework.jdbc.core.simple のメソッド。JdbcClient.StatementSpec
- "?" の位置指定の JDBC ステートメントパラメーターをバインドします。明示的な JDBC ステートメントパラメーターインデックスによるプレースホルダ解決。
- param(int, Object, int) - インターフェース org.springframework.jdbc.core.simple のメソッド。JdbcClient.StatementSpec
- "?" の位置指定の JDBC ステートメントパラメーターをバインドします。明示的な JDBC ステートメントパラメーターインデックスによるプレースホルダ解決。
- param(Object) - インターフェース org.springframework.jdbc.core.simple のメソッド。JdbcClient.StatementSpec
- "?" の位置指定の JDBC ステートメントパラメーターをバインドします。パラメーター値登録の暗黙的な順序によるプレースホルダ解決。
- param(String) - インターフェース org.springframework.web.servlet.function のメソッド。ServerRequest
- 存在する場合、指定された名前の最初のパラメーターを取得します。
- param(String, Object) - インターフェース org.springframework.jdbc.core.simple のメソッド。JdbcClient.StatementSpec
- ":x" プレースホルダー解決のために名前付きステートメントパラメーターをバインドします。各 "x" 名は SQL ステートメント内の ":x" プレースホルダーと一致します。
- param(String, Object, int) - インターフェース org.springframework.jdbc.core.simple のメソッド。JdbcClient.StatementSpec
- ":x" プレースホルダー解決のために名前付きステートメントパラメーターをバインドします。各 "x" 名は SQL ステートメント内の ":x" プレースホルダーと一致します。
- param(String, String) - Static method in class org.springframework.web.servlet.function.RequestPredicates
- 指定された名前のリクエストのパラメーターが指定された値を持つ場合に一致する
RequestPredicateを返します。 - param(String, String) - インターフェース org.springframework.web.servlet.function のメソッド。RequestPredicates.Visitor
- パラメーター述語の通知を受け取ります。
- param(String, String...) - クラス org.springframework.test.web.servlet.request のメソッド。AbstractMockHttpServletRequestBuilder
- リクエストパラメーターを
MockHttpServletRequest.getParameterMap()に追加します。 - param(String, String...) - クラス org.springframework.test.web.servlet.request のメソッド。MockHttpServletRequestBuilder
- param(String, String...) - インターフェース org.springframework.web.servlet.function のメソッド。ServerRequest.Builder
- 指定された名前と値でパラメーターを追加します。
- param(String, Predicate<String>) - Static method in class org.springframework.web.servlet.function.RequestPredicates
- 特定の述語に対して特定の名前のリクエストのパラメーターをテストする
RequestPredicateを返します。 - Param - Class in org.springframework.web.servlet.tags
- Bean は、名前と値のペアのパラメーターを
ParamTagからParamAwareタグに渡すために使用されます。 - Param() - Constructor for class org.springframework.web.servlet.tags.Param
- ParamAware - Interface in org.springframework.web.servlet.tags
- ネストされた
spring:paramタグを利用するタグの実装を許可します。 - Parameter - Class in org.springframework.r2dbc.core
- 使用すべきではありません。
- ParameterContentNegotiationStrategy - org.springframework.web.accept のクラス
- クエリパラメーターからリクエストされたコンテンツ型を解決する戦略。
- ParameterContentNegotiationStrategy(Map<String, MediaType>) - クラス org.springframework.web.accept. ParameterContentNegotiationStrategy のコンストラクター
- ファイル拡張子とメディア型の指定されたマップでインスタンスを作成します。
- ParameterContentTypeResolver - org.springframework.web.reactive.accept のクラス
- クエリパラメーターをチェックし、それを使用して一致する MediaType を検索するリゾルバー。
- ParameterContentTypeResolver(Map<String, MediaType>) - クラス org.springframework.web.reactive.accept. ParameterContentTypeResolver のコンストラクター
- ParameterDisposer - Interface in org.springframework.jdbc.core
SqlLobValueオブジェクトなどのパラメーターによって割り当てられたリソースを閉じることができるオブジェクトによって実装されるインターフェース。- ParameterErrors - org.springframework.validation.method のクラス
- オブジェクトメソッドのパラメーターまたはプロパティにネストされたエラーを含む戻り値用に作成された
ParameterValidationResultの拡張機能。 - ParameterErrors(MethodParameter, Object, Errors, Object, Integer, Object) - クラス org.springframework.validation.method. ParameterErrors のコンストラクター
ParameterErrorsを作成します。- parameterInfoToTypes(MBeanParameterInfo[]) - Static method in class org.springframework.jmx.support.JmxUtils
MBeanParameterInfoの配列を、パラメーターに対応するClassインスタンスの配列に変換します。- parameterInfoToTypes(MBeanParameterInfo[], ClassLoader) - Static method in class org.springframework.jmx.support.JmxUtils
MBeanParameterInfoの配列を、パラメーターに対応するClassインスタンスの配列に変換します。- ParameterizableViewController - org.springframework.web.servlet.mvc のクラス
- 常に事前設定されたビューを返し、オプションでレスポンスステータスコードを設定する簡単なコントローラー。
- ParameterizableViewController() - クラス org.springframework.web.servlet.mvc. ParameterizableViewController のコンストラクター
- ParameterizedPreparedStatementSetter< T > - Interface in org.springframework.jdbc.core
JdbcTemplateクラスがバッチ更新に使用するパラメーター化されたコールバックインターフェース。- ParameterizedTypeReference< T > - Class in org.springframework.core
- このクラスの目的は、汎用
TypeSE をキャプチャーして渡すことを可能にすることです。 - ParameterizedTypeReference() - Constructor for class org.springframework.core.ParameterizedTypeReference
- ParameterMapper - Interface in org.springframework.jdbc.core
- 接続に基づいてパラメーターをカスタマイズする必要がある場合は、このインターフェースを実装します。
- parameterName(String) - クラス org.springframework.web.reactive.accept のメソッド。RequestedContentTypeResolverBuilder.ParameterResolverConfigurer
- リクエストされたメディア型を判別するために使用するパラメーターの名前を設定します。
- parameterName(String) - クラス org.springframework.web.servlet.config.annotation のメソッド。ContentNegotiationConfigurer
ContentNegotiationConfigurer.favorParameter(boolean)がオンのときに使用するクエリパラメーター名を設定します。- parameterNameDiscoverer - Variable in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory
- ParameterNameDiscoverer - org.springframework.core のインターフェース
- メソッドおよびコンストラクターのパラメーター名を検出するためのインターフェース。
- parameterNameToUse(String) - インターフェース org.springframework.jdbc.core.metadata のメソッド。CallMetaDataProvider
- 現在使用されているメタデータに一致するように、渡された列名の変更を提供します。
- parameterNameToUse(String) - クラス org.springframework.jdbc.core.metadata のメソッド。GenericCallMetaDataProvider
- parameterNameToUse(String) - クラス org.springframework.jdbc.core.metadata のメソッド。SqlServerCallMetaDataProvider
- parameterNameToUse(String) - クラス org.springframework.jdbc.core.metadata のメソッド。SybaseCallMetaDataProvider
- ParameterResolutionDelegate - org.springframework.beans.factory.annotation のクラス
- 外部で管理されているコンストラクターおよびメソッドの自動書き込み可能なパラメーターを解決するためのパブリックデリゲート。
- parameterResolver() - クラス org.springframework.web.reactive.accept のメソッド。RequestedContentTypeResolverBuilder
- クエリパラメーターからリクエストされたコンテンツ型を取得するリゾルバーを追加します。
- ParameterResolverConfigurer() - クラス org.springframework.web.reactive.accept のコンストラクター。RequestedContentTypeResolverBuilder.ParameterResolverConfigurer
- parameters() - インターフェース org.springframework.http.server のメソッド。PathContainer.PathSegment
- このパスセグメントに関連付けられたパスパラメーター。
- ParameterValidationResult - org.springframework.validation.method のクラス
- メソッドパラメーターのメソッド検証の結果を保存および公開します。
- ParameterValidationResult(MethodParameter, Object, Collection<? extends MessageSourceResolvable>) - クラス org.springframework.validation.method. ParameterValidationResult のコンストラクター
- 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
- ParameterValidationResult(MethodParameter, Object, Collection<? extends MessageSourceResolvable>, Object, Integer, Object) - クラス org.springframework.validation.method. ParameterValidationResult のコンストラクター
- 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
- ParameterValidationResult(MethodParameter, Object, Collection<? extends MessageSourceResolvable>, Object, Integer, Object, BiFunction<MessageSourceResolvable, Class<?>, Object>) - クラス org.springframework.validation.method. ParameterValidationResult のコンストラクター
ParameterValidationResultを作成します。- params() - Element in annotation interface org.springframework.web.bind.annotation.DeleteMapping
RequestMapping.params()のエイリアス。- params() - Element in annotation interface org.springframework.web.bind.annotation.GetMapping
RequestMapping.params()のエイリアス。- params() - Element in annotation interface org.springframework.web.bind.annotation.PatchMapping
RequestMapping.params()のエイリアス。- params() - Element in annotation interface org.springframework.web.bind.annotation.PostMapping
RequestMapping.params()のエイリアス。- params() - Element in annotation interface org.springframework.web.bind.annotation.PutMapping
RequestMapping.params()のエイリアス。- params() - Element in annotation interface org.springframework.web.bind.annotation.RequestMapping
- マッピングされたリクエストのパラメーター。プライマリマッピングを絞り込みます。
- params() - インターフェース org.springframework.web.servlet.function のメソッド。ServerRequest
- このリクエストのすべてのパラメーターを取得します。
- params(Object...) - インターフェース org.springframework.jdbc.core.simple のメソッド。JdbcClient.StatementSpec
- "?" の位置パラメーターの var-args リストをバインドします。プレースホルダーの解決。
- params(String...) - インターフェース org.springframework.web.reactive.result.method のメソッド。RequestMappingInfo.Builder
- リクエストパラメーター条件を設定します。
- params(String...) - インターフェース org.springframework.web.servlet.mvc.method のメソッド。RequestMappingInfo.Builder
- リクエストパラメーター条件を設定します。
- params(Consumer<MultiValueMap<String, String>>) - インターフェース org.springframework.web.servlet.function のメソッド。ServerRequest.Builder
- 指定されたコンシューマーでこのリクエストのパラメーターを操作します。
- params(List<?>) - インターフェース org.springframework.jdbc.core.simple のメソッド。JdbcClient.StatementSpec
- "?" の位置パラメーターのリストをバインドします。プレースホルダーの解決。
- params(Map<String, ?>) - インターフェース org.springframework.jdbc.core.simple のメソッド。JdbcClient.StatementSpec
- ": x" プレースホルダー解決のために名前付きステートメントのパラメーターをバインドします。
- params(MultiValueMap<String, String>) - クラス org.springframework.test.web.servlet.request のメソッド。AbstractMockHttpServletRequestBuilder
- params(MultiValueMap<String, String>) - クラス org.springframework.test.web.servlet.request のメソッド。MockHttpServletRequestBuilder
- paramSource(Object) - インターフェース org.springframework.jdbc.core.simple のメソッド。JdbcClient.StatementSpec
- ": x" プレースホルダー解決のために名前付きステートメントのパラメーターをバインドします。
- paramSource(SqlParameterSource) - インターフェース org.springframework.jdbc.core.simple のメソッド。JdbcClient.StatementSpec
- ": x" プレースホルダー解決のために名前付きステートメントのパラメーターをバインドします。
- ParamsRequestCondition - org.springframework.web.reactive.result.condition のクラス
RequestMapping.params()で定義された構文を使用して、設定されたパラメーター式に対してリクエストを照合する論理積(' && ')リクエスト条件。- ParamsRequestCondition - org.springframework.web.servlet.mvc.condition のクラス
RequestMapping.params()で定義された構文を使用して、設定されたパラメーター式に対してリクエストを照合する論理積(' && ')リクエスト条件。- ParamsRequestCondition(String...) - クラス org.springframework.web.reactive.result.condition. ParamsRequestCondition のコンストラクター
- 指定された param 式から新しいインスタンスを作成します。
- ParamsRequestCondition(String...) - クラス org.springframework.web.servlet.mvc.condition. ParamsRequestCondition のコンストラクター
- 指定された param 式から新しいインスタンスを作成します。
- ParamTag - org.springframework.web.servlet.tags のクラス
<param>タグは名前と値のパラメーターを収集し、タグ階層内のParamAware祖先に渡します。- ParamTag() - クラス org.springframework.web.servlet.tags. ParamTag のコンストラクター
- PARENT_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
- PARENT_KEY - Static variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
- 使用すべきではありません。
owner.(parent)=parentBeanNameを区別するための特別なキー。 - PARENT_REF_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
- parse(HttpServletRequest) - Static method in class org.springframework.web.util.ServletRequestPathUtils
requestURIEE をRequestPathに解析します。- parse(CharSequence) - Static method in class org.springframework.util.unit.DataSize
- parse(CharSequence, DataUnit) - Static method in class org.springframework.util.unit.DataSize
- parse(AnnotatedElement, RegisterReflection) - クラス org.springframework.aot.hint.annotation のメソッド。RegisterReflectionReflectiveProcessor
- parse(String) - 列挙クラス org.springframework.format.annotation.DurationFormat.Unit のメソッド
- parse(String) - Static method in class org.springframework.http.ContentDisposition
- RFC 2183 で定義されている Content-Disposition ヘッダー値を解析します。
- parse(String) - Static method in record class org.springframework.http.ETag
- "If-Match" または "If-None-Match" ヘッダーからエンティティタグを解析します。
- parse(String) - Static method in class org.springframework.mock.web.MockCookie
- 提供された "Set-Cookie" ヘッダーの値を解析するファクトリメソッド。
- parse(String) - Static method in class org.springframework.scheduling.support.CronExpression
- 指定された crontab 式文字列を
CronExpressionに解析します。 - parse(String) - クラス org.springframework.web.util.pattern のメソッド。PathPatternParser
- パスパターンのコンテンツを一度に 1 文字ずつ処理し、それを区切りの境界の周囲のパス要素に分割し、各段階で構造を確認します。
- parse(String, String) - Static method in interface org.springframework.http.server.RequestPath
- エンコードされた
raw pathを使用したRequestPath.parse(URI, String)のバリアント。 - parse(String, Locale) - クラス org.springframework.format.datetime のメソッド。DateFormatter
- parse(String, Locale) - クラス org.springframework.format.datetime.standard のメソッド。DurationFormatter
- parse(String, Locale) - クラス org.springframework.format.datetime.standard のメソッド。InstantFormatter
- parse(String, Locale) - クラス org.springframework.format.datetime.standard のメソッド。TemporalAccessorParser
- parse(String, Locale) - クラス org.springframework.format.number のメソッド。AbstractNumberFormatter
- parse(String, Locale) - クラス org.springframework.format.number のメソッド。CurrencyStyleFormatter
- parse(String, Locale) - クラス org.springframework.format.number.money のメソッド。CurrencyUnitFormatter
- parse(String, Locale) - クラス org.springframework.format.number.money のメソッド。MonetaryAmountFormatter
- parse(String, Locale) - Method in interface org.springframework.format.Parser
- テキスト文字列を解析して T を生成します。
- parse(String, SortedSet<CssLinkResourceTransformer.ContentChunkInfo>) - クラス org.springframework.web.reactive.resource のメソッド。CssLinkResourceTransformer.AbstractLinkParser
- parse(String, SortedSet<CssLinkResourceTransformer.ContentChunkInfo>) - インターフェース org.springframework.web.reactive.resource のメソッド。CssLinkResourceTransformer.LinkParser
- parse(String, SortedSet<CssLinkResourceTransformer.ContentChunkInfo>) - クラス org.springframework.web.servlet.resource のメソッド。CssLinkResourceTransformer.AbstractLinkParser
- parse(String, SortedSet<CssLinkResourceTransformer.ContentChunkInfo>) - インターフェース org.springframework.web.servlet.resource のメソッド。CssLinkResourceTransformer.LinkParser
- parse(String, DurationFormat.Style) - Static method in class org.springframework.format.datetime.standard.DurationFormatterUtils
- 指定された値を期間に解析します。
- parse(String, DurationFormat.Style, DurationFormat.Unit) - Static method in class org.springframework.format.datetime.standard.DurationFormatterUtils
- 指定された値を期間に解析します。
- parse(URI, String) - Static method in interface org.springframework.http.server.RequestPath
- リクエストの URI を
RequestPathに解析します。 - parse(Element, ParserContext) - クラス org.springframework.beans.factory.xml のメソッド。AbstractBeanDefinitionParser
- parse(Element, ParserContext) - インターフェース org.springframework.beans.factory.xml のメソッド。BeanDefinitionParser
- 指定された
ElementSE を解析し、結果のBeanDefinition(s)を、提供されたParserContextに埋め込まれたBeanDefinitionRegistryに登録します。 - parse(Element, ParserContext) - インターフェース org.springframework.beans.factory.xml のメソッド。NamespaceHandler
- 指定された
ElementSE を解析し、結果のBeanDefinitionsを、提供されたParserContextに埋め込まれているBeanDefinitionRegistryに登録します。 - parse(Element, ParserContext) - クラス org.springframework.beans.factory.xml のメソッド。NamespaceHandlerSupport
- parse(Element, ParserContext) - クラス org.springframework.beans.factory.xml のメソッド。SimpleConstructorNamespaceHandler
- parse(Element, ParserContext) - クラス org.springframework.beans.factory.xml のメソッド。SimplePropertyNamespaceHandler
- parse(Element, ParserContext) - クラス org.springframework.context.annotation のメソッド。AnnotationConfigBeanDefinitionParser
- parse(Element, ParserContext) - クラス org.springframework.context.annotation のメソッド。ComponentScanBeanDefinitionParser
- parse(Element, ParserContext) - クラス org.springframework.scheduling.config のメソッド。AnnotationDrivenBeanDefinitionParser
- parse(Element, ParserContext) - クラス org.springframework.web.servlet.config のメソッド。CorsBeanDefinitionParser
- parse(Element, ParserContext) - クラス org.springframework.web.servlet.config のメソッド。ViewResolversBeanDefinitionParser
- PARSE_CONFIGURATION - Enum constant in enum class org.springframework.context.annotation.ConfigurationCondition.ConfigurationPhase
Conditionは、@Configurationクラスが解析されているときに評価する必要があります。- parseAndCache(HttpServletRequest) - Static method in class org.springframework.web.util.ServletRequestPathUtils
ServletRequestPathUtils.parse(HttpServletRequest)のバリアントで、解析されたパスをリクエスト属性ServletRequestPathUtils.PATH_ATTRIBUTEにも保存します。- parseArrayElement(Element, BeanDefinition) - クラス org.springframework.beans.factory.xml のメソッド。BeanDefinitionParserDelegate
- 配列要素を解析します。
- parseBeanDefinitionAttributes(Element, String, BeanDefinition, AbstractBeanDefinition) - クラス org.springframework.beans.factory.xml のメソッド。BeanDefinitionParserDelegate
- 指定された Bean 要素の属性を指定された Bean * 定義に適用します。
- parseBeanDefinitionElement(Element) - クラス org.springframework.beans.factory.xml のメソッド。BeanDefinitionParserDelegate
- 指定された
<bean>要素を解析します。 - parseBeanDefinitionElement(Element, String, BeanDefinition) - クラス org.springframework.beans.factory.xml のメソッド。BeanDefinitionParserDelegate
- 名前やエイリアスに関係なく、Bean 定義自体を解析します。
- parseBeanDefinitionElement(Element, BeanDefinition) - クラス org.springframework.beans.factory.xml のメソッド。BeanDefinitionParserDelegate
- 指定された
<bean>要素を解析します。 - parseBeanDefinitions(Element, BeanDefinitionParserDelegate) - クラス org.springframework.beans.factory.xml のメソッド。DefaultBeanDefinitionDocumentReader
- ドキュメントのルートレベルで要素を解析します: 「インポート」、「エイリアス」、"Bean"。
- parseBeanNameGenerator(Element, ClassPathBeanDefinitionScanner) - クラス org.springframework.context.annotation のメソッド。ComponentScanBeanDefinitionParser
- parseCacheAnnotations(Class<?>) - インターフェース org.springframework.cache.annotation のメソッド。CacheAnnotationParser
- このパーサーが理解できるアノテーション型に基づいて、指定されたクラスのキャッシュ定義を解析します。
- parseCacheAnnotations(Class<?>) - クラス org.springframework.cache.annotation のメソッド。SpringCacheAnnotationParser
- parseCacheAnnotations(Method) - インターフェース org.springframework.cache.annotation のメソッド。CacheAnnotationParser
- このパーサーが理解するアノテーション型に基づいて、指定されたメソッドのキャッシュ定義を解析します。
- parseCacheAnnotations(Method) - クラス org.springframework.cache.annotation のメソッド。SpringCacheAnnotationParser
- parseCollectionElements(NodeList, Collection<Object>, BeanDefinition, String) - クラス org.springframework.beans.factory.xml のメソッド。BeanDefinitionParserDelegate
- parseConstructor(String) - Static method in class org.springframework.cglib.core.TypeUtils
- parseConstructor(Type[]) - Static method in class org.springframework.cglib.core.TypeUtils
- parseConstructorArgElement(Element, BeanDefinition) - クラス org.springframework.beans.factory.xml のメソッド。BeanDefinitionParserDelegate
- constructor-arg 要素を解析します。
- parseConstructorArgElements(Element, BeanDefinition) - クラス org.springframework.beans.factory.xml のメソッド。BeanDefinitionParserDelegate
- 指定された Bean 要素のコンストラクター引数サブ要素を解析します。
- parseCustomElement(Element) - クラス org.springframework.beans.factory.xml のメソッド。BeanDefinitionParserDelegate
- カスタム要素を解析します(デフォルトの名前空間の外)。
- parseCustomElement(Element, BeanDefinition) - クラス org.springframework.beans.factory.xml のメソッド。BeanDefinitionParserDelegate
- カスタム要素を解析します(デフォルトの名前空間の外)。
- ParsedSql - org.springframework.jdbc.core.namedparam のクラス
- 解析された SQL ステートメントに関する情報を保持します。
- ParseException - Exception in org.springframework.expression
- 式の解析中に発生する例外を表します。
- ParseException(int, String) - Constructor for exception org.springframework.expression.ParseException
- 新しい式解析例外を作成します。
- ParseException(int, String, Throwable) - Constructor for exception org.springframework.expression.ParseException
- 新しい式解析例外を作成します。
- ParseException(String, int, String) - Constructor for exception org.springframework.expression.ParseException
- 新しい式解析例外を作成します。
- parseExpression(String) - クラス org.springframework.context.expression のメソッド。CachedExpressionEvaluator
- 指定された
expressionを解析します。 - parseExpression(String) - クラス org.springframework.expression.common のメソッド。TemplateAwareExpressionParser
- parseExpression(String) - Method in interface org.springframework.expression.ExpressionParser
- 式文字列を解析し、繰り返し評価に使用できる
Expressionオブジェクトを返します。 - parseExpression(String, ParserContext) - クラス org.springframework.expression.common のメソッド。TemplateAwareExpressionParser
- parseExpression(String, ParserContext) - Method in interface org.springframework.expression.ExpressionParser
- 式文字列を解析し、繰り返し評価に使用できる
Expressionオブジェクトを返します。 - parseExtensions(String) - Static method in class org.springframework.web.socket.WebSocketExtension
- 指定されたコンマ区切りの文字列を解析して、
WebSocketExtensionオブジェクトのリストにします。 - parseForwardedFor(URI, HttpHeaders, InetSocketAddress) - Static method in class org.springframework.web.util.ForwardedHeaderUtils
- 最初の「転送済み」を解析します: クライアントのアドレスを表す
InetSocketAddressへの for =... " または " X-Forwarded-For " ヘッダー値。 - parseIdRefElement(Element) - クラス org.springframework.beans.factory.xml のメソッド。BeanDefinitionParserDelegate
- 指定された 'idref' 要素の型指定された文字列値オブジェクトを返します。
- parseInternal(Element, ParserContext) - クラス org.springframework.beans.factory.xml のメソッド。AbstractBeanDefinitionParser
- 提供された
ElementSE を 1 つ以上のBeanDefinitionsに実際に解析する主要テンプレートメソッド。 - parseInternal(Element, ParserContext) - クラス org.springframework.beans.factory.xml のメソッド。AbstractSingleBeanDefinitionParser
- parseKeyElement(Element, BeanDefinition, String) - クラス org.springframework.beans.factory.xml のメソッド。BeanDefinitionParserDelegate
- マップ要素のキーサブ要素を解析します。
- parseListElement(Element, BeanDefinition) - クラス org.springframework.beans.factory.xml のメソッド。BeanDefinitionParserDelegate
- リスト要素を解析します。
- parseLocale(String) - Static method in class org.springframework.util.StringUtils
- 指定された
String値をLocaleSE に解析し、Locale.toString()形式とLocale.forLanguageTag(java.lang.String)SE で指定された BCP47 言語タグを受け入れます。 - parseLocaleString(String) - Static method in class org.springframework.util.StringUtils
- 指定された
String表現をLocaleSE に解析します。 - parseLocaleValue(String) - クラス org.springframework.web.servlet.i18n のメソッド。CookieLocaleResolver
- 受信 Cookie から取得した特定のロケール値を解析します。
- parseLocaleValue(String) - クラス org.springframework.web.servlet.i18n のメソッド。LocaleChangeInterceptor
- 指定されたロケール値をリクエストパラメーターから取得したものとして解析します。
- parseLookupOverrideSubElements(Element, MethodOverrides) - クラス org.springframework.beans.factory.xml のメソッド。BeanDefinitionParserDelegate
- 指定された Bean 要素の lookup-override サブ要素を解析します。
- parseMapElement(Element, BeanDefinition) - クラス org.springframework.beans.factory.xml のメソッド。BeanDefinitionParserDelegate
- マップ要素を解析します。
- parseMatrixVariables(String) - Static method in class org.springframework.web.util.WebUtils
- 与えられた文字列をマトリックス変数で解析します。
- parseMediaType(String) - Static method in class org.springframework.http.MediaType
- 指定された文字列を単一の
MediaTypeに解析します。 - parseMediaTypes(String) - Static method in class org.springframework.http.MediaType
- コンマ区切りの文字列を解析して、
MediaTypeオブジェクトのリストにします。 - parseMediaTypes(List<String>) - Static method in class org.springframework.http.MediaType
- (潜在的に)コンマで区切られた文字列の指定されたリストを、
MediaTypeオブジェクトのリストに解析します。 - parseMergeAttribute(Element) - クラス org.springframework.beans.factory.xml のメソッド。BeanDefinitionParserDelegate
- 存在する場合、コレクション要素のマージ属性を解析します。
- parseMetaElements(Element, BeanMetadataAttributeAccessor) - クラス org.springframework.beans.factory.xml のメソッド。BeanDefinitionParserDelegate
- 存在する場合、指定された要素のメタ要素を解析します。
- parseMimeType(String) - Static method in class org.springframework.util.MimeTypeUtils
- 指定された文字列を単一の
MimeTypeに解析します。 - parseMimeTypes(String) - Static method in class org.springframework.util.MimeTypeUtils
- コンマ区切りの文字列を解析して、
MimeTypeオブジェクトの変更可能なリストにします。 - parseNumber(String, Class<T>) - Static method in class org.springframework.util.NumberUtils
- parseNumber(String, Class<T>, NumberFormat) - Static method in class org.springframework.util.NumberUtils
- parsePath(String) - Static method in interface org.springframework.http.server.PathContainer
- parsePath(String, PathContainer.Options) - Static method in interface org.springframework.http.server.PathContainer
- パス値を
SeparatorおよびPathSegment要素のシーケンスに解析します。 - parsePropertyElement(Element, BeanDefinition) - クラス org.springframework.beans.factory.xml のメソッド。BeanDefinitionParserDelegate
- プロパティ要素を解析します。
- parsePropertyElements(Element, BeanDefinition) - クラス org.springframework.beans.factory.xml のメソッド。BeanDefinitionParserDelegate
- 指定された Bean 要素のプロパティサブ要素を解析します。
- parsePropertySubElement(Element, BeanDefinition) - クラス org.springframework.beans.factory.xml のメソッド。BeanDefinitionParserDelegate
- プロパティ、または constructor-arg 要素の値、ref、コレクションのサブ要素を解析します。
- parsePropertySubElement(Element, BeanDefinition, String) - クラス org.springframework.beans.factory.xml のメソッド。BeanDefinitionParserDelegate
- プロパティ、または constructor-arg 要素の値、ref、コレクションのサブ要素を解析します。
- parsePropertyValue(Element, BeanDefinition, String) - クラス org.springframework.beans.factory.xml のメソッド。BeanDefinitionParserDelegate
- プロパティ要素の値を取得します。
- parsePropsElement(Element) - クラス org.springframework.beans.factory.xml のメソッド。BeanDefinitionParserDelegate
- props 要素を解析します。
- parseQualifierElement(Element, AbstractBeanDefinition) - クラス org.springframework.beans.factory.xml のメソッド。BeanDefinitionParserDelegate
- 修飾子要素を解析します。
- parseQualifierElements(Element, AbstractBeanDefinition) - クラス org.springframework.beans.factory.xml のメソッド。BeanDefinitionParserDelegate
- 指定された Bean 要素の修飾子サブ要素を解析します。
- Parser< T > - Interface in org.springframework.format
- テキスト文字列を解析して、T のインスタンスを生成します。
- parseRanges(String) - Static method in class org.springframework.http.HttpRange
- 指定されたコンマ区切りの文字列を解析して、
HttpRangeオブジェクトのリストにします。 - parseRaw(String) - クラス org.springframework.expression.spel.standard のメソッド。SpelExpressionParser
- ParserContext - org.springframework.beans.factory.xml のクラス
- Bean 定義の解析プロセスに沿って渡されるコンテキストで、関連するすべての構成と状態をカプセル化します。
- ParserContext - org.springframework.expression のインターフェース
- 式の解析 / コンパイルルーチンに影響を与える可能性のある式のパーサーに提供される入力。
- ParserContext(XmlReaderContext, BeanDefinitionParserDelegate) - クラス org.springframework.beans.factory.xml. ParserContext のコンストラクター
- ParserContext(XmlReaderContext, BeanDefinitionParserDelegate, BeanDefinition) - クラス org.springframework.beans.factory.xml. ParserContext のコンストラクター
- parseReplacedMethodSubElements(Element, MethodOverrides) - クラス org.springframework.beans.factory.xml のメソッド。BeanDefinitionParserDelegate
- 指定された Bean 要素の置換されたメソッドのサブ要素を解析します。
- parseRoute(String) - Method in interface org.springframework.util.RouteMatcher
- 指定されたルートの解析された表現を返します。
- parseRoute(String) - Method in class org.springframework.util.SimpleRouteMatcher
- parseRoute(String) - クラス org.springframework.web.util.pattern のメソッド。PathPatternRouteMatcher
- parseScope(Element, ClassPathBeanDefinitionScanner) - クラス org.springframework.context.annotation のメソッド。ComponentScanBeanDefinitionParser
- parseSetElement(Element, BeanDefinition) - クラス org.springframework.beans.factory.xml のメソッド。BeanDefinitionParserDelegate
- セット要素を解析します。
- parseSignature(String) - Static method in class org.springframework.cglib.core.TypeUtils
- parseSqlStatement(String) - Static method in class org.springframework.jdbc.core.namedparam.NamedParameterUtils
- SQL ステートメントを解析し、プレースホルダーまたは名前付きパラメーターを見つけます。
- parseSqlStatementIntoString(String) - Static method in class org.springframework.jdbc.core.namedparam.NamedParameterUtils
- SQL ステートメントを解析し、プレースホルダーまたは名前付きパラメーターを見つけます。
- ParseState - org.springframework.beans.factory.parsing のクラス
- 解析プロセス中に論理位置を追跡するためのシンプルな
ArrayDequeSE ベースの構造。 - ParseState() - クラス org.springframework.beans.factory.parsing. ParseState のコンストラクター
- 空の
ArrayDequeSE で新しいParseStateを作成します。 - ParseState.Entry - org.springframework.beans.factory.parsing のインターフェース
ParseStateへのエントリのマーカーインターフェース。- parseStringValue(String, PropertyPlaceholderHelper.PlaceholderResolver) - Method in class org.springframework.util.PropertyPlaceholderHelper
- 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
- parseTimeZoneString(String) - Static method in class org.springframework.util.StringUtils
- 指定された
timeZoneString値をTimeZoneSE に解析します。 - parseTransactionAnnotation(TransactionAttribute) - クラス org.springframework.transaction.annotation のメソッド。Ejb3TransactionAnnotationParser
- parseTransactionAnnotation(Transactional) - クラス org.springframework.transaction.annotation のメソッド。JtaTransactionAnnotationParser
- parseTransactionAnnotation(AnnotatedElement) - クラス org.springframework.transaction.annotation のメソッド。Ejb3TransactionAnnotationParser
- parseTransactionAnnotation(AnnotatedElement) - クラス org.springframework.transaction.annotation のメソッド。JtaTransactionAnnotationParser
- parseTransactionAnnotation(AnnotatedElement) - クラス org.springframework.transaction.annotation のメソッド。SpringTransactionAnnotationParser
- parseTransactionAnnotation(AnnotatedElement) - インターフェース org.springframework.transaction.annotation のメソッド。TransactionAnnotationParser
- このパーサーが理解できるアノテーション型に基づいて、指定されたメソッドまたはクラスのトランザクション属性を解析します。
- parseTransactionAnnotation(AnnotationAttributes) - クラス org.springframework.transaction.annotation のメソッド。JtaTransactionAnnotationParser
- parseTransactionAnnotation(AnnotationAttributes) - クラス org.springframework.transaction.annotation のメソッド。SpringTransactionAnnotationParser
- parseTransactionAnnotation(Transactional) - クラス org.springframework.transaction.annotation のメソッド。SpringTransactionAnnotationParser
- parseType(String) - Static method in class org.springframework.cglib.core.TypeUtils
- parseTypeFilters(Element, ClassPathBeanDefinitionScanner, ParserContext) - クラス org.springframework.context.annotation のメソッド。ComponentScanBeanDefinitionParser
- parseTypes(String) - Static method in class org.springframework.cglib.core.TypeUtils
- parseValueElement(Element, String) - クラス org.springframework.beans.factory.xml のメソッド。BeanDefinitionParserDelegate
- 指定された値要素の型指定された文字列値オブジェクトを返します。
- parseXmlByteArray(byte[], String) - クラス org.springframework.test.util のメソッド。XpathExpectationsHelper
- 指定された XML コンテンツを
DocumentSE に解析します。 - part(Part...) - クラス org.springframework.test.web.servlet.request のメソッド。AbstractMockMultipartHttpServletRequestBuilder
PartEE コンポーネントをリクエストに追加します。- part(Part...) - クラス org.springframework.test.web.servlet.request のメソッド。MockMultipartHttpServletRequestBuilder
PartEE コンポーネントをリクエストに追加します。- part(String, Object) - クラス org.springframework.http.client のメソッド。MultipartBodyBuilder
- オブジェクトが含まれる可能性のある部分を追加します: 文字列 - フォームフィールド、
Resource- ファイル部分、オブジェクト - エンコードされるコンテンツ (たとえば、JSON)。 - part(String, Object, MediaType) - クラス org.springframework.http.client のメソッド。MultipartBodyBuilder
- MediaType も受け入れる
MultipartBodyBuilder.part(String, Object)のバリアント。 - Part - Interface in org.springframework.http.codec.multipart
- "multipart/form-data" リクエストのパーツの表現。
- PartEvent - Interface in org.springframework.http.codec.multipart
- "multipart/form-data" リクエストのイベントを表します。
- PartEventHttpMessageReader - org.springframework.http.codec.multipart のクラス
- PartEventHttpMessageReader() - クラス org.springframework.http.codec.multipart. PartEventHttpMessageReader のコンストラクター
- PartEventHttpMessageWriter - org.springframework.http.codec.multipart のクラス
PartEventオブジェクトを書き込むためのHttpMessageWriter。- PartEventHttpMessageWriter() - クラス org.springframework.http.codec.multipart. PartEventHttpMessageWriter のコンストラクター
- PartHttpMessageWriter - org.springframework.http.codec.multipart のクラス
Partで書き込む場合はHttpMessageWriter。- PartHttpMessageWriter() - クラス org.springframework.http.codec.multipart. PartHttpMessageWriter のコンストラクター
- PARTIAL_CONTENT - Enum constant in enum class org.springframework.http.HttpStatus
206 Partial Content.- PARTICIPATE_SUFFIX - Static variable in class org.springframework.orm.hibernate5.support.OpenSessionInViewInterceptor
- 「既存のセッション処理に参加する」リクエスト属性の
SessionFactorytoString()表現に追加されるサフィックス。 - PARTICIPATE_SUFFIX - Static variable in class org.springframework.orm.jpa.support.OpenEntityManagerInViewInterceptor
- 「既存のエンティティマネージャーの処理に参加する」リクエスト属性の EntityManagerFactory toString 表現に追加されるサフィックス。
- partitioned(boolean) - Method in interface org.springframework.http.ResponseCookie.ResponseCookieBuilder
- "Partitioned" 属性を Cookie に追加します。
- partitioned(String, boolean) - クラス org.springframework.test.web.reactive.server のメソッド。CookieAssertions
- クッキーの "Partitioned" 属性 をアサートします。
- partitioned(String, boolean) - クラス org.springframework.test.web.servlet.result のメソッド。CookieResultMatchers
- クッキーがパーティション化されているかどうかをアサートします。
- PASSCODE - Static variable in class org.springframework.messaging.simp.stomp.StompHeaders
- passivateObject(PooledObject<Object>) - クラス org.springframework.aop.target のメソッド。CommonsPool2TargetSource
- PassThroughFilterChain - org.springframework.mock.web のクラス
- 指定された Filter/FilterChain の組み合わせ(チェーンの次のフィルターと、動作するはずの FilterChain を示す)または指定されたサーブレット(チェーンの終了を示す)に単にコールを渡す
FilterChainEE インターフェースの実装)。 - PassThroughFilterChain(Filter, FilterChain) - クラス org.springframework.mock.web. PassThroughFilterChain のコンストラクター
- 指定された FilterChain で呼び出す、指定されたフィルターに委譲する新しい PassThroughFilterChain を作成します。
- PassThroughFilterChain(Servlet) - クラス org.springframework.mock.web. PassThroughFilterChain のコンストラクター
- 指定されたサーブレットに委譲する新しい PassThroughFilterChain を作成します。
- PassThroughSourceExtractor - org.springframework.beans.factory.parsing のクラス
- 候補のソースメタデータオブジェクトを添付するためだけに渡す単純な
SourceExtractor実装。 - PassThroughSourceExtractor() - クラス org.springframework.beans.factory.parsing. PassThroughSourceExtractor のコンストラクター
- PasswordInputTag - org.springframework.web.servlet.tags.form のクラス
<password>タグは、バインドされた値を使用して、型が "password" の HTML "input" タグをレンダリングします。- PasswordInputTag() - クラス org.springframework.web.servlet.tags.form. PasswordInputTag のコンストラクター
- patch() - インターフェース org.springframework.test.web.reactive.server のメソッド。WebTestClient
- HTTP PATCH リクエストを準備します。
- patch() - クラス org.springframework.test.web.servlet.assertj のメソッド。MockMvcTester
- HTTP PATCH リクエストを準備します。
- patch() - インターフェース org.springframework.web.client のメソッド。RestClient
- HTTP PATCH リクエストの作成を開始します。
- patch() - インターフェース org.springframework.web.reactive.function.client のメソッド。WebClient
- HTTP PATCH リクエストの作成を開始します。
- patch(String, Object...) - Static method in class org.springframework.http.RequestEntity
- 指定された文字列ベースの uri テンプレートを使用して HTTP PATCH ビルダーを作成します。
- patch(String, Object...) - Static method in class org.springframework.mock.http.server.reactive.MockServerHttpRequest
- HTTP PATCH バリアント。
- patch(String, Object...) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
- PATCH リクエストの
MockHttpServletRequestBuilderを作成します。 - patch(URI) - Static method in class org.springframework.http.RequestEntity
- 指定された URL で HTTP PATCH ビルダーを作成します。
- patch(URI) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
- PATCH リクエストの
MockHttpServletRequestBuilderを作成します。 - PATCH - Enum constant in enum class org.springframework.web.bind.annotation.RequestMethod
- PATCH - Static variable in class org.springframework.http.HttpMethod
- HTTP メソッド
PATCH。 - PATCH(String) - Static method in class org.springframework.web.reactive.function.server.RequestPredicates
- リクエストの HTTP メソッドが
PATCHであり、指定されたpatternがリクエストパスと一致する場合に一致するRequestPredicateを返します。 - PATCH(String) - Static method in class org.springframework.web.servlet.function.RequestPredicates
- リクエストの HTTP メソッドが
PATCHであり、指定されたpatternがリクエストパスと一致する場合に一致するRequestPredicateを返します。 - PATCH(String, HandlerFunction<ServerResponse>) - インターフェース org.springframework.web.reactive.function.server のメソッド。RouterFunctions.Builder
- 指定されたパターンに一致するすべての HTTP
PATCHリクエストを処理する指定されたハンドラー関数にルートを追加します。 - PATCH(String, RequestPredicate, HandlerFunction<ServerResponse>) - インターフェース org.springframework.web.reactive.function.server のメソッド。RouterFunctions.Builder
- 指定されたパターンと述語に一致するすべての HTTP
PATCHリクエストを処理する指定されたハンドラー関数にルートを追加します。 - PATCH(String, HandlerFunction<ServerResponse>) - インターフェース org.springframework.web.servlet.function のメソッド。RouterFunctions.Builder
- 指定されたパターンに一致するすべての HTTP
PATCHリクエストを処理する指定されたハンドラー関数にルートを追加します。 - PATCH(String, RequestPredicate, HandlerFunction<ServerResponse>) - インターフェース org.springframework.web.servlet.function のメソッド。RouterFunctions.Builder
- 指定されたパターンと述語に一致するすべての HTTP
PATCHリクエストを処理する指定されたハンドラー関数にルートを追加します。 - PATCH(HandlerFunction<ServerResponse>) - インターフェース org.springframework.web.reactive.function.server のメソッド。RouterFunctions.Builder
- HTTP
PATCHリクエストを処理する指定されたハンドラー関数にルートを追加します。 - PATCH(RequestPredicate, HandlerFunction<ServerResponse>) - インターフェース org.springframework.web.reactive.function.server のメソッド。RouterFunctions.Builder
- 指定された述語に一致するすべての HTTP
PATCHリクエストを処理する指定されたハンドラー関数にルートを追加します。 - PATCH(HandlerFunction<ServerResponse>) - インターフェース org.springframework.web.servlet.function のメソッド。RouterFunctions.Builder
- HTTP
PATCHリクエストを処理する指定されたハンドラー関数にルートを追加します。 - PATCH(RequestPredicate, HandlerFunction<ServerResponse>) - インターフェース org.springframework.web.servlet.function のメソッド。RouterFunctions.Builder
- 指定された述語に一致するすべての HTTP
PATCHリクエストを処理する指定されたハンドラー関数にルートを追加します。 - PatchExchange - Annotation Interface in org.springframework.web.service.annotation
- HTTP PATCH リクエストの
@HttpExchangeのショートカット。 - patchForObject(String, Object, Class<T>, Object...) - インターフェース org.springframework.web.client のメソッド。RestOperations
- 指定されたオブジェクトを URI テンプレートにパッチしてリソースを更新し、レスポンスで見つかった表現を返します。
- patchForObject(String, Object, Class<T>, Object...) - クラス org.springframework.web.client のメソッド。RestTemplate
- patchForObject(String, Object, Class<T>, Map<String, ?>) - インターフェース org.springframework.web.client のメソッド。RestOperations
- 指定されたオブジェクトを URI テンプレートにパッチしてリソースを更新し、レスポンスで見つかった表現を返します。
- patchForObject(String, Object, Class<T>, Map<String, ?>) - クラス org.springframework.web.client のメソッド。RestTemplate
- patchForObject(URI, Object, Class<T>) - インターフェース org.springframework.web.client のメソッド。RestOperations
- 指定されたオブジェクトを URL にパッチしてリソースを更新し、レスポンスで見つかった表現を返します。
- patchForObject(URI, Object, Class<T>) - クラス org.springframework.web.client のメソッド。RestTemplate
- PatchMapping - Annotation Interface in org.springframework.web.bind.annotation
- HTTP
PATCHリクエストを特定のハンドラーメソッドにマッピングするためのアノテーション。 - path() - Element in annotation interface org.springframework.web.bind.annotation.DeleteMapping
RequestMapping.path()のエイリアス。- path() - Element in annotation interface org.springframework.web.bind.annotation.GetMapping
RequestMapping.path()のエイリアス。- path() - Element in annotation interface org.springframework.web.bind.annotation.PatchMapping
RequestMapping.path()のエイリアス。- path() - Element in annotation interface org.springframework.web.bind.annotation.PostMapping
RequestMapping.path()のエイリアス。- path() - Element in annotation interface org.springframework.web.bind.annotation.PutMapping
RequestMapping.path()のエイリアス。- path() - Element in annotation interface org.springframework.web.bind.annotation.RequestMapping
- パスマッピング URI - たとえば、
"/profile"。 - path() - インターフェース org.springframework.web.reactive.function.server のメソッド。ServerRequest
- リクエストパスを取得します。
- path() - クラス org.springframework.web.reactive.function.server.support のメソッド。ServerRequestWrapper
- path() - インターフェース org.springframework.web.servlet.function のメソッド。ServerRequest
- リクエストパスを取得します。
- path(String) - Method in interface org.springframework.http.ResponseCookie.ResponseCookieBuilder
- Cookie "Path" 属性を設定します。
- path(String) - インターフェース org.springframework.http.server.reactive のメソッド。ServerHttpRequest.Builder
- 次の条件で、リクエストの URI の
"rawPath"の代わりに使用するパスを設定します。uriも設定されている場合、ここで指定されたパスは、指定された URI のパスをオーバーライドします。 - path(String) - Static method in class org.springframework.web.reactive.function.server.RequestPredicates
- 指定されたパスパターンに対してリクエストパスをテストする
RequestPredicateを返します。 - path(String) - インターフェース org.springframework.web.reactive.function.server のメソッド。RequestPredicates.Visitor
- パス述語の通知を受け取ります。
- path(String) - Static method in class org.springframework.web.servlet.function.RequestPredicates
- 指定されたパスパターンに対してリクエストパスをテストする
RequestPredicateを返します。 - path(String) - インターフェース org.springframework.web.servlet.function のメソッド。RequestPredicates.Visitor
- パス述語の通知を受け取ります。
- path(String) - インターフェース org.springframework.web.util のメソッド。UriBuilder
- このビルダーのパスに追加します。
- path(String) - クラス org.springframework.web.util のメソッド。UriComponentsBuilder
- path(String, String) - クラス org.springframework.test.web.reactive.server のメソッド。CookieAssertions
- クッキーの "Path" 属性 をアサートします。
- path(String, String) - クラス org.springframework.test.web.servlet.result のメソッド。CookieResultMatchers
- Cookie のパスをアサートします。
- path(String, Consumer<RouterFunctions.Builder>) - インターフェース org.springframework.web.reactive.function.server のメソッド。RouterFunctions.Builder
- 指定されたパスプレフィックスパターンが適用される場合、構築されたルーター関数にルーティングします。
- path(String, Consumer<RouterFunctions.Builder>) - インターフェース org.springframework.web.servlet.function のメソッド。RouterFunctions.Builder
- 指定されたパスプレフィックスパターンが適用される場合、構築されたルーター関数にルーティングします。
- path(String, Supplier<RouterFunction<ServerResponse>>) - インターフェース org.springframework.web.reactive.function.server のメソッド。RouterFunctions.Builder
- 指定されたパスプレフィックスパターンが適用される場合は、提供されたルーター関数にルーティングします。
- path(String, Supplier<RouterFunction<ServerResponse>>) - インターフェース org.springframework.web.servlet.function のメソッド。RouterFunctions.Builder
- 指定されたパスプレフィックスパターンが適用される場合は、提供されたルーター関数にルーティングします。
- path(String, Matcher<? super String>) - クラス org.springframework.test.web.reactive.server のメソッド。CookieAssertions
- Hamcrest
Matcherを使用して、Cookie の "Path" 属性 をアサートします。 - path(String, Matcher<? super String>) - クラス org.springframework.test.web.servlet.result のメソッド。CookieResultMatchers
- Hamcrest
Matcherを使用して Cookie のパスをアサートします。 - PATH_ATTRIBUTE - Static variable in class org.springframework.web.util.ServletRequestPathUtils
- 解析された
RequestPathを保持するサーブレットリクエスト属性の名前。 - PATH_ATTRIBUTE - Static variable in class org.springframework.web.util.UrlPathHelper
resolvedlookupPath を保持するサーブレットリクエスト属性の名前。- PATH_VARIABLES - Static variable in interface org.springframework.web.servlet.View
- パス変数を含むマップを含む
HttpServletRequestEE 属性の名前。 - PATH_WITHIN_HANDLER_MAPPING_ATTRIBUTE - Static variable in interface org.springframework.web.reactive.HandlerMapping
"/static/**"などのパターン一致またはそれ以外の完全な関連 URI の場合に、ハンドラーマッピング内のパスを含むattributeの名前。- PATH_WITHIN_HANDLER_MAPPING_ATTRIBUTE - Static variable in interface org.springframework.web.servlet.HandlerMapping
- パターン一致の場合はハンドラーマッピング内のパスを含む
HttpServletRequestEE 属性の名前、そうでない場合は完全な関連 URI (通常は DispatcherServlet のマッピング内)。 - pathContainer() - インターフェース org.springframework.web.reactive.function.server のメソッド。ServerRequest
- 使用すべきではありません。5.3 の時点で、
ServerRequest.requestPath()を推奨 - pathContainer() - クラス org.springframework.web.reactive.function.server.support のメソッド。ServerRequestWrapper
- 使用すべきではありません。
- pathContainer() - インターフェース org.springframework.web.servlet.function のメソッド。ServerRequest
- 使用すべきではありません。5.3 の時点で、
ServerRequest.requestPath()を推奨 - PathContainer - Interface in org.springframework.http.server
PathContainer.parsePath(String)を介してPathContainer.SeparatorおよびPathContainer.PathSegment要素のシーケンスに解析された URI パスの構造化された表現。- PathContainer.Element - org.springframework.http.server のインターフェース
- セパレーターまたはパスセグメントのいずれかのパス要素。
- PathContainer.Options - org.springframework.http.server のクラス
- 入力パスの型に基づいて解析をカスタマイズするオプション。
- PathContainer.PathSegment - org.springframework.http.server のインターフェース
- パスセグメント要素。
- PathContainer.Separator - org.springframework.http.server のインターフェース
- パス区切り要素。
- PathEditor - org.springframework.beans.propertyeditors のクラス
java.nio.file.Pathのエディター。ブリッジとして String プロパティを使用する代わりに、Path プロパティを直接入力します。- PathEditor() - クラス org.springframework.beans.propertyeditors. PathEditor のコンストラクター
- 下にあるデフォルトの ResourceEditor を使用して、新しい PathEditor を作成します。
- PathEditor(ResourceEditor) - クラス org.springframework.beans.propertyeditors. PathEditor のコンストラクター
- 下にある ResourceEditor を使用して、新しい PathEditor を作成します。
- pathEquals(String, String) - Static method in class org.springframework.util.StringUtils
- それらを正規化した後、2 つのパスを比較します。
- pathExtension(String) - Static method in class org.springframework.web.reactive.function.server.RequestPredicates
- リクエストのパスが指定された拡張子を持つ場合に一致する
RequestPredicateを返します。 - pathExtension(String) - インターフェース org.springframework.web.reactive.function.server のメソッド。RequestPredicates.Visitor
- パス拡張述語の通知を受け取ります。
- pathExtension(String) - Static method in class org.springframework.web.servlet.function.RequestPredicates
- リクエストのパスが指定された拡張子を持つ場合に一致する
RequestPredicateを返します。 - pathExtension(String) - インターフェース org.springframework.web.servlet.function のメソッド。RequestPredicates.Visitor
- パス拡張述語の通知を受け取ります。
- pathExtension(Predicate<String>) - Static method in class org.springframework.web.reactive.function.server.RequestPredicates
- リクエストのパスが指定された述語と一致する場合に一致する
RequestPredicateを返します。 - pathExtension(Predicate<String>) - Static method in class org.springframework.web.servlet.function.RequestPredicates
- リクエストのパスが指定された述語と一致する場合に一致する
RequestPredicateを返します。 - PathExtensionContentNegotiationStrategy - org.springframework.web.accept のクラス
- 使用すべきではありません。5.2.4 現在。パス拡張設定オプションの非推奨については、
ContentNegotiationManagerFactoryBeanのクラスレベルの注意を参照してください。 - PathExtensionContentNegotiationStrategy() - クラス org.springframework.web.accept. PathExtensionContentNegotiationStrategy のコンストラクター
- 使用すべきではありません。まず、マッピングなしでインスタンスを作成します。
- PathExtensionContentNegotiationStrategy(Map<String, MediaType>) - クラス org.springframework.web.accept. PathExtensionContentNegotiationStrategy のコンストラクター
- 使用すべきではありません。ファイル拡張子とメディア型の指定されたマップでインスタンスを作成します。
- pathInfo(String) - クラス org.springframework.test.web.servlet.request のメソッド。AbstractMockHttpServletRequestBuilder
- pathInfo を表す requestURI の部分を指定します。
- pathInfo(String) - クラス org.springframework.test.web.servlet.request のメソッド。MockHttpServletRequestBuilder
- PathMatchConfigurer - org.springframework.web.reactive.config のクラス
- パスマッチングオプションを使用して
HandlerMappingの構成を支援します。 - PathMatchConfigurer - org.springframework.web.servlet.config.annotation のクラス
- パスマッチングオプションを設定します。
- PathMatchConfigurer() - クラス org.springframework.web.reactive.config. PathMatchConfigurer のコンストラクター
- PathMatchConfigurer() - クラス org.springframework.web.servlet.config.annotation. PathMatchConfigurer のコンストラクター
- pathMatcher(PathMatcher) - クラス org.springframework.web.servlet.config.annotation のメソッド。InterceptorRegistration
- URL パスを包含および除外パターンと照合するために使用するように PathMatcher を構成します。
- PathMatcher - org.springframework.util のインターフェース
Stringベースのパスマッチングの戦略インターフェース。- pathMatching(Consumer<PathMatchConfigurer>) - インターフェース org.springframework.test.web.reactive.server のメソッド。WebTestClient.ControllerSpec
- パスマッチングオプションを設定します。
- PathMatchingResourcePatternResolver - org.springframework.core.io.support のクラス
- 指定されたリソースロケーションパスを 1 つ以上の一致するリソースに解決できる
ResourcePatternResolver実装。 - PathMatchingResourcePatternResolver() - クラス org.springframework.core.io.support. PathMatchingResourcePatternResolver のコンストラクター
DefaultResourceLoaderでPathMatchingResourcePatternResolverを作成します。- PathMatchingResourcePatternResolver(ClassLoader) - クラス org.springframework.core.io.support. PathMatchingResourcePatternResolver のコンストラクター
- PathMatchingResourcePatternResolver(ResourceLoader) - クラス org.springframework.core.io.support. PathMatchingResourcePatternResolver のコンストラクター
- 提供された
ResourceLoaderを使用してPathMatchingResourcePatternResolverを作成します。 - PathPattern - org.springframework.web.util.pattern のクラス
- 解析されたパスパターンの表現。
- PathPattern.PathMatchInfo - org.springframework.web.util.pattern のクラス
- 指定された一致パスのパターンに基づいて抽出された URI 変数およびパスパラメーター(マトリックス変数)のホルダー。
- PathPattern.PathRemainingMatchInfo - org.springframework.web.util.pattern のクラス
- パターンの開始での一致の結果のホルダー。
- PathPatternParser - org.springframework.web.util.pattern のクラス
- リクエストと照合できる
PathPatternインスタンスを生成する URI パスパターンのパーサー。 - PathPatternParser() - クラス org.springframework.web.util.pattern. PathPatternParser のコンストラクター
- PathPatternRouteMatcher - org.springframework.web.util.pattern のクラス
- PathPatternRouteMatcher() - クラス org.springframework.web.util.pattern. PathPatternRouteMatcher のコンストラクター
MESSAGE_ROUTE用にカスタマイズされたPathPatternParserを使用し、末尾のセパレーターを一致させないデフォルトのコンストラクター。- PathPatternRouteMatcher(PathPatternParser) - クラス org.springframework.web.util.pattern. PathPatternRouteMatcher のコンストラクター
- 指定された
PathPatternParserを持つコンストラクター。 - PathPatternsRequestCondition - org.springframework.web.servlet.mvc.condition のクラス
- 一連の URL パスパターンに対するリクエストと一致する論理和('| |')リクエスト条件。
- PathPatternsRequestCondition() - クラス org.springframework.web.servlet.mvc.condition. PathPatternsRequestCondition のコンストラクター
""(空のパス)マッピングをもたらすデフォルトのコンストラクター。- PathPatternsRequestCondition(PathPatternParser, String...) - クラス org.springframework.web.servlet.mvc.condition. PathPatternsRequestCondition のコンストラクター
- 使用するパターンを持つコンストラクター。
- pathPredicates(PathPatternParser) - Static method in class org.springframework.web.reactive.function.server.RequestPredicates
- 指定された
PathPatternParserを使用して、パターン文字列から新しいパス一致RequestPredicatesを作成する関数を返します。 - pathPredicates(PathPatternParser) - Static method in class org.springframework.web.servlet.function.RequestPredicates
- 指定された
PathPatternParserを使用して、パターン文字列から新しいパス一致RequestPredicatesを作成する関数を返します。 - PathResource - org.springframework.core.io のクラス
- PathResource(String) - クラス org.springframework.core.io. PathResource のコンストラクター
- パス文字列から新しい
PathResourceを作成します。 - PathResource(URI) - クラス org.springframework.core.io. PathResource のコンストラクター
URISE から新しいPathResourceを作成します。- PathResource(Path) - クラス org.springframework.core.io. PathResource のコンストラクター
PathSE ハンドルから新しいPathResourceを作成します。- PathResourceResolver - org.springframework.web.reactive.resource のクラス
- リクエストパスに一致する特定の場所でリソースを見つけようとする単純な
ResourceResolver。 - PathResourceResolver - org.springframework.web.servlet.resource のクラス
- リクエストパスに一致する特定の場所でリソースを見つけようとする単純な
ResourceResolver。 - PathResourceResolver() - クラス org.springframework.web.reactive.resource. PathResourceResolver のコンストラクター
- PathResourceResolver() - クラス org.springframework.web.servlet.resource. PathResourceResolver のコンストラクター
- paths(String...) - インターフェース org.springframework.web.reactive.result.method のメソッド。RequestMappingInfo.Builder
- パスパターンを設定します。
- paths(String...) - Static method in class org.springframework.web.reactive.result.method.RequestMappingInfo
- 指定されたパスで新しい
RequestMappingInfo.Builderを作成します。 - paths(String...) - インターフェース org.springframework.web.servlet.mvc.method のメソッド。RequestMappingInfo.Builder
- URL パスパターンを設定します。
- paths(String...) - Static method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
- 指定されたパスで新しい
RequestMappingInfo.Builderを作成します。 - pathSegment(String...) - インターフェース org.springframework.web.util のメソッド。UriBuilder
- パスセグメントを使用してパスに追加します。
- pathSegment(String...) - クラス org.springframework.web.util のメソッド。UriComponentsBuilder
- pathVar() - Element in annotation interface org.springframework.web.bind.annotation.MatrixVariable
- マトリックス変数が配置されている URI パス変数の名前 (たとえば、複数のパスセグメントに同じ名前のマトリックス変数が存在する場合)。
- pathVariable(String) - インターフェース org.springframework.web.reactive.function.server のメソッド。ServerRequest
- 指定された名前のパス変数があれば、それを取得します。
- pathVariable(String) - クラス org.springframework.web.reactive.function.server.support のメソッド。ServerRequestWrapper
- pathVariable(String) - インターフェース org.springframework.web.servlet.function のメソッド。ServerRequest
- 指定された名前のパス変数があれば、それを取得します。
- pathVariable(String, String) - インターフェース org.springframework.mock.web.reactive.function.server のメソッド。MockServerRequest.Builder
- pathVariable(PathVariable, ParameterValidationResult) - インターフェース org.springframework.web.method.annotation のメソッド。HandlerMethodValidationException.Visitor
@PathVariableメソッドパラメーターの結果を処理します。- PathVariable - Annotation Interface in org.springframework.web.bind.annotation
- メソッドパラメーターを URI テンプレート変数にバインドする必要があることを示すアノテーション。
- PathVariableArgumentResolver - org.springframework.web.service.invoker のクラス
@PathVariableアノテーション付き引数のHttpServiceArgumentResolver。- PathVariableArgumentResolver(ConversionService) - クラス org.springframework.web.service.invoker. PathVariableArgumentResolver のコンストラクター
- PathVariableMapMethodArgumentResolver - org.springframework.web.reactive.result.method.annotation のクラス
- アノテーションがパス変数名を指定していない、
@PathVariableでアノテーションが付けられたMapSE メソッド引数のリゾルバー。 - PathVariableMapMethodArgumentResolver - org.springframework.web.servlet.mvc.method.annotation のクラス
- パス変数名が指定されていない、
@PathVariableでアノテーションが付けられたMapSE メソッド引数を解決します。 - PathVariableMapMethodArgumentResolver() - クラス org.springframework.web.servlet.mvc.method.annotation. PathVariableMapMethodArgumentResolver のコンストラクター
- PathVariableMapMethodArgumentResolver(ReactiveAdapterRegistry) - クラス org.springframework.web.reactive.result.method.annotation. PathVariableMapMethodArgumentResolver のコンストラクター
- PathVariableMethodArgumentResolver - org.springframework.web.reactive.result.method.annotation のクラス
- @
PathVariableでアノテーションされたメソッド引数を解決します。 - PathVariableMethodArgumentResolver - org.springframework.web.servlet.mvc.method.annotation のクラス
- @
PathVariableのアノテーションが付けられたメソッド引数を解決します。 - PathVariableMethodArgumentResolver() - クラス org.springframework.web.servlet.mvc.method.annotation. PathVariableMethodArgumentResolver のコンストラクター
- PathVariableMethodArgumentResolver(ConfigurableBeanFactory, ReactiveAdapterRegistry) - クラス org.springframework.web.reactive.result.method.annotation. PathVariableMethodArgumentResolver のコンストラクター
- 新しい
PathVariableMethodArgumentResolverを作成します。 - pathVariables() - クラス org.springframework.mock.web.reactive.function.server のメソッド。MockServerRequest
- pathVariables() - インターフェース org.springframework.web.reactive.function.server のメソッド。ServerRequest
- このリクエストのすべてのパス変数を取得します。
- pathVariables() - クラス org.springframework.web.reactive.function.server.support のメソッド。ServerRequestWrapper
- pathVariables() - インターフェース org.springframework.web.servlet.function のメソッド。ServerRequest
- このリクエストのすべてのパス変数を取得します。
- pathVariables(Map<String, String>) - インターフェース org.springframework.mock.web.reactive.function.server のメソッド。MockServerRequest.Builder
- pathWithinApplication() - インターフェース org.springframework.http.server のメソッド。RequestPath
- 通常、アプリケーション内のリクエストマッピングに使用される、コンテキストパスの後のリクエストパスの部分。
- pattern() - アノテーションインターフェース org.springframework.context.annotation の要素。ComponentScan.Filter
- クラス
ComponentScan.Filter.value()を指定する代わりに、フィルターに使用するパターン(1 つまたは複数)。 - pattern() - Element in annotation interface org.springframework.format.annotation.DateTimeFormat
- フィールドまたはメソッドのパラメーターをフォーマットするために使用するカスタムパターン。
- pattern() - Element in annotation interface org.springframework.format.annotation.NumberFormat
- フィールドまたはメソッドのパラメーターをフォーマットするために使用するカスタムパターン。
- PatternEditor - org.springframework.beans.propertyeditors のクラス
java.util.regex.Patternのエディター。Pattern プロパティを直接入力します。- PatternEditor() - クラス org.springframework.beans.propertyeditors. PatternEditor のコンストラクター
- デフォルト設定で新しい PatternEditor を作成します。
- PatternEditor(int) - クラス org.springframework.beans.propertyeditors. PatternEditor のコンストラクター
- 指定された設定で新しい PatternEditor を作成します。
- PatternMatchUtils - Class in org.springframework.util
- 単純なパターンマッチング、特に Spring の典型的な
xxx*、*xxx、*xxx*、xxx*yyyパターンスタイル用のユーティリティメソッド。 - PatternMatchUtils() - Constructor for class org.springframework.util.PatternMatchUtils
- PatternParseException - Exception in org.springframework.web.util.pattern
- 解析されているパターンに問題がある場合にスローされる例外。
- PatternParseException.PatternMessage - org.springframework.web.util.pattern の Enum クラス
- 解析エラーが発生したときに
PatternParseExceptionに含めることができるメッセージ。 - patternParser(PathPatternParser) - インターフェース org.springframework.test.web.servlet.client のメソッド。MockMvcWebTestClient.ControllerSpec
- 解析された
PathPatternsとの URL パスマッチングを有効にします。 - patternParser(PathPatternParser) - インターフェース org.springframework.test.web.servlet.client のメソッド。MockMvcWebTestClient.RouterFunctionSpec
- 解析された
PathPatternsとの URL パスマッチングを有効にします。 - PatternsRequestCondition - org.springframework.web.reactive.result.condition のクラス
- 一連の URL パスパターンに対するリクエストと一致する論理和('| |')リクエスト条件。
- PatternsRequestCondition - org.springframework.web.servlet.mvc.condition のクラス
- 一連の URL パスパターンに対するリクエストと一致する論理和('| |')リクエスト条件。
- PatternsRequestCondition(String...) - クラス org.springframework.web.servlet.mvc.condition. PatternsRequestCondition のコンストラクター
- 必要に応じて "/" が前に付いた URL パターンを持つコンストラクター。
- PatternsRequestCondition(String[], boolean, PathMatcher) - クラス org.springframework.web.servlet.mvc.condition. PatternsRequestCondition のコンストラクター
PathMatcherと末尾のスラッシュを一致させるためのフラグを持つPatternsRequestCondition(String...)のバリアント。- PatternsRequestCondition(String[], UrlPathHelper, PathMatcher, boolean) - クラス org.springframework.web.servlet.mvc.condition. PatternsRequestCondition のコンストラクター
- 使用すべきではありません。
- PatternsRequestCondition(String[], UrlPathHelper, PathMatcher, boolean, boolean) - クラス org.springframework.web.servlet.mvc.condition. PatternsRequestCondition のコンストラクター
- 使用すべきではありません。5.2.4 現在。パス拡張設定オプションの非推奨については、
RequestMappingHandlerMappingのクラスレベルの注意を参照してください。 - PatternsRequestCondition(String[], UrlPathHelper, PathMatcher, boolean, boolean, List<String>) - クラス org.springframework.web.servlet.mvc.condition. PatternsRequestCondition のコンストラクター
- 使用すべきではありません。5.2.4 現在。パス拡張設定オプションの非推奨については、
RequestMappingHandlerMappingのクラスレベルの注意を参照してください。 - PatternsRequestCondition(List<PathPattern>) - クラス org.springframework.web.reactive.result.condition. PatternsRequestCondition のコンストラクター
- 指定された URL パターンで新しいインスタンスを作成します。
- PatternsRequestCondition(PathPattern...) - クラス org.springframework.web.reactive.result.condition. PatternsRequestCondition のコンストラクター
- 指定された URL パターンで新しいインスタンスを作成します。
- Payload - Annotation Interface in org.springframework.messaging.handler.annotation
- メソッドパラメーターをメッセージのペイロードにバインドするアノテーション。
- PAYLOAD_TOO_LARGE - Enum constant in enum class org.springframework.http.HttpStatus
413 Payload Too Large.- PayloadApplicationEvent< T > - Class in org.springframework.context
- 任意のペイロードを運ぶ
ApplicationEvent。 - PayloadApplicationEvent(Object, T) - Constructor for class org.springframework.context.PayloadApplicationEvent
- インスタンスを使用してその型を推測し、新しい PayloadApplicationEvent を作成します。
- PayloadApplicationEvent(Object, T, ResolvableType) - Constructor for class org.springframework.context.PayloadApplicationEvent
- 指定されたペイロード型に基づいて新しい PayloadApplicationEvent を作成します。
- PayloadArgumentResolver - org.springframework.messaging.rsocket.service のクラス
@Payloadアノテーション付き引数のRSocketServiceArgumentResolver。- PayloadArgumentResolver(ReactiveAdapterRegistry, boolean) - クラス org.springframework.messaging.rsocket.service. PayloadArgumentResolver のコンストラクター
- PayloadMethodArgumentResolver - org.springframework.messaging.handler.annotation.reactive のクラス
- PayloadMethodArgumentResolver - org.springframework.messaging.handler.annotation.support のクラス
MessageConverterを使用してメッセージのペイロードを抽出および変換するリゾルバー。- PayloadMethodArgumentResolver(List<? extends Decoder<?>>, Validator, ReactiveAdapterRegistry, boolean) - クラス org.springframework.messaging.handler.annotation.reactive. PayloadMethodArgumentResolver のコンストラクター
- PayloadMethodArgumentResolver(MessageConverter) - クラス org.springframework.messaging.handler.annotation.support. PayloadMethodArgumentResolver のコンストラクター
- 指定された
MessageConverterで新しいPayloadArgumentResolverを作成します。 - PayloadMethodArgumentResolver(MessageConverter, Validator) - クラス org.springframework.messaging.handler.annotation.support. PayloadMethodArgumentResolver のコンストラクター
- PayloadMethodArgumentResolver(MessageConverter, Validator, boolean) - クラス org.springframework.messaging.handler.annotation.support. PayloadMethodArgumentResolver のコンストラクター
- PayloadTooLargeException - Exception in org.springframework.web.server
- Spring Web アプリケーションで使用する場合、レスポンスステータス 413 (ペイロードが大きすぎる) に適合するエラーの例外。
- PayloadTooLargeException(Throwable) - Constructor for exception org.springframework.web.server.PayloadTooLargeException
- PayloadUtils - org.springframework.messaging.rsocket のクラス
DataBufferからPayloadを作成するための静的ユーティリティメソッド。- PayloadUtils() - クラス org.springframework.messaging.rsocket. PayloadUtils のコンストラクター
- PAYMENT_REQUIRED - Enum constant in enum class org.springframework.http.HttpStatus
402 Payment Required.- pd - Variable in class org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
- peek() - クラス org.springframework.beans.factory.parsing のメソッド。ParseState
- PERCENT - Enum constant in enum class org.springframework.format.annotation.NumberFormat.Style
- 現在のロケールのパーセント形式。
- PercentStyleFormatter - org.springframework.format.number のクラス
- パーセントスタイルの数値のフォーマッター。
- PercentStyleFormatter() - クラス org.springframework.format.number. PercentStyleFormatter のコンストラクター
- PerConnectionWebSocketHandler - org.springframework.web.socket.handler のクラス
- 各 WebSocket 接続の
WebSocketHandlerインスタンスを初期化および破棄し、他のすべてのメソッドをそれに委譲するWebSocketHandler。 - PerConnectionWebSocketHandler(Class<? extends WebSocketHandler>) - クラス org.springframework.web.socket.handler. PerConnectionWebSocketHandler のコンストラクター
- PerConnectionWebSocketHandler(Class<? extends WebSocketHandler>, boolean) - クラス org.springframework.web.socket.handler. PerConnectionWebSocketHandler のコンストラクター
- perform(RequestBuilder) - クラス org.springframework.test.web.servlet.assertj のメソッド。MockMvcTester
- perform(RequestBuilder) - クラス org.springframework.test.web.servlet のメソッド。MockMvc
- リクエストを実行し、結果に対する期待の表明など、さらにアクションを連鎖できる型を返します。
- PerformanceMonitorInterceptor - org.springframework.aop.interceptor のクラス
- パフォーマンス監視用のシンプルな AOP Alliance
MethodInterceptor。 - PerformanceMonitorInterceptor() - クラス org.springframework.aop.interceptor. PerformanceMonitorInterceptor のコンストラクター
- 静的ロガーを使用して新しい PerformanceMonitorInterceptor を作成します。
- PerformanceMonitorInterceptor(boolean) - クラス org.springframework.aop.interceptor. PerformanceMonitorInterceptor のコンストラクター
- 与えられたフラグに従って、動的または静的ロガーで新しい PerformanceMonitorInterceptor を作成します。
- performAotProcessing() - クラス org.springframework.test.context.aot のメソッド。TestAotProcessor
- Spring 統合テストクラスの事前処理を実行します。
- performAotProcessing(GenericApplicationContext) - クラス org.springframework.context.aot のメソッド。ContextAotProcessor
- 指定されたコンテキストの事前処理を実行します。
- PeriodicTrigger - org.springframework.scheduling.support のクラス
- 定期的なタスク実行のトリガー。
- PeriodicTrigger(long) - クラス org.springframework.scheduling.support. PeriodicTrigger のコンストラクター
- 使用すべきではありません。6.0 の時点で、
PeriodicTrigger(Duration)を推奨 - PeriodicTrigger(long, TimeUnit) - クラス org.springframework.scheduling.support. PeriodicTrigger のコンストラクター
- 使用すべきではありません。6.0 の時点で、
PeriodicTrigger(Duration)を推奨 - PeriodicTrigger(Duration) - クラス org.springframework.scheduling.support. PeriodicTrigger のコンストラクター
- 指定された期間を期間としてトリガーを作成します。
- PERMANENT_REDIRECT - Enum constant in enum class org.springframework.http.HttpStatus
308 Permanent Redirect.- permanentRedirect(URI) - Static method in interface org.springframework.web.reactive.function.server.ServerResponse
- 308 永久リダイレクトステータスと指定された URI に設定されたロケーションヘッダーを使用してビルダーを作成します。
- permanentRedirect(URI) - Static method in interface org.springframework.web.servlet.function.ServerResponse
- 308 永久リダイレクトステータスと指定された URI に設定されたロケーションヘッダーを使用してビルダーを作成します。
- PermissionDeniedDataAccessException - Exception in org.springframework.dao
- 基になるリソースが特定のデータベーステーブルなどの特定の要素へのアクセス許可を拒否した場合にスローされる例外。
- PermissionDeniedDataAccessException(String, Throwable) - Constructor for exception org.springframework.dao.PermissionDeniedDataAccessException
- PermissionDeniedDataAccessException のコンストラクター。
- persist(Object) - インターフェース org.springframework.orm.hibernate5 のメソッド。HibernateOperations
- 指定された一時インスタンスを永続化します。
- persist(Object) - クラス org.springframework.orm.hibernate5 のメソッド。HibernateTemplate
- persist(String, Object) - インターフェース org.springframework.orm.hibernate5 のメソッド。HibernateOperations
- 指定された一時インスタンスを永続化します。
- persist(String, Object) - クラス org.springframework.orm.hibernate5 のメソッド。HibernateTemplate
- PERSISTENCE_ANNOTATION_PROCESSOR_BEAN_NAME - Static variable in class org.springframework.context.annotation.AnnotationConfigUtils
- 内部で管理される JPA アノテーションプロセッサーの Bean 名。
- PersistenceAnnotationBeanPostProcessor - org.springframework.orm.jpa.support のクラス
- 対応する JPA リソース
EntityManagerFactoryEE およびEntityManagerEE の注入のために、PersistenceUnitEE およびPersistenceContextEE アノテーションを処理する BeanPostProcessor。 - PersistenceAnnotationBeanPostProcessor() - クラス org.springframework.orm.jpa.support. PersistenceAnnotationBeanPostProcessor のコンストラクター
- PersistenceExceptionTranslationAdvisor - org.springframework.dao.annotation のクラス
- リポジトリまたは DAO レイヤーレベルで使用する Spring AOP 例外変換アスペクト。
- PersistenceExceptionTranslationAdvisor(PersistenceExceptionTranslator, Class<? extends Annotation>) - クラス org.springframework.dao.annotation. PersistenceExceptionTranslationAdvisor のコンストラクター
- 新しい PersistenceExceptionTranslationAdvisor を作成します。
- PersistenceExceptionTranslationInterceptor - org.springframework.dao.support のクラス
- AOP Alliance MethodInterceptor。所定の PersistenceExceptionTranslator に基づいて永続性例外変換を提供します。
- PersistenceExceptionTranslationInterceptor() - クラス org.springframework.dao.support. PersistenceExceptionTranslationInterceptor のコンストラクター
- 新しい PersistenceExceptionTranslationInterceptor を作成します。
- PersistenceExceptionTranslationInterceptor(ListableBeanFactory) - クラス org.springframework.dao.support. PersistenceExceptionTranslationInterceptor のコンストラクター
- 指定された BeanFactory で PersistenceExceptionTranslators を自動検出して、新しい PersistenceExceptionTranslationInterceptor を作成します。
- PersistenceExceptionTranslationInterceptor(PersistenceExceptionTranslator) - クラス org.springframework.dao.support. PersistenceExceptionTranslationInterceptor のコンストラクター
- 指定された PersistenceExceptionTranslator の新しい PersistenceExceptionTranslationInterceptor を作成します。
- PersistenceExceptionTranslationPostProcessor - org.springframework.dao.annotation のクラス
- Spring の @
Repositoryアノテーションでマークされた Bean に永続性例外変換を自動的に適用し、対応するPersistenceExceptionTranslationAdvisorを公開されたプロキシ(既存の AOP プロキシまたはターゲットのすべてのインターフェースを実装する新しく生成されたプロキシ)に追加する Bean ポストプロセッサー。 - PersistenceExceptionTranslationPostProcessor() - クラス org.springframework.dao.annotation. PersistenceExceptionTranslationPostProcessor のコンストラクター
- PersistenceExceptionTranslator - Interface in org.springframework.dao.support
- JPA や Hibernate などのランタイム例外をスローするデータアクセステクノロジーとの Spring 統合によって実装されるインターフェース。
- PersistenceManagedTypes - Interface in org.springframework.orm.jpa.persistenceunit
- エンティティマネージャーが考慮する必要がある管理永続型のリストを提供します。
- PersistenceManagedTypesScanner - org.springframework.orm.jpa.persistenceunit のクラス
PersistenceManagedTypesのスキャナー。- PersistenceManagedTypesScanner(ResourceLoader) - クラス org.springframework.orm.jpa.persistenceunit. PersistenceManagedTypesScanner のコンストラクター
- 指定されたリソースローダーに対して新しい
PersistenceManagedTypesScannerを作成します。 - PersistenceManagedTypesScanner(ResourceLoader, ManagedClassNameFilter) - クラス org.springframework.orm.jpa.persistenceunit. PersistenceManagedTypesScanner のコンストラクター
- 指定されたリソースローダーに対して新しい
PersistenceManagedTypesScannerを作成します。 - PersistenceUnitManager - Interface in org.springframework.orm.jpa.persistenceunit
- JPA PersistenceUnitInfos を検索および管理するための抽象化を定義するインターフェース。
- PersistenceUnitPostProcessor - Interface in org.springframework.orm.jpa.persistenceunit
- JPA PersistenceUnitInfo を後処理するためのコールバックインターフェース。
- persistLocation() - Element in annotation interface org.springframework.jmx.export.annotation.ManagedResource
- persistName() - Element in annotation interface org.springframework.jmx.export.annotation.ManagedResource
- persistPeriod() - Element in annotation interface org.springframework.jmx.export.annotation.ManagedAttribute
DescriptorSE の persistPeriod フィールドを設定します。- persistPeriod() - Element in annotation interface org.springframework.jmx.export.annotation.ManagedMetric
- persistPeriod() - Element in annotation interface org.springframework.jmx.export.annotation.ManagedResource
- persistPolicy() - Element in annotation interface org.springframework.jmx.export.annotation.ManagedAttribute
DescriptorSE の persistPolicy フィールドを設定します。- persistPolicy() - Element in annotation interface org.springframework.jmx.export.annotation.ManagedMetric
- persistPolicy() - Element in annotation interface org.springframework.jmx.export.annotation.ManagedResource
- PessimisticLockingFailureException - Exception in org.springframework.dao
- 悲観的ロック違反でスローされた例外。
- PessimisticLockingFailureException(String) - Constructor for exception org.springframework.dao.PessimisticLockingFailureException
- PessimisticLockingFailureException のコンストラクター。
- PessimisticLockingFailureException(String, Throwable) - Constructor for exception org.springframework.dao.PessimisticLockingFailureException
- PessimisticLockingFailureException のコンストラクター。
- phase() - Element in annotation interface org.springframework.transaction.event.TransactionalEventListener
- イベントの処理をバインドするフェーズ。
- Phased - Interface in org.springframework.context
- ライフサイクル管理などの段階的なプロセスに参加する可能性のあるオブジェクトのインターフェース。
- PING - Enum constant in enum class org.springframework.web.reactive.socket.WebSocketMessage.Type
- WebSocket ping。
- pingMessage(Function<DataBufferFactory, DataBuffer>) - クラス org.springframework.web.reactive.socket.adapter のメソッド。AbstractWebSocketSession
- pingMessage(Function<DataBufferFactory, DataBuffer>) - インターフェース org.springframework.web.reactive.socket のメソッド。WebSocketSession
- セッションに
WebSocketSession.bufferFactory()を使用して ping WebSocketMessage を作成するファクトリメソッド。 - PingMessage - org.springframework.web.socket のクラス
- WebSocket ping メッセージ。
- PingMessage() - クラス org.springframework.web.socket. PingMessage のコンストラクター
- 空のペイロードで新しい ping メッセージを作成します。
- PingMessage(ByteBuffer) - クラス org.springframework.web.socket. PingMessage のコンストラクター
- 指定された ByteBuffer ペイロードで新しい ping メッセージを作成します。
- PLACEHOLDER_ARGUMENT_TYPES - Static variable in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
$[argumentTypes]プレースホルダー。- PLACEHOLDER_ARGUMENTS - Static variable in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
$[arguments]プレースホルダー。- PLACEHOLDER_EXCEPTION - Static variable in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
$[exception]プレースホルダー。- PLACEHOLDER_INVOCATION_TIME - Static variable in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
$[invocationTime]プレースホルダー。- PLACEHOLDER_METHOD_NAME - Static variable in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
$[methodName]プレースホルダー。- PLACEHOLDER_PREFIX - Static variable in class org.springframework.util.SystemPropertyUtils
- プロパティプレースホルダーのプレフィックス: "${".
- PLACEHOLDER_RETURN_VALUE - Static variable in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
$[returnValue]プレースホルダー。- PLACEHOLDER_SUFFIX - Static variable in class org.springframework.util.SystemPropertyUtils
- プロパティプレースホルダーの接尾辞: "}".
- PLACEHOLDER_TARGET_CLASS_NAME - Static variable in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
$[targetClassName]プレースホルダー。- PLACEHOLDER_TARGET_CLASS_SHORT_NAME - Static variable in class org.springframework.aop.interceptor.CustomizableTraceInterceptor
$[targetClassShortName]プレースホルダー。- PlaceholderConfigurerSupport - org.springframework.beans.factory.config のクラス
- Bean 定義プロパティ値のプレースホルダーを解決するプロパティリソースコンフィグレータの抽象基本クラス。
- PlaceholderConfigurerSupport() - クラス org.springframework.beans.factory.config. PlaceholderConfigurerSupport のコンストラクター
- placeholderPrefix - Variable in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
- デフォルトは "${" です。
- PlaceholderResolutionException - Exception in org.springframework.util
- プレースホルダーの解決に失敗した場合にスローされます。
- placeholderSuffix - Variable in class org.springframework.beans.factory.config.PlaceholderConfigurerSupport
- デフォルトは "}" です。
- placeholderValue(String, String) - インターフェース org.springframework.test.web.servlet.client のメソッド。MockMvcWebTestClient.ControllerSpec
- 使用するプレースホルダー値を構成します。
- PLAIN - Static variable in interface org.springframework.core.annotation.AnnotationFilter
- PlatformTransactionManager - org.springframework.transaction のインターフェース
- これは、Spring の命令型トランザクションインフラストラクチャの中心的なインターフェースです。
- PluggableSchemaResolver - org.springframework.beans.factory.xml のクラス
- 一連のマッピングファイルを使用してスキーマ URL をローカル
classpath resourcesに解決しようとするEntityResolverSE 実装。 - PluggableSchemaResolver(ClassLoader) - クラス org.springframework.beans.factory.xml. PluggableSchemaResolver のコンストラクター
- スキーマ URL をロードします。→ デフォルトのマッピングファイルパターン "META-INF/spring.schemas" を使用したスキーマファイルの場所のマッピング。
- PluggableSchemaResolver(ClassLoader, String) - クラス org.springframework.beans.factory.xml. PluggableSchemaResolver のコンストラクター
- スキーマ URL をロードします。→ 指定されたマッピングファイルパターンを使用したスキーマファイルの場所のマッピング。
- Pointcut - Interface in org.springframework.aop
- コア Spring ポイントカット抽象化。
- PointcutAdvisor - org.springframework.aop のインターフェース
- ポイントカットによって駆動されるすべてのアドバイザのスーパーインターフェース。
- PointcutComponentDefinition - org.springframework.aop.config のクラス
- ポイントカット定義を保持する
ComponentDefinition実装。 - PointcutComponentDefinition(String, BeanDefinition, String) - クラス org.springframework.aop.config. PointcutComponentDefinition のコンストラクター
- PointcutEntry - org.springframework.aop.config のクラス
- ポイントカットを表す
ParseStateエントリ。 - PointcutEntry(String) - クラス org.springframework.aop.config. PointcutEntry のコンストラクター
- 新しい
PointcutEntryインスタンスを作成します。 - Pointcuts - Class in org.springframework.aop.support
- getter と setter を一致させるためのポイントカット定数、およびポイントカットの操作と評価に役立つ静的メソッド。
- Pointcuts() - Constructor for class org.springframework.aop.support.Pointcuts
- POLICY_VIOLATION - Static variable in class org.springframework.web.reactive.socket.CloseStatus
- 「1008 は、ポリシーに違反するメッセージを受信したため、エンドポイントが接続を終了していることを示します。
- POLICY_VIOLATION - Static variable in class org.springframework.web.socket.CloseStatus
- 「1008 は、ポリシーに違反するメッセージを受信したため、エンドポイントが接続を終了していることを示します。
- PollableChannel - org.springframework.messaging のインターフェース
- ポーリングを通じてメッセージをアクティブに受信できる
MessageChannel。 - pollForPurge() - Method in class org.springframework.util.ConcurrentReferenceHashMap.ReferenceManager
- ガベージコレクションされ、参照をパージする必要がない場合は、基になる構造または
nullからパージできるすべての参照を返します。 - PollingSockJsSession - org.springframework.web.socket.sockjs.transport.session のクラス
- HTTP トランスポートのポーリングで使用する SockJS セッション。
- PollingSockJsSession(String, SockJsServiceConfig, WebSocketHandler, Map<String, Object>) - クラス org.springframework.web.socket.sockjs.transport.session. PollingSockJsSession のコンストラクター
- PONG - Enum constant in enum class org.springframework.web.reactive.socket.WebSocketMessage.Type
- WebSocket ピンポン。
- pongMessage(Function<DataBufferFactory, DataBuffer>) - クラス org.springframework.web.reactive.socket.adapter のメソッド。AbstractWebSocketSession
- pongMessage(Function<DataBufferFactory, DataBuffer>) - インターフェース org.springframework.web.reactive.socket のメソッド。WebSocketSession
- セッションに
WebSocketSession.bufferFactory()を使用してポン WebSocketMessage を作成するファクトリメソッド。 - PongMessage - org.springframework.web.socket のクラス
- WebSocket ピンポンメッセージ。
- PongMessage() - クラス org.springframework.web.socket. PongMessage のコンストラクター
- 空のペイロードで新しいポンメッセージを作成します。
- PongMessage(ByteBuffer) - クラス org.springframework.web.socket. PongMessage のコンストラクター
- 指定された ByteBuffer ペイロードで新しいポンメッセージを作成します。
- PooledDataBuffer - Interface in org.springframework.core.io.buffer
- メモリプールを共有するバッファーを可能にする
DataBufferの拡張。 - PoolingConfig - Interface in org.springframework.aop.target
- プーリングターゲットソースの構成インターフェース。
- pop() - クラス org.springframework.beans.factory.parsing のメソッド。ParseState
ArrayDequeSE からParseState.Entryを削除します。- pop() - クラス org.springframework.cglib.core のメソッド。CodeEmitter
- POP - Static variable in interface org.springframework.asm.Opcodes
- pop2() - クラス org.springframework.cglib.core のメソッド。CodeEmitter
- POP2 - Static variable in interface org.springframework.asm.Opcodes
- popActiveContextObject() - クラス org.springframework.expression.spel のメソッド。ExpressionState
- popAndRegisterContainingComponent() - クラス org.springframework.beans.factory.xml のメソッド。ParserContext
- popContainingComponent() - クラス org.springframework.beans.factory.xml のメソッド。ParserContext
- popNestedPath() - Method in class org.springframework.validation.AbstractErrors
- popNestedPath() - Method in exception org.springframework.validation.BindException
- popNestedPath() - Method in interface org.springframework.validation.Errors
- ネストされたパススタックから以前のネストされたパスをポップします。
- popNestedPath() - クラス org.springframework.validation.method のメソッド。ParameterErrors
- popNestedPath() - クラス org.springframework.web.bind のメソッド。EscapedErrors
- popNestedPath() - Method in exception org.springframework.web.bind.support.WebExchangeBindException
- populate(Connection) - クラス org.springframework.r2dbc.connection.init のメソッド。CompositeDatabasePopulator
- populate(Connection) - インターフェース org.springframework.r2dbc.connection.init のメソッド。DatabasePopulator
- 提供されている R2DBC
Connectionを使用して、データベースにデータを入力、初期化、クリーンアップします。 - populate(Connection) - クラス org.springframework.r2dbc.connection.init のメソッド。ResourceDatabasePopulator
- populate(ConnectionFactory) - インターフェース org.springframework.r2dbc.connection.init のメソッド。DatabasePopulator
- 指定された
ConnectionFactoryに対して指定されたDatabasePopulatorを実行します。 - populate(Connection) - クラス org.springframework.jdbc.datasource.init のメソッド。CompositeDatabasePopulator
- populate(Connection) - インターフェース org.springframework.jdbc.datasource.init のメソッド。DatabasePopulator
- 提供された JDBC 接続を使用して、データベースにデータを入力、初期化、クリーンアップします。
- populate(Connection) - クラス org.springframework.jdbc.datasource.init のメソッド。ResourceDatabasePopulator
- 提供された JDBC 接続を使用して、データベースにデータを入力、初期化、クリーンアップします。
- populateActivationSpecProperties(BeanWrapper, JmsActivationSpecConfig) - クラス org.springframework.jms.listener.endpoint のメソッド。DefaultJmsActivationSpecFactory
- この実装は、対応する ActivationSpec プロパティ "maxSessions "/"maxNumberOfWorks" " と "maxMessagesPerSessions"/"maxMessages" " を検出することにより、Spring の拡張 "maxConcurrency" と "prefetchSize" 設定をサポートします (ActiveMQ と JORAM の命名規則に従います)。
- populateActivationSpecProperties(BeanWrapper, JmsActivationSpecConfig) - クラス org.springframework.jms.listener.endpoint のメソッド。StandardJmsActivationSpecFactory
- 特定の ApplicationSpec オブジェクトに、特定の構成オブジェクトで定義された設定を入力します。
- populateAttributeDescriptor(Descriptor, Method, Method, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- サブクラスが特定の属性の
Descriptorにフィールドを追加できるようにします。 - populateAttributeDescriptor(Descriptor, Method, Method, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
ManagedAttribute属性またはManagedMetric属性の記述子フィールドを属性記述子に追加します。- populateBean(String, RootBeanDefinition, BeanWrapper) - クラス org.springframework.beans.factory.support のメソッド。AbstractAutowireCapableBeanFactory
- 指定された BeanWrapper の Bean インスタンスに、Bean 定義からのプロパティ値を取り込みます。
- POPULATED_REQUEST_CONTEXT_HOLDER_ATTRIBUTE - Static variable in class org.springframework.test.context.web.ServletTestExecutionListener
ServletTestExecutionListenerが Spring Web のRequestContextHolderにすでに入力されていることを示すTestContext属性の属性名。- populateDefaults(DocumentDefaultsDefinition, DocumentDefaultsDefinition, Element) - クラス org.springframework.beans.factory.xml のメソッド。BeanDefinitionParserDelegate
- 指定された DocumentDefaultsDefinition インスタンスに、デフォルトのレイジーイニット、オートワイヤー、依存関係チェック設定、初期化メソッド、破棄メソッド、マージ設定を入力します。
- populateMBeanDescriptor(Descriptor, Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
ModelMBeanInfoインスタンスが構築された後、それがMBeanExporterに渡される前に呼び出されます。- populateMBeanDescriptor(Descriptor, Object, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- サブクラスが MBean の
Descriptorにフィールドを追加できるようにします。 - populateMBeanDescriptor(Descriptor, Object, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
ManagedResource属性の記述子フィールドを MBean 記述子に追加します。- populateOperationDescriptor(Descriptor, Method, String) - Method in class org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
- サブクラスが特定の操作のために
Descriptorにフィールドを追加できるようにします。 - populateOperationDescriptor(Descriptor, Method, String) - Method in class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
ManagedAttribute属性から属性記述子に記述子フィールドを追加します。- port(int) - インターフェース org.springframework.web.util のメソッド。UriBuilder
- URI ポートを設定します。
- port(int) - クラス org.springframework.web.util のメソッド。UriComponentsBuilder
- port(String) - インターフェース org.springframework.web.util のメソッド。UriBuilder
- URI ポートを設定します。
- port(String) - クラス org.springframework.web.util のメソッド。UriComponentsBuilder
- position - Variable in exception org.springframework.expression.ExpressionException
- possiblyExpectingExceptions(FrameworkMethod, Object, Statement) - クラス org.springframework.test.context.junit4 のメソッド。SpringJUnit4ClassRunner
SpringJUnit4ClassRunner.getExpectedException(FrameworkMethod)を使用して予期される例外が取得されることを除いて、BlockJUnit4ClassRunner.possiblyExpectingExceptions(FrameworkMethod, Object, Statement)と同じロジックを実行します。- post() - インターフェース org.springframework.test.web.reactive.server のメソッド。WebTestClient
- HTTP POST リクエストを準備します。
- post() - クラス org.springframework.test.web.servlet.assertj のメソッド。MockMvcTester
- HTTP POST リクエストを準備します。
- post() - インターフェース org.springframework.web.client のメソッド。RestClient
- HTTP POST リクエストの作成を開始します。
- post() - インターフェース org.springframework.web.reactive.function.client のメソッド。WebClient
- HTTP POST リクエストの作成を開始します。
- post(String, Object...) - Static method in class org.springframework.http.RequestEntity
- 指定された文字列ベースの uri テンプレートを使用して HTTP POST ビルダーを作成します。
- post(String, Object...) - Static method in class org.springframework.mock.http.server.reactive.MockServerHttpRequest
- HTTP POST バリアント。
- post(String, Object...) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
- POST リクエストの
MockHttpServletRequestBuilderを作成します。 - post(URI) - Static method in class org.springframework.http.RequestEntity
- 指定された URL で HTTP POST ビルダーを作成します。
- post(URI) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
- POST リクエストの
MockHttpServletRequestBuilderを作成します。 - POST - Enum constant in enum class org.springframework.web.bind.annotation.RequestMethod
- POST - Static variable in class org.springframework.http.HttpMethod
- HTTP メソッド
POST。 - POST(String) - Static method in class org.springframework.web.reactive.function.server.RequestPredicates
- リクエストの HTTP メソッドが
POSTであり、指定されたpatternがリクエストパスと一致する場合に一致するRequestPredicateを返します。 - POST(String) - Static method in class org.springframework.web.servlet.function.RequestPredicates
- リクエストの HTTP メソッドが
POSTであり、指定されたpatternがリクエストパスと一致する場合に一致するRequestPredicateを返します。 - POST(String, HandlerFunction<ServerResponse>) - インターフェース org.springframework.web.reactive.function.server のメソッド。RouterFunctions.Builder
- 指定されたパターンに一致するすべての HTTP
POSTリクエストを処理する指定されたハンドラー関数にルートを追加します。 - POST(String, RequestPredicate, HandlerFunction<ServerResponse>) - インターフェース org.springframework.web.reactive.function.server のメソッド。RouterFunctions.Builder
- 指定されたパターンと述語に一致するすべての HTTP
POSTリクエストを処理する指定されたハンドラー関数にルートを追加します。 - POST(String, HandlerFunction<ServerResponse>) - インターフェース org.springframework.web.servlet.function のメソッド。RouterFunctions.Builder
- 指定されたパターンに一致するすべての HTTP
POSTリクエストを処理する指定されたハンドラー関数にルートを追加します。 - POST(String, RequestPredicate, HandlerFunction<ServerResponse>) - インターフェース org.springframework.web.servlet.function のメソッド。RouterFunctions.Builder
- 指定されたパターンと述語に一致するすべての HTTP
POSTリクエストを処理する指定されたハンドラー関数にルートを追加します。 - POST(HandlerFunction<ServerResponse>) - インターフェース org.springframework.web.reactive.function.server のメソッド。RouterFunctions.Builder
- HTTP
POSTリクエストを処理する指定されたハンドラー関数にルートを追加します。 - POST(RequestPredicate, HandlerFunction<ServerResponse>) - インターフェース org.springframework.web.reactive.function.server のメソッド。RouterFunctions.Builder
- 指定された述語に一致するすべての HTTP
POSTリクエストを処理する指定されたハンドラー関数にルートを追加します。 - POST(HandlerFunction<ServerResponse>) - インターフェース org.springframework.web.servlet.function のメソッド。RouterFunctions.Builder
- HTTP
POSTリクエストを処理する指定されたハンドラー関数にルートを追加します。 - POST(RequestPredicate, HandlerFunction<ServerResponse>) - インターフェース org.springframework.web.servlet.function のメソッド。RouterFunctions.Builder
- 指定された述語に一致するすべての HTTP
POSTリクエストを処理する指定されたハンドラー関数にルートを追加します。 - postConfigurer(Consumer<ObjectMapper>) - クラス org.springframework.http.converter.json のメソッド。Jackson2ObjectMapperBuilder
- ビルダーの他のすべての構成プロパティが適用された後、最後に
ObjectMapperインスタンスに直接追加のカスタマイズを適用するオプション。 - PostExchange - Annotation Interface in org.springframework.web.service.annotation
- HTTP POST リクエストの
@HttpExchangeのショートカット。 - POSTFIX_ERROR_CODE - Enum constant in enum class org.springframework.validation.DefaultMessageCodesResolver.Format
- 生成されたメッセージコードの最後にエラーコードを後置します。
- postForEntity(String, Object, Class<T>, Object...) - インターフェース org.springframework.web.client のメソッド。RestOperations
- 指定されたオブジェクトを URI テンプレートに POST して新しいリソースを作成し、レスポンスを
ResponseEntityとして返します。 - postForEntity(String, Object, Class<T>, Object...) - クラス org.springframework.web.client のメソッド。RestTemplate
- postForEntity(String, Object, Class<T>, Map<String, ?>) - インターフェース org.springframework.web.client のメソッド。RestOperations
- 指定されたオブジェクトを URI テンプレートに POST して新しいリソースを作成し、レスポンスを
HttpEntityとして返します。 - postForEntity(String, Object, Class<T>, Map<String, ?>) - クラス org.springframework.web.client のメソッド。RestTemplate
- postForEntity(URI, Object, Class<T>) - インターフェース org.springframework.web.client のメソッド。RestOperations
- 指定されたオブジェクトを URL に POST して新しいリソースを作成し、レスポンスを
ResponseEntityとして返します。 - postForEntity(URI, Object, Class<T>) - クラス org.springframework.web.client のメソッド。RestTemplate
- postForLocation(String, Object, Object...) - インターフェース org.springframework.web.client のメソッド。RestOperations
- 指定されたオブジェクトを URI テンプレートに POST して新しいリソースを作成し、
Locationヘッダーの値を返します。 - postForLocation(String, Object, Object...) - クラス org.springframework.web.client のメソッド。RestTemplate
- postForLocation(String, Object, Map<String, ?>) - インターフェース org.springframework.web.client のメソッド。RestOperations
- 指定されたオブジェクトを URI テンプレートに POST して新しいリソースを作成し、
Locationヘッダーの値を返します。 - postForLocation(String, Object, Map<String, ?>) - クラス org.springframework.web.client のメソッド。RestTemplate
- postForLocation(URI, Object) - インターフェース org.springframework.web.client のメソッド。RestOperations
- 指定されたオブジェクトを URL に POST して新しいリソースを作成し、
Locationヘッダーの値を返します。 - postForLocation(URI, Object) - クラス org.springframework.web.client のメソッド。RestTemplate
- postForObject(String, Object, Class<T>, Object...) - インターフェース org.springframework.web.client のメソッド。RestOperations
- 指定されたオブジェクトを URI テンプレートに POST して新しいリソースを作成し、レスポンスで見つかった表現を返します。
- postForObject(String, Object, Class<T>, Object...) - クラス org.springframework.web.client のメソッド。RestTemplate
- postForObject(String, Object, Class<T>, Map<String, ?>) - インターフェース org.springframework.web.client のメソッド。RestOperations
- 指定されたオブジェクトを URI テンプレートに POST して新しいリソースを作成し、レスポンスで見つかった表現を返します。
- postForObject(String, Object, Class<T>, Map<String, ?>) - クラス org.springframework.web.client のメソッド。RestTemplate
- postForObject(URI, Object, Class<T>) - インターフェース org.springframework.web.client のメソッド。RestOperations
- 指定されたオブジェクトを URL に POST して新しいリソースを作成し、レスポンスで見つかった表現を返します。
- postForObject(URI, Object, Class<T>) - クラス org.springframework.web.client のメソッド。RestTemplate
- PostgresCallMetaDataProvider - org.springframework.jdbc.core.metadata のクラス
CallMetaDataProviderインターフェースの Postgres 固有の実装。- PostgresCallMetaDataProvider(DatabaseMetaData) - クラス org.springframework.jdbc.core.metadata. PostgresCallMetaDataProvider のコンストラクター
- POSTGRESQL - Enum constant in enum class org.springframework.orm.jpa.vendor.Database
- PostgresSequenceMaxValueIncrementer - org.springframework.jdbc.support.incrementer のクラス
- 指定された PostgreSQL シーケンスの次の値を取得する
DataFieldMaxValueIncrementer。 - PostgresSequenceMaxValueIncrementer() - クラス org.springframework.jdbc.support.incrementer. PostgresSequenceMaxValueIncrementer のコンストラクター
- Bean プロパティスタイルの使用のデフォルトコンストラクター。
- PostgresSequenceMaxValueIncrementer(DataSource, String) - クラス org.springframework.jdbc.support.incrementer. PostgresSequenceMaxValueIncrementer のコンストラクター
- 便利なコンストラクター。
- PostgresTableMetaDataProvider - org.springframework.jdbc.core.metadata のクラス
TableMetaDataProviderの PostgreSQL 固有の実装。- PostgresTableMetaDataProvider(DatabaseMetaData) - クラス org.springframework.jdbc.core.metadata. PostgresTableMetaDataProvider のコンストラクター
- postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - クラス org.springframework.web.servlet.handler のメソッド。MappedInterceptor
- postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - クラス org.springframework.web.servlet.handler のメソッド。WebRequestHandlerInterceptorAdapter
- postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - インターフェース org.springframework.web.servlet のメソッド。HandlerInterceptor
- ハンドラーの実行が成功した後のインターセプトポイント。
- postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - クラス org.springframework.web.servlet.mvc のメソッド。WebContentInterceptor
- この実装は空です。
- postHandle(WebRequest, ModelMap) - クラス org.springframework.orm.hibernate5.support のメソッド。OpenSessionInViewInterceptor
- postHandle(WebRequest, ModelMap) - クラス org.springframework.orm.jpa.support のメソッド。OpenEntityManagerInViewInterceptor
- postHandle(WebRequest, ModelMap) - インターフェース org.springframework.web.context.request のメソッド。WebRequestInterceptor
- 呼び出しが成功した後、ビューのレンダリングの前に(もしあれば)リクエストハンドラーの実行をインターセプトします。
- PostMapping - Annotation Interface in org.springframework.web.bind.annotation
- HTTP
POSTリクエストを特定のハンドラーメソッドにマッピングするためのアノテーション。 - postProcess(Class) - クラス org.springframework.cglib.transform のメソッド。AbstractClassLoader
- postProcess(BeanDefinitionBuilder, Element) - クラス org.springframework.beans.factory.xml のメソッド。AbstractSimpleBeanDefinitionParser
- 解析が完了した後、Bean 定義をインスペクション / 変更するために派生クラスが実装できるフックメソッド。
- postProcess(NativeWebRequest, Callable<T>, Object) - インターフェース org.springframework.web.context.request.async のメソッド。CallableProcessingInterceptor
CallableがCallableが実行される非同期スレッドで結果を生成した後に呼び出されます。- postProcess(NativeWebRequest, DeferredResult<T>, Object) - インターフェース org.springframework.web.context.request.async のメソッド。DeferredResultProcessingInterceptor
DeferredResult.setResult(Object)またはDeferredResult.setErrorResult(Object)を介してDeferredResultが設定された後に呼び出され、同時に結果を処理する準備ができています。- postProcessAfterInitialization(Object, String) - クラス org.springframework.aop.framework のメソッド。AbstractAdvisingBeanPostProcessor
- postProcessAfterInitialization(Object, String) - クラス org.springframework.aop.framework.adapter のメソッド。AdvisorAdapterRegistrationManager
- postProcessAfterInitialization(Object, String) - クラス org.springframework.aop.framework.autoproxy のメソッド。AbstractAutoProxyCreator
- Bean がサブクラスによってプロキシするものとして識別される場合、設定されたインターセプターでプロキシを作成します。
- postProcessAfterInitialization(Object, String) - クラス org.springframework.beans.factory.annotation のメソッド。InitDestroyAnnotationBeanPostProcessor
- postProcessAfterInitialization(Object, String) - インターフェース org.springframework.beans.factory.config のメソッド。BeanPostProcessor
- Bean 初期化コールバック(InitializingBean の
afterPropertiesSetまたはカスタム init メソッドなど)の後に、このBeanPostProcessorを新しい Bean インスタンスに適用します。 - postProcessAfterInitialization(Object, String) - クラス org.springframework.context.weaving のメソッド。LoadTimeWeaverAwareProcessor
- postProcessAfterInitialization(Object, String) - クラス org.springframework.jms.annotation のメソッド。JmsListenerAnnotationBeanPostProcessor
- postProcessAfterInitialization(Object, String) - クラス org.springframework.scheduling.annotation のメソッド。ScheduledAnnotationBeanPostProcessor
- postProcessAfterInitialization(Object, String) - クラス org.springframework.validation.beanvalidation のメソッド。BeanValidationPostProcessor
- postProcessAfterInitialization(Object, String) - クラス org.springframework.web.context.support のメソッド。ServletContextAwareProcessor
- postProcessAfterInitialization(Object, String) - クラス org.springframework.web.servlet.handler のメソッド。SimpleServletPostProcessor
- postProcessAfterInstantiation(Object, String) - インターフェース org.springframework.beans.factory.config のメソッド。InstantiationAwareBeanPostProcessor
- コンストラクターまたはファクトリメソッドを介して Bean がインスタンス化された後、Spring プロパティの設定(明示的なプロパティまたはオートワイヤーから)が発生する前に操作を実行します。
- postProcessAfterInstantiation(Object, String) - クラス org.springframework.context.annotation のメソッド。CommonAnnotationBeanPostProcessor
- postProcessAnnotationAttributes(Object, AnnotationAttributes, boolean) - Static method in class org.springframework.core.annotation.AnnotationUtils
- 提供された
AnnotationAttributesを後処理し、ネストされたアノテーションをAnnotationインスタンスとして保持します。 - postProcessBeanDefinition(AbstractBeanDefinition, String) - クラス org.springframework.context.annotation のメソッド。ClassPathBeanDefinitionScanner
- コンポーネントクラスのスキャンから取得したコンテンツ以外に、指定した Bean 定義にさらに設定を適用します。
- postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - インターフェース org.springframework.beans.factory.support のメソッド。BeanDefinitionRegistryPostProcessor
- 標準の初期化後に、アプリケーションコンテキストの内部 Bean 定義レジストリを変更します。
- postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - クラス org.springframework.context.annotation のメソッド。ConfigurationClassPostProcessor
- レジストリの構成クラスからさらに Bean 定義を取得します。
- postProcessBeanFactory(ConfigurableListableBeanFactory) - クラス org.springframework.beans.factory.annotation のメソッド。CustomAutowireConfigurer
- postProcessBeanFactory(ConfigurableListableBeanFactory) - インターフェース org.springframework.beans.factory.config のメソッド。BeanFactoryPostProcessor
- 標準の初期化後に、アプリケーションコンテキストの内部 Bean ファクトリを変更します。
- postProcessBeanFactory(ConfigurableListableBeanFactory) - クラス org.springframework.beans.factory.config のメソッド。CustomEditorConfigurer
- postProcessBeanFactory(ConfigurableListableBeanFactory) - クラス org.springframework.beans.factory.config のメソッド。CustomScopeConfigurer
- postProcessBeanFactory(ConfigurableListableBeanFactory) - クラス org.springframework.beans.factory.config のメソッド。DeprecatedBeanWarner
- postProcessBeanFactory(ConfigurableListableBeanFactory) - クラス org.springframework.beans.factory.config のメソッド。PropertyResourceConfigurer
- postProcessBeanFactory(ConfigurableListableBeanFactory) - インターフェース org.springframework.beans.factory.support のメソッド。BeanDefinitionRegistryPostProcessor
- カスタム
BeanDefinitionRegistryPostProcessor実装は通常、BeanDefinitionRegistryPostProcessor.postProcessBeanDefinitionRegistry(org.springframework.beans.factory.support.BeanDefinitionRegistry)メソッドのみを提供するため、BeanFactoryPostProcessor.postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory)の空の実装。 - postProcessBeanFactory(ConfigurableListableBeanFactory) - クラス org.springframework.context.annotation のメソッド。ConfigurationClassPostProcessor
- 実行時に Bean リクエストを処理するための構成クラスを準備するには、CGLIB 拡張サブクラスに置き換えます。
- postProcessBeanFactory(ConfigurableListableBeanFactory) - クラス org.springframework.context.event のメソッド。EventListenerMethodProcessor
- postProcessBeanFactory(ConfigurableListableBeanFactory) - クラス org.springframework.context.support のメソッド。AbstractApplicationContext
- 標準の初期化後に、アプリケーションコンテキストの内部 Bean ファクトリを変更します。
- postProcessBeanFactory(ConfigurableListableBeanFactory) - クラス org.springframework.context.support のメソッド。PropertySourcesPlaceholderConfigurer
- すべて: 処理が
PropertySourcesのこの構成器のセットに対して、それぞれを解決することによって、Bean 定義で ${...} プレースホルダを交換することによって発生し、含まれている環境プロパティ源をEnvironmentがあれば、存在している ローカルのプロパティを合併した場合、いずれかが いるされて 指定されたPropertySourcesPlaceholderConfigurer.setPropertySources(org.springframework.core.env.PropertySources)を呼び出すことによって設定されたすべてのプロパティのソースを - postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.context.weaving.AspectJWeavingEnabler
- postProcessBeanFactory(ConfigurableListableBeanFactory) - クラス org.springframework.web.context.support のメソッド。AbstractRefreshableWebApplicationContext
- リクエスト / セッションスコープ、
ServletContextAwareProcessorなどを登録します。 - postProcessBeanFactory(ConfigurableListableBeanFactory) - クラス org.springframework.web.context.support のメソッド。GenericWebApplicationContext
- リクエスト / セッションスコープ、環境 Bean、
ServletContextAwareProcessorなどを登録します。 - postProcessBeanFactory(ConfigurableListableBeanFactory) - クラス org.springframework.web.context.support のメソッド。StaticWebApplicationContext
- リクエスト / セッションスコープ、
ServletContextAwareProcessorなどを登録します。 - postProcessBeforeDestruction(Object, String) - クラス org.springframework.beans.factory.annotation のメソッド。InitDestroyAnnotationBeanPostProcessor
- postProcessBeforeDestruction(Object, String) - インターフェース org.springframework.beans.factory.config のメソッド。DestructionAwareBeanPostProcessor
- 指定された Bean インスタンスを破棄する前に、この BeanPostProcessor を適用します (たとえば、カスタム破棄コールバックを呼び出します)。
- postProcessBeforeDestruction(Object, String) - クラス org.springframework.orm.jpa.support のメソッド。PersistenceAnnotationBeanPostProcessor
- postProcessBeforeDestruction(Object, String) - クラス org.springframework.scheduling.annotation のメソッド。ScheduledAnnotationBeanPostProcessor
- postProcessBeforeDestruction(Object, String) - クラス org.springframework.web.servlet.handler のメソッド。SimpleServletPostProcessor
- postProcessBeforeInitialization(Object, String) - クラス org.springframework.aop.framework.adapter のメソッド。AdvisorAdapterRegistrationManager
- postProcessBeforeInitialization(Object, String) - クラス org.springframework.beans.factory.annotation のメソッド。InitDestroyAnnotationBeanPostProcessor
- postProcessBeforeInitialization(Object, String) - インターフェース org.springframework.beans.factory.config のメソッド。BeanPostProcessor
- Bean 初期化コールバック(InitializingBean の
afterPropertiesSetまたはカスタム init メソッドなど)の前に、このBeanPostProcessorを指定された新しい Bean インスタンスに適用します。 - postProcessBeforeInitialization(Object, String) - クラス org.springframework.context.annotation のメソッド。ImportAwareAotBeanPostProcessor
- postProcessBeforeInitialization(Object, String) - クラス org.springframework.context.weaving のメソッド。LoadTimeWeaverAwareProcessor
- postProcessBeforeInitialization(Object, String) - クラス org.springframework.jms.annotation のメソッド。JmsListenerAnnotationBeanPostProcessor
- postProcessBeforeInitialization(Object, String) - クラス org.springframework.scheduling.annotation のメソッド。ScheduledAnnotationBeanPostProcessor
- postProcessBeforeInitialization(Object, String) - クラス org.springframework.validation.beanvalidation のメソッド。BeanValidationPostProcessor
- postProcessBeforeInitialization(Object, String) - クラス org.springframework.web.context.support のメソッド。ServletContextAwareProcessor
- postProcessBeforeInitialization(Object, String) - クラス org.springframework.web.servlet.handler のメソッド。SimpleServletPostProcessor
- postProcessBeforeInstantiation(Class<?>, String) - クラス org.springframework.aop.framework.autoproxy のメソッド。AbstractAutoProxyCreator
- postProcessBeforeInstantiation(Class<?>, String) - インターフェース org.springframework.beans.factory.config のメソッド。InstantiationAwareBeanPostProcessor
- ターゲット Bean がインスタンス化される前に、この BeanPostProcessor を適用します。
- postProcessBeforeInstantiation(Class<?>, String) - クラス org.springframework.context.annotation のメソッド。CommonAnnotationBeanPostProcessor
- postProcessBeforeInstantiation(Class<?>, String) - クラス org.springframework.scripting.support のメソッド。ScriptFactoryPostProcessor
- postProcessComponentDefinition(BeanComponentDefinition) - クラス org.springframework.beans.factory.xml のメソッド。AbstractBeanDefinitionParser
BeanComponentDefinitionの一次解析の後、BeanComponentDefinitionがBeanDefinitionRegistryに登録される前に呼び出されるフックメソッド。- postProcessConfiguration(Configuration) - クラス org.springframework.ui.freemarker のメソッド。FreeMarkerConfigurationFactory
- このファクトリがデフォルトの初期化を実行した後、
Configurationオブジェクトのカスタム後処理を実行するサブクラスによってオーバーライドされます。 - postProcessConfiguration(Configuration<?>) - クラス org.springframework.validation.beanvalidation のメソッド。LocalValidatorFactoryBean
- 指定された Bean 検証構成を後処理し、その設定を追加または上書きします。
- postProcessEntityManager(EntityManager) - クラス org.springframework.orm.jpa のメソッド。AbstractEntityManagerFactoryBean
- アクティブに使用する前にネイティブ EntityManager を後処理するためのオプションのコールバック。
- postProcessEntityManager(EntityManager) - インターフェース org.springframework.orm.jpa のメソッド。JpaVendorAdapter
- アクティブに使用する前にネイティブ EntityManager を後処理するためのオプションのコールバック。
- postProcessEntityManager(EntityManager) - クラス org.springframework.orm.jpa.vendor のメソッド。AbstractJpaVendorAdapter
- postProcessEntityManagerFactory(EntityManagerFactory) - インターフェース org.springframework.orm.jpa のメソッド。JpaVendorAdapter
- アクティブに使用する前にネイティブ EntityManagerFactory を後処理するためのオプションのコールバック。
- postProcessEntityManagerFactory(EntityManagerFactory) - クラス org.springframework.orm.jpa.vendor のメソッド。AbstractJpaVendorAdapter
- postProcessEntityManagerFactory(EntityManagerFactory, PersistenceUnitInfo) - クラス org.springframework.orm.jpa のメソッド。LocalContainerEntityManagerFactoryBean
- サブクラスが PersistenceProvider を介して作成した後に EntityManagerFactory をカスタマイズできるようにするフックメソッド。
- postProcessEvent(ApplicationEvent, Throwable) - インターフェース org.springframework.transaction.event のメソッド。TransactionalApplicationListener.SynchronizationCallback
- トランザクションイベントリスナーの呼び出し後に呼び出されます。
- postProcessHttpRequest(ClassicHttpRequest) - クラス org.springframework.http.client のメソッド。HttpComponentsClientHttpRequestFactory
HttpComponentsClientHttpRequestの一部として返される前にClassicHttpRequestを操作できるようにするテンプレートメソッド。- postProcessJobDetail(JobDetail) - クラス org.springframework.scheduling.quartz のメソッド。MethodInvokingJobDetailFactoryBean
- この FactoryBean によって公開される JobDetail を後処理するためのコールバック。
- postProcessMergedBeanDefinition(RootBeanDefinition, Class<?>, String) - クラス org.springframework.beans.factory.annotation のメソッド。AutowiredAnnotationBeanPostProcessor
- postProcessMergedBeanDefinition(RootBeanDefinition, Class<?>, String) - クラス org.springframework.beans.factory.annotation のメソッド。InitDestroyAnnotationBeanPostProcessor
- postProcessMergedBeanDefinition(RootBeanDefinition, Class<?>, String) - インターフェース org.springframework.beans.factory.support のメソッド。MergedBeanDefinitionPostProcessor
- 指定された Bean の指定されたマージ済み Bean 定義を後処理します。
- postProcessMergedBeanDefinition(RootBeanDefinition, Class<?>, String) - クラス org.springframework.context.annotation のメソッド。CommonAnnotationBeanPostProcessor
- postProcessMergedBeanDefinition(RootBeanDefinition, Class<?>, String) - クラス org.springframework.jms.annotation のメソッド。JmsListenerAnnotationBeanPostProcessor
- postProcessMergedBeanDefinition(RootBeanDefinition, Class<?>, String) - クラス org.springframework.orm.jpa.support のメソッド。PersistenceAnnotationBeanPostProcessor
- postProcessMergedBeanDefinition(RootBeanDefinition, Class<?>, String) - クラス org.springframework.scheduling.annotation のメソッド。ScheduledAnnotationBeanPostProcessor
- postProcessMessage(Message) - インターフェース org.springframework.jms.core のメソッド。MessagePostProcessor
- 指定されたメッセージを処理します。
- postProcessMessage(Message<?>) - インターフェース org.springframework.messaging.core のメソッド。MessagePostProcessor
- 指定されたメッセージを処理します。
- postProcessMessageCode(String) - Method in class org.springframework.validation.DefaultMessageCodesResolver
- このリゾルバーによって構築された、指定されたメッセージコードを後処理します。
- postProcessObjectFromFactoryBean(Object, String) - クラス org.springframework.beans.factory.support のメソッド。AbstractAutowireCapableBeanFactory
- 登録されたすべての BeanPostProcessors の
postProcessAfterInitializationコールバックを適用し、FactoryBeans から取得したオブジェクトを後処理する(たとえば、自動プロキシする)機会を与えます。 - postProcessObjectFromFactoryBean(Object, String) - クラス org.springframework.beans.factory.support のメソッド。FactoryBeanRegistrySupport
- FactoryBean から取得した特定のオブジェクトを後処理します。
- postProcessPersistenceUnitInfo(MutablePersistenceUnitInfo) - クラス org.springframework.orm.jpa.persistenceunit のメソッド。DefaultPersistenceUnitManager
- サブクラスが各
MutablePersistenceUnitInfoをカスタマイズできるようにするフックメソッド。 - postProcessPersistenceUnitInfo(MutablePersistenceUnitInfo) - インターフェース org.springframework.orm.jpa.persistenceunit のメソッド。PersistenceUnitPostProcessor
- 特定の PersistenceUnitInfo を後処理します。たとえば、さらにエンティティクラスと jar ファイルを登録します。
- postProcessProducer(MessageProducer, Message) - クラス org.springframework.jms.listener.adapter のメソッド。AbstractAdaptableMessageListener
- 指定されたメッセージプロデューサーを後処理してから、それを使用してレスポンスを送信します。
- postProcessProperties(PropertyValues, Object, String) - クラス org.springframework.aop.framework.autoproxy のメソッド。AbstractAutoProxyCreator
- postProcessProperties(PropertyValues, Object, String) - クラス org.springframework.beans.factory.annotation のメソッド。AutowiredAnnotationBeanPostProcessor
- postProcessProperties(PropertyValues, Object, String) - インターフェース org.springframework.beans.factory.config のメソッド。InstantiationAwareBeanPostProcessor
- ファクトリが指定された Bean に適用する前に、指定されたプロパティ値を後処理します。
- postProcessProperties(PropertyValues, Object, String) - クラス org.springframework.context.annotation のメソッド。CommonAnnotationBeanPostProcessor
- postProcessProperties(PropertyValues, Object, String) - クラス org.springframework.orm.jpa.support のメソッド。PersistenceAnnotationBeanPostProcessor
- postProcessProperties(PropertyValues, Object, String) - クラス org.springframework.scripting.support のメソッド。ScriptFactoryPostProcessor
- postProcessProxyFactory(ProxyFactory) - クラス org.springframework.aop.framework のメソッド。AbstractSingletonProxyFactoryBean
- サブクラスが
ProxyFactoryを使用してプロキシインスタンスを作成する前に後処理するためのフック。 - postProcessProxyFactory(ProxyFactory) - クラス org.springframework.transaction.interceptor のメソッド。TransactionProxyFactoryBean
- 4.2 以降、このメソッドは、トランザクションメタデータの再処理を回避するために、プロキシインターフェースのセットに
TransactionalProxyを追加します。 - postProcessRequest(MockHttpServletRequest) - クラス org.springframework.test.web.servlet.request のメソッド。AbstractMockHttpServletRequestBuilder
- postProcessRequest(MockHttpServletRequest) - インターフェース org.springframework.test.web.servlet.request のメソッド。RequestPostProcessor
- 指定された
MockHttpServletRequestを、MockHttpServletRequestBuilderを介して作成および初期化した後、後処理します。 - postProcessRequest(MockHttpServletRequest) - インターフェース org.springframework.test.web.servlet のメソッド。SmartRequestBuilder
- リクエストの後処理を適用します。
- postProcessResponse(Message, Message) - クラス org.springframework.jms.listener.adapter のメソッド。AbstractAdaptableMessageListener
- 指定されたレスポンスメッセージを送信する前に後処理します。
- postProcessTargetObject(Object) - クラス org.springframework.aop.target のメソッド。LazyInitTargetSource
- サブクラスはこのメソッドをオーバーライドして、最初にロードされたときにターゲットオブジェクトに対して追加の処理を実行できます。
- postProcessTemplateLoaders(List<TemplateLoader>) - クラス org.springframework.ui.freemarker のメソッド。FreeMarkerConfigurationFactory
- このファクトリがデフォルトのテンプレートローダーを作成した後、カスタム
TemplateLoaderインスタンスを登録するサブクラスによってオーバーライドされます。 - postProcessTemplateLoaders(List<TemplateLoader>) - クラス org.springframework.web.reactive.result.view.freemarker のメソッド。FreeMarkerConfigurer
- この実装では、Spring 提供のマクロの追加の
ClassTemplateLoaderが登録され、リストの最後に追加されます。 - postProcessTemplateLoaders(List<TemplateLoader>) - クラス org.springframework.web.servlet.view.freemarker のメソッド。FreeMarkerConfigurer
- この実装では、Spring 提供のマクロの追加の
ClassTemplateLoaderが登録され、リストの最後に追加されます。 - postProcessTestInstance(Object, ExtensionContext) - クラス org.springframework.test.context.junit.jupiter のメソッド。SpringExtension
- postProcessView(FreeMarkerView) - クラス org.springframework.web.servlet.view.freemarker のメソッド。FreeMarkerViewResolver
- 提供された
FreeMarkerViewをロードした後、後処理を行います。 - postProcessViewName(String) - クラス org.springframework.web.servlet.mvc のメソッド。UrlFilenameViewController
- URL パスで示されるように、指定されたビュー名に基づいて完全なビュー名を作成します。
- postProcessWebApplicationContext(ConfigurableWebApplicationContext) - クラス org.springframework.web.servlet のメソッド。FrameworkServlet
- このサーブレットのコンテキストとしてリフレッシュおよびアクティブ化される前に、指定された WebApplicationContext を後処理します。
- postProcessXml(Element) - クラス org.springframework.beans.factory.xml のメソッド。DefaultBeanDefinitionDocumentReader
- Bean 定義の処理が完了した後、カスタム要素型を最後に処理することにより、XML を拡張可能にします。
- postReceive(Message<?>, MessageChannel) - インターフェース org.springframework.messaging.support のメソッド。ChannelInterceptor
- Message が取得された直後、呼び出し元に返される前に呼び出されます。
- postSend(Message<?>, MessageChannel, boolean) - インターフェース org.springframework.messaging.support のメソッド。ChannelInterceptor
- 送信呼び出しの直後に呼び出されます。
- POWER - Enum constant in enum class org.springframework.expression.Operation
- 電源操作。
- PRAGMA - Static variable in class org.springframework.http.HttpHeaders
- HTTP
Pragmaヘッダーフィールド名。 - precedenceOf(PropertySource<?>) - クラス org.springframework.core.env のメソッド。MutablePropertySources
- 指定されたプロパティソースの優先順位を返します。見つからない場合は
-1を返します。 - PRECONDITION_FAILED - Enum constant in enum class org.springframework.http.HttpStatus
412 Precondition failed.- PRECONDITION_REQUIRED - Enum constant in enum class org.springframework.http.HttpStatus
428 Precondition Required.- preConstruction() - Element in annotation interface org.springframework.beans.factory.annotation.Configurable
- オブジェクトの構築前に依存関係が注入されますか?
- Predicate - Interface in org.springframework.cglib.core
- predictBeanType(Class<?>, String) - クラス org.springframework.aop.framework.autoproxy のメソッド。AbstractAutoProxyCreator
- predictBeanType(Class<?>, String) - インターフェース org.springframework.beans.factory.config のメソッド。SmartInstantiationAwareBeanPostProcessor
- 最終的にこのプロセッサーの
InstantiationAwareBeanPostProcessor.postProcessBeforeInstantiation(java.lang.Class<?>, java.lang.String)コールバックから返される Bean の型を予測します。 - predictBeanType(Class<?>, String) - クラス org.springframework.scripting.support のメソッド。ScriptFactoryPostProcessor
- predictBeanType(String, RootBeanDefinition, Class<?>...) - クラス org.springframework.beans.factory.support のメソッド。AbstractAutowireCapableBeanFactory
- predictBeanType(String, RootBeanDefinition, Class<?>...) - クラス org.springframework.beans.factory.support のメソッド。AbstractBeanFactory
- 指定された Bean の(処理された Bean インスタンスの)最終的な Bean 型を予測します。
- PreferencesPlaceholderConfigurer - org.springframework.beans.factory.config のクラス
- 使用すべきではありません。5.2 以降、
PropertyPlaceholderConfigurerも同様 - PreferencesPlaceholderConfigurer() - クラス org.springframework.beans.factory.config. PreferencesPlaceholderConfigurer のコンストラクター
- 使用すべきではありません。
- preferPathMatcher() - クラス org.springframework.web.servlet.config.annotation のメソッド。PathMatchConfigurer
PathMatcherを優先するかどうか。- PREFERRED_CONSTRUCTORS_ATTRIBUTE - Static variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
- Bean 定義で 1 つ以上の優先コンストラクターを示すことができるように、
BeanDefinition上でsetにすることができる属性の名前。 - prefersShortLivedTasks() - Method in interface org.springframework.scheduling.SchedulingTaskExecutor
- この
TaskExecutorは、長命のタスクよりも短命のタスクを好みますか? - prefix(String) - クラス org.springframework.test.web.servlet.result のメソッド。JsonPathResultMatchers
- 現在の
JsonPathResultMatchersインスタンスを構成して、JSON ペイロードが指定されたプレフィックスで付加されていることを確認します。 - prefix(String) - クラス org.springframework.web.reactive.config のメソッド。UrlBasedViewResolverRegistration
- URL を作成するときに名前を表示するために付加されるプレフィックスを設定します。
- prefix(String) - クラス org.springframework.web.servlet.config.annotation のメソッド。UrlBasedViewResolverRegistration
- URL を作成するときに名前を表示するために付加されるプレフィックスを設定します。
- PREFIX - Static variable in interface org.springframework.jms.support.JmsHeaders
- ユーザー定義ヘッダーやその他の内部ヘッダーと区別するために、JMS API 関連ヘッダーに使用されるプレフィックス (例: correlationId)。
- PREFIX_COMMIT_RULE - Static variable in class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
- 説明文字列内の例外のコミットルールのプレフィックス。
- PREFIX_COMMONS_POOL - Static variable in class org.springframework.aop.framework.autoproxy.target.QuickTargetSourceCreator
- CommonsPool2TargetSource プレフィックス。
- PREFIX_ERROR_CODE - Enum constant in enum class org.springframework.validation.DefaultMessageCodesResolver.Format
- 生成されたメッセージコードの先頭にエラーコードを付加します。
- PREFIX_ISOLATION - Static variable in class org.springframework.transaction.support.DefaultTransactionDefinition
- TransactionDefinition で定義されている分離定数のプレフィックス。
- PREFIX_PROPAGATION - Static variable in class org.springframework.transaction.support.DefaultTransactionDefinition
- TransactionDefinition で定義された伝搬定数のプレフィックス。
- PREFIX_PROTOTYPE - Static variable in class org.springframework.aop.framework.autoproxy.target.QuickTargetSourceCreator
- PrototypeTargetSource プレフィックス。
- PREFIX_ROLLBACK_RULE - Static variable in class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
- 説明文字列内のロールバックオン例外ルールのプレフィックス。
- PREFIX_THREAD_LOCAL - Static variable in class org.springframework.aop.framework.autoproxy.target.QuickTargetSourceCreator
- ThreadLocalTargetSource プレフィックス。
- PREFIX_TIMEOUT - Static variable in class org.springframework.transaction.support.DefaultTransactionDefinition
- 説明文字列のトランザクションタイムアウト値のプレフィックス。
- PrefixVersionPathStrategy(String) - クラス org.springframework.web.servlet.resource のコンストラクター。AbstractVersionStrategy.PrefixVersionPathStrategy
- PreFlightRequestHandler - Interface in org.springframework.web.cors
- CORS プリフライトリクエストのハンドラー。
- PreFlightRequestHandler - Interface in org.springframework.web.cors.reactive
- CORS プリフライトリクエストのハンドラー。
- PreFlightRequestWebFilter - org.springframework.web.cors.reactive のクラス
PreFlightRequestHandlerを介してプリフライトのリクエストを処理し、チェーンの残りの部分をバイパスする WebFilter。- PreFlightRequestWebFilter(PreFlightRequestHandler) - クラス org.springframework.web.cors.reactive. PreFlightRequestWebFilter のコンストラクター
- 指定されたハンドラーに委譲するインスタンスを作成します。
- preHandle(HttpServletRequest, HttpServletResponse, Object) - クラス org.springframework.web.servlet.handler のメソッド。ConversionServiceExposingInterceptor
- preHandle(HttpServletRequest, HttpServletResponse, Object) - クラス org.springframework.web.servlet.handler のメソッド。MappedInterceptor
- preHandle(HttpServletRequest, HttpServletResponse, Object) - クラス org.springframework.web.servlet.handler のメソッド。UserRoleAuthorizationInterceptor
- preHandle(HttpServletRequest, HttpServletResponse, Object) - クラス org.springframework.web.servlet.handler のメソッド。WebRequestHandlerInterceptorAdapter
- preHandle(HttpServletRequest, HttpServletResponse, Object) - インターフェース org.springframework.web.servlet のメソッド。HandlerInterceptor
- ハンドラーの実行前のインターセプトポイント。
- preHandle(HttpServletRequest, HttpServletResponse, Object) - クラス org.springframework.web.servlet.i18n のメソッド。LocaleChangeInterceptor
- preHandle(HttpServletRequest, HttpServletResponse, Object) - クラス org.springframework.web.servlet.mvc のメソッド。WebContentInterceptor
- preHandle(HttpServletRequest, HttpServletResponse, Object) - クラス org.springframework.web.servlet.resource のメソッド。ResourceUrlProviderExposingInterceptor
- preHandle(HttpServletRequest, HttpServletResponse, Object) - クラス org.springframework.web.servlet.theme のメソッド。ThemeChangeInterceptor
- 使用すべきではありません。
- preHandle(WebRequest) - クラス org.springframework.orm.hibernate5.support のメソッド。OpenSessionInViewInterceptor
- 新しい Hibernate
Sessionを開き、TransactionSynchronizationManagerを介してスレッドにバインドします。 - preHandle(WebRequest) - クラス org.springframework.orm.jpa.support のメソッド。OpenEntityManagerInViewInterceptor
- preHandle(WebRequest) - インターフェース org.springframework.web.context.request のメソッド。WebRequestInterceptor
- 呼び出しの前にリクエストハンドラーの実行をインターセプトします。
- preInstantiateSingletons() - インターフェース org.springframework.beans.factory.config のメソッド。ConfigurableListableBeanFactory
FactoryBeansも考慮して、lazy-init 以外のすべてのシングルトンがインスタンス化されていることを確認してください。- preInstantiateSingletons() - クラス org.springframework.beans.factory.support のメソッド。DefaultListableBeanFactory
- PRELUDE - Static variable in class org.springframework.web.socket.sockjs.client.AbstractXhrTransport
- premain(String, Instrumentation) - Static method in class org.springframework.aot.agent.RuntimeHintsAgent
- premain(String, Instrumentation) - Static method in class org.springframework.instrument.InstrumentationSavingAgent
- JVM によって公開された
InstrumentationSE インターフェースを保存します。 - prepare() - Method in class org.springframework.jmx.access.MBeanClientInterceptor
MBeanServerConnectionが構成されていることを確認し、ローカル接続が提供されていない場合、ローカル接続の検出を試みます。- prepare() - クラス org.springframework.jmx.access のメソッド。NotificationListenerRegistrar
- 指定された
NotificationListenerを登録します。 - prepare() - Method in class org.springframework.util.MethodInvoker
- 指定されたメソッドを準備します。
- prepare(MimeMessage) - インターフェース org.springframework.mail.javamail のメソッド。MimeMessagePreparator
- 指定された新しい MimeMessage インスタンスを準備します。
- prepareApplicationContext(Class<?>) - クラス org.springframework.context.aot のメソッド。ContextAotProcessor
ApplicationContextAotGeneratorに対して使用される指定されたアプリケーションエントリポイントのGenericApplicationContextを準備します。- prepareBeanFactory(ConfigurableListableBeanFactory) - クラス org.springframework.context.support のメソッド。AbstractApplicationContext
- コンテキストの ClassLoader やポストプロセッサーなど、ファクトリの標準コンテキスト特性を構成します。
- prepareConnection(Connection) - クラス org.springframework.r2dbc.connection のメソッド。SingleConnectionFactory
- ご使用前に
Connectionをご用意ください。 - prepareConnection(Connection) - クラス org.springframework.jms.connection のメソッド。SingleConnectionFactory
- 公開する前に、所定の接続を準備します。
- prepareConnection(HttpURLConnection, String) - クラス org.springframework.http.client のメソッド。SimpleClientHttpRequestFactory
- 指定された
HttpURLConnectionSE を準備するためのテンプレートメソッド。 - prepareConnection(Connection) - クラス org.springframework.jdbc.datasource のメソッド。SingleConnectionDataSource
- 公開する前に、所定の接続を準備します。
- prepareConnectionForTransaction(Connection, TransactionDefinition) - Static method in class org.springframework.jdbc.datasource.DataSourceUtils
- 特定のトランザクションセマンティクスで特定の接続を準備します。
- prepareContext(ConfigurableApplicationContext, MergedContextConfiguration) - クラス org.springframework.test.context.support のメソッド。AbstractContextLoader
- Bean 定義が読み取られる前に、この
SmartContextLoaderによって作成されたConfigurableApplicationContextを準備します。 - prepareContext(GenericApplicationContext) - クラス org.springframework.test.context.support のメソッド。AbstractGenericContextLoader
- この
ContextLoaderによって作成されたGenericApplicationContextを準備します。 - prepareCriteria(Criteria) - クラス org.springframework.orm.hibernate5 のメソッド。HibernateTemplate
- キャッシュ設定やトランザクションタイムアウトを適用して、指定された Criteria オブジェクトを準備します。
- PreparedOperation< T > - Interface in org.springframework.r2dbc.core
- バインドされたパラメーターを持つ準備済み SQL クエリ
SupplierSE のQueryOperationへの拡張。 - PreparedStatementCallback< T > - Interface in org.springframework.jdbc.core
- PreparedStatement で動作するコードの汎用コールバックインターフェース。
- PreparedStatementCreator - Interface in org.springframework.jdbc.core
- JdbcTemplate クラスによって使用される 2 つの中心的なコールバックインターフェースの 1 つ。
- PreparedStatementCreatorFactory - org.springframework.jdbc.core のクラス
- SQL ステートメントと単一セットのパラメーター宣言に基づいて、異なるパラメーターを持つ複数の
PreparedStatementCreatorオブジェクトを効率的に作成するヘルパークラス。 - PreparedStatementCreatorFactory(String) - クラス org.springframework.jdbc.core. PreparedStatementCreatorFactory のコンストラクター
- 新しいファクトリを作成します。
- PreparedStatementCreatorFactory(String, int...) - クラス org.springframework.jdbc.core. PreparedStatementCreatorFactory のコンストラクター
- 指定された SQL および JDBC 型で新しいファクトリを作成します。
- PreparedStatementCreatorFactory(String, List<SqlParameter>) - クラス org.springframework.jdbc.core. PreparedStatementCreatorFactory のコンストラクター
- 指定された SQL とパラメーターで新しいファクトリを作成します。
- PreparedStatementSetter - Interface in org.springframework.jdbc.core
JdbcTemplateクラスによって使用される一般的なコールバックインターフェース。- prepareFlushMode(Session, boolean) - クラス org.springframework.orm.jpa.vendor のメソッド。HibernateJpaDialect
- prepareForCommit(TransactionSynchronizationManager, GenericReactiveTransaction) - クラス org.springframework.transaction.reactive のメソッド。AbstractReactiveTransactionManager
beforeCommit同期コールバックが発生する前に実行されるコミットの準備をします。- prepareForCommit(DefaultTransactionStatus) - クラス org.springframework.transaction.support のメソッド。AbstractPlatformTransactionManager
beforeCommit同期コールバックが発生する前に実行されるコミットの準備をします。- prepareForRendering(HttpServletRequest, HttpServletResponse) - クラス org.springframework.web.servlet.view のメソッド。InternalResourceView
- レンダリングの準備をし、転送する(または含める)リクエストディスパッチャーのパスを決定します。
- prepareMethodOverride(MethodOverride) - クラス org.springframework.beans.factory.support のメソッド。AbstractBeanDefinition
- 指定されたメソッドのオーバーライドを検証して準備します。
- prepareMethodOverrides() - クラス org.springframework.beans.factory.support のメソッド。AbstractBeanDefinition
- この Bean に定義されたメソッドオーバーライドを検証および準備します。
- preparePersistenceUnitInfos() - クラス org.springframework.orm.jpa.persistenceunit のメソッド。DefaultPersistenceUnitManager
- このマネージャーの構成に従って PersistenceUnitInfos を準備します。
persistence.xmlファイルのスキャン、一致するすべてのファイルの解析、それらの構成と後処理。 - prepareProxyFactory(Object, String) - クラス org.springframework.aop.framework のメソッド。AbstractAdvisingBeanPostProcessor
- 指定された Bean の
ProxyFactoryを準備します。 - prepareProxyFactory(Object, String) - クラス org.springframework.aop.framework.autoproxy のメソッド。AbstractBeanFactoryAwareAdvisingPostProcessor
- prepareQuery(Query<?>) - クラス org.springframework.orm.hibernate5 のメソッド。HibernateTemplate
- キャッシュ設定やトランザクションタイムアウトを適用して、指定された Query オブジェクトを準備します。
- prepareRefresh() - クラス org.springframework.context.support のメソッド。AbstractApplicationContext
- このコンテキストをリフレッシュして、起動日とアクティブフラグを設定し、プロパティソースの初期化を実行する準備をします。
- prepareResponse(HttpServletRequest, HttpServletResponse) - クラス org.springframework.web.servlet.view のメソッド。AbstractView
- レンダリングのために指定されたレスポンスを準備します。
- prepareResponse(HttpServletRequest, HttpServletResponse) - クラス org.springframework.web.servlet.view.json のメソッド。AbstractJackson2View
- prepareResponse(HttpServletRequest, HttpServletResponse) - クラス org.springframework.web.servlet.view.script のメソッド。ScriptTemplateView
- prepareResponse(HttpServletResponse) - クラス org.springframework.web.servlet.support のメソッド。WebContentGenerator
- このジェネレーターの設定に従って、指定されたレスポンスを準備します。
- prepareResponse(Exception, HttpServletResponse) - クラス org.springframework.web.servlet.handler のメソッド。AbstractHandlerExceptionResolver
- 例外的なケースの対応を準備します。
- prepareScriptBeans(BeanDefinition, String, String) - クラス org.springframework.scripting.support のメソッド。ScriptFactoryPostProcessor
- このポストプロセッサーが使用する内部 BeanFactory でスクリプト Bean を準備します。
- prepareSharedConnection(Connection) - クラス org.springframework.jms.listener のメソッド。AbstractJmsListeningContainer
- このコンテナーの共有接続として登録される、指定された接続を準備します。
- prepareSharedConnection(Connection) - クラス org.springframework.jms.listener のメソッド。SimpleMessageListenerContainer
- このリスナーコンテナーを共有接続の JMS ExceptionListener として登録します。
- prepareSingletonBootstrap() - インターフェース org.springframework.beans.factory.config のメソッド。ConfigurableListableBeanFactory
- 現在のスレッドをシングルトンインスタンス化のメインブートストラップスレッドとしてマークし、バックグラウンドスレッドには緩やかなブートストラップロックを適用します。
- prepareSingletonBootstrap() - クラス org.springframework.beans.factory.support のメソッド。DefaultListableBeanFactory
- prepareSynchronization(DefaultTransactionStatus, TransactionDefinition) - クラス org.springframework.transaction.support のメソッド。AbstractPlatformTransactionManager
- 必要に応じて、トランザクションの同期を初期化します。
- prepareTestInstance(Object) - クラス org.springframework.test.context のメソッド。TestContextManager
- 個々のテストメソッドを実行する前に、テストインスタンスを準備するためのフック - たとえば、依存性を注入します。
- prepareTestInstance(TestContext) - クラス org.springframework.test.context.bean.override のメソッド。BeanOverrideTestExecutionListener
- prepareTestInstance(TestContext) - クラス org.springframework.test.context.event のメソッド。ApplicationEventsTestExecutionListener
- prepareTestInstance(TestContext) - クラス org.springframework.test.context.event のメソッド。EventPublishingTestExecutionListener
- prepareTestInstance(TestContext) - クラス org.springframework.test.context.support のメソッド。AbstractTestExecutionListener
- デフォルトの実装は空です。
- prepareTestInstance(TestContext) - クラス org.springframework.test.context.support のメソッド。DependencyInjectionTestExecutionListener
- 独自の
application contextを介して、autowiringおよびinitializingによって提供されたtest contextのtest instanceに依存関係の注入を実行します(依存関係をチェックしません)。 - prepareTestInstance(TestContext) - インターフェース org.springframework.test.context のメソッド。TestExecutionListener
- 提供されたテストコンテキスト のテストインスタンスSEを準備します。たとえば、依存関係を注入します。
- prepareTestInstance(TestContext) - クラス org.springframework.test.context.web のメソッド。ServletTestExecutionListener
- Spring Web の
RequestContextHolderを介したテストインスタンス準備コールバックフェーズ中にスレッドローカル状態をセットアップしますが、テストクラスに@WebAppConfigurationアノテーションが付けられている場合のみです。 - PrepareTestInstance - Annotation Interface in org.springframework.test.context.event.annotation
EventPublishingTestExecutionListenerによって公開されたPrepareTestInstanceEventを使用するために使用される@EventListenerアノテーション。- PrepareTestInstanceEvent - org.springframework.test.context.event のクラス
- PrepareTestInstanceEvent(TestContext) - クラス org.springframework.test.context.event. PrepareTestInstanceEvent のコンストラクター
- prepareTransaction(EntityManager, boolean, String) - クラス org.springframework.orm.jpa のメソッド。DefaultJpaDialect
- この実装では、トランザクションデータがない場合、単純に
nullを返します。 - prepareTransaction(EntityManager, boolean, String) - インターフェース org.springframework.orm.jpa のメソッド。JpaDialect
- 指定されたセマンティクスを適用して、JPA トランザクションを準備します。
- prepareTransaction(EntityManager, boolean, String) - クラス org.springframework.orm.jpa.vendor のメソッド。HibernateJpaDialect
- prepareTransactionalConnection(Connection, TransactionDefinition) - クラス org.springframework.r2dbc.connection のメソッド。R2dbcTransactionManager
- トランザクション開始直後にトランザクション
Connectionを準備します。 - prepareTransactionalConnection(Connection, TransactionDefinition) - クラス org.springframework.jdbc.datasource のメソッド。DataSourceTransactionManager
- トランザクション開始直後にトランザクション
Connectionを準備します。 - prepareTransactionInfo(PlatformTransactionManager, TransactionAttribute, String, TransactionStatus) - クラス org.springframework.transaction.interceptor のメソッド。TransactionAspectSupport
- 指定された属性およびステータスオブジェクトの TransactionInfo を準備します。
- prepareWriter(Map<String, Object>, PdfWriter, HttpServletRequest) - クラス org.springframework.web.servlet.view.document のメソッド。AbstractPdfView
- 指定された PdfWriter を準備します。
- preProcess(NativeWebRequest, Callable<T>) - インターフェース org.springframework.web.context.request.async のメソッド。CallableProcessingInterceptor
Callableが実行される非同期スレッドで同時取り扱いを開始した後とCallableの実際の呼び出しの前に呼び出されます。- preProcess(NativeWebRequest, DeferredResult<T>) - インターフェース org.springframework.web.context.request.async のメソッド。DeferredResultProcessingInterceptor
- 並行処理の開始直後に、それを開始したのと同じスレッドで呼び出されます。
- preProcessContent(String) - クラス org.springframework.web.socket.sockjs.frame のメソッド。DefaultSockJsFrameFormat
- preProcessEvent(ApplicationEvent) - インターフェース org.springframework.transaction.event のメソッド。TransactionalApplicationListener.SynchronizationCallback
- トランザクションイベントリスナーの呼び出しの前に呼び出されます。
- preProcessResponse(Object) - クラス org.springframework.jms.listener.adapter のメソッド。AbstractAdaptableMessageListener
MessageEE に変換される前に、指定された結果を前処理します。- preProcessResponse(Object) - クラス org.springframework.jms.listener.adapter のメソッド。MessagingMessageListenerAdapter
- preProcessXml(Element) - クラス org.springframework.beans.factory.xml のメソッド。DefaultBeanDefinitionDocumentReader
- Bean 定義の処理を開始する前に、まずカスタム要素型を処理して、XML を拡張できるようにします。
- preReceive(MessageChannel) - インターフェース org.springframework.messaging.support のメソッド。ChannelInterceptor
- receive が呼び出されるとすぐに、Message が実際に取得される前に呼び出されます。
- preSend(Message<?>, MessageChannel) - インターフェース org.springframework.messaging.support のメソッド。ChannelInterceptor
- メッセージが実際にチャネルに送信される前に呼び出されます。
- preSend(Message<?>, MessageChannel) - クラス org.springframework.messaging.support のメソッド。ImmutableMessageChannelInterceptor
- PRESERVE_TARGET_CLASS_ATTRIBUTE - Static variable in class org.springframework.aop.framework.autoproxy.AutoProxyUtils
- 特定の Bean がそのターゲットクラスでプロキシされることになっている(最初にプロキシされる場合)かどうかを示す Bean 定義属性。
- prettyPrint() - Method in class org.springframework.util.StopWatch
- 秒単位で実行されるすべてのタスクを説明するテーブルを生成します (小数点はナノ秒精度)。
- prettyPrint(TimeUnit) - Method in class org.springframework.util.StopWatch
- リクエストされた時間単位で実行されるすべてのタスクを説明するテーブルを生成します (ナノ秒精度の小数点付き)。
- preventCaching(HttpServletResponse) - クラス org.springframework.web.servlet.handler のメソッド。AbstractHandlerExceptionResolver
- 対応する HTTP
Cache-Control: no-storeヘッダーを設定することにより、レスポンスがキャッシュされないようにします。 - previous() - クラス org.springframework.jdbc.support.rowset のメソッド。ResultSetWrappingSqlRowSet
- previous() - インターフェース org.springframework.jdbc.support.rowset のメソッド。SqlRowSet
- カーソルを前の行に移動します。
- previousPage() - クラス org.springframework.beans.support のメソッド。PagedListHolder
- 前のページに切り替えます。
- Primary - Annotation Interface in org.springframework.context.annotation
- 複数の候補が単一値の依存関係をオートワイヤーする資格がある場合、Bean に優先順位を与える必要があることを示します。
- PRIMARY_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
- principal() - クラス org.springframework.mock.web.reactive.function.server のメソッド。MockServerRequest
- principal() - インターフェース org.springframework.web.reactive.function.server のメソッド。ServerRequest
- リクエストに対して認証されたユーザーを取得します(存在する場合)。
- principal() - クラス org.springframework.web.reactive.function.server.support のメソッド。ServerRequestWrapper
- principal() - インターフェース org.springframework.web.servlet.function のメソッド。ServerRequest
- リクエストに対して認証されたユーザーを取得します(存在する場合)。
- principal(Principal) - インターフェース org.springframework.mock.web.reactive.function.server のメソッド。MockServerRequest.Builder
- principal(Principal) - クラス org.springframework.mock.web.server のメソッド。MockServerWebExchange.Builder
- 取引所に関連付けるユーザーを指定します。
- principal(Principal) - クラス org.springframework.test.web.servlet.request のメソッド。AbstractMockHttpServletRequestBuilder
- リクエストのプリンシパルを設定します。
- principal(Principal) - クラス org.springframework.test.web.servlet.request のメソッド。MockHttpServletRequestBuilder
- principal(Mono<Principal>) - インターフェース org.springframework.web.server のメソッド。ServerWebExchange.Builder
- この交換のために戻るように
Mono<Principal>を設定します。 - PrincipalMethodArgumentResolver - org.springframework.messaging.simp.annotation.support のクラス
Optional<Principal>を含む、型PrincipalSE の引数のリゾルバー。- PrincipalMethodArgumentResolver - org.springframework.web.reactive.result.method.annotation のクラス
- 型
PrincipalSE のメソッド引数値を解決します。 - PrincipalMethodArgumentResolver - org.springframework.web.servlet.mvc.method.annotation のクラス
ServletRequestMethodArgumentResolverと同様ですが、引数にアノテーションが付けられているかどうかに関係なく、型PrincipalSE の引数を解決します。- PrincipalMethodArgumentResolver() - クラス org.springframework.messaging.simp.annotation.support. PrincipalMethodArgumentResolver のコンストラクター
- PrincipalMethodArgumentResolver() - クラス org.springframework.web.servlet.mvc.method.annotation. PrincipalMethodArgumentResolver のコンストラクター
- PrincipalMethodArgumentResolver(ReactiveAdapterRegistry) - クラス org.springframework.web.reactive.result.method.annotation. PrincipalMethodArgumentResolver のコンストラクター
- print() - Static method in class org.springframework.test.web.servlet.result.MockMvcResultHandlers
MvcResultの詳細を「標準」出力ストリームに出力します。- print(boolean) - クラス org.springframework.mock.web のメソッド。MockBodyContent
- print(boolean) - クラス org.springframework.mock.web のメソッド。MockJspWriter
- print(char) - クラス org.springframework.mock.web のメソッド。MockBodyContent
- print(char) - クラス org.springframework.mock.web のメソッド。MockJspWriter
- print(char[]) - クラス org.springframework.mock.web のメソッド。MockBodyContent
- print(char[]) - クラス org.springframework.mock.web のメソッド。MockJspWriter
- print(double) - クラス org.springframework.mock.web のメソッド。MockBodyContent
- print(double) - クラス org.springframework.mock.web のメソッド。MockJspWriter
- print(float) - クラス org.springframework.mock.web のメソッド。MockBodyContent
- print(float) - クラス org.springframework.mock.web のメソッド。MockJspWriter
- print(int) - クラス org.springframework.mock.web のメソッド。MockBodyContent
- print(int) - クラス org.springframework.mock.web のメソッド。MockJspWriter
- print(long) - クラス org.springframework.mock.web のメソッド。MockBodyContent
- print(long) - クラス org.springframework.mock.web のメソッド。MockJspWriter
- print(OutputStream) - Static method in class org.springframework.test.web.servlet.result.MockMvcResultHandlers
- 提供されている
OutputStreamSE にMvcResultの詳細を出力します。 - print(Writer) - Static method in class org.springframework.test.web.servlet.result.MockMvcResultHandlers
- print(Number, Locale) - クラス org.springframework.format.number のメソッド。AbstractNumberFormatter
- print(Object) - クラス org.springframework.mock.web のメソッド。MockBodyContent
- print(Object) - クラス org.springframework.mock.web のメソッド。MockJspWriter
- print(String) - クラス org.springframework.mock.web のメソッド。MockBodyContent
- print(String) - クラス org.springframework.mock.web のメソッド。MockJspWriter
- print(Duration) - 列挙クラス org.springframework.format.annotation.DurationFormat.Unit のメソッド
- 指定された
DurationSE をStringSE として出力し、DurationFormat.Unit.longValue(Duration)を介してこの単位の精度を使用して long 値に変換し、この単位の単純なsuffixを追加します。 - print(Duration, Locale) - クラス org.springframework.format.datetime.standard のメソッド。DurationFormatter
- print(Duration, DurationFormat.Style) - Static method in class org.springframework.format.datetime.standard.DurationFormatterUtils
- 指定された期間を指定されたスタイルで出力します。
- print(Duration, DurationFormat.Style, DurationFormat.Unit) - Static method in class org.springframework.format.datetime.standard.DurationFormatterUtils
- 指定された単位を使用して、指定されたスタイルで指定された期間を出力します。
- print(Instant, Locale) - クラス org.springframework.format.datetime.standard のメソッド。InstantFormatter
- print(TemporalAccessor, Locale) - クラス org.springframework.format.datetime.standard のメソッド。TemporalAccessorPrinter
- print(Date, Locale) - クラス org.springframework.format.datetime のメソッド。DateFormatter
- print(CurrencyUnit, Locale) - クラス org.springframework.format.number.money のメソッド。CurrencyUnitFormatter
- print(MonetaryAmount, Locale) - クラス org.springframework.format.number.money のメソッド。MonetaryAmountFormatter
- print(T, Locale) - Method in interface org.springframework.format.Printer
- 型 T のオブジェクトを表示用に出力します。
- printAsyncResult(MvcResult) - クラス org.springframework.test.web.servlet.result のメソッド。PrintingResultHandler
- Printer< T > - Interface in org.springframework.format
- 型 T のオブジェクトを表示用に出力します。
- printFiles(PrintStream) - クラス org.springframework.core.test.tools のメソッド。TestCompiler
- ソースファイルとリソースファイルの内容を、指定された
PrintStreamSE に出力します。 - printFlashMap(FlashMap) - クラス org.springframework.test.web.servlet.result のメソッド。PrintingResultHandler
- 「出力」フラッシュ属性を出力します。
- printHandler(Object, HandlerInterceptor[]) - クラス org.springframework.test.web.servlet.result のメソッド。PrintingResultHandler
- ハンドラーを出力します。
- printHeading(String) - インターフェース org.springframework.test.web.servlet.result のメソッド。PrintingResultHandler.ResultValuePrinter
- PrintingResultHandler - org.springframework.test.web.servlet.result のクラス
- PrintingResultHandler(PrintingResultHandler.ResultValuePrinter) - クラス org.springframework.test.web.servlet.result. PrintingResultHandler のコンストラクター
- protected コンストラクター。
- PrintingResultHandler.ResultValuePrinter - org.springframework.test.web.servlet.result のインターフェース
- 結果情報を実際に書き込む方法の契約。
- println() - クラス org.springframework.mock.web のメソッド。MockBodyContent
- println() - クラス org.springframework.mock.web のメソッド。MockJspWriter
- println(boolean) - クラス org.springframework.mock.web のメソッド。MockBodyContent
- println(boolean) - クラス org.springframework.mock.web のメソッド。MockJspWriter
- println(char) - クラス org.springframework.mock.web のメソッド。MockBodyContent
- println(char) - クラス org.springframework.mock.web のメソッド。MockJspWriter
- println(char[]) - クラス org.springframework.mock.web のメソッド。MockBodyContent
- println(char[]) - クラス org.springframework.mock.web のメソッド。MockJspWriter
- println(double) - クラス org.springframework.mock.web のメソッド。MockBodyContent
- println(double) - クラス org.springframework.mock.web のメソッド。MockJspWriter
- println(float) - クラス org.springframework.mock.web のメソッド。MockBodyContent
- println(float) - クラス org.springframework.mock.web のメソッド。MockJspWriter
- println(int) - クラス org.springframework.mock.web のメソッド。MockBodyContent
- println(int) - クラス org.springframework.mock.web のメソッド。MockJspWriter
- println(long) - クラス org.springframework.mock.web のメソッド。MockBodyContent
- println(long) - クラス org.springframework.mock.web のメソッド。MockJspWriter
- println(Object) - クラス org.springframework.mock.web のメソッド。MockBodyContent
- println(Object) - クラス org.springframework.mock.web のメソッド。MockJspWriter
- println(String) - クラス org.springframework.mock.web のメソッド。MockBodyContent
- println(String) - クラス org.springframework.mock.web のメソッド。MockJspWriter
- printModelAndView(ModelAndView) - クラス org.springframework.test.web.servlet.result のメソッド。PrintingResultHandler
- ModelAndView を出力します。
- printRequest(MockHttpServletRequest) - クラス org.springframework.test.web.servlet.result のメソッド。PrintingResultHandler
- リクエストを出力します。
- printResolvedException(Exception) - クラス org.springframework.test.web.servlet.result のメソッド。PrintingResultHandler
- HandlerExceptionResolver によって解決された例外を出力します。
- printResponse(MockHttpServletResponse) - クラス org.springframework.test.web.servlet.result のメソッド。PrintingResultHandler
- レスポンスを出力します。
- printStackTrace(PrintStream) - Method in exception org.springframework.beans.factory.BeanCreationException
- printStackTrace(PrintStream) - Method in exception org.springframework.beans.PropertyBatchUpdateException
- printStackTrace(PrintStream) - Method in exception org.springframework.mail.MailSendException
- printStackTrace(PrintWriter) - Method in exception org.springframework.beans.factory.BeanCreationException
- printStackTrace(PrintWriter) - Method in exception org.springframework.beans.PropertyBatchUpdateException
- printStackTrace(PrintWriter) - Method in exception org.springframework.mail.MailSendException
- printValue(String, Object) - インターフェース org.springframework.test.web.servlet.result のメソッド。PrintingResultHandler.ResultValuePrinter
- PrioritizedParameterNameDiscoverer - Class in org.springframework.core
- 連続して複数の発見者デリゲートを試行する
ParameterNameDiscoverer実装。 - PrioritizedParameterNameDiscoverer() - Constructor for class org.springframework.core.PrioritizedParameterNameDiscoverer
- PRIORITY - Static variable in interface org.springframework.jms.support.JmsHeaders
- メッセージの優先度レベル。
- PriorityOrdered - org.springframework.core のインターフェース
- PRIVATE - Enum constant in enum class org.springframework.aot.generate.AccessControl.Visibility
- プライベートな可視性。
- PRIVATE_FINAL_STATIC - Static variable in interface org.springframework.cglib.core.Constants
- Problem - Class in org.springframework.beans.factory.parsing
- Bean 定義構成の問題を表します。
- Problem(String, Location) - Constructor for class org.springframework.beans.factory.parsing.Problem
Problemクラスの新しいインスタンスを作成します。- Problem(String, Location, ParseState) - Constructor for class org.springframework.beans.factory.parsing.Problem
Problemクラスの新しいインスタンスを作成します。- Problem(String, Location, ParseState, Throwable) - Constructor for class org.springframework.beans.factory.parsing.Problem
Problemクラスの新しいインスタンスを作成します。- PROBLEM_LOCATING_METHOD - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- ProblemDetail - Class in org.springframework.http
- RFC 9457 の問題の詳細の表現。
- ProblemDetail() - Constructor for class org.springframework.http.ProblemDetail
- 逆直列化のための引数なしのコンストラクター。
- ProblemDetail(int) - Constructor for class org.springframework.http.ProblemDetail
- サブクラスの protected コンストラクター。
- ProblemDetail(ProblemDetail) - Constructor for class org.springframework.http.ProblemDetail
- サブクラスが追加のプロパティで
ProblemDetailを再作成および拡張するために使用できるコピーコンストラクター。 - ProblemDetailJacksonMixin - Interface in org.springframework.http.converter.json
- Jackson アノテーションを
ProblemDetailに関連付けて、Jackson ライブラリへの強い依存を回避するためのインターフェース。 - ProblemDetailJacksonXmlMixin - Interface in org.springframework.http.converter.json
ProblemDetailJacksonMixinと同じ宣言を提供し、jackson-dataformat-xmlがクラスパスにある場合に XML シリアライゼーションをサポートするいくつかの追加宣言を提供します。- ProblemReporter - Interface in org.springframework.beans.factory.parsing
- SPI インターフェースにより、ツールやその他の外部プロセスは、Bean 定義の解析中に報告されたエラーや警告を処理できます。
- procedureNameToUse(String) - インターフェース org.springframework.jdbc.core.metadata のメソッド。CallMetaDataProvider
- 現在使用されているメタデータに一致するように、渡されたプロシージャ名の変更を提供します。
- procedureNameToUse(String) - クラス org.springframework.jdbc.core.metadata のメソッド。GenericCallMetaDataProvider
- proceed() - Method in interface org.aopalliance.intercept.Joinpoint
- チェーンの次のインターセプターに進みます。
- proceed() - クラス org.springframework.aop.aspectj のメソッド。MethodInvocationProceedingJoinPoint
- proceed() - クラス org.springframework.aop.framework のメソッド。ReflectiveMethodInvocation
- proceed(Object[]) - クラス org.springframework.aop.aspectj のメソッド。MethodInvocationProceedingJoinPoint
- proceedWithInvocation() - インターフェース org.springframework.transaction.interceptor のメソッド。TransactionAspectSupport.InvocationCallback
- process() - クラス org.springframework.context.aot のメソッド。AbstractAotProcessor
- AOT 処理を実行します。
- process(byte) - インターフェース org.springframework.core.io.buffer のメソッド。DataBuffer.ByteProcessor
- 指定された
byteを処理し、さらに処理を続行するかどうかを示します。 - process(Properties, Map<String, Object>) - インターフェース org.springframework.beans.factory.config のメソッド。YamlProcessor.MatchCallback
- 解析結果の指定された表現を処理します。
- process(Set<? extends TypeElement>, RoundEnvironment) - クラス org.springframework.context.index.processor のメソッド。CandidateComponentsIndexer
- 使用すべきではありません。
- process(ImageReadParam) - クラス org.springframework.http.converter のメソッド。BufferedImageHttpMessageConverter
- イメージの読み取りに使用する前に
ImageReadParamSE を操作できるテンプレートメソッド。 - process(ImageWriteParam) - クラス org.springframework.http.converter のメソッド。BufferedImageHttpMessageConverter
- イメージの書き込みに使用する前に
ImageWriteParamSE を操作できるテンプレートメソッド。 - process(YamlProcessor.MatchCallback) - クラス org.springframework.beans.factory.config のメソッド。YamlProcessor
- 提供されたリソースから解析された Yaml をサブクラスが処理する機会を提供します。
- process(AnnotationMetadata, DeferredImportSelector) - インターフェース org.springframework.context.annotation のメソッド。DeferredImportSelector.Group
- process(CorsConfiguration, ServerWebExchange) - インターフェース org.springframework.web.cors.reactive のメソッド。CorsProcessor
- 指定された
CorsConfigurationを使用してリクエストを処理します。 - process(CorsConfiguration, ServerWebExchange) - クラス org.springframework.web.cors.reactive のメソッド。DefaultCorsProcessor
- process_array(CodeEmitter, Type, ProcessArrayCallback) - Static method in class org.springframework.cglib.core.EmitUtils
- スタック上の配列を処理します。
- process_arrays(CodeEmitter, Type, ProcessArrayCallback) - Static method in class org.springframework.cglib.core.EmitUtils
- スタック上の 2 つの配列を並行して処理します。
- process_switch(int[], ProcessSwitchCallback) - クラス org.springframework.cglib.core のメソッド。CodeEmitter
- process_switch(int[], ProcessSwitchCallback, boolean) - クラス org.springframework.cglib.core のメソッド。CodeEmitter
- processAction(HttpServletRequest, String, String) - インターフェース org.springframework.web.servlet.support のメソッド。RequestDataValueProcessor
- 新しいフォームアクションがレンダリングされるときに呼び出されます。
- processAction(ServerWebExchange, String, String) - インターフェース org.springframework.web.reactive.result.view のメソッド。RequestDataValueProcessor
- 新しいフォームアクションがレンダリングされるときに呼び出されます。
- processAheadOfTime(Stream<Class<?>>) - クラス org.springframework.test.context.aot のメソッド。TestContextAotGenerator
- 提供された Spring 統合テストクラスのそれぞれを処理し、AOT アーティファクトを生成します。
- processAheadOfTime(RuntimeHints, Class<?>, ClassLoader) - インターフェース org.springframework.test.context.aot のメソッド。AotTestExecutionListener
- 指定された
RuntimeHintsインスタンスを使用して、提供されたテストクラスを事前に処理します。 - processAheadOfTime(RuntimeHints, Class<?>, ClassLoader) - クラス org.springframework.test.context.jdbc のメソッド。SqlScriptsTestExecutionListener
- 提供されたテストクラスとそのメソッドを処理し、
@Sqlを介してクラスパスリソースとして構成または検出された SQL スクリプトのランタイムヒントを登録します。 - processAheadOfTime(ConfigurableListableBeanFactory) - インターフェース org.springframework.beans.factory.aot のメソッド。BeanFactoryInitializationAotProcessor
- 指定された
ConfigurableListableBeanFactoryインスタンスを事前に処理し、コントリビューションまたはnullを返します。 - processAheadOfTime(ConfigurableListableBeanFactory) - クラス org.springframework.context.annotation のメソッド。ConfigurationClassPostProcessor
- processAheadOfTime(RegisteredBean) - クラス org.springframework.beans.factory.annotation のメソッド。AutowiredAnnotationBeanPostProcessor
- processAheadOfTime(RegisteredBean) - クラス org.springframework.beans.factory.annotation のメソッド。InitDestroyAnnotationBeanPostProcessor
- processAheadOfTime(RegisteredBean) - インターフェース org.springframework.beans.factory.aot のメソッド。BeanRegistrationAotProcessor
- 指定された
RegisteredBeanインスタンスを事前に処理し、コントリビューションまたはnullを返します。 - processAheadOfTime(RegisteredBean) - クラス org.springframework.context.annotation のメソッド。CommonAnnotationBeanPostProcessor
- processAheadOfTime(RegisteredBean) - クラス org.springframework.context.annotation のメソッド。ConfigurationClassPostProcessor
- processAheadOfTime(RegisteredBean) - クラス org.springframework.orm.jpa.support のメソッド。PersistenceAnnotationBeanPostProcessor
- processAheadOfTime(GenericApplicationContext, GenerationContext) - クラス org.springframework.context.aot のメソッド。ApplicationContextAotGenerator
- 指定された
GenerationContextを使用して、指定されたGenericApplicationContextを事前に処理します。 - processAliasRegistration(Element) - クラス org.springframework.beans.factory.xml のメソッド。DefaultBeanDefinitionDocumentReader
- 指定されたエイリアス要素を処理し、エイリアスをレジストリに登録します。
- ProcessArrayCallback - Interface in org.springframework.cglib.core
- processBeanDefinition(Element, BeanDefinitionParserDelegate) - クラス org.springframework.beans.factory.xml のメソッド。DefaultBeanDefinitionDocumentReader
- 指定された Bean エレメントを処理し、Bean 定義を解析して、レジストリに登録します。
- processCandidateBean(String) - クラス org.springframework.web.servlet.handler のメソッド。AbstractHandlerMethodMapping
- 指定された候補 Bean の型を判別し、ハンドラー型として識別された場合は
AbstractHandlerMethodMapping.detectHandlerMethods(java.lang.Object)を呼び出します。 - processCase(int, Label) - インターフェース org.springframework.cglib.core のメソッド。ProcessSwitchCallback
- processCase(Object, Label) - インターフェース org.springframework.cglib.core のメソッド。ObjectSwitchCallback
- processCommonDefinitionAnnotations(AnnotatedBeanDefinition) - Static method in class org.springframework.context.annotation.AnnotationConfigUtils
- processConfigBeanDefinitions(BeanDefinitionRegistry) - クラス org.springframework.context.annotation のメソッド。ConfigurationClassPostProcessor
Configurationクラスのレジストリに基づいて構成モデルを構築および検証します。- processConnectHeaders(StompHeaders) - クラス org.springframework.messaging.simp.stomp のメソッド。StompClientSupport
- StompHeaders をさらに初期化します。たとえば、必要に応じてハートビートヘッダーを設定します。
- processConnectHeaders(StompHeaders) - クラス org.springframework.web.socket.messaging のメソッド。WebSocketStompClient
- processConstraintViolations(Set<ConstraintViolation<Object>>, Errors) - クラス org.springframework.validation.beanvalidation のメソッド。SpringValidatorAdapter
- 指定された JSR-303 ConstraintViolations を処理し、対応するエラーを提供された Spring
Errorsオブジェクトに追加します。 - processContextConfiguration(ContextConfigurationAttributes) - インターフェース org.springframework.test.context のメソッド。SmartContextLoader
- 特定のテストクラスの
ContextConfigurationAttributesを処理します。 - processContextConfiguration(ContextConfigurationAttributes) - クラス org.springframework.test.context.support のメソッド。AbstractContextLoader
- デフォルトの実装では、
declaring classをテストクラスとして使用し、提供されたconfiguration attributesから取得したresource locationsを処理する場所として使用して、AbstractContextLoader.processLocations(Class, String...)に類似した場所を処理します。 - processContextConfiguration(ContextConfigurationAttributes) - クラス org.springframework.test.context.support のメソッド。AbstractDelegatingSmartContextLoader
- 提供された
ContextConfigurationAttributesを処理するための候補SmartContextLoadersへのデリゲート。 - processContextConfiguration(ContextConfigurationAttributes) - クラス org.springframework.test.context.support のメソッド。AnnotationConfigContextLoader
- 提供された
ContextConfigurationAttributesのコンポーネントクラスを処理します。 - processContextConfiguration(ContextConfigurationAttributes) - クラス org.springframework.test.context.web のメソッド。AnnotationConfigWebContextLoader
- 提供された
ContextConfigurationAttributesでアノテーション付きクラスを処理します。 - processDefault() - インターフェース org.springframework.cglib.core のメソッド。ObjectSwitchCallback
- processDefault() - インターフェース org.springframework.cglib.core のメソッド。ProcessSwitchCallback
- processDestinations(String[]) - クラス org.springframework.messaging.handler.annotation.reactive のメソッド。MessageMappingMessageHandler
- 指定された宛先のプレースホルダーを解決します。
- processElement(Type) - インターフェース org.springframework.cglib.core のメソッド。ProcessArrayCallback
- processEvent(E) - インターフェース org.springframework.transaction.event のメソッド。TransactionalApplicationListener
- 指定された
ApplicationEventをすぐに処理します。 - processEvent(E) - クラス org.springframework.transaction.event のメソッド。TransactionalApplicationListenerAdapter
- processEvent(ApplicationEvent) - クラス org.springframework.context.event のメソッド。ApplicationListenerMethodAdapter
- 指定された
ApplicationEventを処理し、条件が一致するかどうかを確認し、null 以外の結果があればそれを処理します。 - processFieldValue(String, String, String) - クラス org.springframework.web.servlet.tags.form のメソッド。AbstractDataBoundFormElementTag
- 設定されているか、同じ値を返す場合は、
RequestDataValueProcessorインスタンスを介して指定されたフォームフィールドを処理します。 - processFormFieldValue(HttpServletRequest, String, String, String) - インターフェース org.springframework.web.servlet.support のメソッド。RequestDataValueProcessor
- フォームフィールドの値がレンダリングされるときに呼び出されます。
- processFormFieldValue(ServerWebExchange, String, String, String) - インターフェース org.springframework.web.reactive.result.view のメソッド。RequestDataValueProcessor
- フォームフィールドの値がレンダリングされるときに呼び出されます。
- processHandlerException(HttpServletRequest, HttpServletResponse, Object, Exception) - クラス org.springframework.web.servlet のメソッド。DispatcherServlet
- 登録された HandlerExceptionResolvers を介してエラー ModelAndView を判別します。
- processHandlerMethodException(HandlerMethod, Exception, Message<?>) - クラス org.springframework.messaging.handler.invocation のメソッド。AbstractMethodMessageHandler
- processHeadersToSend(Map<String, Object>) - クラス org.springframework.messaging.core のメソッド。AbstractMessageSendingTemplate
- 送信操作の前に入力ヘッダーのマップへのアクセスを提供します。
- processHeadersToSend(Map<String, Object>) - クラス org.springframework.messaging.simp のメソッド。SimpMessagingTemplate
- 新しいマップを作成し、指定されたヘッダーをキー
NATIVE_HEADERSに配置します。 - PROCESSING - Enum constant in enum class org.springframework.http.HttpStatus
102 Processing.- processInjection(Object) - クラス org.springframework.beans.factory.annotation のメソッド。AutowiredAnnotationBeanPostProcessor
- 任意のターゲットインスタンスを直接呼び出すためのネイティブ処理メソッド。設定された "autowired" アノテーション型の 1 つでアノテーションが付けられたすべてのフィールドとメソッドを解決します。
- processInjection(Object) - クラス org.springframework.context.annotation のメソッド。CommonAnnotationBeanPostProcessor
- 任意のターゲットインスタンスを直接呼び出すためのネイティブ処理メソッド。サポートされている「リソース」アノテーション型のいずれかでアノテーションが付けられたすべてのフィールドとメソッドを解決します。
- processInjectionBasedOnCurrentContext(Object) - Static method in class org.springframework.web.context.support.SpringBeanAutowiringSupport
- 現在の Web アプリケーションコンテキストに基づいて、指定されたターゲットオブジェクトの
@Autowiredインジェクションを処理します。 - processInjectionBasedOnServletContext(Object, ServletContext) - Static method in class org.springframework.web.context.support.SpringBeanAutowiringSupport
- ServletContext に保存されている現在のルート Web アプリケーションコンテキストに基づいて、指定されたターゲットオブジェクトの
@Autowiredインジェクションを処理します。 - processInput(Publisher<DataBuffer>, ResolvableType, MimeType, Map<String, Object>) - クラス org.springframework.http.codec.json のメソッド。AbstractJackson2Decoder
- 入力パブリッシャーを flux に処理します。
- processInput(Publisher<DataBuffer>, ResolvableType, MimeType, Map<String, Object>) - クラス org.springframework.http.codec.json のメソッド。Jackson2JsonDecoder
- processJmsListener(JmsListener, Method, Object) - クラス org.springframework.jms.annotation のメソッド。JmsListenerAnnotationBeanPostProcessor
- 指定された
JmsListenerアノテーションを指定されたメソッドで処理し、指定された Bean インスタンスに対応するエンドポイントを登録します。 - processKey(ConfigurableListableBeanFactory, String, String) - クラス org.springframework.beans.factory.config のメソッド。PropertyOverrideConfigurer
- 指定されたキーを 'beanName.property' エントリとして処理します。
- processLoadFailure(ApplicationContext, Throwable) - インターフェース org.springframework.test.context のメソッド。ApplicationContextFailureProcessor
ApplicationContextをロードしようとしているときに障害が発生したときに呼び出されます。- processLocations(Class<?>, String...) - インターフェース org.springframework.test.context のメソッド。ContextLoader
- 使用すべきではありません。Spring Framework 6.0 の時点で、
SmartContextLoaderSPI で定義されたメソッドを優先 - processLocations(Class<?>, String...) - インターフェース org.springframework.test.context のメソッド。SmartContextLoader
SmartContextLoaderは非推奨のContextLoaderメソッドをサポートしていません。- processLocations(Class<?>, String...) - クラス org.springframework.test.context.support のメソッド。AbstractContextLoader
- 指定された
locationsがnullまたは空で、AbstractContextLoader.isGenerateDefaultLocations()がtrueを返す場合、指定されたclassSE および構成されたリソースサフィックスのデフォルトの場所はgenerated(つまり、検出)です。それ以外の場合、提供されたlocationsは必要に応じて変更されて返されます。 - processMergedContextConfiguration(MergedContextConfiguration) - クラス org.springframework.test.context.support のメソッド。AbstractTestContextBootstrapper
- 提供され、新しくインスタンス化された
MergedContextConfigurationインスタンスを処理します。 - processMergedContextConfiguration(MergedContextConfiguration) - クラス org.springframework.test.context.web のメソッド。WebTestContextBootstrapper
- 指定された
MergedContextConfigurationのテストクラスに@WebAppConfigurationのアノテーションが付けられている場合はWebMergedContextConfigurationを返し、それ以外の場合は指定されたインスタンスを変更せずに返します。 - processMessage(Message, Session) - クラス org.springframework.jms.listener のメソッド。SimpleMessageListenerContainer
- プロバイダーから受信したメッセージを処理します。
- processMetaData(DatabaseMetaData) - インターフェース org.springframework.jdbc.support のメソッド。DatabaseMetaDataCallback
- 実装では、渡されたメタデータを処理するためにこのメソッドを実装する必要があります。
- processMetaData(DataSource, List<String>, String[]) - クラス org.springframework.jdbc.core.metadata のメソッド。TableMetaDataContext
- 提供された構成オプションを使用して現在のメタデータを処理します。
- processMissingFieldError(String, BindingResult) - Method in interface org.springframework.validation.BindingErrorProcessor
- 不足フィールドエラーを特定の BindException に適用します。
- processMissingFieldError(String, BindingResult) - Method in class org.springframework.validation.DefaultBindingErrorProcessor
- processors() - Element in annotation interface org.springframework.aot.hint.annotation.Reflective
- アノテーション付き要素に対して呼び出す
ReflectiveProcessor実装。 - processParameters(List<SqlParameter>) - クラス org.springframework.jdbc.core.metadata のメソッド。CallMetaDataContext
- 提供されたパラメーターのリストを処理します。プロシージャ列のメタデータが使用される場合、パラメーターはメタデータ情報と照合され、不足しているものは自動的に含まれます。
- processPath(String) - クラス org.springframework.web.reactive.resource のメソッド。ResourceWebHandler
- 指定されたリソースパスを処理します。
- processPath(String) - クラス org.springframework.web.servlet.resource のメソッド。ResourceHttpRequestHandler
- 指定されたリソースパスを処理します。
- processProperties(ConfigurableListableBeanFactory, Properties) - クラス org.springframework.beans.factory.config のメソッド。PropertyOverrideConfigurer
- processProperties(ConfigurableListableBeanFactory, Properties) - クラス org.springframework.beans.factory.config のメソッド。PropertyPlaceholderConfigurer
- 使用すべきではありません。指定された Bean ファクトリの各 Bean 定義にアクセスし、${...} プロパティのプレースホルダーを指定されたプロパティの値で置き換えようとします。
- processProperties(ConfigurableListableBeanFactory, Properties) - クラス org.springframework.beans.factory.config のメソッド。PropertyResourceConfigurer
- 特定のプロパティを特定の BeanFactory に適用します。
- processProperties(ConfigurableListableBeanFactory, Properties) - クラス org.springframework.context.support のメソッド。PropertySourcesPlaceholderConfigurer
- processProperties(ConfigurableListableBeanFactory, ConfigurablePropertyResolver) - クラス org.springframework.context.support のメソッド。PropertySourcesPlaceholderConfigurer
- 指定された Bean ファクトリの各 Bean 定義にアクセスし、${...} プロパティのプレースホルダーを指定されたプロパティの値で置き換えようとします。
- processPropertyAccessException(PropertyAccessException, BindingResult) - Method in interface org.springframework.validation.BindingErrorProcessor
- 指定された
PropertyAccessExceptionを、指定されたErrorsインスタンスに登録された適切なエラーに変換します。 - processPropertyAccessException(PropertyAccessException, BindingResult) - Method in class org.springframework.validation.DefaultBindingErrorProcessor
- processPropertySource(PropertySourceDescriptor) - クラス org.springframework.core.io.support のメソッド。PropertySourceProcessor
- このインスタンスによって管理される環境に対して、指定された
PropertySourceDescriptorを処理します。 - processRequest(HttpServletRequest, HttpServletResponse) - クラス org.springframework.web.servlet のメソッド。FrameworkServlet
- このリクエストを処理し、結果に関係なくイベントを公開します。
- processRequest(CorsConfiguration, HttpServletRequest, HttpServletResponse) - インターフェース org.springframework.web.cors のメソッド。CorsProcessor
CorsConfigurationを指定してリクエストを処理します。- processRequest(CorsConfiguration, HttpServletRequest, HttpServletResponse) - クラス org.springframework.web.cors のメソッド。DefaultCorsProcessor
- processResourceAfterCommit(H) - クラス org.springframework.transaction.support のメソッド。ResourceHolderSynchronization
- 指定されたリソースホルダーのコミット後のコールバック。
- processResourceAfterCommit(O) - クラス org.springframework.transaction.reactive のメソッド。ReactiveResourceSynchronization
- 指定されたリソースホルダーのコミット後のコールバック。
- processResultSet(ResultSet, ResultSetSupportingSqlParameter) - クラス org.springframework.jdbc.core のメソッド。JdbcTemplate
- ストアドプロシージャから指定された ResultSet を処理します。
- processRow(ResultSet) - インターフェース org.springframework.jdbc.core のメソッド。RowCallbackHandler
ResultSetSE のデータの各行を処理するには、実装でこのメソッドを実装する必要があります。- processRow(ResultSet) - クラス org.springframework.jdbc.core のメソッド。RowCountCallbackHandler
- ResultSetCallbackHandler の実装。
- processRow(ResultSet, int) - クラス org.springframework.jdbc.core のメソッド。RowCountCallbackHandler
- サブクラスはこれをオーバーライドして、カスタムの抽出または処理を実行できます。
- processScheduled(Scheduled, Method, Object) - クラス org.springframework.scheduling.annotation のメソッド。ScheduledAnnotationBeanPostProcessor
- 指定された Bean 上で指定された
@Scheduledメソッド宣言を処理し、リアクティブメソッドと同期メソッドを区別しようとします。 - processSource(Source, Charset) - クラス org.springframework.http.converter.xml のメソッド。Jaxb2RootElementHttpMessageConverter
sourceをcharsetで処理します。- processStrings(String[]) - Static method in class org.springframework.test.context.MergedContextConfiguration
- ProcessSwitchCallback - Interface in org.springframework.cglib.core
- processTemplate(Template, SimpleHash, HttpServletResponse) - クラス org.springframework.web.servlet.view.freemarker のメソッド。FreeMarkerView
- FreeMarker テンプレートを処理し、結果をレスポンスに書き込みます。
- processTemplateIntoString(Template, Object) - Static method in class org.springframework.ui.freemarker.FreeMarkerTemplateUtils
- 指定された FreeMarker テンプレートを指定されたモデルで処理し、結果を文字列に書き込みます。
- processUrl(HttpServletRequest, String) - インターフェース org.springframework.web.servlet.support のメソッド。RequestDataValueProcessor
- URL がレンダリングまたはリダイレクトされようとしているときに呼び出されます。
- processUrl(ServerWebExchange, String) - インターフェース org.springframework.web.reactive.result.view のメソッド。RequestDataValueProcessor
- URL がレンダリングまたはリダイレクトされようとしているときに呼び出されます。
- ProducerCallback< T > - Interface in org.springframework.jms.core
- JMS 宛先にメッセージを送信するためのコールバック。
- produces() - Element in annotation interface org.springframework.web.bind.annotation.DeleteMapping
RequestMapping.produces()のエイリアス。- produces() - Element in annotation interface org.springframework.web.bind.annotation.ExceptionHandler
- アノテーション付きの方法で生成できるメディア型。
- produces() - Element in annotation interface org.springframework.web.bind.annotation.GetMapping
RequestMapping.produces()のエイリアス。- produces() - Element in annotation interface org.springframework.web.bind.annotation.PatchMapping
RequestMapping.produces()のエイリアス。- produces() - Element in annotation interface org.springframework.web.bind.annotation.PostMapping
RequestMapping.produces()のエイリアス。- produces() - Element in annotation interface org.springframework.web.bind.annotation.PutMapping
RequestMapping.produces()のエイリアス。- produces() - Element in annotation interface org.springframework.web.bind.annotation.RequestMapping
- マッピングされたハンドラーが生成できるメディア型によってプライマリマッピングを絞り込みます。
- produces(String...) - インターフェース org.springframework.web.reactive.result.method のメソッド。RequestMappingInfo.Builder
- 生産条件を設定します。
- produces(String...) - インターフェース org.springframework.web.servlet.mvc.method のメソッド。RequestMappingInfo.Builder
- 生産条件を設定します。
- ProducesRequestCondition - org.springframework.web.reactive.result.condition のクラス
- リクエストの 'Accept' ヘッダーをメディア型式のリストと照合するための論理和('| |')リクエスト条件。
- ProducesRequestCondition - org.springframework.web.servlet.mvc.condition のクラス
- リクエストの 'Accept' ヘッダーをメディア型式のリストと照合するための論理和('| |')リクエスト条件。
- ProducesRequestCondition(String...) - クラス org.springframework.web.reactive.result.condition. ProducesRequestCondition のコンストラクター
- 「プロデュース」式から新しいインスタンスを作成します。
- ProducesRequestCondition(String...) - クラス org.springframework.web.servlet.mvc.condition. ProducesRequestCondition のコンストラクター
- 「プロデュース」式から新しいインスタンスを作成します。
- ProducesRequestCondition(String[], String[]) - クラス org.springframework.web.reactive.result.condition. ProducesRequestCondition のコンストラクター
- "produces" および "header" 式を使用して新しいインスタンスを作成します。
- ProducesRequestCondition(String[], String[]) - クラス org.springframework.web.servlet.mvc.condition. ProducesRequestCondition のコンストラクター
- "produces" および "header" 式を使用して新しいインスタンスを作成します。
- ProducesRequestCondition(String[], String[], ContentNegotiationManager) - クラス org.springframework.web.servlet.mvc.condition. ProducesRequestCondition のコンストラクター
- ProducesRequestCondition(String[], String[], RequestedContentTypeResolver) - クラス org.springframework.web.reactive.result.condition. ProducesRequestCondition のコンストラクター
- PRODUCIBLE_MEDIA_TYPES_ATTRIBUTE - Static variable in interface org.springframework.web.reactive.HandlerMapping
- マップされたハンドラーに適用可能な生成可能な MediaType のセットを含む
attributeの名前。 - PRODUCIBLE_MEDIA_TYPES_ATTRIBUTE - Static variable in interface org.springframework.web.servlet.HandlerMapping
- マップされたハンドラーに適用可能な作成可能な MediaTypes のセットを含む
HttpServletRequestEE 属性の名前。 - Profile - Annotation Interface in org.springframework.context.annotation
- 1 つ以上の指定されたプロファイルがアクティブな場合、コンポーネントは登録に適格であることを示します。
- PROFILE_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
- profiles() - Element in annotation interface org.springframework.test.context.ActiveProfiles
- アクティブにする Bean 定義プロファイル。
- Profiles - Interface in org.springframework.core.env
Environmentで受け入れられるプロファイル述語。- ProfileValueChecker - org.springframework.test.context.junit4.statements のクラス
ProfileValueCheckerは、Spring の@IfProfileValueアノテーションを介して現在の環境でテストクラスまたはテストメソッドが有効になっているかどうかをチェックするカスタム JUnitStatementです。- ProfileValueChecker(Statement, Class<?>, Method) - クラス org.springframework.test.context.junit4.statements. ProfileValueChecker のコンストラクター
- 新しい
ProfileValueCheckerステートメントを作成します。 - ProfileValueSource - Interface in org.springframework.test.annotation
- 特定のテスト環境のプロファイル値を取得するための戦略インターフェース。
- ProfileValueSourceConfiguration - Annotation Interface in org.springframework.test.annotation
ProfileValueSourceConfigurationは、JUnit 4 ベースのテストクラスに適用できるアノテーションであり、@IfProfileValueを介して構成されたプロファイル値を取得するときに使用するProfileValueSourceの型を指定します。- ProfileValueUtils - org.springframework.test.annotation のクラス
- プロファイル値を操作するための一般的なユーティリティメソッド。
- ProfileValueUtils() - クラス org.springframework.test.annotation. ProfileValueUtils のコンストラクター
- Projection - Class in org.springframework.expression.spel.ast
- 射影を表します。特定の操作がいくつかの入力シーケンスのすべての要素に対して実行され、同じサイズの新しいシーケンスを返します。
- Projection(boolean, int, int, SpelNodeImpl) - Constructor for class org.springframework.expression.spel.ast.Projection
- PROJECTION_NOT_SUPPORTED_ON_TYPE - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- PROP_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
- PROP_THREAD_COUNT - Static variable in class org.springframework.scheduling.quartz.SchedulerFactoryBean
- スレッド数プロパティ。
- propagateQuery(boolean) - インターフェース org.springframework.web.reactive.result.view のメソッド。Rendering.RedirectBuilder
- 現在の URL のクエリ文字列をターゲットリダイレクト URL に追加するかどうか。
- propagation() - Element in annotation interface org.springframework.transaction.annotation.Transactional
- トランザクション伝播型。
- Propagation - Enum Class in org.springframework.transaction.annotation
TransactionDefinitionインターフェースに対応する、Transactionalアノテーションで使用するトランザクション伝搬動作を表す列挙体。- PROPAGATION_MANDATORY - Static variable in interface org.springframework.transaction.TransactionDefinition
- 現在のトランザクションをサポートします。現在のトランザクションが存在しない場合、例外をスローします。
- PROPAGATION_NESTED - Static variable in interface org.springframework.transaction.TransactionDefinition
- 現在のトランザクションが存在する場合はネストされたトランザクション内で実行し、それ以外の場合は
TransactionDefinition.PROPAGATION_REQUIREDのように動作します。 - PROPAGATION_NEVER - Static variable in interface org.springframework.transaction.TransactionDefinition
- 現在のトランザクションをサポートしません。現在のトランザクションが存在する場合、例外をスローします。
- PROPAGATION_NOT_SUPPORTED - Static variable in interface org.springframework.transaction.TransactionDefinition
- 現在のトランザクションをサポートしません。むしろ、常に非トランザクションで実行します。
- PROPAGATION_REQUIRED - Static variable in interface org.springframework.transaction.TransactionDefinition
- 現在のトランザクションをサポートします。存在しない場合は新しいものを作成します。
- PROPAGATION_REQUIRES_NEW - Static variable in interface org.springframework.transaction.TransactionDefinition
- 新しいトランザクションを作成し、現在のトランザクションが存在する場合は中断します。
- PROPAGATION_SUPPORTS - Static variable in interface org.springframework.transaction.TransactionDefinition
- 現在のトランザクションをサポートします。存在しない場合は非トランザクションで実行します。
- properties() - Element in annotation interface org.springframework.test.context.TestPropertySource
ApplicationContextがテスト用にロードされる前に SpringEnvironmentに追加する必要があるキーと値のペアの形式のインラインプロパティ。- PropertiesBeanDefinitionReader - org.springframework.beans.factory.support のクラス
- 使用すべきではありません。Spring の共通 Bean 定義フォーマットおよび / またはカスタム BeanDefinitionReader 実装を優先
- PropertiesBeanDefinitionReader(BeanDefinitionRegistry) - クラス org.springframework.beans.factory.support. PropertiesBeanDefinitionReader のコンストラクター
- 使用すべきではありません。指定された Bean ファクトリの新しい PropertiesBeanDefinitionReader を作成します。
- PropertiesEditor - org.springframework.beans.propertyeditors のクラス
PropertiesSE オブジェクトのカスタムPropertyEditorSE。- PropertiesEditor() - クラス org.springframework.beans.propertyeditors. PropertiesEditor のコンストラクター
- PropertiesFactoryBean - org.springframework.beans.factory.config のクラス
- Bean ファクトリの Properties インスタンスとして使用可能なクラスパスの場所からプロパティファイルを作成できます。
- PropertiesFactoryBean() - クラス org.springframework.beans.factory.config. PropertiesFactoryBean のコンストラクター
- PropertiesHolder() - クラス org.springframework.context.support のコンストラクター。ReloadableResourceBundleMessageSource.PropertiesHolder
- PropertiesHolder(Properties, long) - クラス org.springframework.context.support のコンストラクター。ReloadableResourceBundleMessageSource.PropertiesHolder
- PropertiesLoaderSupport - org.springframework.core.io.support のクラス
- 1 つ以上のリソースからプロパティをロードする必要がある JavaBean スタイルのコンポーネントの基本クラス。
- PropertiesLoaderSupport() - クラス org.springframework.core.io.support. PropertiesLoaderSupport のコンストラクター
- PropertiesLoaderUtils - org.springframework.core.io.support のクラス
java.util.Propertiesをロードするための便利なユーティリティメソッドで、入力ストリームの標準処理を実行します。- PropertiesLoaderUtils() - クラス org.springframework.core.io.support. PropertiesLoaderUtils のコンストラクター
- PropertiesPersister - org.springframework.util のインターフェース
java.util.Propertiesを永続化するための戦略インターフェースで、プラグ可能な解析戦略を可能にします。- PropertiesPropertySource - org.springframework.core.env のクラス
PropertiesSE オブジェクトからプロパティを抽出するPropertySource実装。- PropertiesPropertySource(String, Map<String, Object>) - クラス org.springframework.core.env. PropertiesPropertySource のコンストラクター
- PropertiesPropertySource(String, Properties) - クラス org.springframework.core.env. PropertiesPropertySource のコンストラクター
- property(String, Object) - Method in interface org.springframework.web.ErrorResponse.Builder
- 基礎となる
ProblemDetailに「動的」propertyを設定します。 - Property - Class in org.springframework.core.convert
java.beans.PropertyDescriptorへの依存を回避できる JavaBeans プロパティの説明。- Property(Class<?>, Method, Method) - Constructor for class org.springframework.core.convert.Property
- Property(Class<?>, Method, Method, String) - Constructor for class org.springframework.core.convert.Property
- PROPERTY_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
- PROPERTY_KEY_PREFIX - Static variable in interface org.springframework.beans.PropertyAccessor
- "person.addresses[0]" のようなインデックス付きまたはマップされたプロパティのプロパティキーの開始を示すマーカー。
- PROPERTY_KEY_PREFIX_CHAR - Static variable in interface org.springframework.beans.PropertyAccessor
- "person.addresses[0]" のようなインデックス付きまたはマップされたプロパティのプロパティキーの開始を示すマーカー。
- PROPERTY_KEY_SUFFIX - Static variable in interface org.springframework.beans.PropertyAccessor
- "person.addresses[0]" のようなインデックス付きまたはマップされたプロパティのプロパティキーの終わりを示すマーカー。
- PROPERTY_KEY_SUFFIX_CHAR - Static variable in interface org.springframework.beans.PropertyAccessor
- "person.addresses[0]" のようなインデックス付きまたはマップされたプロパティのプロパティキーの終わりを示すマーカー。
- PROPERTY_OR_FIELD_NOT_READABLE - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- PROPERTY_OR_FIELD_NOT_READABLE_ON_NULL - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- PROPERTY_OR_FIELD_NOT_WRITABLE - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- PROPERTY_OR_FIELD_NOT_WRITABLE_ON_NULL - Enum constant in enum class org.springframework.expression.spel.SpelMessage
- PropertyAccessException - Exception in org.springframework.beans
- 型の不一致や呼び出しターゲット例外など、プロパティアクセスに関連する例外のスーパークラス。
- PropertyAccessException(PropertyChangeEvent, String, Throwable) - Constructor for exception org.springframework.beans.PropertyAccessException
- 新しい PropertyAccessException を作成します。
- PropertyAccessException(String, Throwable) - Constructor for exception org.springframework.beans.PropertyAccessException
- PropertyChangeEvent なしで新しい PropertyAccessException を作成します。
- PropertyAccessor - org.springframework.beans のインターフェース
- 名前付きプロパティ(オブジェクトの Bean プロパティやオブジェクトのフィールドなど)にアクセスできるクラスの共通インターフェース。
- PropertyAccessor - org.springframework.expression のインターフェース
- プロパティアクセサーは、オブジェクトのプロパティから読み取る(および場合によっては書き込む)ことができます。
- PropertyAccessorFactory - Class in org.springframework.beans
- 特に
BeanWrapperインスタンスの場合、PropertyAccessorインスタンスを取得するための単純なファクトリファサード。 - PropertyAccessorUtils - Class in org.springframework.beans
PropertyAccessorインターフェースに従って Bean プロパティアクセスを実行するクラスのユーティリティメソッド。- PropertyAccessorUtils() - Constructor for class org.springframework.beans.PropertyAccessorUtils
- PropertyBatchUpdateException - Exception in org.springframework.beans
- 個々の PropertyAccessException インスタンスで構成される複合例外。
- PropertyBatchUpdateException(PropertyAccessException[]) - Constructor for exception org.springframework.beans.PropertyBatchUpdateException
- 新しい PropertyBatchUpdateException を作成します。
- PropertyComparator< T > - Class in org.springframework.beans.support
- PropertyComparator は 2 つの Bean の比較を実行し、指定された Bean プロパティを BeanWrapper 経由で評価します。
- PropertyComparator(String, boolean, boolean) - クラス org.springframework.beans.support. PropertyComparator のコンストラクター
- 指定された設定の PropertyComparator を作成します。
- PropertyComparator(SortDefinition) - クラス org.springframework.beans.support. PropertyComparator のコンストラクター
- 指定された SortDefinition の新しい PropertyComparator を作成します。
- PropertyEditorRegistrar - org.springframework.beans のインターフェース
- カスタム
property editorsSE をproperty editor registryに登録する戦略のインターフェース。 - PropertyEditorRegistry - org.springframework.beans のインターフェース
- JavaBeans
PropertyEditorsSE を登録するためのメソッドをカプセル化します。 - PropertyEditorRegistrySupport - Class in org.springframework.beans
PropertyEditorRegistryインターフェースの基本実装。- PropertyEditorRegistrySupport() - Constructor for class org.springframework.beans.PropertyEditorRegistrySupport
- PropertyEntry - org.springframework.beans.factory.parsing のクラス
- JavaBean プロパティを表す
ParseStateエントリ。 - PropertyEntry(String) - クラス org.springframework.beans.factory.parsing. PropertyEntry のコンストラクター
- 新しい
PropertyEntryインスタンスを作成します。 - PropertyHandler(Class<?>, boolean, boolean) - Constructor for class org.springframework.beans.AbstractNestablePropertyAccessor.PropertyHandler
- PropertyMatches - Class in org.springframework.beans
- 構成可能な距離に従って、プロパティの一致を計算するためのヘルパークラス。
- propertyNamingStrategy(PropertyNamingStrategy) - クラス org.springframework.http.converter.json のメソッド。Jackson2ObjectMapperBuilder
PropertyNamingStrategyを指定して、ObjectMapperを構成します。- PropertyOrFieldReference - org.springframework.expression.spel.ast のクラス
- 単純なプロパティまたはフィールド参照を表します。
- PropertyOrFieldReference(boolean, String, int, int) - クラス org.springframework.expression.spel.ast. PropertyOrFieldReference のコンストラクター
- PropertyOverrideConfigurer - org.springframework.beans.factory.config のクラス
- アプリケーションコンテキスト定義内の Bean プロパティ値をオーバーライドするプロパティリソースコンフィギュレータ。
- PropertyOverrideConfigurer() - クラス org.springframework.beans.factory.config. PropertyOverrideConfigurer のコンストラクター
- PropertyPathFactoryBean - org.springframework.beans.factory.config のクラス
- 指定されたターゲットオブジェクトのプロパティパスを評価する
FactoryBean。 - PropertyPathFactoryBean() - クラス org.springframework.beans.factory.config. PropertyPathFactoryBean のコンストラクター
- PropertyPlaceholderConfigurer - org.springframework.beans.factory.config のクラス
- 使用すべきではありません。5.2 以降。代わりに
org.springframework.context.support.PropertySourcesPlaceholderConfigurerを使用してください。org.springframework.context.support.PropertySourcesPlaceholderConfigurerは、EnvironmentおよびPropertySourceメカニズムを利用することにより柔軟性があります。 - PropertyPlaceholderConfigurer() - クラス org.springframework.beans.factory.config. PropertyPlaceholderConfigurer のコンストラクター
- 使用すべきではありません。
- PropertyPlaceholderHelper - Class in org.springframework.util
- プレースホルダー値を持つ文字列を操作するためのユーティリティクラス。
- PropertyPlaceholderHelper(String, String) - Constructor for class org.springframework.util.PropertyPlaceholderHelper
- 指定されたプレフィックスとサフィックスを使用する新しい
PropertyPlaceholderHelperを作成します。 - PropertyPlaceholderHelper(String, String, String, boolean) - Constructor for class org.springframework.util.PropertyPlaceholderHelper
- 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
- PropertyPlaceholderHelper(String, String, String, Character, boolean) - Constructor for class org.springframework.util.PropertyPlaceholderHelper
- 指定されたプレフィックスとサフィックスを使用する新しい
PropertyPlaceholderHelperを作成します。 - PropertyPlaceholderHelper.PlaceholderResolver - org.springframework.util のインターフェース
- 文字列に含まれるプレースホルダーの置換値を解決するために使用される戦略インターフェース。
- PropertyProvider - Interface in org.springframework.test.context.support
- 名前付きプロパティを提供するための戦略 - たとえば、一般的な方法でキーと値のペアを検索する場合です。
- PropertyResolver - Interface in org.springframework.core.env
- 基になるソースに対するプロパティを解決するためのインターフェース。
- PropertyResourceConfigurer - org.springframework.beans.factory.config のクラス
- プロパティリソースから個々の Bean プロパティ値の構成を許可します。
- PropertyResourceConfigurer() - クラス org.springframework.beans.factory.config. PropertyResourceConfigurer のコンストラクター
- PropertySource< T > - Class in org.springframework.core.env
- 名前と値のプロパティのペアのソースを表す抽象基本クラス。
- PropertySource - Annotation Interface in org.springframework.context.annotation
PropertySourceを Spring のEnvironmentに追加するための便利で宣言的なメカニズムを提供するアノテーション。- PropertySource(String) - クラス org.springframework.core.env. PropertySource のコンストラクター
- 指定された名前と、基になるソースとして新しい
Objectインスタンスを使用して、新しいPropertySourceを作成します。 - PropertySource(String, T) - クラス org.springframework.core.env. PropertySource のコンストラクター
- 指定された名前とソースオブジェクトで新しい
PropertySourceを作成します。 - PropertySource.StubPropertySource - org.springframework.core.env のクラス
- 実際のプロパティソースをアプリケーションコンテキストの作成時に積極的に初期化できない場合にプレースホルダーとして使用される
PropertySource。 - PropertySourceDescriptor - Record Class in org.springframework.core.io.support
PropertySourceの記述子。- PropertySourceDescriptor(String...) - Constructor for record class org.springframework.core.io.support.PropertySourceDescriptor
- 指定された場所で記述子を作成します。
- PropertySourceDescriptor(List<String>, boolean, String, Class<? extends PropertySourceFactory>, String) - Constructor for record class org.springframework.core.io.support.PropertySourceDescriptor
PropertySourceDescriptorレコードクラスのインスタンスを作成します。- propertySourceFactory() - Method in record class org.springframework.core.io.support.PropertySourceDescriptor
propertySourceFactoryレコードコンポーネントの値を返します。- PropertySourceFactory - Interface in org.springframework.core.io.support
- リソースベースの
PropertySourceラッパーを作成するための戦略インターフェース。 - PropertySourceProcessor - org.springframework.core.io.support のクラス
property sourcesをEnvironmentに貢献します。- PropertySourceProcessor(ConfigurableEnvironment, ResourceLoader) - クラス org.springframework.core.io.support. PropertySourceProcessor のコンストラクター
- PropertySources - Interface in org.springframework.core.env
- 1 つ以上の
PropertySourceオブジェクトを含むホルダー。 - PropertySources - Annotation Interface in org.springframework.context.annotation
- いくつかの
PropertySourceアノテーションを集約するコンテナーアノテーション。 - PropertySourcesPlaceholderConfigurer - org.springframework.context.support のクラス
- Bean 定義プロパティ値内の ${...} プレースホルダーと、現在の Spring
EnvironmentおよびPropertySourcesのセットに対する@Valueアノテーションを解決するPlaceholderConfigurerSupportの専門化。 - PropertySourcesPlaceholderConfigurer() - クラス org.springframework.context.support. PropertySourcesPlaceholderConfigurer のコンストラクター
- PropertySourcesPropertyResolver - org.springframework.core.env のクラス
- 基になる
PropertySourcesのセットに対してプロパティ値を解決するPropertyResolver実装。 - PropertySourcesPropertyResolver(PropertySources) - クラス org.springframework.core.env. PropertySourcesPropertyResolver のコンストラクター
- 指定されたプロパティソースに対して新しいリゾルバーを作成します。
- propertyToConstantNamePrefix(String) - Method in class org.springframework.core.Constants
- 使用すべきではありません。指定された Bean プロパティ名を定数名のプレフィックスに変換します。
- PropertyTokenHolder(String) - Constructor for class org.springframework.beans.AbstractNestablePropertyAccessor.PropertyTokenHolder
- PropertyValue - Class in org.springframework.beans
- 個々の Bean プロパティの情報と値を保持するオブジェクト。
- PropertyValue(String, Object) - Constructor for class org.springframework.beans.PropertyValue
- 新しい PropertyValue インスタンスを作成します。
- PropertyValue(PropertyValue) - Constructor for class org.springframework.beans.PropertyValue
- コピーコンストラクター。
- PropertyValue(PropertyValue, Object) - Constructor for class org.springframework.beans.PropertyValue
- 元のバリューホルダーの新しい値を公開するコンストラクター。
- PropertyValues - org.springframework.beans のインターフェース
- 通常、特定のターゲット Bean の 1 つの更新を含む、1 つ以上の
PropertyValueオブジェクトを含むホルダー。 - PropertyValuesEditor - Class in org.springframework.beans
PropertyValuesオブジェクトのEditorSE。- PropertyValuesEditor() - Constructor for class org.springframework.beans.PropertyValuesEditor
- PROPS_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
- PROTECTED - Enum constant in enum class org.springframework.aot.generate.AccessControl.Visibility
- 保護された可視性。
- PROTOBUF - Static variable in class org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter
- protobuf
application/x-protobufのメディア型。 - PROTOBUF - Static variable in class org.springframework.messaging.converter.ProtobufMessageConverter
- protobuf
application/x-protobufの MIME 型。 - ProtobufCodecSupport - org.springframework.http.codec.protobuf のクラス
- Protobuf エンコードおよびデコードのサポートメソッドを提供する基本クラス。
- ProtobufCodecSupport() - クラス org.springframework.http.codec.protobuf. ProtobufCodecSupport のコンストラクター
- protobufDecoder(Decoder<?>) - インターフェース org.springframework.http.codec のメソッド。CodecConfigurer.DefaultCodecs
- デフォルトの Protobuf
Decoderをオーバーライドします。 - ProtobufDecoder - org.springframework.http.codec.protobuf のクラス
- ProtobufDecoder() - クラス org.springframework.http.codec.protobuf. ProtobufDecoder のコンストラクター
- 新しい
ProtobufDecoderを作成します。 - ProtobufDecoder(ExtensionRegistry) - クラス org.springframework.http.codec.protobuf. ProtobufDecoder のコンストラクター
- メッセージ拡張の登録を許可する初期化子を使用して、新しい
ProtobufDecoderを作成します。 - protobufEncoder(Encoder<?>) - インターフェース org.springframework.http.codec のメソッド。CodecConfigurer.DefaultCodecs
- デフォルトの Protobuf
Encoderをオーバーライドします。 - ProtobufEncoder - org.springframework.http.codec.protobuf のクラス
- ProtobufEncoder() - クラス org.springframework.http.codec.protobuf. ProtobufEncoder のコンストラクター
- ProtobufHttpMessageConverter - org.springframework.http.converter.protobuf のクラス
- ProtobufHttpMessageConverter() - クラス org.springframework.http.converter.protobuf. ProtobufHttpMessageConverter のコンストラクター
- 新しい
ProtobufHttpMessageConverterを作成します。 - ProtobufHttpMessageConverter(ExtensionRegistry) - クラス org.springframework.http.converter.protobuf. ProtobufHttpMessageConverter のコンストラクター
- プロトコルメッセージ拡張を指定するレジストリを使用して、新しい
ProtobufHttpMessageConverterを構築します。 - ProtobufHttpMessageWriter - org.springframework.http.codec.protobuf のクラス
HttpMessageWriterは、protobufMessageを書き込むことができ、X-Protobuf-Schema、X-Protobuf-Messageヘッダーを追加し、flux が直列化される場合はdelimited=trueパラメーターがコンテンツ型に追加されます。- ProtobufHttpMessageWriter() - クラス org.springframework.http.codec.protobuf. ProtobufHttpMessageWriter のコンストラクター
- デフォルトの
ProtobufEncoderで新しいProtobufHttpMessageWriterを作成します。 - ProtobufHttpMessageWriter(Encoder<Message>) - クラス org.springframework.http.codec.protobuf. ProtobufHttpMessageWriter のコンストラクター
- 指定されたエンコーダで新しい
ProtobufHttpMessageWriterを作成します。 - ProtobufJsonDecoder - org.springframework.http.codec.protobuf のクラス
- ProtobufJsonDecoder() - クラス org.springframework.http.codec.protobuf. ProtobufJsonDecoder のコンストラクター
- デフォルトの
JsonFormat.Parserインスタンスを使用して新しいProtobufJsonDecoderを構築します。 - ProtobufJsonDecoder(JsonFormat.Parser) - クラス org.springframework.http.codec.protobuf. ProtobufJsonDecoder のコンストラクター
- 指定された
JsonFormat.Parserインスタンスを使用して新しいProtobufJsonDecoderを構築します。 - ProtobufJsonEncoder - org.springframework.http.codec.protobuf のクラス
Messageを JSON として書き込むEncoder。- ProtobufJsonEncoder() - クラス org.springframework.http.codec.protobuf. ProtobufJsonEncoder のコンストラクター
- デフォルトの
JsonFormat.Printerインスタンスを使用して新しいProtobufJsonEncoderを構築します。 - ProtobufJsonEncoder(JsonFormat.Printer) - クラス org.springframework.http.codec.protobuf. ProtobufJsonEncoder のコンストラクター
- 指定された
JsonFormat.Printerインスタンスを使用して新しいProtobufJsonEncoderを構築します。 - ProtobufJsonFormatHttpMessageConverter - org.springframework.http.converter.protobuf のクラス
- JSON 処理に Protobuf 3 およびその公式ライブラリ
"com.google.protobuf:protobuf-java-util"の使用を強制するProtobufHttpMessageConverterのサブクラス。 - ProtobufJsonFormatHttpMessageConverter() - クラス org.springframework.http.converter.protobuf. ProtobufJsonFormatHttpMessageConverter のコンストラクター
JsonFormat.Parser、JsonFormat.Printer、ExtensionRegistryのデフォルトインスタンスを持つコンストラクター。- ProtobufJsonFormatHttpMessageConverter(JsonFormat.Parser, JsonFormat.Printer) - クラス org.springframework.http.converter.protobuf. ProtobufJsonFormatHttpMessageConverter のコンストラクター
JsonFormat.Parser、JsonFormat.Printerの特定のインスタンス、ExtensionRegistryのデフォルトインスタンスを持つコンストラクター。- ProtobufJsonFormatHttpMessageConverter(JsonFormat.Parser, JsonFormat.Printer, ExtensionRegistry) - クラス org.springframework.http.converter.protobuf. ProtobufJsonFormatHttpMessageConverter のコンストラクター
JsonFormat.Parser、JsonFormat.Printer、ExtensionRegistryの特定のインスタンスを持つコンストラクター。- ProtobufJsonFormatMessageConverter - org.springframework.messaging.converter のクラス
- JSON サポート用の公式
"com.google.protobuf:protobuf-java-util"ライブラリで使用するProtobufMessageConverterのサブクラス。 - ProtobufJsonFormatMessageConverter(ExtensionRegistry) - クラス org.springframework.messaging.converter. ProtobufJsonFormatMessageConverter のコンストラクター
JsonFormat.Parser、JsonFormat.Printer、ExtensionRegistryのデフォルトインスタンスを持つコンストラクター。- ProtobufJsonFormatMessageConverter(JsonFormat.Parser, JsonFormat.Printer) - クラス org.springframework.messaging.converter. ProtobufJsonFormatMessageConverter のコンストラクター
JsonFormat.Parser、JsonFormat.Printerの特定のインスタンス、ExtensionRegistryのデフォルトインスタンスを持つコンストラクター。- ProtobufJsonFormatMessageConverter(JsonFormat.Parser, JsonFormat.Printer, ExtensionRegistry) - クラス org.springframework.messaging.converter. ProtobufJsonFormatMessageConverter のコンストラクター
JsonFormat.Parser、JsonFormat.Printer、ExtensionRegistryの特定のインスタンスを持つコンストラクター。- ProtobufMessageConverter - org.springframework.messaging.converter のクラス
- ProtobufMessageConverter() - クラス org.springframework.messaging.converter. ProtobufMessageConverter のコンストラクター
- デフォルトが
ExtensionRegistryのコンストラクター。 - ProtobufMessageConverter(ExtensionRegistry) - クラス org.springframework.messaging.converter. ProtobufMessageConverter のコンストラクター
- 指定された
ExtensionRegistryを持つコンストラクター。 - PROTOCOL_ERROR - Static variable in class org.springframework.web.reactive.socket.CloseStatus
- 「1002 は、プロトコルエラーが原因でエンドポイントが接続を終了していることを示します。」
- PROTOCOL_ERROR - Static variable in class org.springframework.web.socket.CloseStatus
- 「1002 は、プロトコルエラーが原因でエンドポイントが接続を終了していることを示します。」
- ProtocolResolver - Interface in org.springframework.core.io
- プロトコル固有のリソースハンドルの解決戦略。
- PrototypeAspectInstanceFactory - org.springframework.aop.aspectj.annotation のクラス
AspectInstanceFactoryはBeanFactory-provided プロトタイプに裏打ちされ、プロトタイプのセマンティクスを実施します。- PrototypeAspectInstanceFactory(BeanFactory, String) - クラス org.springframework.aop.aspectj.annotation. PrototypeAspectInstanceFactory のコンストラクター
- PrototypeAspectInstanceFactory を作成します。
- PrototypeTargetSource - org.springframework.aop.target のクラス
- リクエストごとにターゲット Bean の新しいインスタンスを作成し、リリース時に各リクエストを破棄する
TargetSource実装。 - PrototypeTargetSource() - クラス org.springframework.aop.target. PrototypeTargetSource のコンストラクター
- ProviderCreatingFactoryBean - org.springframework.beans.factory.config のクラス
- ProviderCreatingFactoryBean() - クラス org.springframework.beans.factory.config. ProviderCreatingFactoryBean のコンストラクター
- provideXml(OutputStream) - インターフェース org.springframework.jdbc.support.xml のメソッド。XmlBinaryStreamProvider
- 使用すべきではありません。
OutputStreamの XML コンテンツを提供するには、実装でこのメソッドを実装する必要があります。 - provideXml(Writer) - インターフェース org.springframework.jdbc.support.xml のメソッド。XmlCharacterStreamProvider
- 使用すべきではありません。
Writerの XML コンテンツを提供するには、実装でこのメソッドを実装する必要があります。 - provideXml(Result) - インターフェース org.springframework.jdbc.support.xml のメソッド。XmlResultProvider
- 使用すべきではありません。
Resultの XML コンテンツを提供するには、実装でこのメソッドを実装する必要があります。 - proxiedInterfaces(Class<?>...) - クラス org.springframework.aot.hint のメソッド。JdkProxyHint.Builder
- プロキシが実装する必要がある指定されたインターフェースを追加します。
- proxiedInterfaces(TypeReference...) - クラス org.springframework.aot.hint のメソッド。JdkProxyHint.Builder
- プロキシが実装する必要がある指定されたインターフェースを追加します。
- proxiedUserInterfaces(Object) - Static method in class org.springframework.aop.framework.AopProxyUtils
- 特定のプロキシが実装するユーザー指定のインターフェースを抽出します。
- proxies() - Static method in class org.springframework.aot.hint.predicate.RuntimeHintsPredicates
proxy hintsの述語ジェネレーターを返します。- proxies() - クラス org.springframework.aot.hint のメソッド。RuntimeHints
- プロキシベースのヒントへのアクセスを提供します。
- proxy - Variable in class org.springframework.aop.framework.ReflectiveMethodInvocation
- Proxy - Class in org.springframework.cglib.proxy
- このクラスは、JDK 1.2 で
java.lang.reflect.Proxyの代わりとして使用することを意図しています。 - Proxy(InvocationHandler) - Constructor for class org.springframework.cglib.proxy.Proxy
- PROXY - Enum constant in enum class org.springframework.context.annotation.AdviceMode
- JDK/CGLIB プロキシベースのアドバイス。
- PROXY_AUTHENTICATE - Static variable in class org.springframework.http.HttpHeaders
- HTTP
Proxy-Authenticateヘッダーフィールド名。 - PROXY_AUTHENTICATION_REQUIRED - Enum constant in enum class org.springframework.http.HttpStatus
407 Proxy Authentication Required.- PROXY_AUTHORIZATION - Static variable in class org.springframework.http.HttpHeaders
- HTTP
Proxy-Authorizationヘッダーフィールド名。 - PROXY_TARGET_CLASS_ATTRIBUTE - Static variable in class org.springframework.aop.config.AopNamespaceUtils
- AOP 関連の XML タグにある
proxy-target-class属性。 - PROXY_TARGET_CLASS_ATTRIBUTE - Static variable in class org.springframework.scripting.support.ScriptFactoryPostProcessor
proxyTargetClass属性。- PROXY_WITHOUT_ADDITIONAL_INTERCEPTORS - Static variable in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
- サブクラスの便利な定数: 「追加のインターセプターなしのプロキシ、一般的なインターセプターのみ」の戻り値。
- ProxyAsyncConfiguration - org.springframework.scheduling.annotation のクラス
- プロキシベースの非同期メソッド実行を有効にするために必要な Spring インフラストラクチャ Bean を登録する
@Configurationクラス。 - ProxyAsyncConfiguration() - クラス org.springframework.scheduling.annotation. ProxyAsyncConfiguration のコンストラクター
- proxyBeanMethods() - Element in annotation interface org.springframework.context.annotation.Configuration
- Bean ライフサイクル動作を強制するために、
@Beanメソッドをプロキシするかどうかを指定します。たとえば、ユーザーコードで直接@Beanメソッドが呼び出される場合でも、共有シングルトン Bean インスタンスを返すように指定します。 - ProxyCachingConfiguration - org.springframework.cache.annotation のクラス
- プロキシベースのアノテーション駆動型キャッシュ管理を有効にするために必要な Spring インフラストラクチャ Bean を登録する
@Configurationクラス。 - ProxyCachingConfiguration() - クラス org.springframework.cache.annotation. ProxyCachingConfiguration のコンストラクター
- ProxyConfig - org.springframework.aop.framework のクラス
- プロキシの作成に使用される構成の便利なスーパークラスで、すべてのプロキシ作成者が一貫したプロパティを持つことを保証します。
- ProxyConfig() - クラス org.springframework.aop.framework. ProxyConfig のコンストラクター
- ProxyCreationContext - org.springframework.aop.framework.autoproxy のクラス
AbstractAdvisorAutoProxyCreatorなどの自動プロキシ作成者によって公開される、現在のプロキシ作成コンテキストのホルダー。- ProxyCreatorSupport - org.springframework.aop.framework のクラス
- プロキシファクトリの基本クラス。
- ProxyCreatorSupport() - クラス org.springframework.aop.framework. ProxyCreatorSupport のコンストラクター
- 新しい ProxyCreatorSupport インスタンスを作成します。
- ProxyCreatorSupport(AopProxyFactory) - クラス org.springframework.aop.framework. ProxyCreatorSupport のコンストラクター
- 新しい ProxyCreatorSupport インスタンスを作成します。
- ProxyFactory - org.springframework.aop.framework のクラス
- Bean ファクトリでの宣言的なセットアップではなく、プログラムで使用するための AOP プロキシのファクトリ。
- ProxyFactory() - クラス org.springframework.aop.framework. ProxyFactory のコンストラクター
- 新しい ProxyFactory を作成します。
- ProxyFactory(Class<?>...) - クラス org.springframework.aop.framework. ProxyFactory のコンストラクター
- 新しい ProxyFactory を作成します。
- ProxyFactory(Class<?>, Interceptor) - クラス org.springframework.aop.framework. ProxyFactory のコンストラクター
- 指定されたインターフェースおよびインターセプター用に新しい ProxyFactory を作成します。
- ProxyFactory(Class<?>, TargetSource) - クラス org.springframework.aop.framework. ProxyFactory のコンストラクター
- 指定された
TargetSourceの ProxyFactory を作成し、指定されたインターフェースをプロキシに実装させます。 - ProxyFactory(Object) - クラス org.springframework.aop.framework. ProxyFactory のコンストラクター
- 新しい ProxyFactory を作成します。
- ProxyFactoryBean - org.springframework.aop.framework のクラス
- Spring
BeanFactoryの Bean に基づいて AOP プロキシを構築するFactoryBean実装。 - ProxyFactoryBean - org.springframework.http.client.support のクラス
java.net.ProxySE を作成するFactoryBean。- ProxyFactoryBean() - クラス org.springframework.aop.framework. ProxyFactoryBean のコンストラクター
- ProxyFactoryBean() - クラス org.springframework.http.client.support. ProxyFactoryBean のコンストラクター
- ProxyHints - org.springframework.aot.hint のクラス
- 実行時にプロキシを使用する必要性を収集します。
- ProxyHints() - クラス org.springframework.aot.hint. ProxyHints のコンストラクター
- ProxyHintsPredicates - org.springframework.aot.hint.predicate のクラス
ProxyHints述語のジェネレーター。指定されたヒントがプロキシの予想される動作と一致するかどうかをテストします。- ProxyJCacheConfiguration - Class in org.springframework.cache.jcache.config
- プロキシベースのアノテーション駆動型 JSR-107 キャッシュ管理を有効にするために必要な Spring インフラストラクチャ Bean を登録する
@Configurationクラス。 - ProxyJCacheConfiguration() - Constructor for class org.springframework.cache.jcache.config.ProxyJCacheConfiguration
- ProxyMethodInvocation - org.springframework.aop のインターフェース
- AOP Alliance
MethodInvocationインターフェースの拡張。メソッド呼び出しが行われたプロキシへのアクセスを許可します。 - proxyMode() - Element in annotation interface org.springframework.context.annotation.Scope
- コンポーネントをスコープ付きプロキシとして構成する必要があるかどうかを指定します。構成する場合は、プロキシをインターフェースベースにするかサブクラスベースにするかを指定します。
- proxyMode() - Element in annotation interface org.springframework.web.context.annotation.ApplicationScope
Scope.proxyMode()のエイリアス。- proxyMode() - Element in annotation interface org.springframework.web.context.annotation.RequestScope
Scope.proxyMode()のエイリアス。- proxyMode() - Element in annotation interface org.springframework.web.context.annotation.SessionScope
Scope.proxyMode()のエイリアス。- proxynewProxyInstance(ClassLoader, Class<?>[], InvocationHandler) - Static method in class org.springframework.aot.agent.InstrumentedBridgeMethods
- 使用すべきではありません。
- ProxyProcessorSupport - org.springframework.aop.framework のクラス
- プロキシプロセッサー、特に ClassLoader 管理および
ProxyProcessorSupport.evaluateProxyInterfaces(java.lang.Class<?>, org.springframework.aop.framework.ProxyFactory)アルゴリズムの共通機能を備えた基本クラス。 - ProxyProcessorSupport() - クラス org.springframework.aop.framework. ProxyProcessorSupport のコンストラクター
- ProxyRefDispatcher - Interface in org.springframework.cglib.proxy
Enhancerコールバックをディスパッチしています。- proxyRevalidate() - Method in class org.springframework.http.CacheControl
- "proxy-revalidate" ディレクティブを追加します。
- proxyTargetClass() - Element in annotation interface org.springframework.cache.annotation.EnableCaching
- 標準の Java インターフェースベースのプロキシではなく、サブクラスベース(CGLIB)のプロキシを作成するかどうかを示します。
- proxyTargetClass() - Element in annotation interface org.springframework.context.annotation.EnableAspectJAutoProxy
- 標準の Java インターフェースベースのプロキシではなく、サブクラスベース(CGLIB)のプロキシを作成するかどうかを示します。
- proxyTargetClass() - Element in annotation interface org.springframework.scheduling.annotation.EnableAsync
- 標準の Java インターフェースベースのプロキシではなく、サブクラスベース(CGLIB)のプロキシを作成するかどうかを示します。
- proxyTargetClass() - Element in annotation interface org.springframework.transaction.annotation.EnableTransactionManagement
- 標準の Java インターフェースベースのプロキシ(
false)ではなく、サブクラスベース(CGLIB)のプロキシを作成する(true)かどうかを示します。 - ProxyTransactionManagementConfiguration - org.springframework.transaction.annotation のクラス
- プロキシベースのアノテーション駆動型トランザクション管理を有効にするために必要な Spring インフラストラクチャ Bean を登録する
@Configurationクラス。 - ProxyTransactionManagementConfiguration() - クラス org.springframework.transaction.annotation. ProxyTransactionManagementConfiguration のコンストラクター
- PUBLIC - Enum constant in enum class org.springframework.aot.generate.AccessControl.Visibility
- 一般公開。
- PUBLIC_CLASSES - Enum constant in enum class org.springframework.aot.hint.MemberCategory
- public内部クラスを表すカテゴリ。
- PUBLIC_FIELDS - Enum constant in enum class org.springframework.aot.hint.MemberCategory
- パブリックフィールドSEに対するリフレクションフィールドアクセスを表すカテゴリ。
- publicDefineClass(String, byte[], ProtectionDomain) - Method in interface org.springframework.core.SmartClassLoader
- このクラスローダーでカスタムクラス(通常は CGLIB プロキシクラス)を定義します。
- publishBrokerAvailableEvent() - クラス org.springframework.messaging.simp.broker のメソッド。AbstractBrokerMessageHandler
- publishBrokerUnavailableEvent() - クラス org.springframework.messaging.simp.broker のメソッド。AbstractBrokerMessageHandler
- publishedInterfaces - Variable in class org.springframework.aop.support.IntroductionInfoSupport
- publishEvent(Object) - Method in interface org.springframework.context.ApplicationEventPublisher
- このアプリケーションに登録されているすべての一致するリスナーにイベントを通知します。
- publishEvent(Object) - クラス org.springframework.context.support のメソッド。AbstractApplicationContext
- 指定されたイベントをすべてのリスナーに公開します。
- publishEvent(Object) - クラス org.springframework.transaction.reactive のメソッド。TransactionalEventPublisher
- 指定されたペイロードに対して作成されたイベントを公開します。
- publishEvent(Object, ResolvableType) - クラス org.springframework.context.support のメソッド。AbstractApplicationContext
- 指定されたイベントをすべてのリスナーに公開します。
- publishEvent(Function<TestContext, ? extends ApplicationEvent>) - インターフェース org.springframework.test.context のメソッド。TestContext
- publishEvent(Function<TransactionContext, ApplicationEvent>) - クラス org.springframework.transaction.reactive のメソッド。TransactionalEventPublisher
- トランザクションソースオブジェクト (
TransactionContext) をイベントインスタンスにマップする、指定された関数を通じて作成されたイベントを発行します。 - publishEvent(ApplicationEvent) - Method in interface org.springframework.context.ApplicationEventPublisher
- このアプリケーションに登録されているすべての一致するリスナーにアプリケーションイベントを通知します。
- publishEvent(ApplicationEvent) - クラス org.springframework.context.support のメソッド。AbstractApplicationContext
- 指定されたイベントをすべてのリスナーに公開します。
- purgeUnreferencedEntries() - Method in class org.springframework.util.ConcurrentReferenceHashMap
- ガベージコレクションによって削除され、もはや参照されていないエントリをすべて削除します。
- push(boolean) - クラス org.springframework.cglib.core のメソッド。CodeEmitter
- push(double) - クラス org.springframework.cglib.core のメソッド。CodeEmitter
- push(float) - クラス org.springframework.cglib.core のメソッド。CodeEmitter
- push(int) - クラス org.springframework.cglib.core のメソッド。CodeEmitter
- push(long) - クラス org.springframework.cglib.core のメソッド。CodeEmitter
- push(String) - クラス org.springframework.cglib.core のメソッド。CodeEmitter
- push(ParseState.Entry) - クラス org.springframework.beans.factory.parsing のメソッド。ParseState
- 新しい
ParseState.EntryをArrayDequeSE に追加します。 - push_array(CodeEmitter, Object[]) - Static method in class org.springframework.cglib.core.EmitUtils
- push_object(CodeEmitter, Object) - Static method in class org.springframework.cglib.core.EmitUtils
- pushActiveContextObject(TypedValue) - クラス org.springframework.expression.spel のメソッド。ExpressionState
- pushContainingComponent(CompositeComponentDefinition) - クラス org.springframework.beans.factory.xml のメソッド。ParserContext
- pushDescriptor(String) - クラス org.springframework.expression.spel のメソッド。CodeFlow
- 最後に評価された式要素の記述子を記録します。
- pushNestedPath(String) - Method in class org.springframework.validation.AbstractErrors
- pushNestedPath(String) - Method in exception org.springframework.validation.BindException
- pushNestedPath(String) - Method in interface org.springframework.validation.Errors
- 指定されたサブパスをネストされたパススタックにプッシュします。
- pushNestedPath(String) - クラス org.springframework.validation.method のメソッド。ParameterErrors
- pushNestedPath(String) - クラス org.springframework.web.bind のメソッド。EscapedErrors
- pushNestedPath(String) - Method in exception org.springframework.web.bind.support.WebExchangeBindException
- put() - Element in annotation interface org.springframework.cache.annotation.Caching
- put() - インターフェース org.springframework.test.web.reactive.server のメソッド。WebTestClient
- HTTP PUT リクエストを準備します。
- put() - クラス org.springframework.test.web.servlet.assertj のメソッド。MockMvcTester
- HTTP PUT リクエストを準備します。
- put() - インターフェース org.springframework.web.client のメソッド。RestClient
- HTTP PUT リクエストの作成を開始します。
- put() - インターフェース org.springframework.web.reactive.function.client のメソッド。WebClient
- HTTP PUT リクエストの作成を開始します。
- put(Object, Object) - Method in interface org.springframework.cache.Cache
- 指定された値をこのキャッシュ内の指定されたキーに関連付けます。
- put(Object, Object) - クラス org.springframework.cache.caffeine のメソッド。CaffeineCache
- put(Object, Object) - クラス org.springframework.cache.concurrent のメソッド。ConcurrentMapCache
- put(Object, Object) - Method in class org.springframework.cache.jcache.JCacheCache
- put(Object, Object) - クラス org.springframework.cache.support のメソッド。NoOpCache
- put(Object, Object) - クラス org.springframework.cache.transaction のメソッド。TransactionAwareCacheDecorator
- put(Object, Object) - クラス org.springframework.cglib.beans のメソッド。BeanMap
- put(Object, Object, Object) - クラス org.springframework.cglib.beans のメソッド。BeanMap
- Bean のプロパティを設定します。
- put(String, Object) - Method in class org.springframework.messaging.MessageHeaders
- MessageHeaders は不変であるため、このメソッドを呼び出すと
UnsupportedOperationExceptionSE になります。 - put(String, Object) - Method in class org.springframework.ui.ConcurrentModel
- put(String, Object) - クラス org.springframework.validation.support のメソッド。BindingAwareConcurrentModel
- put(String, Object) - クラス org.springframework.validation.support のメソッド。BindingAwareModelMap
- put(String, Object) - クラス org.springframework.web.servlet.mvc.support のメソッド。RedirectAttributesModelMap
- put(String, Object...) - Static method in class org.springframework.http.RequestEntity
- 指定された文字列ベースの URI テンプレートを使用して HTTP PUT ビルダーを作成します。
- put(String, Object...) - Static method in class org.springframework.mock.http.server.reactive.MockServerHttpRequest
- HTTP PUT バリアント。
- put(String, Object...) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
- PUT リクエストの
MockHttpServletRequestBuilderを作成します。 - put(String, Object, Object...) - インターフェース org.springframework.web.client のメソッド。RestOperations
- 指定されたオブジェクトを URI に PUT することにより、リソースを作成または更新します。
- put(String, Object, Object...) - クラス org.springframework.web.client のメソッド。RestTemplate
- put(String, Object, Map<String, ?>) - インターフェース org.springframework.web.client のメソッド。RestOperations
- 指定されたオブジェクトを URI テンプレートに PUT することにより、新しいリソースを作成します。
- put(String, Object, Map<String, ?>) - クラス org.springframework.web.client のメソッド。RestTemplate
- put(String, List<String>) - Method in class org.springframework.http.HttpHeaders
- put(String, List<String>) - クラス org.springframework.http.support のメソッド。HttpComponentsHeadersAdapter
- put(String, List<String>) - クラス org.springframework.http.support のメソッド。JettyHeadersAdapter
- put(String, List<String>) - クラス org.springframework.http.support のメソッド。Netty4HeadersAdapter
- put(String, List<String>) - クラス org.springframework.http.support のメソッド。Netty5HeadersAdapter
- 使用すべきではありません。
- put(String, List<String>) - クラス org.springframework.messaging.simp.stomp のメソッド。StompHeaders
- put(String, List<String>) - クラス org.springframework.web.socket のメソッド。WebSocketHttpHeaders
- put(String, V) - Method in class org.springframework.util.LinkedCaseInsensitiveMap
- put(URI) - Static method in class org.springframework.http.RequestEntity
- 指定された URL で HTTP PUT ビルダーを作成します。
- put(URI) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
- PUT リクエストの
MockHttpServletRequestBuilderを作成します。 - put(URI, Object) - インターフェース org.springframework.web.client のメソッド。RestOperations
- 指定されたオブジェクトを URL に PUT することにより、新しいリソースを作成します。
- put(URI, Object) - クラス org.springframework.web.client のメソッド。RestTemplate
- put(K, List<V>) - Method in class org.springframework.util.MultiValueMapAdapter
- put(K, V) - Method in class org.springframework.util.ConcurrentReferenceHashMap
- put(MergedContextConfiguration, ApplicationContext) - インターフェース org.springframework.test.context.cache のメソッド。ContextCache
- 特定のキーにある
ApplicationContextインスタンスをキャッシュに明示的に追加します。これにより、カスタムの排除ポリシーが適用される可能性があります。 - put(MergedContextConfiguration, ApplicationContext) - クラス org.springframework.test.context.cache のメソッド。DefaultContextCache
- PUT - Enum constant in enum class org.springframework.web.bind.annotation.RequestMethod
- PUT - Static variable in class org.springframework.http.HttpMethod
- HTTP メソッド
PUT。 - PUT(String) - Static method in class org.springframework.web.reactive.function.server.RequestPredicates
- リクエストの HTTP メソッドが
PUTであり、指定されたpatternがリクエストパスと一致する場合に一致するRequestPredicateを返します。 - PUT(String) - Static method in class org.springframework.web.servlet.function.RequestPredicates
- リクエストの HTTP メソッドが
PUTであり、指定されたpatternがリクエストパスと一致する場合に一致するRequestPredicateを返します。 - PUT(String, HandlerFunction<ServerResponse>) - インターフェース org.springframework.web.reactive.function.server のメソッド。RouterFunctions.Builder
- 指定されたパターンに一致するすべての HTTP
PUTリクエストを処理する指定されたハンドラー関数にルートを追加します。 - PUT(String, RequestPredicate, HandlerFunction<ServerResponse>) - インターフェース org.springframework.web.reactive.function.server のメソッド。RouterFunctions.Builder
- 指定されたパターンと述語に一致するすべての HTTP
PUTリクエストを処理する指定されたハンドラー関数にルートを追加します。 - PUT(String, HandlerFunction<ServerResponse>) - インターフェース org.springframework.web.servlet.function のメソッド。RouterFunctions.Builder
- 指定されたパターンに一致するすべての HTTP
PUTリクエストを処理する指定されたハンドラー関数にルートを追加します。 - PUT(String, RequestPredicate, HandlerFunction<ServerResponse>) - インターフェース org.springframework.web.servlet.function のメソッド。RouterFunctions.Builder
- 指定されたパターンと述語に一致するすべての HTTP
PUTリクエストを処理する指定されたハンドラー関数にルートを追加します。 - PUT(HandlerFunction<ServerResponse>) - インターフェース org.springframework.web.reactive.function.server のメソッド。RouterFunctions.Builder
- HTTP
PUTリクエストを処理する指定されたハンドラー関数にルートを追加します。 - PUT(RequestPredicate, HandlerFunction<ServerResponse>) - インターフェース org.springframework.web.reactive.function.server のメソッド。RouterFunctions.Builder
- 指定された述語に一致するすべての HTTP
PUTリクエストを処理する指定されたハンドラー関数にルートを追加します。 - PUT(HandlerFunction<ServerResponse>) - インターフェース org.springframework.web.servlet.function のメソッド。RouterFunctions.Builder
- HTTP
PUTリクエストを処理する指定されたハンドラー関数にルートを追加します。 - PUT(RequestPredicate, HandlerFunction<ServerResponse>) - インターフェース org.springframework.web.servlet.function のメソッド。RouterFunctions.Builder
- 指定された述語に一致するすべての HTTP
PUTリクエストを処理する指定されたハンドラー関数にルートを追加します。 - putAll(Map) - クラス org.springframework.cglib.beans のメソッド。BeanMap
- putAll(Map<? extends String, ?>) - Method in class org.springframework.ui.ConcurrentModel
- putAll(Map<? extends String, ?>) - クラス org.springframework.validation.support のメソッド。BindingAwareModelMap
- putAll(Map<? extends String, ? extends Object>) - Method in class org.springframework.messaging.MessageHeaders
- MessageHeaders は不変であるため、このメソッドを呼び出すと
UnsupportedOperationExceptionSE になります。 - putAll(Map<? extends String, ? extends Object>) - クラス org.springframework.web.servlet.mvc.support のメソッド。RedirectAttributesModelMap
- putAll(Map<? extends String, ? extends List<String>>) - Method in class org.springframework.http.HttpHeaders
- putAll(Map<? extends String, ? extends List<String>>) - クラス org.springframework.http.support のメソッド。HttpComponentsHeadersAdapter
- putAll(Map<? extends String, ? extends List<String>>) - クラス org.springframework.http.support のメソッド。JettyHeadersAdapter
- putAll(Map<? extends String, ? extends List<String>>) - クラス org.springframework.http.support のメソッド。Netty4HeadersAdapter
- putAll(Map<? extends String, ? extends List<String>>) - クラス org.springframework.http.support のメソッド。Netty5HeadersAdapter
- 使用すべきではありません。
- putAll(Map<? extends String, ? extends List<String>>) - クラス org.springframework.messaging.simp.stomp のメソッド。StompHeaders
- putAll(Map<? extends String, ? extends List<String>>) - クラス org.springframework.web.socket のメソッド。WebSocketHttpHeaders
- putAll(Map<? extends String, ? extends V>) - Method in class org.springframework.util.LinkedCaseInsensitiveMap
- putAll(Map<? extends K, ? extends List<V>>) - Method in class org.springframework.util.MultiValueMapAdapter
- putByte(int) - Method in class org.springframework.asm.ByteVector
- バイトをこのバイトベクトルに入れます。
- putByteArray(byte[], int, int) - Method in class org.springframework.asm.ByteVector
- バイトの配列をこのバイトベクトルに入れます。
- PutExchange - Annotation Interface in org.springframework.web.service.annotation
- HTTP PUT リクエストの
@HttpExchangeのショートカット。 - putfield(String) - クラス org.springframework.cglib.core のメソッド。CodeEmitter
- putfield(Type, String, Type) - クラス org.springframework.cglib.core のメソッド。CodeEmitter
- PUTFIELD - Static variable in interface org.springframework.asm.Opcodes
- putIfAbsent(Object, Object) - Method in interface org.springframework.cache.Cache
- 指定された値が設定されていない場合、指定された値をこのキャッシュ内の指定されたキーと原子的に関連付けます。
- putIfAbsent(Object, Object) - クラス org.springframework.cache.caffeine のメソッド。CaffeineCache
- putIfAbsent(Object, Object) - クラス org.springframework.cache.concurrent のメソッド。ConcurrentMapCache
- putIfAbsent(Object, Object) - Method in class org.springframework.cache.jcache.JCacheCache
- putIfAbsent(Object, Object) - クラス org.springframework.cache.support のメソッド。NoOpCache
- putIfAbsent(Object, Object) - クラス org.springframework.cache.transaction のメソッド。TransactionAwareCacheDecorator
- putIfAbsent(String, List<String>) - Method in class org.springframework.http.HttpHeaders
- putIfAbsent(String, List<String>) - クラス org.springframework.web.socket のメソッド。WebSocketHttpHeaders
- putIfAbsent(String, V) - Method in class org.springframework.util.LinkedCaseInsensitiveMap
- putIfAbsent(K, List<V>) - Method in class org.springframework.util.MultiValueMapAdapter
- putIfAbsent(K, V) - Method in class org.springframework.util.ConcurrentReferenceHashMap
- putInt(int) - Method in class org.springframework.asm.ByteVector
- int をこのバイトベクトルに入れます。
- putLong(long) - Method in class org.springframework.asm.ByteVector
- long をこのバイトベクトルに入れます。
- PutMapping - Annotation Interface in org.springframework.web.bind.annotation
- HTTP
PUTリクエストを特定のハンドラーメソッドにマッピングするためのアノテーション。 - putShort(int) - Method in class org.springframework.asm.ByteVector
- short をこのバイトベクトルに入れます。
- putstatic(Type, String, Type) - クラス org.springframework.cglib.core のメソッド。CodeEmitter
- PUTSTATIC - Static variable in interface org.springframework.asm.Opcodes
- putUTF8(String) - Method in class org.springframework.asm.ByteVector
- UTF8 文字列をこのバイトベクトルに入れます。
すべてのクラスとインターフェース | すべてのパッケージ | 定数フィールド値 | 連載形式
io.r2dbc.spi.Parameterを使用してください。