Class FileWriterProvider

java.lang.Object
com.github.chhorz.openapi.common.spi.FileWriterProvider
All Implemented Interfaces:
PostProcessorProvider

public class FileWriterProvider extends Object implements PostProcessorProvider
Author:
chhorz
  • Constructor Details

    • FileWriterProvider

      public FileWriterProvider()
  • Method Details

    • create

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