public abstract class AbstractConfigurer extends Object
| Constructor and Description |
|---|
AbstractConfigurer() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
apply(Map<String,Object> configuration,
RestDocumentationContext context)
Applies the configurer to the given
configuration. |
public abstract void apply(Map<String,Object> configuration, RestDocumentationContext context)
configuration.configuration - the configuration to be configuredcontext - the current documentation context