Re: JSON plugin: filter fields in a Map with Lists

2019-09-27 Thread Micael Carreira
Thanks, that indeed works Yasser. However, with that configuration I won't have access to the map keys, which I also need. For now, I created a new getter that retrieves only the keys, but this is a workaround. However from what you said, I guess it is not possible to have both the keys and

Re: Migrating the Migration Guide

2019-09-27 Thread ssmtpmailtesting ssmtpmailtesting
Please unsubscribe me from your mailing list. On Fri, Sep 20, 2019 at 12:50 PM Lukasz Lenart wrote: > > Hi, > > The very last thing to migrate from Confluence to Markdown is our > Migration Guide [1]. The only problem with having all in .md files and > exposed via Git is that with Confluence we c

Re: Migrating the Migration Guide

2019-09-27 Thread Dave Newton
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org On Fri, Sep 27, 2019 at 9:17 AM ssmtpmailtesting ssmtpmailtesting < ssmtpmailtest...@gmail.com> wrote: > Please unsubscribe me from your mailing list. > > On Fri, Sep 20, 20

Re: JSON plugin: filter fields in a Map with Lists

2019-09-27 Thread Yasser Zamani
You're welcome :) Sorry I thought you don't need keys. If you needed them, then following would work: public Map> getResult() { return result; } ^result\.[^\[]+\[\d+\]\.interestingProperty$ Then only limitation of this one is that keys should not