com.atlassian.jira.issue.fields.rest.json
Class DefaultUserBeanFactory

java.lang.Object
  extended by com.atlassian.jira.issue.fields.rest.json.DefaultUserBeanFactory
All Implemented Interfaces:
UserBeanFactory

public class DefaultUserBeanFactory
extends Object
implements UserBeanFactory

TODO: Document this class / interface here

Since:
v5.1

Constructor Summary
DefaultUserBeanFactory(JiraBaseUrls jiraBaseUrls)
           
 
Method Summary
 UserJsonBean createBean(com.atlassian.crowd.embedded.api.User user)
          Generate a bean suitable for serialisation by Jackon into JSON.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultUserBeanFactory

public DefaultUserBeanFactory(JiraBaseUrls jiraBaseUrls)
Method Detail

createBean

public UserJsonBean createBean(com.atlassian.crowd.embedded.api.User user)
Description copied from interface: UserBeanFactory
Generate a bean suitable for serialisation by Jackon into JSON.

Specified by:
createBean in interface UserBeanFactory
Returns:


Copyright © 2002-2013 Atlassian. All Rights Reserved.