アノテーションインターフェースの使用
org.springframework.web.service.annotation.HttpExchange
HttpExchange を使用するパッケージ
パッケージ
説明
アノテーションベースのハンドラーメソッド処理のインフラストラクチャ。
HTTP サービスリクエストメソッドを宣言するためのアノテーション。
org.springframework.web.method.annotation パッケージに基づいた、アノテーションベースのハンドラーメソッド処理のための MVC インフラストラクチャ。org.springframework.web.reactive.result.method.annotation 内の HttpExchange 使用
型 HttpExchange のパラメーターを持つ org.springframework.web.reactive.result.method.annotation のメソッド修飾子と型メソッド説明protected RequestMappingInfoRequestMappingHandlerMapping.createRequestMappingInfo(HttpExchange httpExchange, RequestCondition<?> customCondition) 提供された@HttpExchangeアノテーション、メタアノテーション、またはアノテーション階層内でアノテーション属性をマージした合成結果からRequestMappingInfoを作成します。org.springframework.web.service.annotation 内の HttpExchange 使用
HttpExchange 型のアノテーションを持つ org.springframework.web.service.annotation のクラス修飾子と型クラス説明@interfaceHTTP DELETE リクエストの@HttpExchangeのショートカット。@interfaceHTTP GET リクエストの@HttpExchangeのショートカット。@interfaceHTTP PATCH リクエストの@HttpExchangeのショートカット。@interfaceHTTP POST リクエストの@HttpExchangeのショートカット。@interfaceHTTP PUT リクエストの@HttpExchangeのショートカット。org.springframework.web.servlet.mvc.method.annotation 内の HttpExchange 使用
型 HttpExchange のパラメーターを持つ org.springframework.web.servlet.mvc.method.annotation のメソッド修飾子と型メソッド説明protected RequestMappingInfoRequestMappingHandlerMapping.createRequestMappingInfo(HttpExchange httpExchange, RequestCondition<?> customCondition) 提供された@HttpExchangeアノテーション、メタアノテーション、またはアノテーション階層内でアノテーション属性をマージした合成結果からRequestMappingInfoを作成します。