public class

AttachmentJsonBeanConverterImpl

extends Object
implements AttachmentJsonBeanConverter
java.lang.Object
   ↳ com.atlassian.jira.issue.fields.rest.json.beans.AttachmentJsonBeanConverterImpl

Summary

Public Constructors
AttachmentJsonBeanConverterImpl(JiraBaseUrls urls, ThumbnailManager thumbnailManager, JiraAuthenticationContext authenticationContext, EmailFormatter emailFormatter, TimeZoneManager timeZoneManager, UserBeanFactory userBeanFactory)
Public Methods
AttachmentJsonBean shortBean(Attachment attachment)
Collection<AttachmentJsonBean> shortBeans(Collection<Attachment> attachments)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.issue.fields.rest.json.beans.AttachmentJsonBeanConverter

Public Constructors

public AttachmentJsonBeanConverterImpl (JiraBaseUrls urls, ThumbnailManager thumbnailManager, JiraAuthenticationContext authenticationContext, EmailFormatter emailFormatter, TimeZoneManager timeZoneManager, UserBeanFactory userBeanFactory)

Public Methods

public AttachmentJsonBean shortBean (Attachment attachment)

public Collection<AttachmentJsonBean> shortBeans (Collection<Attachment> attachments)