6869707172737475767778
for (Entry<String,MetaFormatSpec> entry : metaEntries){ String name = entry.getKey(); try{ MetaFormatSpec formatSpec = entry.getValue(); Object valObj = formatSpec.fld.get(_obj); if (valObj == null) continue; Format formatter = formatSpec.formatter;