Interface AttachmentViewDtoConverter
- All Known Implementing Classes:
AttachmentViewDtoConverterImpl
@PublicApi
public interface AttachmentViewDtoConverter
- Since:
- v6.5
-
Method Summary
Modifier and TypeMethodDescriptionconvert(List<Attachment> attachments) convert(List<Attachment> attachments, boolean deferred) Converts List ofAttachmentto Collection ofAttachmentViewJsonDto, optionally using deferred thumbnails
-
Method Details
-
convert
-
convert
Converts List ofAttachmentto Collection ofAttachmentViewJsonDto, optionally using deferred thumbnails- Parameters:
attachments- List ofAttachmentto convertdeferred- convert using deferred thumbnails- Returns:
- Collections of
AttachmentViewJsonDto - Since:
- 8.20.1
-