// Verify that the hasFields() are correct when using the DTO's deserializer.
assertTrue(deserialized2.hasIntId());
// Check that the SimpleDto object looks correct.
checkSimpleDto(dto.getSimpleDtos().get(0), simpleDto.getName(), simpleDto.iDontStartWithGet());
checkSimpleDto(dto.getMap().get(fooString), simpleDto.getName(), simpleDto.iDontStartWithGet());
}
public void testNotRoutableImpl() {
final String fooString = "Something";