Details
Description
Facility to get the Group in a list (List<Group> ) from the FieldMap,
With the current implementation it has to get the no of groups and a group iterator, and access by creating a group object.
To get the group (delimiter) info required to access the data dictionary. Which is bit of work than getting a list of group objects.
attached the patch for the above issue.
This will make getGroups(Groupkey) method public. It will allow to extract the group objects with the delimiter that will avoid accessing data dictionary to find such info.