Interface TapirBootstrapStrategy

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.Object> getSources()
      Returns the sources which are passed to SpringApplication.run(Object[], String[]).
    • Method Detail

      • getSources

        java.util.List<java.lang.Object> getSources()
        Returns the sources which are passed to SpringApplication.run(Object[], String[]).
        Returns:
        Spring application sources
        Since:
        2.0.0