类 OpenAPIMetadataConfiguration
java.lang.Object
com.sie.mbm.mom.framework.swagger.config.OpenAPIMetadataConfiguration
- 所有已实现的接口:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware
public class OpenAPIMetadataConfiguration
extends Object
implements org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidvoidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext)
-
字段详细资料
-
applicationContext
private org.springframework.context.ApplicationContext applicationContext -
path
-
-
构造器详细资料
-
OpenAPIMetadataConfiguration
public OpenAPIMetadataConfiguration()
-
-
方法详细资料
-
afterPropertiesSet
- 指定者:
afterPropertiesSet在接口中org.springframework.beans.factory.InitializingBean- 抛出:
Exception
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException - 指定者:
setApplicationContext在接口中org.springframework.context.ApplicationContextAware- 抛出:
org.springframework.beans.BeansException
-