类 Knife4jDocketAutoRegistry

java.lang.Object
com.github.xiaoymin.knife4j.spring.common.bean.Knife4jDocketAutoRegistry
所有已实现的接口:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.InitializingBean

public class Knife4jDocketAutoRegistry extends Object implements org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.InitializingBean
从以下版本开始:
4.0.0
作者:
xiaoymin@foxmail.com 2022/8/17 21:56
  • 构造器详细资料

  • 方法详细资料

    • 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
    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      指定者:
      afterPropertiesSet 在接口中 org.springframework.beans.factory.InitializingBean
      抛出:
      Exception