@ExperimentalApi
public interface CommentBeanFactory
| Modifier and Type | Method and Description |
|---|---|
CommentJsonBean |
createBean(Comment comment)
Deprecated.
|
CommentJsonBean |
createBean(Comment comment,
ApplicationUser loggedInUser,
EmailFormatter emailFormatter)
Generate a bean suitable for serialisation by Jackon into JSON.
|
CommentJsonBean |
createRenderedBean(Comment comment)
Deprecated.
|
CommentJsonBean |
createRenderedBean(Comment comment,
ApplicationUser loggedInUser,
EmailFormatter emailFormatter)
Generate a bean suitable for serialisation by Jackon into JSON.
|
@Deprecated CommentJsonBean createBean(Comment comment)
createBean(com.atlassian.jira.issue.comments.Comment)comment - @Deprecated CommentJsonBean createRenderedBean(Comment comment)
createRenderedBean(com.atlassian.jira.issue.comments.Comment)CommentJsonBean createBean(Comment comment, ApplicationUser loggedInUser, EmailFormatter emailFormatter)
comment - CommentJsonBean createRenderedBean(Comment comment, ApplicationUser loggedInUser, EmailFormatter emailFormatter)
Copyright © 2002-2018 Atlassian. All Rights Reserved.