Class ClassBasedBootstrapStrategy

    • Method Summary

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

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

      • ClassBasedBootstrapStrategy

        public ClassBasedBootstrapStrategy​(java.lang.Class<?>... configurationClasses)
        Parameters:
        configurationClasses - the configuration classes this strategy is based on
        Since:
        2.0.0
    • Method Detail

      • getSources

        public java.util.List<java.lang.Object> getSources()
        Description copied from interface: TapirBootstrapStrategy
        Returns the sources which are passed to SpringApplication.run(Object[], String[]).
        Specified by:
        getSources in interface TapirBootstrapStrategy
        Returns:
        Spring application sources
        Since:
        2.0.0