Hi,
I want to use {{name}} with custom implementation class for mail merge like <<[x.fmt(name,"LIKE THIS")]>> so i want similar implementation in mustache syntax. How it is possible?
Thank you in advance....formatter = new CustomFormatter(); MustacheFactory mf = new DefaultMustacheFacto();...Map<String, Object> context = new HashMap<>(); context.put("name"...