Class ExportRESTDocAPICmdLine

  • All Implemented Interfaces:
    org.springframework.boot.ApplicationRunner

    @Component
    public class ExportRESTDocAPICmdLine
    extends java.lang.Object
    implements org.springframework.boot.ApplicationRunner
    Usage: $ java -jar myspringapp.jar export-rest-doc-api
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run​(org.springframework.boot.ApplicationArguments args)  
      • Methods inherited from class java.lang.Object

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

      • ExportRESTDocAPICmdLine

        public ExportRESTDocAPICmdLine()
    • Method Detail

      • run

        public void run​(org.springframework.boot.ApplicationArguments args)
                 throws java.lang.Exception
        Specified by:
        run in interface org.springframework.boot.ApplicationRunner
        Throws:
        java.lang.Exception