类 DynamicApiConfiguration.SwaggerSupportConfiguration
java.lang.Object
com.easycode8.fastapi.core.dynamic.DynamicApiConfiguration.SwaggerSupportConfiguration
@Configuration
@ConditionalOnBean(springfox.documentation.spring.web.readers.operation.OperationParameterReader.class)
public static class DynamicApiConfiguration.SwaggerSupportConfiguration
extends Object
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明org.springframework.aop.aspectj.AspectJExpressionPointcutAdvisordynamicReloadEvent(springfox.documentation.spring.web.plugins.DocumentationPluginsBootstrapper documentationPluginsBootstrapper) plugin()
-
构造器详细资料
-
SwaggerSupportConfiguration
public SwaggerSupportConfiguration()
-
-
方法详细资料
-
dynamicApiSwaggerMethodInterceptor
-
dynamicApiSwagger2Advisor
@Bean public org.springframework.aop.aspectj.AspectJExpressionPointcutAdvisor dynamicApiSwagger2Advisor(DynamicApiSwaggerMethodInterceptor interceptor) -
plugin
-
dynamicReloadEvent
@Bean public SwaggerReloadListener dynamicReloadEvent(springfox.documentation.spring.web.plugins.DocumentationPluginsBootstrapper documentationPluginsBootstrapper)
-