Package com.github.elibracha.processors
Class ContextProcessor
- java.lang.Object
-
- com.github.elibracha.processors.ContextProcessor
-
public class ContextProcessor extends Object
-
-
Constructor Summary
Constructors Constructor Description ContextProcessor()ContextProcessor(String ignorePath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.github.elibracha.model.ChangedOpenApiprocess(com.github.elibracha.model.ChangedOpenApi changedOpenApi)
-
-
-
Constructor Detail
-
ContextProcessor
public ContextProcessor()
-
ContextProcessor
public ContextProcessor(String ignorePath)
-
-
Method Detail
-
process
public com.github.elibracha.model.ChangedOpenApi process(com.github.elibracha.model.ChangedOpenApi changedOpenApi) throws SpecificationSupportException- Throws:
SpecificationSupportException
-
-