|
BeanIO 2.0.4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.beanio.internal.config.BeanConfig
public class BeanConfig
Stores bean information. A Bean object is used to instantiate configurable components such as a type handler, record reader factory or record writer factory.
| Constructor Summary | |
|---|---|
BeanConfig()
|
|
| Method Summary | |
|---|---|
String |
getClassName()
Returns the fully qualified class name of the bean. |
Properties |
getProperties()
Returns bean properties. |
void |
setClassName(String className)
Sets the fully qualified class name of the bean. |
void |
setProperties(Properties properties)
Sets bean properties. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BeanConfig()
| Method Detail |
|---|
public String getClassName()
public void setClassName(String className)
className - the bean class namepublic Properties getProperties()
public void setProperties(Properties properties)
properties - the new bean properties
|
BeanIO 2.0.4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||