|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biojavax.SimpleRichObjectBuilder
public class SimpleRichObjectBuilder
Creates objects and returns them, and stores them in an internal map of singletons for reference. Takes up a lot of memory!
Constructor Summary | |
---|---|
SimpleRichObjectBuilder()
|
Method Summary | |
---|---|
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. Instantiates and returns objects, that's all there is to it. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleRichObjectBuilder()
Method Detail |
---|
public java.lang.Object buildObject(java.lang.Class clazz, java.util.List paramsList)
buildObject
in interface RichObjectBuilder
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 |