public class BeanFactoryParameter extends java.lang.Object
BeanFactoryBuilder
.Constructor and Description |
---|
BeanFactoryParameter() |
Modifier and Type | Method and Description |
---|---|
java.util.List |
getContributions()
The contributions to the list (assigned from the companion
configuration point).
|
boolean |
getDefaultCacheable()
Default value for cacheable in contributions that do not explicitly
set a value.
|
java.lang.Class |
getVendClass()
The class or interface to be vended by the factory (all contributed
classes must be assigneble).
|
void |
setContributions(java.util.List list) |
void |
setDefaultCacheable(boolean b) |
void |
setVendClass(java.lang.Class class1) |
public BeanFactoryParameter()
public java.util.List getContributions()
public boolean getDefaultCacheable()
true
.public java.lang.Class getVendClass()
Object
.public void setContributions(java.util.List list)
public void setDefaultCacheable(boolean b)
public void setVendClass(java.lang.Class class1)