インデックス

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

O

OBJECT - Enum constant in enum class org.springframework.restdocs.payload.JsonFieldType
オブジェクト(地図)。
Operation - Interface in org.springframework.restdocs.operation
RESTful サービスで実行される操作について説明します。
OperationPreprocessor - Interface in org.springframework.restdocs.operation.preprocess
OperationPreprocessor は、ドキュメント化される前に OperationOperationRequest および OperationResponse を処理します。
OperationPreprocessorAdapter - org.springframework.restdocs.operation.preprocess のクラス
リクエストとレスポンスをそのまま返す OperationPreprocessor の実装。
OperationPreprocessorAdapter() - クラス org.springframework.restdocs.operation.preprocess. OperationPreprocessorAdapter のコンストラクター
operationPreprocessors() - クラス org.springframework.restdocs.config のメソッド。RestDocumentationConfigurer
使用される操作リクエストおよびレスポンスプリプロセッサーを構成するために使用できる OperationPreprocessorsConfigurer を返します。
operationPreprocessors() - クラス org.springframework.restdocs.mockmvc のメソッド。MockMvcRestDocumentationConfigurer
operationPreprocessors() - クラス org.springframework.restdocs.webtestclient のメソッド。WebTestClientRestDocumentationConfigurer
OperationPreprocessorsConfigurer<PARENT, TYPE> - org.springframework.restdocs.config のクラス
デフォルトの操作プリプロセッサーを構成するために使用できる構成ツール。
OperationPreprocessorsConfigurer(PARENT) - クラス org.springframework.restdocs.config. OperationPreprocessorsConfigurer のコンストラクター
指定された parent で新しい OperationPreprocessorConfigurer を作成します。
OperationRequest - Interface in org.springframework.restdocs.operation
RESTful サービスで操作を実行する際に送信されたリクエスト。
OperationRequestFactory - org.springframework.restdocs.operation のクラス
OperationRequests を作成するためのファクトリ。
OperationRequestFactory() - クラス org.springframework.restdocs.operation. OperationRequestFactory のコンストラクター
OperationRequestPart - Interface in org.springframework.restdocs.operation
マルチパートリクエストの一部。
OperationRequestPartFactory - org.springframework.restdocs.operation のクラス
OperationRequestParts を作成するためのファクトリ。
OperationRequestPartFactory() - クラス org.springframework.restdocs.operation. OperationRequestPartFactory のコンストラクター
OperationRequestPreprocessor - Interface in org.springframework.restdocs.operation.preprocess
OperationRequestPreprocessor は、ドキュメント化される前に OperationRequest を変更するために使用されます。
OperationResponse - Interface in org.springframework.restdocs.operation
RESTful サービスで操作を実行する際に受信したレスポンス。
OperationResponseFactory - org.springframework.restdocs.operation のクラス
OperationResponses を作成するためのファクトリ。
OperationResponseFactory() - クラス org.springframework.restdocs.operation. OperationResponseFactory のコンストラクター
OperationResponsePreprocessor - Interface in org.springframework.restdocs.operation.preprocess
OperationResponsePreprocessor は、ドキュメント化される前に OperationResponse を変更するために使用されます。
optional() - クラス org.springframework.restdocs.cookies のメソッド。CookieDescriptor
Cookie をオプションとしてマークします。
optional() - クラス org.springframework.restdocs.headers のメソッド。HeaderDescriptor
ヘッダーをオプションとしてマークします。
optional() - クラス org.springframework.restdocs.hypermedia のメソッド。LinkDescriptor
リンクをオプションとしてマークします。
optional() - クラス org.springframework.restdocs.payload のメソッド。FieldDescriptor
フィールドをオプションとしてマークします。
optional() - クラス org.springframework.restdocs.request のメソッド。ParameterDescriptor
パラメーターをオプションとしてマークします。
optional() - クラス org.springframework.restdocs.request のメソッド。RequestPartDescriptor
リクエスト部分をオプションとしてマークします。
options(String, Object...) - Static method in class org.springframework.restdocs.mockmvc.RestDocumentationRequestBuilders
OPTIONS リクエストの MockHttpServletRequestBuilder を作成します。
options(URI) - Static method in class org.springframework.restdocs.mockmvc.RestDocumentationRequestBuilders
OPTIONS リクエストの MockHttpServletRequestBuilder を作成します。
org.springframework.restdocs - パッケージ org.springframework.restdocs
コア Spring REST Docs クラス。
org.springframework.restdocs.asciidoctor - パッケージ org.springframework.restdocs.asciidoctor
Asciidoctor のサポート。
org.springframework.restdocs.cli - パッケージ org.springframework.restdocs.cli
RESTful API へのリクエストを行うために必要な CLI コマンドのドキュメント化。
org.springframework.restdocs.config - パッケージ org.springframework.restdocs.config
Spring REST Docs を構成するためのクラス。
org.springframework.restdocs.constraints - パッケージ org.springframework.restdocs.constraints
RESTful API の制約のドキュメント化。
org.springframework.restdocs.cookies - パッケージ org.springframework.restdocs.cookies
RESTful API のリクエストとレスポンスの Cookie をドキュメント化します。
org.springframework.restdocs.generate - パッケージ org.springframework.restdocs.generate
ドキュメントスニペットの生成を駆動するクラス。
org.springframework.restdocs.headers - パッケージ org.springframework.restdocs.headers
RESTful API のリクエストとレスポンスのヘッダーをドキュメント化します。
org.springframework.restdocs.http - パッケージ org.springframework.restdocs.http
RESTful API に送信された HTTP リクエストと返された HTTP レスポンスをドキュメント化します。
org.springframework.restdocs.hypermedia - パッケージ org.springframework.restdocs.hypermedia
ハイパーメディアを使用する RESTful API のドキュメント化。
org.springframework.restdocs.mockmvc - パッケージ org.springframework.restdocs.mockmvc
Spring Test の MockMvc で Spring REST Docs を使用するためのコアクラス。
org.springframework.restdocs.operation - パッケージ org.springframework.restdocs.operation
RESTful API を呼び出したときに送信されたリクエストと受信されたレスポンスを記述する操作 API。
org.springframework.restdocs.operation.preprocess - パッケージ org.springframework.restdocs.operation.preprocess
ドキュメント化される前の操作の前処理のサポート。
org.springframework.restdocs.payload - パッケージ org.springframework.restdocs.payload
RESTful API のリクエストとレスポンスのペイロードをドキュメント化します。
org.springframework.restdocs.request - パッケージ org.springframework.restdocs.request
RESTful API に送信されたリクエストのクエリおよびパスパラメーターのドキュメント化。
org.springframework.restdocs.snippet - パッケージ org.springframework.restdocs.snippet
スニペットの生成。
org.springframework.restdocs.templates - パッケージ org.springframework.restdocs.templates
ドキュメントスニペットのレンダリングに使用されるテンプレート API。
org.springframework.restdocs.templates.mustache - パッケージ org.springframework.restdocs.templates.mustache
テンプレート API の JMustache ベースの実装。
org.springframework.restdocs.webtestclient - パッケージ org.springframework.restdocs.webtestclient
Spring Framework の WebTestClient で Spring REST Docs を使用するためのコアクラス。
A B C D E F G H I J K L M N O P Q R S T U V W
すべてのクラスとインターフェース | すべてのパッケージ | 定数フィールド値 | 連載形式