Class TapirBootstrapper

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.springframework.context.ConfigurableApplicationContext bootstrap()
      Bootstraps the Spring application by using the TapirFactoriesBootstrapStrategy and returns the application context.
      static org.springframework.context.ConfigurableApplicationContext bootstrap​(TapirBootstrapStrategy bootstrapStrategy)
      Bootstraps the Spring application based on the given TapirBootstrapStrategy and returns the application context.
      static org.springframework.context.ConfigurableApplicationContext bootstrap​(java.lang.Class<?> javaClass)
      Bootstraps the Spring application based on the given Class and returns the application context.
      • Methods inherited from class java.lang.Object

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

      • TapirBootstrapper

        public TapirBootstrapper()
    • Method Detail

      • bootstrap

        public static org.springframework.context.ConfigurableApplicationContext bootstrap​(TapirBootstrapStrategy bootstrapStrategy)
        Bootstraps the Spring application based on the given TapirBootstrapStrategy and returns the application context.
        Parameters:
        bootstrapStrategy - the bootstrap strategy
        Returns:
        the Spring application context
        Since:
        2.0.0