类 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
  • 构造器详细资料

    • 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