Class OpenApiOperationsPostProcessor


  • public class OpenApiOperationsPostProcessor
    extends java.lang.Object
    A helper class that post process OpenApi operations.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void processOperations​(io.swagger.v3.oas.models.OpenAPI openAPI)
      Process operations, making operation ids unique.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OpenApiOperationsPostProcessor

        public OpenApiOperationsPostProcessor()
    • Method Detail

      • processOperations

        public void processOperations​(io.swagger.v3.oas.models.OpenAPI openAPI)
        Process operations, making operation ids unique.
        Parameters:
        openAPI - OpenApi object with all definitions