public class OptionalValueBeanFactory extends Object implements org.springframework.beans.factory.FactoryBean<Object>, org.springframework.beans.factory.BeanFactoryAware
| Constructor and Description |
|---|
OptionalValueBeanFactory() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBeanName() |
Class<?> |
getClazz() |
Object |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
void |
setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) |
void |
setBeanName(String beanName) |
void |
setClazz(Class<?> clazz) |
public String getBeanName()
public void setBeanName(String beanName)
public Class<?> getClazz()
public void setClazz(Class<?> clazz)
public Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<Object>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<Object>public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
throws org.springframework.beans.BeansException
setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAwareorg.springframework.beans.BeansExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.