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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidorg.springdoc.core.customizers.OpenApiCustomizerorg.springdoc.core.models.GroupedOpenApiruntimeBundleApi(String swaggerBasePath)
-
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
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-