Class RuntimeBundleSwaggerConfig

java.lang.Object
org.activiti.cloud.starter.rb.configuration.RuntimeBundleSwaggerConfig
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

@Configuration public class RuntimeBundleSwaggerConfig extends Object implements org.springframework.beans.factory.InitializingBean
  • Constructor Details

    • RuntimeBundleSwaggerConfig

      public RuntimeBundleSwaggerConfig()
  • Method Details

    • runtimeBundleApi

      @Bean @ConditionalOnMissingBean(name="runtimeBundleApi") public org.springdoc.core.models.GroupedOpenApi runtimeBundleApi(@Value("${activiti.cloud.swagger.rb-base-path:}") String swaggerBasePath)
    • openApiCustomizer

      public org.springdoc.core.customizers.OpenApiCustomizer openApiCustomizer()
    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception