public class BeanFactoryContribution extends org.apache.hivemind.impl.BaseLocatable
BeanFactory
to define one class of objects that may be returned from the factory.Constructor and Description |
---|
BeanFactoryContribution() |
Modifier and Type | Method and Description |
---|---|
java.lang.Class |
getBeanClass() |
java.lang.Boolean |
getCacheable() |
java.lang.String |
getName() |
boolean |
getStoreResultInCache(boolean defaultCacheable) |
void |
setBeanClass(java.lang.Class objectClass) |
void |
setCacheable(java.lang.Boolean cacheable) |
void |
setName(java.lang.String string) |
public BeanFactoryContribution()
public java.lang.Boolean getCacheable()
public java.lang.String getName()
public java.lang.Class getBeanClass()
public void setCacheable(java.lang.Boolean cacheable)
public void setName(java.lang.String string)
public void setBeanClass(java.lang.Class objectClass)
public boolean getStoreResultInCache(boolean defaultCacheable)