final Object value = attributeAccessor.get(instance()); return attributeAccessor.isPresentAsTabularIfPossible() ? toResult(attribute, value) : value;
try fields.get(attribute.getName()).set(instance(), attribute.getValue());
fieldName, type.getName(), fieldDescription, getter != null, setter != null, false)); fields.put(fieldName, new AttributeAccessor(getter, setter));
try return fields.get(attribute).get(instance());
getter != null, setter != null, false)); fields.put(fieldName, new AttributeAccessor(getter, setter, annotation.convertToTabularData()));
try fields.get(attribute.getName()).set(instance(), attribute.getValue());