クラス AbstractNestedConfigurer<PARENT>

java.lang.ObjectSE
org.springframework.restdocs.config.AbstractConfigurer
org.springframework.restdocs.config.AbstractNestedConfigurer<PARENT>
型パラメーター:
PARENT - 設定者の親の型
既知の直属サブクラス
OperationPreprocessorsConfigurer, SnippetConfigurer, UriConfigurer

public abstract class AbstractNestedConfigurer<PARENT> extends AbstractConfigurer
NestedConfigurer 実装の基本クラス。
導入:
1.1.0
作成者:
Andy Wilkinson
  • コンストラクターの詳細

    • AbstractNestedConfigurer

      protected AbstractNestedConfigurer(PARENT parent)
      指定された parent で新しい AbstractNestedConfigurer を作成します。
      パラメーター:
      parent - 親
  • メソッドの詳細

    • and

      public final PARENT and()