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
Base class for 
NestedConfigurer implementations.- Since:
 - 1.1.0
 - Author:
 - Andy Wilkinson
 
- 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractNestedConfigurer(PARENT parent) Creates a newAbstractNestedConfigurerwith the givenparent. - 
Method Summary
Methods inherited from class org.springframework.restdocs.config.AbstractConfigurer
apply 
- 
Constructor Details
- 
AbstractNestedConfigurer
Creates a newAbstractNestedConfigurerwith the givenparent.- Parameters:
 parent- the parent
 
 - 
 - 
Method Details
- 
and
 
 -