Class AbstractConfigurer

java.lang.Object
org.springframework.restdocs.config.AbstractConfigurer
Direct Known Subclasses:
AbstractNestedConfigurer

public abstract class AbstractConfigurer extends Object
Abstract configurer that declares methods that are internal to the documentation configuration implementation.
Since:
1.1.0
Author:
Andy Wilkinson
  • Constructor Details

    • AbstractConfigurer

      public AbstractConfigurer()
  • Method Details

    • apply

      public abstract void apply(Map<String,Object> configuration, RestDocumentationContext context)
      Applies the configurer to the given configuration.
      Parameters:
      configuration - the configuration to be configured
      context - the current documentation context