类 ClientFactoryBean<T>

java.lang.Object
com.dtflys.forest.beans.ClientFactoryBean<T>
所有已实现的接口:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.FactoryBean<T>, org.springframework.context.ApplicationContextAware

public class ClientFactoryBean<T> extends Object implements org.springframework.beans.factory.FactoryBean<T>, org.springframework.context.ApplicationContextAware
从以下版本开始:
2017-04-24 18:47
作者:
gongjun[jun.gong@thebeastshop.com]
  • 构造器详细资料

    • ClientFactoryBean

      public ClientFactoryBean()
  • 方法详细资料

    • getForestConfiguration

      public ForestConfiguration getForestConfiguration()
    • setForestConfiguration

      public void setForestConfiguration(ForestConfiguration forestConfiguration)
    • getInterfaceClass

      public Class<T> getInterfaceClass()
    • setInterfaceClass

      public void setInterfaceClass(Class<T> interfaceClass)
    • getObject

      public T getObject()
      指定者:
      getObject 在接口中 org.springframework.beans.factory.FactoryBean<T>
    • getObjectType

      public Class<?> getObjectType()
      指定者:
      getObjectType 在接口中 org.springframework.beans.factory.FactoryBean<T>
    • isSingleton

      public boolean isSingleton()
      指定者:
      isSingleton 在接口中 org.springframework.beans.factory.FactoryBean<T>
    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext context) throws org.springframework.beans.BeansException
      指定者:
      setApplicationContext 在接口中 org.springframework.context.ApplicationContextAware
      抛出:
      org.springframework.beans.BeansException