public class StoreAttachmentBeanMapper extends Object
Attachment
to StoreAttachmentBean
Constructor and Description |
---|
StoreAttachmentBeanMapper() |
Modifier and Type | Method and Description |
---|---|
io.atlassian.fugue.Either<FileNotFoundException,StoreAttachmentBean> |
mapToBean(Attachment metadata,
File source) |
StoreAttachmentBean |
mapToBean(Attachment metadata,
InputStream source) |
public StoreAttachmentBean mapToBean(Attachment metadata, InputStream source)
public io.atlassian.fugue.Either<FileNotFoundException,StoreAttachmentBean> mapToBean(Attachment metadata, File source)
Copyright © 2002-2021 Atlassian. All Rights Reserved.