Add maintainers to Listing #28
Compare changes
Files
4@@ -80,11 +80,11 @@ public class ListingCodec implements CollectibleCodec<Listing> {
@@ -80,11 +80,11 @@ public class ListingCodec implements CollectibleCodec<Listing> {
value.getOrganizations().stream().map(organizationConverter::convert).collect(Collectors.toList()));
@@ -119,19 +119,20 @@ public class ListingCodec implements CollectibleCodec<Listing> {
@@ -119,19 +119,20 @@ public class ListingCodec implements CollectibleCodec<Listing> {
out.setOrganizations(document.getList(DatabaseFieldNames.LISTING_ORGANIZATIONS, Document.class).stream()
out.setTags(document.getList(DatabaseFieldNames.LISTING_TAGS, Document.class).stream().map(tagConverter::convert)