public class BioSQLRichObjectBuilder extends java.lang.Object implements RichObjectBuilder
Constructor and Description |
---|
BioSQLRichObjectBuilder(java.lang.Object session)
Creates a new instance of SimpleRichObjectBuilder.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
buildObject(java.lang.Class clazz,
java.util.List paramsList)
This method takes a class name and some parameters, and uses that
information to construct and return an equivalent object, usually by
calling the constructor on the class with the supplied parameters.
|
public BioSQLRichObjectBuilder(java.lang.Object session)
public java.lang.Object buildObject(java.lang.Class clazz, java.util.List paramsList)
buildObject
in interface RichObjectBuilder
clazz
- the class to instantiate and buildparamsList
- the parameters to pass to the constructor