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