Class AbstractNestedConfigurer<PARENT>

java.lang.Object
org.springframework.restdocs.config.AbstractConfigurer
org.springframework.restdocs.config.AbstractNestedConfigurer<PARENT>
Type Parameters:
PARENT - the type of the configurer's parent
Direct Known Subclasses:
OperationPreprocessorsConfigurer, SnippetConfigurer, UriConfigurer

public abstract class AbstractNestedConfigurer<PARENT> extends AbstractConfigurer
Base class for NestedConfigurer implementations.
Since:
1.1.0
Author:
Andy Wilkinson
  • Constructor Details

    • AbstractNestedConfigurer

      protected AbstractNestedConfigurer(PARENT parent)
      Creates a new AbstractNestedConfigurer with the given parent.
      Parameters:
      parent - the parent
  • Method Details

    • and

      public final PARENT and()