public interface RichObjectBuilder
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.
|
java.lang.Object buildObject(java.lang.Class clazz, java.util.List paramsList)
clazz
- the class to instantiate and buildparamsList
- the parameters to pass to the constructor