public class BioSQLRichObjectBuilder extends Object implements RichObjectBuilder
| Constructor and Description | 
|---|
BioSQLRichObjectBuilder(Object session)
Creates a new instance of SimpleRichObjectBuilder. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
buildObject(Class clazz,
           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(Object session)
public Object buildObject(Class clazz, List paramsList)
buildObject in interface RichObjectBuilderclazz - the class to instantiate and buildparamsList - the parameters to pass to the constructorCopyright © 2020 BioJava. All rights reserved.