Class 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 Detail

      • DocumentPreProcessor

        public DocumentPreProcessor()
    • Method Detail

      • process

        public void process​(io.apicurio.datamodels.models.Document document)
        Process the model.
        Parameters:
        document -