assertThat(scalarRepr.isString(), is(true));
final LocalDateTime expected = new LocalDateTime(2009, 4, 29, 13, 45, 22);
assertThat(scalarRepr.asDateTime(), is(expected.toDate()));
assertThat(scalarRepr.asString(), is(ISODateTimeFormat.dateTimeNoMillis().withZoneUTC().print(expected.toDateTime())));
// and then member types have links to details (selected ones inspected only)
property = domainObjectRepr.getProperty("localDateProperty");
assertThat(property.getLinkWithRel(Rel.DETAILS),
isLink()