Class SwaggerRequest


  • public class SwaggerRequest
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SwaggerRequest​(java.lang.String httpMethod, java.lang.String pathUrl, io.swagger.models.Operation swaggerRequest)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getRequestSample()  
      • Methods inherited from class java.lang.Object

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

      • SwaggerRequest

        public SwaggerRequest​(java.lang.String httpMethod,
                              java.lang.String pathUrl,
                              io.swagger.models.Operation swaggerRequest)
    • Method Detail

      • getRequestSample

        public java.lang.String getRequestSample()
                                          throws java.lang.Exception
        Throws:
        java.lang.Exception