public class ClientFactoryBean<T> extends Object implements org.springframework.beans.factory.FactoryBean<T>, org.springframework.context.ApplicationContextAware
| 构造器和说明 |
|---|
ClientFactoryBean() |
| 限定符和类型 | 方法和说明 |
|---|---|
ForestConfiguration |
getForestConfiguration() |
Class<T> |
getInterfaceClass() |
T |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
void |
setApplicationContext(org.springframework.context.ApplicationContext context) |
void |
setForestConfiguration(ForestConfiguration forestConfiguration) |
void |
setInterfaceClass(Class<T> interfaceClass) |
public ForestConfiguration getForestConfiguration()
public void setForestConfiguration(ForestConfiguration forestConfiguration)
public Class<?> getObjectType()
getObjectType 在接口中 org.springframework.beans.factory.FactoryBean<T>public boolean isSingleton()
isSingleton 在接口中 org.springframework.beans.factory.FactoryBean<T>public void setApplicationContext(org.springframework.context.ApplicationContext context)
throws org.springframework.beans.BeansException
setApplicationContext 在接口中 org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionCopyright © 2021. All rights reserved.