Details
-
New Feature
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
None
-
None
-
None
-
Patch
Description
ObjectGraphBuilder is a subclass of BuilderSupport that can create a tree or graph of arbitrary objects.
The attachment includes the builder and test:
ObjectGraphBuilder.groovy
ObjectGraphBuilderTests.groovy
and other classes used only for testing:
Address.groovy
Invoice.groovy
InvoiceLine.groovy
InvoiceLines.groovy
PoundsShillingsPence.groovy
Recipient.groovy
RecipientSubClass.groovy
and a script to help run the test:
test.sh