4445464748495051525354
@Override public Object getValue(String fieldName) { Object result = attributes.get(fieldName); if (result == null) { Attribute attr = member(fieldName); result = attributeToRefl(attr); attributes.put(fieldName, result); } return result; }