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
ModifierConstructorDescriptionprotected
AbstractNestedConfigurer
(PARENT parent) Creates a newAbstractNestedConfigurer
with the givenparent
. -
Method Summary
Methods inherited from class org.springframework.restdocs.config.AbstractConfigurer
apply
-
Constructor Details
-
AbstractNestedConfigurer
Creates a newAbstractNestedConfigurer
with the givenparent
.- Parameters:
parent
- the parent
-
-
Method Details
-
and
-