In EMA Java, is it possible to get and keep a copy of a FieldEntry ?
At the moment when i retrieve a message, i decode it and populate my own object.
My domain object has 2 hashtables, both indexed by the FieldID.
The first one contains the FieldEntry.load().toString(), while the second one contains the FieldEntry directly, in order to parse it later on depending on the type.
However, there are some issues when i retrieve multiple items successively, the map of FieldEntry always contain the fields of the last item requested.
Is it possible somehow to retain a copy of a FieldEntry for later use ?