Class FileWriterProvider
java.lang.Object
com.github.chhorz.openapi.common.spi.FileWriterProvider
- All Implemented Interfaces:
PostProcessorProvider
Creates a new
PostProcessorProvider
for the FileWriterPostProcessor
.- Author:
- chhorz
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(LogUtils logUtils, ParserProperties parserProperties) Creates a post processor instance with the given properties.
-
Constructor Details
-
FileWriterProvider
public FileWriterProvider()
-
-
Method Details
-
create
Creates a post processor instance with the given properties.- Specified by:
create
in interfacePostProcessorProvider
- Parameters:
logUtils
- the oas-generator internal logging utils classparserProperties
- the properties from the configuration file- Returns:
- an instance of the post processor
-