类 SwaggerReloadListener
java.lang.Object
com.easycode8.fastapi.core.dynamic.swagger.SwaggerReloadListener
- 所有已实现的接口:
EventListener,org.springframework.context.ApplicationListener<DynamicReloadEvent>
public class SwaggerReloadListener
extends Object
implements org.springframework.context.ApplicationListener<DynamicReloadEvent>
-
构造器概要
构造器构造器说明SwaggerReloadListener(springfox.documentation.spring.web.plugins.DocumentationPluginsBootstrapper bootstrapper) -
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.springframework.context.ApplicationListener
supportsAsyncExecution
-
构造器详细资料
-
SwaggerReloadListener
public SwaggerReloadListener(springfox.documentation.spring.web.plugins.DocumentationPluginsBootstrapper bootstrapper)
-
-
方法详细资料
-
reloadSwaggerDocumentation
public void reloadSwaggerDocumentation() -
onApplicationEvent
- 指定者:
onApplicationEvent在接口中org.springframework.context.ApplicationListener<DynamicReloadEvent>
-