map.put(lastSegment, op.getRepresentation());
//compose existing tree with mask for specific field
try
{
new DataComplexProcessor(new MaskComposition(), fieldMask, _representation).run(false);
}
catch (DataProcessingException e)
{
throw new IllegalStateException("error while building mask tree", e);
}