类 SpringFoxDocumentationBeanAfterPostProcessor
java.lang.Object
com.github.xiaoymin.knife4j.spring.common.bean.SpringFoxDocumentationBeanAfterPostProcessor
- 所有已实现的接口:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanFactoryAware,org.springframework.beans.factory.config.BeanFactoryPostProcessor
@Component
public class SpringFoxDocumentationBeanAfterPostProcessor
extends Object
implements org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.beans.factory.BeanFactoryAware
- 从以下版本开始:
- 作者:
- xiaoymin@foxmail.com 2022/8/17 21:50
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidpostProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory configurableListableBeanFactory) voidsetBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
-
构造器详细资料
-
SpringFoxDocumentationBeanAfterPostProcessor
public SpringFoxDocumentationBeanAfterPostProcessor()
-
-
方法详细资料
-
setBeanFactory
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) throws org.springframework.beans.BeansException - 指定者:
setBeanFactory在接口中org.springframework.beans.factory.BeanFactoryAware- 抛出:
org.springframework.beans.BeansException
-
postProcessBeanFactory
public void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory configurableListableBeanFactory) throws org.springframework.beans.BeansException - 指定者:
postProcessBeanFactory在接口中org.springframework.beans.factory.config.BeanFactoryPostProcessor- 抛出:
org.springframework.beans.BeansException
-