Class AbstractConfigurer
java.lang.Object
org.springframework.restdocs.config.AbstractConfigurer
- Direct Known Subclasses:
 AbstractNestedConfigurer
Abstract configurer that declares methods that are internal to the documentation
 configuration implementation.
- Since:
 - 1.1.0
 - Author:
 - Andy Wilkinson
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionabstract voidapply(Map<String, Object> configuration, RestDocumentationContext context) Applies the configurer to the givenconfiguration. 
- 
Constructor Details
- 
AbstractConfigurer
public AbstractConfigurer() 
 - 
 - 
Method Details
- 
apply
Applies the configurer to the givenconfiguration.- Parameters:
 configuration- the configuration to be configuredcontext- the current documentation context
 
 -