BuildList

BuildList

Aggregates Sub-Generator values into a list. Has the option to unify multiple sub-generators into one (see attribute: flattenSubList). This generator returns: List<Object>. Beware: Most "default" output plugins are not aware of 'Lists' and just call toString() on the list!

Attributes
Name Description Required Min Max Allowed Values
name (Class)Name of this element. Used to identify plugin Class. Full name is required. Example: com.en.myPluginPackage.myPuginClass no 0 1
flattenSubList Content type: Boolean
If a sub-generator generates a list, add its elements instead of the list itself.
Default: false
no 0 1
  • true
  • false
  • 0
  • 1
id Identification String of this element. May be used to uniquely identify a field within the children of an Element. no 0 1
listName Content type: String
Name of the generated list. List will be of type bankmark.pdgf.util.io.generator.collection.NamedList and has a getName() method which you can use in your custom output to get easy access to this specific list.
Default: <not set>
no 0 1
Nodes
Name Description Required Min Max Allowed Values
gen Value Generator for this field yes 1
2.7-83fb0 | 2020-04-22