Package io.apicurio.hub.api.codegen.pre
Class DocumentPreProcessor
- java.lang.Object
-
- io.apicurio.hub.api.codegen.pre.DocumentPreProcessor
-
public class DocumentPreProcessor extends Object
Used to preprocess an OpenAPI document in a variety of ways with the intent of making the result more conducive to generating the jax-rs and json schema code.- Author:
- eric.wittmann@gmail.com
-
-
Constructor Summary
Constructors Constructor Description DocumentPreProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocess(io.apicurio.datamodels.models.Document document)Process the model.
-