クラス AbstractConfigurer
java.lang.ObjectSE
org.springframework.restdocs.config.AbstractConfigurer
- 既知の直属サブクラス
AbstractNestedConfigurer
ドキュメント構成の実装の内部にあるメソッドを宣言する抽象コンフィギュアラー。
- 導入:
- 1.1.0
- 作成者:
- Andy Wilkinson
コンストラクターの概要
コンストラクター方法の概要
修飾子と型メソッド説明abstract voidapply(MapSE<StringSE, ObjectSE> configuration, RestDocumentationContext context) 指定されたconfigurationに構成プログラムを適用します。
コンストラクターの詳細
AbstractConfigurer
public AbstractConfigurer()
メソッドの詳細
apply
public abstract void apply(MapSE<StringSE, ObjectSE> configuration, RestDocumentationContext context) 指定されたconfigurationに構成プログラムを適用します。- パラメーター:
configuration- 構成する構成context- 現在のドキュメントコンテキスト