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 Summary
Modifier and TypeMethodDescriptioncreate
(LogUtils logUtils, ParserProperties parserProperties) Creates a post processor instance with the given properties.
-
Method Details
-
create
Creates a post processor instance with the given properties.- Parameters:
logUtils
- the oas-generator internal logging utils classparserProperties
- the properties from the configuration file- Returns:
- an instance of the post processor
-