Interface PostProcessorProvider

All Known Implementing Classes:
AsciidoctorProvider, FileWriterProvider

public interface PostProcessorProvider
Instances of this interface will be used to create post processor instances.
Author:
chhorz
  • Method Details

    • create

      OpenAPIPostProcessor create(LogUtils logUtils, ParserProperties parserProperties)
      Creates a post processor instance with the given properties.
      Parameters:
      logUtils - the oas-generator internal logging utils class
      parserProperties - the properties from the configuration file
      Returns:
      an instance of the post processor