|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RichObjectBuilder
This interface allows a class to generate Rich objects based on a class name and some parameters. The idea is to allow maintenance of a singleton map.
Method Summary | |
---|---|
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. |
Method Detail |
---|
Object buildObject(Class clazz, List paramsList)
clazz
- the class to instantiate and buildparamsList
- the parameters to pass to the constructor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |