public class SimpleRichObjectBuilder extends Object implements RichObjectBuilder
| Constructor and Description | 
|---|
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 SimpleRichObjectBuilder()
public Object buildObject(Class clazz, List paramsList)
buildObject in interface RichObjectBuilderclazz - the class to instantiate and buildparamsList - the parameters to pass to the constructorCopyright © 2014 BioJava. All rights reserved.