类 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]
-
字段概要
从接口继承的字段 org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Class<?>booleanvoidsetApplicationContext(org.springframework.context.ApplicationContext context) voidsetForestConfiguration(ForestConfiguration forestConfiguration) voidsetInterfaceClass(Class<T> interfaceClass)
-
构造器详细资料
-
ClientFactoryBean
public ClientFactoryBean()
-
-
方法详细资料
-
getForestConfiguration
-
setForestConfiguration
-
getInterfaceClass
-
setInterfaceClass
-
getObject
- 指定者:
getObject在接口中org.springframework.beans.factory.FactoryBean<T>
-
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
-