public class StreamingCommentsJsonBeanSerializer extends org.codehaus.jackson.map.JsonSerializer<StreamingCommentsJsonBean>
| Constructor and Description |
|---|
StreamingCommentsJsonBeanSerializer() |
| Modifier and Type | Method and Description |
|---|---|
protected CommentJsonBean |
getRenderedCommentJsonBean(StreamingCommentsJsonBean serializableCommentsBean,
Comment comment,
ApplicationUser loggedInUser) |
protected CommentJsonBean |
getShortCommentJsonBean(Comment comment,
ApplicationUser loggedInUser) |
void |
serialize(StreamingCommentsJsonBean serializableCommentsBean,
org.codehaus.jackson.JsonGenerator jsonGenerator,
org.codehaus.jackson.map.SerializerProvider provider) |
public void serialize(StreamingCommentsJsonBean serializableCommentsBean, org.codehaus.jackson.JsonGenerator jsonGenerator, org.codehaus.jackson.map.SerializerProvider provider) throws IOException
serialize in class org.codehaus.jackson.map.JsonSerializer<StreamingCommentsJsonBean>IOExceptionprotected CommentJsonBean getShortCommentJsonBean(Comment comment, ApplicationUser loggedInUser)
protected CommentJsonBean getRenderedCommentJsonBean(StreamingCommentsJsonBean serializableCommentsBean, Comment comment, ApplicationUser loggedInUser)
Copyright © 2002-2021 Atlassian. All Rights Reserved.