in.getSecond().apply(
// StripWColonFilter must be before AttachmentIdConverter.
new StripWColonFilter(
new FixLinkAnnotationsFilter(
new PrivateReplyAnchorLegacyIdConverter(documentId,
new AttachmentIdConverter(attachmentIdMapping,
out)))));
return out.build();
}
};
}